summaryrefslogtreecommitdiffstats
path: root/modules
Commit message (Expand)AuthorAgeFilesLines
* nextcloud oauth (#10562)techknowlogick2020-03-021-0/+23
* Change default value of DefaultCommandExecutionTimeout to match cheatsheet (#...zeripath2020-03-021-1/+1
* Display pull request head branch even the branch deleted or repository delete...Lunny Xiao2020-03-022-63/+68
* Remove Unused Functions (#10516)65432020-03-024-65/+0
* adds API endpoints to manage OAuth2 Application (list/create/delete) (#10437)Gustavo Marin2020-02-292-0/+34
* [Refactor] move APIFormat() of Issue and Label to convert package (#10423)65432020-02-284-13/+142
* Handle panic in indexer initialisation better (#10534)zeripath2020-02-282-0/+19
* Relax sanitization as per https://github.com/jch/html-pipeline (#10527)zeripath2020-02-282-9/+41
* inform participants on UI too (#10473)65432020-02-281-0/+10
* Add max-file-size to LFS (#10463)zeripath2020-02-282-0/+7
* Use media links for img in post-process (#10515)zeripath2020-02-281-5/+29
* Fix potential bugs (#10513)65432020-02-271-1/+1
* Fix SQLite concurrency problems by using BEGIN IMMEDIATE (#10368)guillep2k2020-02-271-1/+1
* Code Refactor of IssueWatch related things (#10401)65432020-02-262-2/+8
* Change admin dashboard to POST (#10465)John Olheiser2020-02-251-0/+10
* [API] enable paggination for ListRepoTags (#10454)65432020-02-252-2/+14
* Various fixes in login sources (#10428)guillep2k2020-02-233-7/+9
* Fix webhook bug (#10427)Lunny Xiao2020-02-231-2/+2
* Handle push rejection message in Merge & Web Editor (#10373)zeripath2020-02-221-2/+22
* Render READMEs in docs/ .gitea or .github from root (#10361)zeripath2020-02-212-0/+38
* Add detected file language to code search (#10256)Lauris BH2020-02-208-52/+188
* Fix notification (#10331)Lunny Xiao2020-02-181-18/+18
* Inject SVG sprite via ajax (#10320)John Olheiser2020-02-171-1/+1
* Don't manually replace whitespace during render (#10291)mrsdizzie2020-02-172-2/+0
* Notification: queue ui.go notification-service (#10281)zeripath2020-02-151-16/+27
* Fix Workerpool deadlock (#10283)zeripath2020-02-152-3/+6
* Index code and stats only for non-empty repositories (#10251)Lauris BH2020-02-141-2/+2
* Issue search support elasticsearch (#9428)Lunny Xiao2020-02-134-21/+273
* Add API branch protection endpoint (#9311)David Svantesson2020-02-122-25/+157
* Fix queue pop error and stat empty repository error (#10248)Lunny Xiao2020-02-123-2/+8
* Add feishu webhook support (#10229)Lunny Xiao2020-02-125-2/+219
* Stop hanging issue indexer initialisation from preventing shutdown (#10243)zeripath2020-02-121-17/+15
* Add Octicon SVG spritemap (#10107)John Olheiser2020-02-112-1/+4
* Language statistics bar for repositories (#8037)Lauris BH2020-02-119-5/+353
* Restore graceful restart on SIGHUP (#10224)zeripath2020-02-111-2/+2
* Fix commit between two commits calculation if there is only last commit (#10225)Lauris BH2020-02-111-1/+1
* [API] Fix inconsistent label color format (#10129)65432020-02-092-4/+4
* modules/log: remove noop written variables (#10182)Lars Lehtonen2020-02-071-8/+0
* Prevent double waitgroup decrement (#10170)zeripath2020-02-071-3/+7
* [API] expose RepoOwner on Issue responce (#10126)65432020-02-041-0/+1
* Show download count info in release list (#10124)Lauris BH2020-02-033-40/+16
* Move PushUpdateAddDeleteTags to repository module from models (#10106)Lunny Xiao2020-02-032-1/+135
* Add Unique Queue infrastructure and move TestPullRequests to this (#9856)zeripath2020-02-0216-403/+1389
* Improve push update options (#10105)Lunny Xiao2020-02-023-143/+187
* Add warning when using relative path to app.ini (#10104)guillep2k2020-02-021-0/+1
* Implement "embedded" command to extract static resources (#9982)guillep2k2020-02-023-0/+77
* Fix broken FlushAll (#10101)zeripath2020-02-011-4/+4
* Cache last commit to accelerate the repository directory page visit (#10069)Lunny Xiao2020-02-015-19/+176
* Accept punctuation after simple+cross repository issue references (#10091)guillep2k2020-02-012-13/+97
* [BugFix] [API] Pull.API.Convert: Only try to get HeadBranch if HeadRepo exist...65432020-01-312-29/+50