summaryrefslogtreecommitdiffstats
path: root/routers
Commit message (Expand)AuthorAgeFilesLines
* Refactor and simplify redirect to url (#3674) (#3676)Lauris BH2018-03-164-24/+8
* refactor: reduce sql query in retrieveFeeds (#3554)Bo-Yi Wu2018-02-211-31/+8
* Improve wiki test (#3493) (#3511)Ethan Koenig2018-02-141-7/+23
* Fix rendering of wiki page list if wiki repo contains other files (#3454) (#3...Lauris BH2018-02-061-0/+6
* Fix branch deletion for squash or rebase merged pull requests (#3425)Lauris BH2018-01-301-31/+15
* Change how merged PR commit info are prepared (#3368)Lauris BH2018-01-191-54/+32
* Fix API-Endpoint release (#3012)Marc Brückner2018-01-162-3/+6
* Address issues pointed out by @lunny in #3339 (#3352)Morgan Bazalgette2018-01-121-7/+4
* Cleanup models.User.HashPassword (#3334)Kim "BKC" Carlbäcker2018-01-124-8/+4
* Handle refactor (#3339)Morgan Bazalgette2018-01-1045-554/+558
* Remove useless fmt.Errorf("%v", err) (#3337)Antoine GIRARD2018-01-091-1/+1
* Change EncodePasswd to HashPassword (#3329)Morgan Bazalgette2018-01-084-4/+4
* Fix branch name escaping in compare url (#3311)Deyong Zhu2018-01-081-8/+14
* Serve .patch for pull requests (#3305)Sandro Santilli2018-01-072-1/+48
* Writable deploy keys (closes #671) (#3225)Vlad Temian2018-01-073-2/+63
* Add Pull Request merge options - Ignore white-space for conflict checking, Re...Lauris BH2018-01-056-7/+83
* Serve pull request .diff files (#3293)Sandro Santilli2018-01-052-1/+38
* Fix swagger docs (#3300)Ethan Koenig2018-01-041-7/+7
* Fix guide link for webhooks in repository settings (#3291) (#3292)Elouan Martinet2018-01-031-1/+1
* Fix bugs in issue dashboard stats (#3073)Ethan Koenig2017-12-263-8/+29
* Fix ignored errors when checking if organization, team member (#3177)Ethan Koenig2017-12-219-64/+130
* Support default private when creating or migrating repository (#3239)Lunny Xiao2017-12-201-2/+15
* Check ignored errors for issue and milestone count (#3213)Ethan Koenig2017-12-181-1/+5
* Unit tests for routers/repo/issue_label (#3198)Ethan Koenig2017-12-153-8/+168
* Improvements for supporting UI Location (#3146)Lunny Xiao2017-12-141-1/+1
* Fix wiki page list not rendering after updatedunix changes (#3175)Lauris BH2017-12-131-7/+7
* Mention completion for issue editor. (#3136)harry2017-12-112-0/+3
* Refactor struct's time to remove unnecessary memory usage (#3142)Lunny Xiao2017-12-116-22/+25
* Improve LFS tests + fix lfs url refs + keep path upper/lowercase in db. (#3092)Antoine GIRARD2017-12-081-1/+1
* Fix missing branch in release bug (#3108)Ethan Koenig2017-12-082-0/+62
* Remove unnecessary function call (#3109)Ethan Koenig2017-12-081-8/+3
* Allow adding collaborators with (fullname) (#3103)Sasha Varlamov2017-12-074-6/+38
* Add 'mark all read' option to notifications (#3097)Sasha Varlamov2017-12-072-0/+13
* Delete a user's public key via admin api (closes #3014) (#3059)Vlad Temian2017-12-063-2/+54
* Sort repos in issues dashboard sidebar (#3072)Ethan Koenig2017-12-041-0/+2
* Fix error message sanitiziation (#3082)Ethan Koenig2017-12-042-5/+9
* Add reactions to issues/PR and comments (#2856)Lauris BH2017-12-042-3/+156
* Fix missing password length check when change password (#3039)Lunny Xiao2017-12-022-1/+71
* Remove GetRepositoryByRef and add GetRepositoryByOwnerAndName (#3043)Lunny Xiao2017-12-021-16/+2
* Default log level to Info without hardcoding it in installer (#3041)Piotr Orzechowski2017-12-011-1/+1
* remove unused variable (#3038)Lunny Xiao2017-11-301-1/+0
* Unit tests for wiki routers (#3022)Ethan Koenig2017-11-304-20/+190
* Set OpenID support on by default when installing new instance (#3010)Sandro Santilli2017-11-291-2/+2
* Memory usage improvements (#3013)Duncan Ogilvie2017-11-294-13/+31
* Fix git lfs path (#3016)Antoine GIRARD2017-11-291-1/+1
* Git LFS lock api (#2938)Antoine GIRARD2017-11-281-0/+6
* Add fingerprint to ssh key endpoints. (#3009)Vlad Temian2017-11-281-5/+6
* Various wiki bug fixes (#2996)Ethan Koenig2017-11-282-242/+125
* Fix go-get, src and raw urls to new scheme (#2978)Lauris BH2017-11-273-13/+13
* Enable admin to search by email (#2888)Ethan Koenig2017-11-261-2/+3