aboutsummaryrefslogtreecommitdiffstats
path: root/services
Commit message (Expand)AuthorAgeFilesLines
* Fix close issue but time watcher still running (#17761)Lunny Xiao2021-11-234-3/+505
* Return 400 but not 500 when request archive with wrong format (#17691) (#17700)Lunny Xiao2021-11-202-8/+23
* Fix golangci-lint warnings (#17598 et al) (#17668)Gusted2021-11-164-4/+5
* backport(1.15): make `ParsePatch` more robust (#17580)Gusted2021-11-082-1/+29
* Only allow webhook to send requests to allowed hosts (#17482) (#17510)wxiaoguang2021-11-061-4/+22
* Prevent NPE in CSV diff rendering when column removed (#17018) (#17377)Richard Mahn2021-10-202-132/+322
* Fix missing repo link in issue/pull assigned emails (#17183) (#17184)zeripath2021-09-301-0/+10
* correct transaction ending (#17151)Alexey 〒erentyev2021-09-251-2/+4
* Prevent panic on diff generation (#16950) (#16951)zeripath2021-09-051-0/+4
* Allow BASIC authentication access to /:owner/:repo/releases/download/* (#1691...zeripath2021-09-024-10/+14
* Test if LFS object is accessible (#16865) (#16904)65432021-08-311-14/+45
* Fix dump and restore respository (#16698) (#16898)Lunny Xiao2021-08-312-2/+2
* Repare and Improve GetDiffRangeWithWhitespaceBehavior (#16894) (#16895)65432021-08-312-23/+14
* Simplify split diff view generation and remove JS dependency (#16775) (#16863)zeripath2021-08-301-2/+16
* Fix 500 on first wiki page (#16586) (#16598)zeripath2021-08-032-0/+32
* Switch to maintained jwt lib (#16532) (#16533)zeripath2021-07-241-1/+1
* Add TestPrepareWikiFileName (#16487) (#16498)65432021-07-212-1/+52
* fix: support delete non-urlencoded wiki page (#16482) (#16486)Gary Wang2021-07-191-8/+3
* Use TrN helper for email templates (#16425)65432021-07-143-0/+7
* Add option to provide signature for a token to verify key ownership (#14054)zeripath2021-07-131-0/+2
* Detect encoding changes while parsing diff (#16330)Jimmy Praet2021-07-131-19/+31
* Add checkbox to delete pull branch after successful merge (#16049)Jimmy Praet2021-07-134-8/+21
* Fix various documentation, user-facing, and source comment typos (#16367)luzpaz2021-07-084-4/+4
* fix: not able to update local created non-urlencoded wiki pages (#16139)Gary Wang2021-07-071-13/+43
* Implemented head_commit for webhooks (#16282)KN4CK3R2021-06-291-2/+2
* Refactor Webhook + Add X-Hub-Signature (#16176)KN4CK3R2021-06-2710-77/+55
* Add Visible modes function from Organisation to Users too (#16069)Sergey Dryabzhinsky2021-06-262-0/+5
* Fixed issues not updated by commits (#16254)KN4CK3R2021-06-261-4/+5
* Added support for gopher URLs. (#14749)ayb2021-06-251-1/+1
* Append to existing trailers in generated squash commit message (#15980)Jimmy Praet2021-06-252-9/+31
* Use gitea logging module for git module (#16243)65432021-06-251-2/+0
* Add tag protection (#15629)KN4CK3R2021-06-253-5/+75
* Rework repository archive (#14723)Lunny Xiao2021-06-232-356/+197
* Fix 500 Error with branch and tag sharing the same name #15592 (#16040)Viktor Yakovchuk2021-06-231-1/+13
* Small refactoring of modules/private (#15947)KN4CK3R2021-06-231-1/+1
* Localize Email Templates (#16200)65432021-06-233-15/+24
* Improve notifications for WIP draft PR's (#14663)Jimmy Praet2021-06-232-5/+9
* Add tests for all webhooks (#16214)KN4CK3R2021-06-2015-891/+2110
* Reintroduce squash merge default comment as a config setting (#16134)parnic2021-06-191-4/+32
* Add attachments for PR reviews (#16075)KN4CK3R2021-06-142-3/+4
* Fix private repo permission problem (#16142)Nils Dralle2021-06-142-0/+35
* Add push to remote mirror repository (#15157)KN4CK3R2021-06-145-641/+756
* Fixed sanitize errors. (#15240)KN4CK3R2021-06-131-15/+7
* 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