| Commit message (Expand) | Author | Age | Files | Lines |
* | Prevent NPE on commenting on lines with invalidated comments (with migration)... | zeripath | 2020-08-21 | 2 | -0/+134 |
* | Add a storage layer for attachments (#11387) | Lunny Xiao | 2020-08-18 | 2 | -13/+9 |
* | Kanban board (#8346) | Lanre Adelowo | 2020-08-16 | 2 | -0/+87 |
* | Fix bug preventing transfer to private organization (#12497) | zeripath | 2020-08-16 | 1 | -2/+2 |
* | Re-attempt to delete temporary upload if the file is locked by another proces... | zeripath | 2020-08-11 | 3 | -6/+7 |
* | Fix Migration 145 on MSSQL if varchar is changed to nvarchar (#12445) | zeripath | 2020-08-10 | 1 | -0/+22 |
* | Use transaction in V102 migration (#12395) | zeripath | 2020-08-06 | 2 | -5/+7 |
* | Need RepoID in the languagestat field (#12427) | zeripath | 2020-08-04 | 1 | -0/+1 |
* | Increase size of the language column in language_stat (#12396) | zeripath | 2020-08-04 | 2 | -1/+61 |
* | Don't use legacy method to send Matrix Webhook (#12348) | S7evinK | 2020-07-30 | 2 | -0/+27 |
* | Refactor: Remove Dependencies from Migration v111 (#11646) | 6543 | 2020-07-26 | 1 | -15/+344 |
* | Migrations (v82,v96,v99,v136) remove dependencies (#12286) | 6543 | 2020-07-22 | 4 | -11/+35 |
* | Decrease the num_stars when deleting a repo (#11954) | 赵智超 | 2020-07-07 | 2 | -0/+54 |
* | Add migration to set IsArchived false if it is null (#11853) | zeripath | 2020-06-11 | 2 | -1/+27 |
* | Refactor: Remove Dependencys from Migration v112-v119 (#11811) | 6543 | 2020-06-09 | 3 | -8/+18 |
* | Add hide activity option (#11353) | l-jonas | 2020-06-05 | 2 | -0/+24 |
* | Change language statistics to save size instead of percentage (#11681) | Lauris BH | 2020-05-30 | 2 | -0/+58 |
* | Add logging to long migrations (#11647) | zeripath | 2020-05-29 | 4 | -13/+154 |
* | Fix issue ref migration (#11419) | kolaente | 2020-05-15 | 1 | -0/+2 |
* | Fix ref links in issue overviews for tags (#8742) | Sijmen Schoon | 2020-05-14 | 2 | -0/+27 |
* | Add a way to mark Conversation (code comment) resolved (#11037) | 赵智超 | 2020-04-18 | 2 | -0/+24 |
* | Prevent merge of outdated PRs on protected branches (#11012) | 6543 | 2020-04-16 | 2 | -2/+20 |
* | Fix Migration 136 (be less aggressive to open pulls missing git files) (#11072) | 6543 | 2020-04-14 | 1 | -6/+0 |
* | Cache PullRequest Divergence (#10914) | 6543 | 2020-04-14 | 2 | -0/+71 |
* | Mulitple Gitea Doctor improvements (#10943) | zeripath | 2020-04-06 | 1 | -0/+46 |
* | Add Organization Wide Labels (#10814) | mrsdizzie | 2020-04-01 | 2 | -0/+24 |
* | Various Merge Base fixes (#10786) | zeripath | 2020-03-31 | 3 | -4/+114 |
* | make avatar lookup occur at image request (#10540) | zeripath | 2020-03-27 | 2 | -0/+18 |
* | Allow to set protected file patterns that can not be changed under no conditi... | Lauris BH | 2020-03-27 | 2 | -0/+24 |
* | Upgrade xorm to v1.0.0 (#10646) | Lunny Xiao | 2020-03-22 | 2 | -19/+14 |
* | System-wide webhooks (#10546) | James Lakin | 2020-03-09 | 2 | -0/+24 |
* | Fix migration (#10641) | John Olheiser | 2020-03-06 | 1 | -21/+34 |
* | Granular webhook events (#9626) | John Olheiser | 2020-03-06 | 2 | -0/+103 |
* | Migration for deleting orphaned dependencies (#10617) | Antoine GIRARD | 2020-03-05 | 2 | -0/+20 |
* | Add migration to fix the old broken merge-bases (#10604) | Lauris BH | 2020-03-05 | 2 | -0/+99 |
* | Fix migration bug on v96.go (#10572) | Lunny Xiao | 2020-03-02 | 1 | -16/+31 |
* | Language statistics bar for repositories (#8037) | Lauris BH | 2020-02-11 | 2 | -0/+47 |
* | Remove migration support from versions earlier than 1.6.0 (#10026) | guillep2k | 2020-01-31 | 57 | -3440/+45 |
* | Update topics repo count when deleting repository (#10051) | Lauris BH | 2020-01-31 | 2 | -0/+27 |
* | Migrate reviews when migrating repository from github (#9463) | Lunny Xiao | 2020-01-23 | 2 | -0/+25 |
* | Refactor repository check and sync functions (#9854) | Lunny Xiao | 2020-01-20 | 1 | -2/+3 |
* | Add missing columns to repository and user (#9861) | guillep2k | 2020-01-19 | 2 | -0/+27 |
* | Migrate reactions when migrating repository from github (#9599) | Lunny Xiao | 2020-01-15 | 2 | -0/+20 |
* | Add require signed commit for protected branch (#9708) | zeripath | 2020-01-15 | 2 | -0/+20 |
* | Restricted users (#6274) | Manush Dodunekov | 2020-01-13 | 2 | -0/+19 |
* | Add owner_name column for table repository for maintaince reason (#9717) | Lunny Xiao | 2020-01-12 | 2 | -0/+22 |
* | Fix wrong original git service type on a migrated repository (#9693) | Lunny Xiao | 2020-01-10 | 2 | -0/+18 |
* | Mark PR reviews as stale at push and allow to dismiss stale approvals (#9532) | David Svantesson | 2020-01-09 | 2 | -0/+28 |
* | Add branch protection option to block merge on requested changes. (#9592) | David Svantesson | 2020-01-03 | 2 | -0/+19 |
* | Ignore empty avatars in v115.go (#9520) | zeripath | 2019-12-28 | 1 | -1/+4 |