aboutsummaryrefslogtreecommitdiffstats
path: root/modules
Commit message (Expand)AuthorAgeFilesLines
* Fix bug on commit graph (#15517)Lunny Xiao2021-04-171-4/+5
* Disable Stars config option (#14653)Kyle D2021-04-153-0/+4
* migration: github: if rate limit is not enabled, ignore it (#15490)65432021-04-151-0/+5
* Fix potential copy lfs records failure when fork a repository (#15441)Lunny Xiao2021-04-141-6/+7
* Use index of the supported tags to choose user lang (#15452)Naohisa Murakami2021-04-142-8/+10
* Fix ambiguous argument error on tags (#15432)zeripath2021-04-141-8/+1
* Prevent superfluous response.WriteHeader (#15456)zeripath2021-04-141-3/+7
* OAuth2 auto-register (#5123)Martin Michaelis2021-04-143-3/+102
* Add NeedPostProcess for Parser interface to improve performance of csv render...Lunny Xiao2021-04-136-14/+34
* Add ETag header (#15370)KN4CK3R2021-04-123-10/+177
* use repo1_bare to test against (#15402)65432021-04-111-26/+11
* Links in markdown should be absolute to the repository not the server (#15088)zeripath2021-04-112-1/+15
* Always set the merge base used to merge the commit (#15352)zeripath2021-04-101-1/+7
* Turn RepoRef and RepoAssignment back into func(*Context) (#15372)zeripath2021-04-091-308/+295
* Upgrade to bluemonday 1.0.7 (#15379)zeripath2021-04-091-1/+1
* Code Formats, Nits & Unused Func/Var deletions (#15286)65432021-04-0914-27/+15
* [API] pull notification subject status: add "merged" (#15344)65432021-04-091-0/+5
* Add LFS Migration and Mirror (#14726)KN4CK3R2021-04-0827-1193/+1403
* Move modules/forms to services/forms (#15305)zeripath2021-04-069-1661/+0
* Fix bug in Wrap (#15302)zeripath2021-04-061-3/+4
* Close file on invalid range (Addition to #15166) (#15268)KN4CK3R2021-04-063-29/+21
* Update to bluemonday-1.0.6 (#15294)zeripath2021-04-052-1/+15
* [refactor] replace int with httpStatusCodes (#15282)65432021-04-054-39/+42
* Add size to Save function (#15264)zeripath2021-04-035-8/+15
* Close file on invalid range (#15166)KN4CK3R2021-04-031-0/+8
* [refactor] mailer service (#15072)65432021-04-021-3/+3
* Speed up `enry.IsVendor` (#15213)zeripath2021-04-016-4/+116
* response simple text message for not html request when 404 (#15229)a10121127962021-04-011-0/+17
* response 404 for diff/patch of a commit that not exist (#15221)a10121127962021-04-011-1/+1
* Fix regression from #14623 - use debug SVC handler only on interactive sessio...zeripath2021-03-311-3/+22
* add 'fonts' into 'KnownPublicEntries' (#15188)a10121127962021-03-301-0/+1
* Add Tabular Diff for CSV files (#14661)KN4CK3R2021-03-296-71/+190
* use level config in main section when subsection not set level (#15176)a10121127962021-03-282-8/+7
* Update repository size on cron gc task (#15177)zeripath2021-03-281-0/+11
* Expose resolver via API (#15167)sotho2021-03-282-2/+4
* [refactor] Unify the export of user data via API (#15144)65432021-03-2711-68/+80
* Add DefaultMergeStyle option to repository (#14789)parnic2021-03-273-0/+7
* fix regression of 15139 (#15164)65432021-03-261-1/+1
* Clusterfuzz found another way (#15160)zeripath2021-03-261-1/+1
* Fix wrong user returned in API (#15139)sotho2021-03-241-7/+6
* [Vendor] update gitea-sdk v0.14.0 (#15103)65432021-03-221-22/+0
* Fix another clusterfuzz identified issue (#15096)zeripath2021-03-221-1/+1
* Use i18n.Reset to reload locales (#15073)65432021-03-211-8/+2
* fix double 'push tag' action feed (#15078)a10121127962021-03-211-2/+4
* [Refactor] remove possible resource leak (#15067)65432021-03-211-35/+38
* Fix bug when upload on web (#15042)Lunny Xiao2021-03-191-22/+28
* Delete Labels & IssueLabels on Repo Delete too (#15039)65432021-03-191-1/+18
* Prevent addition of labels from outside the repository or organisation in iss...zeripath2021-03-191-0/+39
* another clusterfuzz spotted issue (#15032)zeripath2021-03-181-1/+1
* Do not convert file path to lowercase (#15023)KN4CK3R2021-03-182-3/+7