summaryrefslogtreecommitdiffstats
path: root/routers
Commit message (Expand)AuthorAgeFilesLines
...
* Refactor User Settings (#3900)David Schneiderbauer2018-05-154-257/+237
* issue-2768: added new option allow_only_external_registration (#3910)FabioFortini2018-05-132-1/+4
* fix blank topic (#3948)Lunny Xiao2018-05-111-1/+5
* Multiple assignees (#3705)kolaente2018-05-094-100/+118
* fix wrong issue endpoints in swagger doc (#3914)David Schneiderbauer2018-05-082-5/+5
* Add option to use paged LDAP search when synchronizing users (#3895)Lauris BH2018-05-051-0/+5
* Added user language setting (#3875)kolaente2018-05-052-1/+19
* Do not allow to reuse TOTP passcode (#3878)Lauris BH2018-05-021-1/+7
* Issue due date (#3794)kolaente2018-05-014-14/+98
* Fix path cleanup in multiple places (#3871)Lauris BH2018-05-011-2/+2
* API endpoint for testing webhook (#3550)Ethan Koenig2018-04-294-4/+112
* Store OAuth2 session data in database (#3660)Lauris BH2018-04-291-1/+3
* Shows total tracked time in issue and milestone list (#3341)Jonas Franz2018-04-291-0/+6
* don't reset team/repo count when updating team via API (#3831)Morgan Bazalgette2018-04-291-7/+4
* Add topic support (#3711)Lunny Xiao2018-04-115-0/+98
* fix go vet error (#3740)Lunny Xiao2018-03-301-1/+1
* refactor: import order. (#3736)Bo-Yi Wu2018-03-2918-31/+36
* Correctly check http git access rights for reverse proxy authorized users (#3...Lauris BH2018-03-291-20/+20
* Add repository setting to enable/disable health checks (#3607)Allen Wild2018-03-271-0/+18
* Add protected branch whitelists for merging (#3689)Chri-s2018-03-251-1/+6
* Change protected branch settings title to existing locale entry (#3694)Chri-s2018-03-211-1/+1
* Fix style of "In your repositories" when selected (#3699)Alex Ward2018-03-201-1/+1
* Global code search support (#3664)Lunny Xiao2018-03-163-1/+119
* Refactor and simplify redirect to url (#3674)Lauris BH2018-03-154-24/+8
* Added checks for protected branches in pull requests (#3544)Chri-s2018-03-131-0/+9
* Add label descriptions (#3662)Lauris BH2018-03-131-6/+9
* Added issue search via api (#3612)kolaente2018-03-071-6/+29
* Add Attachment API (#3478)Jonas Franz2018-03-065-5/+350
* Log attachment blocked events (#3615)Mahmoud Al-Qudsi2018-03-051-0/+1
* Add admin dashboard option to run health checks (#3606)Allen Wild2018-03-021-0/+4
* Rework special link parsing in the post-processing of markup (#3354)Morgan Bazalgette2018-02-271-2/+2
* Fix missing translations when updating username. (#3564)bugreport02018-02-251-3/+3
* refactor: reduce sql query in retrieveFeeds (#3547)Bo-Yi Wu2018-02-211-31/+8
* Populate URL field of API commits (#3546)Ethan Koenig2018-02-204-16/+23
* Implements generator cli for secrets (#3531)Codruț Constantin Gușoi2018-02-182-3/+10
* Add option to enable or disable swagger endpoints (#3502)Piotr Orzechowski2018-02-141-2/+7
* Improve wiki test (#3493)Ethan Koenig2018-02-131-7/+23
* Fix rendering of wiki page list if wiki repo contains other files (#3454)Lauris BH2018-02-051-0/+6
* Enable caching on assets and avatars (#3376)Morgan Bazalgette2018-02-041-8/+11
* 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