| Commit message (Expand) | Author | Age | Files | Lines |
* | Add agit flow support in gitea (#14295) | a1012112796 | 2021-07-28 | 5 | -8/+65 |
* | not show private user's repo in explore view (#16550) | a1012112796 | 2021-07-27 | 1 | -5/+3 |
* | Fix session bugs (#16552) | 6543 | 2021-07-26 | 2 | -16/+46 |
* | Fix add authentication page (#16543) | zeripath | 2021-07-25 | 1 | -0/+13 |
* | Add an abstract json layout to make it's easier to change json library (#16528) | Lunny Xiao | 2021-07-24 | 12 | -37/+18 |
* | Refactor: Move login out of models (#16199) | zeripath | 2021-07-24 | 20 | -2214/+1723 |
* | Add support for corporate WeChat webhooks (#15910) | lengyuqu | 2021-07-23 | 3 | -27/+32 |
* | Restore creation of git-daemon-export-ok files (#16508) | zeripath | 2021-07-22 | 1 | -2/+13 |
* | Add basic edit ldap auth test & actually fix #16252 (#16465) | zeripath | 2021-07-20 | 2 | -13/+33 |
* | Fix crash following ldap authentication update (#16447) | zeripath | 2021-07-15 | 1 | -2/+2 |
* | Retry rename on lock induced failures (#16435) | zeripath | 2021-07-15 | 4 | -10/+10 |
* | Fix activation of primary email addresses (#16385) | Meano | 2021-07-13 | 1 | -21/+21 |
* | Add option to provide signature for a token to verify key ownership (#14054) | zeripath | 2021-07-13 | 10 | -700/+1006 |
* | Fix archive error when rename repo or user (#16399) | Lunny Xiao | 2021-07-13 | 2 | -22/+7 |
* | Add checkbox to delete pull branch after successful merge (#16049) | Jimmy Praet | 2021-07-13 | 1 | -8/+9 |
* | Validate Issue Index before querying DB (#16406) | Norwin | 2021-07-12 | 1 | -0/+3 |
* | Fix various documentation, user-facing, and source comment typos (#16367) | luzpaz | 2021-07-08 | 21 | -32/+32 |
* | Reserve user/repo pattern for rss feature (#16323) | 6543 | 2021-07-01 | 2 | -2/+2 |
* | Escape reference to `user` table in models.SearchEmails (#16313) | Adyanth H | 2021-06-30 | 1 | -1/+1 |
* | Fix list_options GetStartEnd (#16303) | sebastian-sauer | 2021-06-29 | 1 | -1/+1 |
* | just add some unit tests (#16291) | 6543 | 2021-06-29 | 1 | -0/+6 |
* | Handle misencoding of login_source cfg in mssql (#16268) | zeripath | 2021-06-27 | 2 | -20/+21 |
* | Refactor Webhook + Add X-Hub-Signature (#16176) | KN4CK3R | 2021-06-27 | 4 | -43/+71 |
* | Make allowed Visiblity modes configurable for Users (#16271) | 6543 | 2021-06-27 | 2 | -22/+64 |
* | Add Visible modes function from Organisation to Users too (#16069) | Sergey Dryabzhinsky | 2021-06-26 | 6 | -37/+129 |
* | Let package git depend on setting but not opposite (#15241) | Lunny Xiao | 2021-06-26 | 1 | -1/+2 |
* | Fix heatmap activity (#15252) | siddweiker | 2021-06-25 | 3 | -15/+48 |
* | Add tag protection (#15629) | KN4CK3R | 2021-06-25 | 7 | -0/+338 |
* | Don't WARN log UserNotExist errors on ExternalUserLogin failure (#16238) | zeripath | 2021-06-23 | 1 | -1/+5 |
* | Rework repository archive (#14723) | Lunny Xiao | 2021-06-23 | 8 | -50/+162 |
* | Small refactoring of modules/private (#15947) | KN4CK3R | 2021-06-23 | 1 | -26/+1 |
* | Improve notifications for WIP draft PR's (#14663) | Jimmy Praet | 2021-06-23 | 3 | -33/+39 |
* | Update milestone counters on new issue. (#16183) | KN4CK3R | 2021-06-21 | 4 | -56/+39 |
* | Remove User.GetOrganizations() (#14032) | 6543 | 2021-06-18 | 1 | -53/+0 |
* | Add asymmetric JWT signing (#16010) | KN4CK3R | 2021-06-17 | 2 | -8/+13 |
* | [API] ListReleases add filter for draft and pre-releases (#16175) | 6543 | 2021-06-17 | 2 | -8/+33 |
* | [API] Issue Search Add filter for MilestoneNames (#16173) | 6543 | 2021-06-17 | 1 | -0/+8 |
* | [API] ListIssues add more filters (#16174) | 6543 | 2021-06-16 | 1 | -1/+1 |
* | Add Status Updates whilst Gitea migrations are occurring (#15076) | zeripath | 2021-06-16 | 3 | -1/+56 |
* | Add subject-type filter to list notification API endpoints (#16177) | 6543 | 2021-06-16 | 1 | -2/+6 |
* | Only check access tokens if they are likely to be tokens (#16164) | zeripath | 2021-06-16 | 1 | -1/+7 |
* | Use milestone deadline when sorting issues (#14551) | koalp | 2021-06-14 | 1 | -2/+11 |
* | Make command in authorized keys a template (#16003) | zeripath | 2021-06-14 | 1 | -2/+10 |
* | Add attachments for PR reviews (#16075) | KN4CK3R | 2021-06-14 | 2 | -7/+10 |
* | v180 migration should be standalone (#16151) | zeripath | 2021-06-14 | 1 | -7/+56 |
* | Add push to remote mirror repository (#15157) | KN4CK3R | 2021-06-14 | 9 | -9/+235 |
* | Improve performance of dashboard list orgs (#16099) | Lunny Xiao | 2021-06-14 | 1 | -0/+19 |
* | Add OpenID claims "profile" and "email". (#16141) | KN4CK3R | 2021-06-14 | 1 | -1/+14 |
* | Add a new table issue_index to store the max issue index so that issue could ... | Lunny Xiao | 2021-06-14 | 14 | -82/+354 |
* | Fix bug on getIssueIDsByRepoID (#16119) | Lunny Xiao | 2021-06-10 | 2 | -1/+9 |