summaryrefslogtreecommitdiffstats
path: root/routers
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix error when add user has full name to team (#2973)Lunny Xiao2017-11-261-0/+5
* Fix files/commits of merged PRs (#2937)Ethan Koenig2017-11-251-8/+30
* Remove render issue link (#2954)Timur Makarchuk2017-11-221-13/+0
* Add dingtalk webhook (#2777)Lunny Xiao2017-11-212-6/+77
* Disable add key button if SSH is disabled (#2873)Michael Kuhn2017-11-213-7/+15
* Apply LANDING_PAGE config options for logged in users (#2894)schaffman52017-11-201-1/+1
* Fix comment API paths (#2813)Ethan Koenig2017-11-202-5/+88
* Fix API status code for hook creation (#2814)Ethan Koenig2017-11-202-3/+4
* Page parameter for repo search API (#2915)Ethan Koenig2017-11-151-3/+8
* Update swagger documentation (#2899)Ethan Koenig2017-11-1344-837/+3270
* Add LFS object verification step after upload (#2868)Lauris BH2017-11-081-0/+1
* Fix fork repository cycle to self (#2860)Lunny Xiao2017-11-061-5/+45
* Fix ignored errors in API route (#2850)Ethan Koenig2017-11-041-10/+24
* Fix API raw requests for commits and tags (#2841)Lauris BH2017-11-041-1/+1
* Set session and indexers' data files rel to AppDataPath (#2192)Guillaume Dube2017-11-031-0/+2
* Configurable SSH key exchange algorithm and MAC suite (#2806)Cum Gun2017-11-021-2/+2
* Use api.TrackedTime in API (#2807)Ethan Koenig2017-11-011-16/+34
* Make URL scheme unambiguous (#2408)Ethan Koenig2017-10-307-43/+75
* Code/repo search (#2582)Ethan Koenig2017-10-273-0/+48
* Add search mode option to /api/repo/search (#2756)Morlinest2017-10-273-29/+82
* Add commit count caching (#2774)Lauris BH2017-10-264-10/+13
* Add branch overiew page (#2108)Bwko2017-10-263-8/+178
* fix importsLunny Xiao2017-10-251-5/+4
* some fixesLunny Xiao2017-10-251-1/+2
* Hide unactive on explore users and some refactors (#2741)Lunny Xiao2017-10-244-60/+23
* Move swagger-ui under /api/v1 (#2746)Antoine GIRARD2017-10-214-8/+22
* Configurable SSH cipher suite (#913)spacetourist2017-10-211-2/+2
* Fix repository search function (#2689)Morlinest2017-10-172-16/+14
* Render plain text README.txt monospaced (#2721)Jonas Franz2017-10-171-2/+3
* Merge password and 2fa page on user settings (#2695)Lunny Xiao2017-10-162-41/+33
* Fix PR, milestone and label functionality if issue unit is disabled (#2710)Lauris BH2017-10-166-61/+63
* Fix plain readme didn't render correctly on repo home page (#2705)Lunny Xiao2017-10-161-12/+7
* Integration test for activity page (#2704)Lauris BH2017-10-161-24/+4