aboutsummaryrefslogtreecommitdiffstats
path: root/routers
Commit message (Expand)AuthorAgeFilesLines
* Redirect to correct page after using scratch token (#4458)techknowlogick2018-07-191-1/+2
* Added dependencies for issues (#2196) (#2531)kolaente2018-07-177-0/+183
* Issue due date api (#3890)kolaente2018-07-166-51/+81
* Fix query parameter name comment in issue API (#4421)Lauris BH2018-07-121-2/+2
* Add ability to delete a token (#4235)techknowlogick2018-07-062-0/+38
* Fixes repo membership check in API (#4341)Nicolas Da Mutten2018-07-051-1/+1
* Add Recaptcha functionality to Gitea (#4044)Fluf2018-07-052-3/+49
* Allow administrator to create repository for any organization (#4368)Lauris BH2018-07-051-7/+9
* Check that repositories can only be migrated to own user or organizations (#4...Lauris BH2018-07-051-8/+15
* Keep preseeded database password (#4284)tarelda2018-07-031-0/+1
* Increase default TOTP secret size to 320 bits (#4287)Clar Charr2018-07-031-0/+1
* Fix open redirect vulnerability on login screen (#4312)Jonas Franz2018-06-261-1/+2
* hide issues from org private repos w/o team assignment (#4034)David Schneiderbauer2018-06-213-6/+25
* Fix topics addition (Another solution) (#4031) (#4258)Alexey Terentyev2018-06-212-3/+34
* Fix webhook type conflation. (#4285)Russell Aunger2018-06-212-2/+2
* Fix milestone appliance and permission checks (#4271)Jonas Franz2018-06-191-9/+17
* fix missing data on redirects (#3975)David Schneiderbauer2018-06-186-86/+90
* fix CreateIssueCommentOption reference (#4239)stevegt2018-06-151-1/+1
* fix not respecting landing page setting (#4209)David Schneiderbauer2018-06-151-0/+4
* Fix swagger security parts (#4236)Antoine GIRARD2018-06-121-4/+4
* Fix swagger errors (#4220)Antoine GIRARD2018-06-1213-51/+158
* HTML-escape text READMEs (#4192)nickolas3602018-06-101-2/+6
* swagger: add 'required: true' for params in URL (#4097)stevegt2018-06-022-0/+2
* add simple descriptions for file API responses (#4089)stevegt2018-06-011-3/+6
* add simple descriptions for swagger validate (#4087)stevegt2018-05-317-0/+41
* Added deletion of an empty line at the end of the file (#4050) (#4054)Alexey Terentyev2018-05-291-0/+4
* Fix wiki redirects (#3919)Michael Kuhn2018-05-281-2/+2
* Make home.tmpl visible with Signin-View enabled (#4040)Fluf2018-05-241-1/+1
* LDAP Public SSH Keys synchronization (#1844)Magnus Lindvall2018-05-243-20/+21
* Added repository search ordered by stars or forks. Forks column in admin repo...Alexey Terentyev2018-05-242-8/+24
* fix bugs caused by #3929 (#3999)Lunny Xiao2018-05-231-1/+1
* Support secure cookie for csrf-token (#3839)Aleksandr Bulyshchenko2018-05-221-0/+1
* remove collaborative repositories from search on user profiles (#3996)David Schneiderbauer2018-05-211-7/+8
* Fix some webhooks bugs (#3981)Lunny Xiao2018-05-212-4/+4
* Add support for FIDO U2F (#3971)Jonas Franz2018-05-194-6/+256
* Re-enable random avatar feature (#3988)David Schneiderbauer2018-05-191-1/+1
* Splitted the user settings code into several files to be more maintainable (#...David Schneiderbauer2018-05-1712-842/+950
* Add more webhooks support and refactor webhook templates directory (#3929)Lunny Xiao2018-05-164-16/+40
* 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