| Commit message (Expand) | Author | Age | Files | Lines |
* | Support unprotected file patterns (#16395) | Jimmy Praet | 2021-09-11 | 3 | -1/+57 |
* | Skip AllowedUserVisibilityModes validation on update user if it is an organis... | 6543 | 2021-09-08 | 1 | -2/+2 |
* | Add repo_id for attachment (#16958) | Lunny Xiao | 2021-09-08 | 8 | -82/+173 |
* | Fix storage Iterate bug and Add storage doctor to delete garbage attachments ... | Lunny Xiao | 2021-09-06 | 1 | -0/+5 |
* | Correctly return the number of Repositories for Organizations (#16807) | zeripath | 2021-09-01 | 1 | -12/+56 |
* | Add option to update pull request by `rebase` (#16125) | a1012112796 | 2021-08-31 | 1 | -0/+2 |
* | Fix dump and restore respository (#16698) | Lunny Xiao | 2021-08-30 | 1 | -0/+5 |
* | Refactor the fork service slightly to take ForkRepoOptions (#16744) | Kyle Evans | 2021-08-28 | 1 | -0/+7 |
* | Add test to ensure that dumping of login sources remains correct (#16847) | zeripath | 2021-08-28 | 1 | -0/+46 |
* | Actually compute proper foreground color for labels (#16729) | Clar Fon | 2021-08-25 | 1 | -5/+31 |
* | Use a common quote to instead of check database type (#16817) | Lunny Xiao | 2021-08-25 | 1 | -8/+1 |
* | Add primary_key to issue_index (#16813) | zeripath | 2021-08-25 | 5 | -5/+25 |
* | Add information for migrate failure (#16803) | Lunny Xiao | 2021-08-24 | 1 | -1/+1 |
* | Alter issue/comment table TEXT fields to LONGTEXT (#16765) | wxiaoguang | 2021-08-22 | 4 | -3/+34 |
* | Fix wrong user in OpenID response (#16736) | KN4CK3R | 2021-08-19 | 1 | -0/+16 |
* | Recreate Tables should Recreate indexes on MySQL (#16718) | zeripath | 2021-08-19 | 1 | -0/+15 |
* | Add API Token Cache (#16547) | zeripath | 2021-08-17 | 2 | -1/+50 |
* | Add filter by owner and team to issue/pulls search endpoint (#16662) | Jimmy Praet | 2021-08-13 | 2 | -1/+13 |
* | Update issue_index to finish migration (#16685) | 6543 | 2021-08-13 | 1 | -0/+25 |
* | Upgrade xorm to v1.2.2 (#16663) | Lunny Xiao | 2021-08-13 | 1 | -1/+1 |
* | [API] generalize list header (#16551) | 6543 | 2021-08-12 | 30 | -151/+239 |
* | Replace `list.List` with slices (#16311) | KN4CK3R | 2021-08-09 | 6 | -94/+69 |
* | Add Version info to migrations.go (#16653) | 6543 | 2021-08-08 | 1 | -0/+3 |
* | Restore compatibility with SQLServer 2008 R2 in migrations (#16627) | zeripath | 2021-08-08 | 1 | -6/+3 |
* | Separate open and closed issue in metrics (#16637) | Romain | 2021-08-07 | 1 | -2/+20 |
* | 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 |