aboutsummaryrefslogtreecommitdiffstats
path: root/models
Commit message (Expand)AuthorAgeFilesLines
...
* refactor(model): update user method. (#3360)Bo-Yi Wu2018-01-131-32/+16
* Cleanup models.User.HashPassword (#3334)Kim "BKC" Carlbäcker2018-01-122-13/+13
* Remove hardcoded paths to fix randomly failing tests (#3347)Lauris BH2018-01-113-3/+11
* Change EncodePasswd to HashPassword (#3329)Morgan Bazalgette2018-01-082-4/+43
* Remove IsOwner, NumTeams from OrgUser (#3269)Ethan Koenig2018-01-087-77/+63
* Add missing indexer doc in configuration (#3324)Antoine GIRARD2018-01-081-1/+1
* fix bug when a user delete but assigned on issue (#3318)Lunny Xiao2018-01-071-2/+8
* Writable deploy keys (closes #671) (#3225)Vlad Temian2018-01-074-4/+43
* Add Pull Request merge options - Ignore white-space for conflict checking, Re...Lauris BH2018-01-057-22/+235
* Serve pull request .diff files (#3293)Sandro Santilli2018-01-051-1/+3
* Use issue number/index instead of id for API URL. (#3298)Alberto González Palomo2018-01-031-1/+1
* Fixed asterisk based tasklist items, fixed requirement for one char after las...modmew82018-01-031-2/+2
* Added progressbar for issues (#1146). (#3171)modmew82018-01-031-0/+25
* Add repo-sync-releases admin command (#3254)Sandro Santilli2017-12-314-3/+10
* Fix race condition in team functions (#3268)Ethan Koenig2017-12-301-5/+6
* go back to using CFB for AES decryption/encryption for 2FA (#3274)Morgan Bazalgette2017-12-311-3/+44
* Remove unused consts/vars (#3270)Ethan Koenig2017-12-301-13/+0
* Fix bugs in issue dashboard stats (#3073)Ethan Koenig2017-12-264-47/+195
* Small improve on deleting attachements (#3145)Lunny Xiao2017-12-241-8/+17
* Add more bench (#3161)Antoine GIRARD2017-12-241-7/+7
* Fix ignored errors when checking if organization, team member (#3177)Ethan Koenig2017-12-216-77/+141
* Fix repo-transfer-and-team-repo-count bug (#3241)Ethan Koenig2017-12-192-14/+23
* Check ignored errors for issue and milestone count (#3213)Ethan Koenig2017-12-182-20/+52
* Remove unnecessary updates to issue indexer (#3212)Ethan Koenig2017-12-173-2/+22
* Unit tests for routers/repo/issue_label (#3198)Ethan Koenig2017-12-151-1/+18
* Improvements for supporting UI Location (#3146)Lunny Xiao2017-12-143-19/+14
* Reorder migrations, skip errors if running migration again (#3160)Lauris BH2017-12-1313-292/+301
* fix org owner cannot be removed if there is not in owner team (#3164)Lunny Xiao2017-12-131-1/+6
* Fix Uninitialized variable in ParsePatch (#3156)Kim "BKC" Carlbäcker2017-12-121-1/+1
* simple usage of x (#3144)Lunny Xiao2017-12-111-4/+1
* Refactor struct's time to remove unnecessary memory usage (#3142)Lunny Xiao2017-12-1131-407/+185
* Fixtures for public_key table (#3140)Ethan Koenig2017-12-111-0/+1
* Fix integration tests (#3141)Ethan Koenig2017-12-111-4/+9
* Fix compile failed without gcc (#3130)Lunny Xiao2017-12-101-1/+0
* Improve LFS tests + fix lfs url refs + keep path upper/lowercase in db. (#3092)Antoine GIRARD2017-12-081-3/+3
* Fix repo indexer and submodule bug (#3107)Ethan Koenig2017-12-071-4/+4
* Add 'mark all read' option to notifications (#3097)Sasha Varlamov2017-12-073-4/+56
* Delete a user's public key via admin api (closes #3014) (#3059)Vlad Temian2017-12-061-4/+1
* Tests for reactions (#3083)Lauris BH2017-12-052-2/+168
* Sort repos in issues dashboard sidebar (#3072)Ethan Koenig2017-12-041-0/+12
* Fix error message sanitiziation (#3082)Ethan Koenig2017-12-041-26/+7
* Add reactions to issues/PR and comments (#2856)Lauris BH2017-12-049-2/+354
* Fix avatar URLs (#3069)Ethan Koenig2017-12-031-5/+11
* Sanitize logs for mirror sync (#3057)Ethan Koenig2017-12-032-8/+46
* Fix ref parsing in commit messages (#3067)Ethan Koenig2017-12-033-102/+87
* Remove GetRepositoryByRef and add GetRepositoryByOwnerAndName (#3043)Lunny Xiao2017-12-023-22/+28
* Unit tests for wiki routers (#3022)Ethan Koenig2017-11-304-33/+65
* Fix git lfs path (#3016)Antoine GIRARD2017-11-292-1/+34
* Improve memory usage when reaching diff limits (#2990)Duncan Ogilvie2017-11-291-12/+20
* Git LFS lock api (#2938)Antoine GIRARD2017-11-283-0/+204