summaryrefslogtreecommitdiffstats
path: root/services
Commit message (Expand)AuthorAgeFilesLines
...
* Fix git open close bug (#12834)Lunny Xiao2020-09-141-3/+3
* Move all push update operations to a queue (#10133)Lunny Xiao2020-09-113-0/+515
* [API] Migration: Change ServiceType String (#12672)65432020-09-101-2/+2
* Fix "only mail on mention" bug (#12775)赵智超2020-09-092-2/+2
* Fix yet another bug with diff file names (#12771)zeripath2020-09-092-50/+246
* Change/remove a branch of an open issue (#9080)Vedran2020-09-081-0/+14
* [Vendor] Switch go-version lib (#12719)65432020-09-052-10/+7
* Add email notify for new release (#12463)赵智超2020-08-231-0/+69
* Fix diff path unquoting (#12554)zeripath2020-08-222-30/+34
* Prevent NPE on commenting on lines with invalidated comments (with migration)...zeripath2020-08-211-1/+1
* Support Force-update in Mirror and improve Tracing in mirror (#12242)zeripath2020-08-201-1/+33
* Fix typos (#12542)Gjergji Ramku2020-08-201-3/+3
* Default empty merger list to those with write permissions (#12535)zeripath2020-08-201-1/+1
* Add a storage layer for attachments (#11387)Lunny Xiao2020-08-181-2/+2
* Re-attempt to delete temporary upload if the file is locked by another proces...zeripath2020-08-114-6/+12
* Add more tests for diff highlighting (#12467)mrsdizzie2020-08-112-1/+16
* Improved diff syntax highlighting fix (#12455)mrsdizzie2020-08-082-20/+37
* Add action feed for new release (#12324)赵智超2020-07-292-6/+13
* Git 2.28 no longer permits diff with ... on unrelated branches (#12364)zeripath2020-07-291-0/+6
* Fixes #12341: Release date should only be set to current time if draft or tag...Richard Mahn2020-07-282-1/+152
* Fix Syntax highlight for token change in added/deleted code (#12238)mrsdizzie2020-07-162-3/+48
* Ensure syntax highlighting is the same inside diffs (#12205)mrsdizzie2020-07-111-4/+4
* Make copy/paste work for source code (#12191)mrsdizzie2020-07-081-3/+3
* Update the wiki repository remote origin while update the mirror repository's...yisiliang2020-07-051-1/+19
* Server-side syntax highlighting for all code (#12047)mrsdizzie2020-07-012-26/+28
* Update CommitsAhead CommitsBehind on Pull BaseBranch Change too (#11912)65432020-06-161-1/+10
* Handle more pathological branch and tag names (#11843)zeripath2020-06-112-3/+3
* Ensure rejected push to refs/pull/index/head fails nicely (#11724)zeripath2020-06-081-0/+10
* Fix issue with DiffIndex on initial commit (#11677)zeripath2020-05-291-2/+6
* Fix numbr of files, total additions, and deletions (#11614)zeripath2020-05-261-9/+9
* Add push commits history comment on PR time-line (#11167)赵智超2020-05-202-0/+46
* Check Push permissions on IsUserAllowedToUpdate (#11448)65432020-05-161-0/+11
* Refactor Cron and merge dashboard tasks (#10745)zeripath2020-05-161-3/+6
* Handle panics that percolate up to the graceful module (#11291)zeripath2020-05-141-0/+8
* Fix ref links in issue overviews for tags (#8742)Sijmen Schoon2020-05-142-0/+46
* Sendmail should create a process on the gitea system and have a default timeo...zeripath2020-05-031-1/+13
* Fix spelling mistake with Rewiew (#11262)zeripath2020-04-301-3/+3
* When using API CreateRelease set created_unix to the tag commit time (#11218)Jason Duan2020-04-301-1/+1
* Support unicode emojis and remove emojify.js (#11032)mrsdizzie2020-04-281-0/+4
* Prevent merge of outdated PRs on protected branches (#11012)65432020-04-161-2/+8
* fix (#11066)65432020-04-141-0/+3
* Cache PullRequest Divergence (#10914)65432020-04-141-0/+25
* remove package code.gitea.io/gitea/modules/git import out of models (#11025)65432020-04-101-1/+201
* Load pr Issue Poster on API too (#11033)65432020-04-101-0/+4
* [suggest] change merge strategy: do not check write access if user in merge...j.yao.SUSE2020-04-081-4/+1
* add request review from specific reviewers feature in pull request (#10756)赵智超2020-04-061-0/+20
* Fix rebase conflict detection in git 2.26 (#10929)zeripath2020-04-031-6/+23
* Generate Diff and Patch direct from Pull head (#10936)zeripath2020-04-031-17/+4
* Prevent deadlock in pull_service.GetDiverging(pr) (#10905)65432020-04-012-47/+10
* Only update merge_base in checker if not already merged (#10908)zeripath2020-04-012-2/+2