aboutsummaryrefslogtreecommitdiffstats
path: root/models/user.go
Commit message (Expand)AuthorAgeFilesLines
* Refactor Cron and merge dashboard tasks (#10745)zeripath2020-05-161-19/+32
* Correctly set the organization num repos (#11339)zeripath2020-05-121-7/+41
* Fix creation of Organization repos by Users with max created personal repos (...Andrew Bezold2020-04-301-0/+1
* Send 404 immediately for known public requests (#11117)silverwind2020-04-181-7/+8
* Add restricted user filter to LDAP authentication (#10600)Lauris BH2020-03-051-10/+16
* Remove Unused Functions (#10516)65432020-03-021-15/+0
* Show the username as a fallback on feeds if full name is blank (#10438)James Lakin2020-02-261-3/+5
* Code Refactor of IssueWatch related things (#10401)65432020-02-261-1/+1
* Various fixes in login sources (#10428)guillep2k2020-02-231-0/+9
* Ensure only own addresses are updated (#10397)guillep2k2020-02-211-1/+1
* Blacklist manifest.json & milestones user (#10292)techknowlogick2020-02-161-0/+2
* Add API branch protection endpoint (#9311)David Svantesson2020-02-121-0/+11
* [API] Fix inconsistent label color format (#10129)65432020-02-091-1/+1
* Fix invalid repo urls after change username (#10150)mavenbline2020-02-081-1/+11
* Ensure DeleteUser is not allowed to Delete Orgs and visa versa (#10134)65432020-02-041-0/+4
* Move PushUpdateAddDeleteTags to repository module from models (#10106)Lunny Xiao2020-02-031-4/+9
* [BugFix] [API] Pull.API.Convert: Only try to get HeadBranch if HeadRepo exist...65432020-01-311-0/+3
* API add/generalize pagination (#9452)SpaWn2KiLl2020-01-241-38/+56
* Add option to prevent LDAP from deactivating everything on empty search (#9879)zeripath2020-01-201-0/+9
* Add setting to set default and global disabled repository units. (#8788)David Svantesson2020-01-171-0/+3
* Migrate reactions when migrating repository from github (#9599)Lunny Xiao2020-01-151-0/+9
* Restricted users (#6274)Manush Dodunekov2020-01-131-6/+13
* [API] add GET /orgs endpoint (#9560)65432020-01-121-3/+4
* Restore IsPasswordSet previous value (#9682)zeripath2020-01-111-1/+1
* Fix access issues on milestone and issue overview pages. (#9603)David Svantesson2020-01-041-7/+8
* Fix #9189 - API Allow only specific Colums to be updated on Issue (#9539)65432020-01-011-0/+8
* Fix user avatar name (#8547)Masudur Rahman2019-12-271-1/+5
* Graceful: Xorm, RepoIndexer, Cron and Others (#9282)zeripath2019-12-151-1/+34
* 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