| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Issue due date api (#3890) | kolaente | 2018-07-16 | 6 | -51/+81 |
* | Fix query parameter name comment in issue API (#4421) | Lauris BH | 2018-07-12 | 1 | -2/+2 |
* | Add ability to delete a token (#4235) | techknowlogick | 2018-07-06 | 2 | -0/+38 |
* | Fixes repo membership check in API (#4341) | Nicolas Da Mutten | 2018-07-05 | 1 | -1/+1 |
* | Add Recaptcha functionality to Gitea (#4044) | Fluf | 2018-07-05 | 2 | -3/+49 |
* | Allow administrator to create repository for any organization (#4368) | Lauris BH | 2018-07-05 | 1 | -7/+9 |
* | Check that repositories can only be migrated to own user or organizations (#4... | Lauris BH | 2018-07-05 | 1 | -8/+15 |
* | Keep preseeded database password (#4284) | tarelda | 2018-07-03 | 1 | -0/+1 |
* | Increase default TOTP secret size to 320 bits (#4287) | Clar Charr | 2018-07-03 | 1 | -0/+1 |
* | Fix open redirect vulnerability on login screen (#4312) | Jonas Franz | 2018-06-26 | 1 | -1/+2 |
* | hide issues from org private repos w/o team assignment (#4034) | David Schneiderbauer | 2018-06-21 | 3 | -6/+25 |
* | Fix topics addition (Another solution) (#4031) (#4258) | Alexey Terentyev | 2018-06-21 | 2 | -3/+34 |
* | Fix webhook type conflation. (#4285) | Russell Aunger | 2018-06-21 | 2 | -2/+2 |
* | Fix milestone appliance and permission checks (#4271) | Jonas Franz | 2018-06-19 | 1 | -9/+17 |
* | fix missing data on redirects (#3975) | David Schneiderbauer | 2018-06-18 | 6 | -86/+90 |
* | fix CreateIssueCommentOption reference (#4239) | stevegt | 2018-06-15 | 1 | -1/+1 |
* | fix not respecting landing page setting (#4209) | David Schneiderbauer | 2018-06-15 | 1 | -0/+4 |
* | Fix swagger security parts (#4236) | Antoine GIRARD | 2018-06-12 | 1 | -4/+4 |
* | Fix swagger errors (#4220) | Antoine GIRARD | 2018-06-12 | 13 | -51/+158 |
* | HTML-escape text READMEs (#4192) | nickolas360 | 2018-06-10 | 1 | -2/+6 |
* | swagger: add 'required: true' for params in URL (#4097) | stevegt | 2018-06-02 | 2 | -0/+2 |
* | add simple descriptions for file API responses (#4089) | stevegt | 2018-06-01 | 1 | -3/+6 |
* | add simple descriptions for swagger validate (#4087) | stevegt | 2018-05-31 | 7 | -0/+41 |
* | Added deletion of an empty line at the end of the file (#4050) (#4054) | Alexey Terentyev | 2018-05-29 | 1 | -0/+4 |
* | Fix wiki redirects (#3919) | Michael Kuhn | 2018-05-28 | 1 | -2/+2 |
* | Make home.tmpl visible with Signin-View enabled (#4040) | Fluf | 2018-05-24 | 1 | -1/+1 |
* | LDAP Public SSH Keys synchronization (#1844) | Magnus Lindvall | 2018-05-24 | 3 | -20/+21 |
* | Added repository search ordered by stars or forks. Forks column in admin repo... | Alexey Terentyev | 2018-05-24 | 2 | -8/+24 |
* | fix bugs caused by #3929 (#3999) | Lunny Xiao | 2018-05-23 | 1 | -1/+1 |
* | Support secure cookie for csrf-token (#3839) | Aleksandr Bulyshchenko | 2018-05-22 | 1 | -0/+1 |
* | remove collaborative repositories from search on user profiles (#3996) | David Schneiderbauer | 2018-05-21 | 1 | -7/+8 |
* | Fix some webhooks bugs (#3981) | Lunny Xiao | 2018-05-21 | 2 | -4/+4 |
* | Add support for FIDO U2F (#3971) | Jonas Franz | 2018-05-19 | 4 | -6/+256 |
* | Re-enable random avatar feature (#3988) | David Schneiderbauer | 2018-05-19 | 1 | -1/+1 |
* | Splitted the user settings code into several files to be more maintainable (#... | David Schneiderbauer | 2018-05-17 | 12 | -842/+950 |
* | Add more webhooks support and refactor webhook templates directory (#3929) | Lunny Xiao | 2018-05-16 | 4 | -16/+40 |
* | Refactor User Settings (#3900) | David Schneiderbauer | 2018-05-15 | 4 | -257/+237 |
* | issue-2768: added new option allow_only_external_registration (#3910) | FabioFortini | 2018-05-13 | 2 | -1/+4 |
* | fix blank topic (#3948) | Lunny Xiao | 2018-05-11 | 1 | -1/+5 |
* | Multiple assignees (#3705) | kolaente | 2018-05-09 | 4 | -100/+118 |
* | fix wrong issue endpoints in swagger doc (#3914) | David Schneiderbauer | 2018-05-08 | 2 | -5/+5 |
* | Add option to use paged LDAP search when synchronizing users (#3895) | Lauris BH | 2018-05-05 | 1 | -0/+5 |
* | Added user language setting (#3875) | kolaente | 2018-05-05 | 2 | -1/+19 |
* | Do not allow to reuse TOTP passcode (#3878) | Lauris BH | 2018-05-02 | 1 | -1/+7 |
* | Issue due date (#3794) | kolaente | 2018-05-01 | 4 | -14/+98 |
* | Fix path cleanup in multiple places (#3871) | Lauris BH | 2018-05-01 | 1 | -2/+2 |
* | API endpoint for testing webhook (#3550) | Ethan Koenig | 2018-04-29 | 4 | -4/+112 |
* | Store OAuth2 session data in database (#3660) | Lauris BH | 2018-04-29 | 1 | -1/+3 |
* | Shows total tracked time in issue and milestone list (#3341) | Jonas Franz | 2018-04-29 | 1 | -0/+6 |
* | don't reset team/repo count when updating team via API (#3831) | Morgan Bazalgette | 2018-04-29 | 1 | -7/+4 |