summaryrefslogtreecommitdiffstats
path: root/modules
Commit message (Expand)AuthorAgeFilesLines
* Support unicode emojis and remove emojify.js (#11032)mrsdizzie2020-04-288-1/+2119
* Disable new signal-based asynchronous goroutine preemption from GO 1.14 in gi...mrsdizzie2020-04-281-0/+2
* Prevent panic during wrappedConn close at hammertime (#11219)zeripath2020-04-262-1/+11
* Make TaskCheckBox render correctly (#11214)zeripath2020-04-263-22/+97
* Fix GetContents(): Dont't ignore Executables (#11192)65432020-04-241-1/+1
* Use markdown frontmatter to provide Table of contents, language and frontmatt...zeripath2020-04-247-16/+506
* [ui] Change icon type for review action in action page (#11191)赵智超2020-04-241-3/+3
* Use AJAX for notifications table (#10961)zeripath2020-04-242-0/+22
* Add option to increase provided OAuth2 token maximum size (#11180)zeripath2020-04-232-3/+5
* Log the indexer path on failure (#11172)zeripath2020-04-222-4/+5
* Improve config logging when WrappedQueue times out (#11174)Lunny Xiao2020-04-221-1/+5
* Fix submodule paths when AppSubUrl is not root (#11098)zeripath2020-04-222-29/+26
* enable ENABLE_HARD_LINE_BREAK by default (#11162)silverwind2020-04-212-3/+3
* When migrating from Gitlab map Approvals to approving Reviews (#11147)65432020-04-204-10/+65
* [Fix] RetryDownloader (add GetReviews()) (#11093)65432020-04-201-0/+16
* Vendor Update: go-gitlab v0.22.1 -> v0.31.0 (#11136)65432020-04-191-5/+2
* Add support for migrating from Gitlab (#9084)Jordan2020-04-193-0/+786
* Send 404 immediately for known public requests (#11117)silverwind2020-04-181-0/+22
* Avoid 0 new commits messages to be send (#11082)Cornel2020-04-181-7/+1
* Add single release page and latest redirect (#11102)John Olheiser2020-04-181-0/+1
* [BugFix] remove nil inserts in models (#11096)65432020-04-171-6/+12
* Prevent merge of outdated PRs on protected branches (#11012)65432020-04-163-0/+5
* Migrate to go-enry new version (#10906)Lauris BH2020-04-153-3/+3
* Remove check on username if AccessToken authentication (#11015)zeripath2020-04-141-15/+5
* Handle yaml frontmatter (#11016)zeripath2020-04-091-0/+2
* Fix forked repo has no icon and language stat. (#10791)L0veSunshine2020-04-081-1/+3
* [API] Get a single commit via Ref (#10915)65432020-04-073-16/+29
* upgrade to most recent bluemonday (#11007)techknowlogick2020-04-071-3/+3
* [feature] provide `OwnerName` field for README template (#10981)j.yao.SUSE2020-04-061-0/+1
* Fix release counter on API repository info (#10968)65432020-04-061-2/+1
* add request review from specific reviewers feature in pull request (#10756)赵智超2020-04-065-1/+53
* Mulitple Gitea Doctor improvements (#10943)zeripath2020-04-061-15/+96
* Add gitea-vet (#10948)John Olheiser2020-04-057-0/+28
* Avoiding directory execution on hook (#10954) (#10955)Vasil Mikhalenya2020-04-041-3/+3
* Rename scripts to build and add revive command as a new build tool command (#...Lunny Xiao2020-04-033-3/+3
* Add Organization Wide Labels (#10814)mrsdizzie2020-04-012-2/+4
* Upgrade golangci-lint to 1.24.0 (#10894)zeripath2020-03-302-4/+4
* Avoid logging []byte in queue failures - convert to string first (#10865)zeripath2020-03-291-1/+8
* Convert plumbing.ErrObjectNotFound to git.ErrNotExist in getCommit (#10862)zeripath2020-03-281-0/+6
* Add Matrix webhook (#10831)S7evinK2020-03-286-1/+482
* Handle push rejection in branch and upload (#10854)zeripath2020-03-285-23/+119
* make avatar lookup occur at image request (#10540)zeripath2020-03-276-20/+59
* Fix internal server error on checkboxes (#10845)zeripath2020-03-261-1/+1
* Allow to set protected file patterns that can not be changed under no conditi...Lauris BH2020-03-275-22/+47
* Option to set default branch at repository creation (#10803)zeripath2020-03-264-15/+27
* log.Fatal on failure to listen to SSH port (#10795)zeripath2020-03-231-1/+6
* Completely fix task-list checkbox styling (#10798)zeripath2020-03-221-0/+6
* Fix branch api canPush and canMerge (#10776)Lunny Xiao2020-03-201-23/+31
* Fix bug on branch API (#10767)Lunny Xiao2020-03-191-3/+7
* Migrate to go-git/go-git v5.0.0 (#10735)Lauris BH2020-03-1723-40/+40