summaryrefslogtreecommitdiffstats
path: root/models/user.go
Commit message (Expand)AuthorAgeFilesLines
* Rename RepoCreationNum -> MaxCreationLimit (#1766)Jonas Östanbäck2017-05-241-2/+2
* Fix and test for delete user (#1713)Ethan Koenig2017-05-201-20/+24
* Admin should always be allowed to create repos even if hit limit (#1765)Jonas Östanbäck2017-05-201-0/+3
* LDAP user synchronization (#1478)Lauris BH2017-05-101-0/+127
* Add configuration option for default permission to create Organizations (#1686)Lauris BH2017-05-081-1/+1
* Sanitation fix from Gogs (#1461)Kim "BKC" Carlbäcker2017-04-131-2/+2
* fix delete user failed on sqlite (#1321)Lunny Xiao2017-03-201-1/+1
* Login via OpenID-2.0 (#618)Sandro Santilli2017-03-171-0/+1
* Fix typos in models/ and modules/ (#1248)Ethan Koenig2017-03-151-3/+3
* Refactor and fix incorrect comment (#1247)Ethan Koenig2017-03-151-3/+3
* Reserve the "explore" user/org name (#1222)Sandro Santilli2017-03-121-1/+1
* Move user_follow to separate file (#1210)Ethan Koenig2017-03-111-72/+0
* fix random avatars (#1147)Lunny Xiao2017-03-081-0/+8
* fix avatar bug #1114 (#1122)Lunny Xiao2017-03-061-8/+15
* Bug fixed for org avatar caused by #1049 (#1070)Lunny Xiao2017-02-271-2/+2
* Fix avatar enumable (#1049)Lunny Xiao2017-02-251-3/+5
* fix #13 (#1042)Lunny Xiao2017-02-251-12/+27
* refactor for searching user (#1038)Lunny Xiao2017-02-251-11/+13
* Oauth2 consumer (#679)Willem van Dreumel2017-02-221-0/+21
* Fix all the bugs in issues and pulls on dashboard (#943)Lunny Xiao2017-02-171-0/+28
* feat: Able to disable non-admin to create new organization (#927)Bo-Yi Wu2017-02-141-1/+1
* Implement basic Open Graph support. (#901)Andrew2017-02-111-0/+5
* feat: Add search bar on user profile page. (#787)Bo-Yi Wu2017-02-041-1/+1
* Cleanup log messagingGabriel Jackson2017-02-021-4/+4
* fix: ignore email notifications if user is not active. (#820)Bo-Yi Wu2017-02-021-1/+9
* Add option to app.ini to enable local import paths (#724)Bwko2017-01-231-0/+3
* Fix permission bugs in team API (#647)Ethan Koenig2017-01-201-1/+1
* API Endpoints for organization members (#645)Ethan Koenig2017-01-201-2/+4
* Add Keep email private (see issue #571). (#571)derSuessmann2017-01-081-15/+27
* Create missing database indexes (#596)Andrey Nering2017-01-061-4/+4
* Check primary email address fields on CreateUser (#556)Berk Demirkır2017-01-051-0/+9
* Fix typos in models/ (#576)Ethan Koenig2017-01-051-3/+3
* Restrict creating organisations by user (#193)Schwobaland2016-12-311-5/+12
* fix 500 when delete orgnization and resolved #486Lunny Xiao2016-12-271-2/+4
* Added sorting to organizations, repos & users page (#222)Bwko2016-12-241-6/+12
* API Endpoint for watching (#191)Ethan Koenig2016-12-241-0/+15
* Fix random string generator (#384)Denis Denisov2016-12-201-3/+7
* Don't use custom PBKDF2 function (#382)Lunny Xiao2016-12-151-1/+2
* Safe compare password (timing attack) (#338)Denis Denisov2016-12-031-1/+2
* Catch os... errorsBwko2016-12-021-4/+17
* Fix breakage from vendor-updateKim "BKC" Carlbäcker2016-11-291-1/+1
* Lint models/user.goBwko2016-11-281-18/+46
* Fixes typosBwko2016-11-271-1/+1
* Golint fixed for modules/setting (#262)Lunny Xiao2016-11-271-7/+7
* golint fixed for modules/avatarLunny Xiao2016-11-251-1/+1
* API endpoints for starsEthan Koenig2016-11-161-0/+15
* Remember diff view style (#163)Andrey Nering2016-11-131-0/+8
* Fixes possible vulnerabilities with keyword hijacking (#20)LefsFlare2016-11-121-4/+4
* bug fixed caused by #153 (#154)Lunny Xiao2016-11-121-1/+1
* fixed bug #151 caused Find should be Get (#153)Lunny Xiao2016-11-121-10/+17