aboutsummaryrefslogtreecommitdiffstats
path: root/models/user.go
Commit message (Expand)AuthorAgeFilesLines
* fix: add search to reserved usernames (#9063)Antoine GIRARD2019-11-181-0/+1
* Rewrite delivery of issue and comment mails (#9009)guillep2k2019-11-181-0/+14
* Auto-subscribe user to repository when they commit/tag to it (#7657)guillep2k2019-11-101-1/+2
* Mail assignee when issue/pull request is assigned (#8546)David Svantesson2019-10-251-3/+7
* Fix bug on pull requests when transfer head repository (#8564)Lunny Xiao2019-10-181-4/+0
* Upgrade xorm to v0.8.0 (#8536)Lunny Xiao2019-10-171-1/+1
* Revert "Fix issues/pr list broken when there are many repositories (#8409)" (...Lunny Xiao2019-10-081-23/+38
* Fix issues/pr list broken when there are many repositories (#8409)Lunny Xiao2019-10-081-38/+23
* Alwaywas return local url for users avatar (#8245)Sandro Santilli2019-09-261-2/+14
* Test more reserved usernames (#8263)Sandro Santilli2019-09-241-0/+1
* Add teams to repo on collaboration page. (#8045)David Svantesson2019-09-231-6/+7
* Add Ability for User to Customize Email Notification Frequency (#7813)Gary Kim2019-08-291-6/+31
* Abort syncrhonization from LDAP source if there is some error. (#7960)David Svantesson2019-08-241-1/+6
* Move database settings from models to setting (#7806)Lunny Xiao2019-08-241-3/+2
* Use gitea forked macaron (#7933)Tamal Saha2019-08-231-1/+1
* Display ui time with customize time location (#7792)Lunny Xiao2019-08-151-4/+5
* add pagination for admin api get orgs and fix only list public orgs bug (#7742)Lunny Xiao2019-08-041-3/+1
* org/members: display 2FA members states + optimize sql requests (#7621)Antoine GIRARD2019-08-021-5/+6
* fix wrong email when use gitea as OAuth2 provider (#7640)renothing2019-07-271-4/+4
* reserve .well-known username (#7637)Andreas Shimokawa2019-07-261-0/+1
* Move status table to cron package (#7370)Lunny Xiao2019-07-151-7/+0
* Add additional password hash algorithms (closes #5859) (#6023)EpicCoder2019-07-071-7/+41
* Fix error log when loading issues caused by a xorm bug (#7271)Lunny Xiao2019-06-231-2/+2
* Add LastLogin to the User API (#7196)zeripath2019-06-151-0/+2
* Add golangci (#6418)kolaente2019-06-121-10/+19
* Detect noreply email address as user (#7133)zeripath2019-06-061-0/+13
* refactor: append, build variable and type switch (#4940)Bo-Yi Wu2019-05-281-6/+4
* Improve handling of non-square avatars (#7025)Rob Watson2019-05-251-19/+3
* Fix default for allowing new organization creation for new users (#7017)jpicht2019-05-241-2/+1
* Remove local clones & make hooks run on merge/edit/upload (#6672)zeripath2019-05-111-11/+0
* Move sdk structs to modules/structs (#6905)Lunny Xiao2019-05-111-1/+1
* Show full name if DefaultShowFullName setting activated (#6710)Wim2019-05-081-0/+10
* LDAP: ignore already existing public keys after ldap sync (#6766)Lukas Prettenthaler2019-04-261-1/+5
* Fix org visibility bug when git cloning (#6743)Lunny Xiao2019-04-251-1/+5
* Trace Logging on Permission Denied & ColorFormat (#6618)zeripath2019-04-221-0/+7
* add .gpg url (match github behaviour) (#6610)Antoine GIRARD2019-04-141-1/+1
* Better logging (#6038) (#6095)zeripath2019-04-021-14/+14
* 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