Unknwon
bba20262f1
drop oauth2 feature support
9 years ago
Unknwon
a75db8f155
user gomail and new activate account email tpl
- #1496 : fallback plain text
- #1002 : add date header
- #913 : fix encoding of header
9 years ago
Unknwon
4729ddb73c
#1633 admin delete user
9 years ago
Unknwon
255f35e476
new admin user list UI
9 years ago
Unknwon
c01712659a
finish all new user settings UI
9 years ago
Unknwon
ac2078c988
#1585 order owners list by last changed time
9 years ago
Unknwon
730e7452f2
minor fix on #1589
Signed-off-by: Unknwon <u@gogs.io>
9 years ago
Unknwon
a92df42d1e
#1193 Make organization emails non-mandatory
9 years ago
Unknwon
bc8d123aae
fix #1558
9 years ago
Unknwon
bad3fb2d71
fix #1568
9 years ago
Unknwon
b1cb8a250f
work on #1558
9 years ago
Unknwon
32ccbfaebf
XSS in username
9 years ago
Unknwon
c10c057758
fix repository count of user is messed up
9 years ago
Unknwon
50cf8ca2e0
new create webhook event
9 years ago
Unknwon
12df5740fd
complate list of gitignores and licenses
9 years ago
Unknwon
c80357f892
rename a user method
9 years ago
Unknwon
b95ad93e04
new webhooks list UI
9 years ago
Unknwon
d71c1f13ac
#1535 Removing deploy key does not remove key
9 years ago
Unknwon
693ec861b3
only assign auto-admin when sign up by web
9 years ago
Unknwon
7d44e9e18f
work on #1493
9 years ago
Unknwon
0c9a87da62
#1419 : 500 when visit a issue with issue/comments of deleted user
10 years ago
Unknwon
6281e39b5d
Show owner/poster tags of comments and fix #1312
10 years ago
Unknwon
8bb2734fe0
delete avatar when del user
10 years ago
无闻
dd6b9c5878
Merge pull request #1464 from jamesa/hide-gravatar-tooltip
Hide avatar tooltips unless you're looking at your own profile
10 years ago
James Anderson
2645c6b673
Resize avatars to the same size they are displayed
10 years ago
Unknwon
a862c1af40
finish new issue action and mentions
10 years ago
Unknwon
6bf85e1fe9
finish create issue with milestone and assignee
10 years ago
Unknwon
061186d608
Merge branch 'develop' of github.com:gogits/gogs into feature/pull_request2
# Conflicts:
# modules/bindata/bindata.go
# public/css/gogs.min.css
# templates/repo/header.tmpl
10 years ago
Unknwon
da158ceb99
remove sync.Pool and support go1.2 again
10 years ago
Unknwon
a469377ea4
Generate random avatar based on e-mail when disable Gravatar
10 years ago
Unknwon
36fa23ed16
WIP: create PR - choose branch
10 years ago
Unknwon
af9ff6b1a2
more on #1443
10 years ago
Unknwon
b00338ca1d
#1443 set first user to be admin
...not just ID=1
10 years ago
Unknwon
6f6ad6f3c9
#334 : Add Deployment Key Support
10 years ago
Unknwon
fff027f42a
#1299 force downcase e-mail
10 years ago
Unknwon
893b66bcac
allow anonymous SSH clone
10 years ago
Lunny Xiao
89e0796519
Merge pull request #1211 from mephux/hotfix/type-fix-ValidatePassword
Hotfix/type fix validate password
10 years ago
Dustin Willis Webber
6954ad8800
typo fix for comment
10 years ago
Dustin Willis Webber
aef7d46ab6
typo fix
10 years ago
Unknwon
dd7f3e9f60
#1070 Clearer error message for illegal characters
10 years ago
Unknwon
4ec2e465f9
#1067 : Deleting users should remove them from collaborator lists
- fix delete user but repository watches are not decreased
10 years ago
Unknwon
b702955573
#1024 : OFFLINE_MODE Still Uses Gravatar
10 years ago
Unknwon
56a29ce158
v4 migration, merge 'dev', clean code and mirror fix
10 years ago
Unknwon
5a7bca797c
Merge branch 'dev' of github.com:gogits/gogs into access
Conflicts:
gogs.go
models/models.go
models/user.go
templates/.VERSION
templates/org/home.tmpl
10 years ago
Unknwon
f6e65b5e06
models: able to rename user with diff letter cases #981
- templates/org: mirror fix on name output
- routers: add missing error check
10 years ago
Unknwon
700626f527
templates/user/settings/emial.tmpl: little fix on UI
- routers/user: little code format
- conf/locale: update French locale
10 years ago
Unknwon
7ae5b92db8
code fix #941 caution: undertest
10 years ago
Peter Smit
71ea4a71bd
Merge remote-tracking branch 'mine/access_refactor' into access_refactor
Conflicts:
cmd/serve.go
models/access.go
models/migrations/migrations.go
models/org.go
models/repo.go
models/user.go
modules/middleware/org.go
modules/middleware/repo.go
routers/api/v1/repo.go
routers/org/teams.go
routers/repo/http.go
routers/user/home.go
10 years ago
Peter Smit
81083a9415
Refactoring of the Access Table
This commit does a lot of the work of refactoring the access table in a table with id's instead of strings.
The result does compile, but has not been tested. It may eat your kittens.
10 years ago
Unknwon
4f24a5ef7d
first pass work on migration #925
10 years ago