summaryrefslogtreecommitdiffstats
path: root/models/user.go
Commit message (Expand)AuthorAgeFilesLines
* move code.gitea.io/git to code.gitea.io/gitea/modules/git (#6364)Lunny Xiao2019-03-271-1/+1
* Add bio field for user (#6113)techknowlogick2019-03-181-6/+6
* Integrate OAuth2 Provider (#5378)Jonas Franz2019-03-081-0/+1
* Add robots.txt as reserved username (#6272)techknowlogick2019-03-071-0/+1
* add isAdmin to user model (#6231)Lanre Adelowo2019-03-031-0/+1
* Add "ghost" and "notifications" to list of reserved user names. (#6208)tklein232019-02-271-0/+2
* Admins can now do unlimited page size user search (listAllUsers & listAllOrgs...John Olheiser2019-02-211-0/+3
* Allow to set organization visibility (public, internal, private) (#1763)Rémy Boulanouar2019-02-181-13/+51
* Fix empty ssh key importing in ldap (#5984)zeripath2019-02-061-3/+6
* Don't discard the value of DISABLE_REGULAR_ORG_CREATION (#5886)Lanre Adelowo2019-01-301-0/+1
* Ensure valid git author names passed in signatures (#5774)zeripath2019-01-241-3/+24
* New API routes added (#5594)Shashvat Kedia2019-01-231-5/+8
* Allow for user specific themes (#5668)Lanre Adelowo2019-01-091-0/+15
* Synchronize SSH keys on login with LDAP + Fix SQLite deadlock on ldap ssh key...zeripath2018-12-271-6/+8
* fix forgot removed records when deleting user (#5429)Lunny Xiao2018-12-181-15/+12
* Restrict permission check on repositories and fix some problems (#5314)Lunny Xiao2018-11-281-29/+0
* Prometheus endpoint (#5256)Stanislav2018-11-041-0/+1
* Fix issue where ecdsa and other key types are not synced from LDAP (#5092) (#...Jerry Jacobs2018-10-301-1/+3
* Use named const instead of a raw string (#5115)Oleg Kovalov2018-10-201-1/+1
* Remove duplicated if bodies (#5121)Oleg Kovalov2018-10-191-12/+5
* Add support for search by uid (#4876)zeripath2018-10-181-0/+6
* 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