aboutsummaryrefslogtreecommitdiffstats
path: root/services
Commit message (Expand)AuthorAgeFilesLines
* Remove unnecessary goroutine (#16080)Lunny Xiao2021-06-091-14/+12
* Add sso.Group, context.Auth, context.APIAuth to allow auth special routes (#1...Lunny Xiao2021-06-0910-0/+1099
* Merge all deleteBranch as one function and also fix bug when delete branch do...Lunny Xiao2021-06-071-0/+72
* Fixed assert statements. (#16089)KN4CK3R2021-06-074-18/+18
* Make commit info cancelable (#16032)zeripath2021-06-061-1/+1
* Rewrite of the LFS server (#15523)KN4CK3R2021-06-062-377/+218
* Make modules/context.Context a context.Context (#16031)zeripath2021-05-311-2/+2
* Don't manipulate input params in email notification (#16011)Jimmy Praet2021-05-302-2/+12
* add permission check for ``GenerateRepository`` (#15946)a10121127962021-05-271-0/+6
* Add email headers (#15939)KN4CK3R2021-05-223-61/+104
* Prevent double-login for Git HTTP and LFS and simplify login (#15303)zeripath2021-05-152-90/+79
* Multiple Queue improvements: LevelDB Wait on empty, shutdown empty shadow lev...zeripath2021-05-151-3/+2
* Restore PAM user autocreation functionality (#15825)zeripath2021-05-131-0/+1
* Fix individual tests (addition to #15802) (#15818)KN4CK3R2021-05-121-0/+2
* Display specific message if diff is not displayed because of too long line (...Loutro2021-05-041-15/+19
* Only log Error on getLastCommitStatus error to let pull list still be visible...65432021-05-041-1/+2
* fix webhook timeout bug (#15613)Lunny Xiao2021-04-251-6/+2
* Refactor renders (#15175)Lunny Xiao2021-04-195-18/+50
* Performance improvement for list pull requests (#15447)Lunny Xiao2021-04-151-10/+50
* Always set the merge base used to merge the commit (#15352)zeripath2021-04-101-1/+1
* Code Formats, Nits & Unused Func/Var deletions (#15286)65432021-04-091-1/+1
* Add LFS Migration and Mirror (#14726)KN4CK3R2021-04-087-17/+1057
* Move modules/forms to services/forms (#15305)zeripath2021-04-069-0/+1661
* [refactor] mailer service (#15072)65432021-04-027-129/+166
* Prevent NPE in CommentMustAsDiff if no hunk header (#15199)zeripath2021-04-011-0/+15
* Add Tabular Diff for CSV files (#14661)KN4CK3R2021-03-292-0/+498
* Implement delete release attachments and update release attachments' name (#1...Lunny Xiao2021-03-232-32/+177
* Place wrapper around comment as diff to catch panics (#15085)zeripath2021-03-211-0/+8
* IsUserAllowedToUpdate ignore igonre if user is nil (#14885)65432021-03-041-0/+3
* Make manual merge autodetection optional and add manual merge as merge method...a10121127962021-03-033-3/+70
* Migrate to use jsoniter instead of encoding/json (#14841)zeripath2021-03-019-10/+27
* When Deleting Repository only explicitly close PRs whose base is not this rep...zeripath2021-03-011-1/+6
* Repository transfer has to be confirmed, if user can not create repo for new ...65432021-03-013-0/+94
* Create tag on ui (#13467)a10121127962021-02-283-21/+77
* Fix a couple of CommentAsPatch issues. (#14804)zeripath2021-02-273-19/+176
* fix a small nit (#14769)a10121127962021-02-221-0/+2
* Fix broken spans in diffs (#14678)zeripath2021-02-142-6/+228
* Whitespace in commits (#14650)vnkmpf2021-02-131-1/+18
* Added option to disable webhooks (#13176)Paweł Bogusławski2021-02-112-0/+9
* Add dismiss review feature (#12674)a10121127962021-02-112-0/+53
* [API] Add pagination to ListBranches (#14524)65432021-02-032-2/+2
* Enhance Ghost comment mitigation Settings (#14392)65432021-01-211-2/+2
* label and milestone webhooks on issue/pull creation (#14363)Jimmy Praet2021-01-172-0/+12
* fix mailIssueCommentBatch for pull request (#14252)a10121127962021-01-091-1/+5
* Some code improvements (#14266)Lunny Xiao2021-01-061-0/+4
* Fix wrong type on hooktask to convert typ from char(16) to varchar(16) (#14148)Lunny Xiao2021-01-061-3/+3
* Send notifications for mentions in pulls, issues, (code-)comments (#14218)Jimmy Praet2021-01-026-45/+83
* Fix wrong publisher id (#14212)Lunny Xiao2021-01-011-3/+5
* Check for 'main' as potential default branch name (#14193)Chester Liu2020-12-301-0/+4
* Fix escaping issue in diff (#14153)zeripath2020-12-261-4/+3