summaryrefslogtreecommitdiffstats
path: root/modules
Commit message (Expand)AuthorAgeFilesLines
* 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
* API endpoint for repo transfer (#9947)65432020-01-311-0/+9
* Fix leveldb test race (#10054)Lunny Xiao2020-01-301-0/+18
* Implement basic app.ini and path checks to doctor cmd (#10064)guillep2k2020-01-302-0/+10
* [UI] Show pull icon on pull (#10061)65432020-01-291-1/+1
* Movde dependents on macaron from modules/setting (#10050)Lunny Xiao2020-01-294-31/+47
* Queue: Make WorkerPools and Queues flushable (#10001)zeripath2020-01-2816-322/+780
* More expansions in template repositories (#10021)John Olheiser2020-01-281-56/+82
* Some refactor on git diff and ignore getting commit information failed on mig...Lunny Xiao2020-01-283-7/+351
* Generate Bindata iff TAGS="bindata" and not up-to-date (#10004)zeripath2020-01-278-74/+21
* Sanitize credentials in mirror form (#9975)Lunny Xiao2020-01-252-0/+28
* Fix pull view when head repository or head branch missed and close related pu...Lunny Xiao2020-01-251-5/+17
* Fix file rename/copy not supported by indexer (#9965)guillep2k2020-01-241-2/+27
* API add/generalize pagination (#9452)SpaWn2KiLl2020-01-247-14/+24
* Fix repo indexer not updating upon push (#9957)guillep2k2020-01-241-1/+2
* Migrate reviews when migrating repository from github (#9463)Lunny Xiao2020-01-238-4/+401
* Make archive prefixing configurable with a global setting (#9943)zeripath2020-01-222-9/+37
* Don't convert ellipsis in markdown (#9905)John Olheiser2020-01-221-2/+3
* Fix wrong hint when status checking is running on pull request view (#9886)Lunny Xiao2020-01-222-0/+64