summaryrefslogtreecommitdiffstats
path: root/models/user.go
Commit message (Expand)AuthorAgeFilesLines
* Force user to change password (#4489)Lanre Adelowo2018-09-131-12/+17
* Do not autocreate directory for new user/orgs (#4828) (#4849)SagePtr2018-09-061-3/+6
* add vendor to user reserved words and format words list according alphabet (#...Lunny Xiao2018-08-131-1/+29
* Update xorm to latest version and fix correct `user` table referencing in sql...Lauris BH2018-07-201-4/+4
* fix repository last updated time update when delete a user who watched the re...Lunny Xiao2018-07-051-2/+2
* Limit uploaded avatar image-size to 4096x3072 by default (#4353)Kim "BKC" Carlbäcker2018-07-031-0/+11
* hide issues from org private repos w/o team assignment (#4034)David Schneiderbauer2018-06-211-10/+28
* LDAP Public SSH Keys synchronization (#1844)Magnus Lindvall2018-05-241-1/+133
* Added repository search ordered by stars or forks. Forks column in admin repo...Alexey Terentyev2018-05-241-2/+2
* Multiple assignees (#3705)kolaente2018-05-091-3/+3
* Added user language setting (#3875)kolaente2018-05-051-0/+2
* Add "error" as reserved username (#3882)Lauris BH2018-05-021-1/+1
* Fix typo in deleteUser (#3781)Michael Kuhn2018-04-101-1/+1
* Implements generator cli for secrets (#3531)Codruț Constantin Gușoi2018-02-181-1/+2
* Fixes missing avatars in offline mode (#3471)Codruț Constantin Gușoi2018-02-081-1/+3
* Enable caching on assets and avatars (#3376)Morgan Bazalgette2018-02-041-1/+1
* Change reserved avatar name to correct - avatars (#3375)Lauris BH2018-01-161-1/+1
* refactor(model): update user method. (#3360)Bo-Yi Wu2018-01-131-32/+16
* Cleanup models.User.HashPassword (#3334)Kim "BKC" Carlbäcker2018-01-121-7/+10
* Change EncodePasswd to HashPassword (#3329)Morgan Bazalgette2018-01-081-4/+4
* Fix ignored errors when checking if organization, team member (#3177)Ethan Koenig2017-12-211-2/+12
* Improvements for supporting UI Location (#3146)Lunny Xiao2017-12-141-8/+0
* Refactor struct's time to remove unnecessary memory usage (#3142)Lunny Xiao2017-12-111-8/+6
* Add reactions to issues/PR and comments (#2856)Lauris BH2017-12-041-0/+1
* Fix avatar URLs (#3069)Ethan Koenig2017-12-031-5/+11
* Enable admin to search by email (#2888)Ethan Koenig2017-11-261-8/+13
* Add checks for commits with missing author and time (#2771)Lauris BH2017-10-261-4/+11
* Hide unactive on explore users and some refactors (#2741)Lunny Xiao2017-10-241-42/+32
* Use buffersize to reduce database connection when iterate (#2724)Lunny Xiao2017-10-211-1/+1
* Replace deprecated Id method with ID (#2655)Ethan Koenig2017-10-051-6/+6
* Use session when creating user (#2638)Ethan Koenig2017-10-031-16/+20
* Use AfterLoad instead of AfterSet on Structs (#2628)Lunny Xiao2017-10-011-10/+5
* Reduce usage of allcols on update (#2596)Lunny Xiao2017-09-251-1/+5
* Prevent sending emails and notifications to inactive users (#2384)David Schneiderbauer2017-09-161-1/+1
* Use created & updated instead BeforeInsert & BeforeUpdate (#2482)Lunny Xiao2017-09-131-10/+2
* Disable custom Git Hooks globally via configuration file (#2450)techknowlogick2017-09-121-1/+1
* some refactors for issue and comments (#2419)Lunny Xiao2017-08-301-2/+10
* Only update needed columns when update user (#2296)Lunny Xiao2017-08-121-4/+29
* Fix username rendering bug (#2122)Ethan Koenig2017-07-121-4/+0
* Use default avatar on errorEthan Koenig2017-06-291-3/+2
* Refactor session close as xorm already does everything needed internally (#2020)Lauris BH2017-06-211-3/+3
* Fix status table race condition (#1835)Ethan Koenig2017-05-311-2/+1
* 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