summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* When delete tracked time through the API return 404 not 500 (#11319) (#11326)65432020-05-071-1/+5
* Manage port in submodule refurl (#11305) (#11323)zeripath2020-05-071-3/+7
* api.Context.NotFound(...) should tolerate nil (#11288) (#11306)zeripath2020-05-051-0/+5
* Show pull request selection even when unrelated branches (#11239) (#11283)guillep2k2020-05-042-4/+1
* repo: milestone: make /milestone/:id endpoint accessible (#11264) (#11282)Kyle Evans2020-05-041-3/+8
* Fix GetContents(): Dont't ignore Executables (#11192) (#11209)65432020-04-251-1/+1
* Fix submodule paths when AppSubUrl is not root (#11098) (#11176)zeripath2020-04-223-30/+27
* Prevent clones and pushes to disabled wiki (#11131) (#11134)zeripath2020-04-192-1/+33
* Remove errant third closing curly-bracket from account.tmpl and send account ...zeripath2020-04-191-1/+1
* On Repo Deletion: Delete related TrackedTimes too (#11110) (#11125)65432020-04-191-0/+5
* Refresh codemirror on show pull comment tab (#11100) (#11122)zeripath2020-04-181-0/+1
* Fix merge dialog on protected branch with missing required statuses (#11074) ...65432020-04-163-7/+11
* fix 404 and 500 image size in small size screen (#11043) (#11049)赵智超2020-04-122-2/+2
* Load PR Issue Poster on API too (#11033) (#11039)65432020-04-111-0/+4
* [Backport] Fix release counter on API repository info (#10968) (#10996)65432020-04-064-7/+25
* Mulitple Gitea Doctor improvements (#10943) (#10990) (#10064) (#9095) (#10991)zeripath2020-04-068-21/+679
* Fix rebase conflict detection in git 2.26 (#10930)65432020-04-031-6/+23
* Generate Diff and Patch direct from Pull head (#10936) (#10938)zeripath2020-04-032-22/+72
* Changelog v1.11.4 (#10916)v1.11.465432020-04-011-0/+14
* Only update merge_base if not already merged (#10909)zeripath2020-04-012-2/+2
* Fix milestones too many SQL variables bug (#10880) (#10904)Lunny Xiao2020-03-315-108/+144
* Protect against NPEs in notifications list (#10879) (#10883)zeripath2020-03-302-22/+76
* Convert plumbing.ErrObjectNotFound to git.ErrNotExist in getCommit (#10862) (...zeripath2020-03-291-1/+7
* Convert plumbing.ErrReferenceNotFound to git.ErrNotExist in GetRefCommitID (#...zeripath2020-03-232-4/+7
* account for empty lines in receive-hook message (#10773) (#10784)zeripath2020-03-211-1/+1
* Fix bug on branch API (#10767) (#10775)Lunny Xiao2020-03-204-9/+60
* FIx hiding of fields in authorization source page (#10734) (#10752)Lauris BH2020-03-191-13/+6
* Migrate to go-git/go-git v5.0.0 (#10735) (#10753)Lauris BH2020-03-18333-92612/+15465
* Prevent default for linkAction (#10742) (#10743)John Olheiser2020-03-161-1/+2
* Changelog for v1.10.6 (#10699) (#10709)Lunny Xiao2020-03-101-0/+6
* Add changelog for v1.11.3 (#10700)v1.11.3Lunny Xiao2020-03-101-0/+7
* cross compile using go 1.13.x (#10684)techknowlogick2020-03-091-2/+2
* Prevent panic in stopwatch (#10670) (#10673)zeripath2020-03-081-2/+5
* add changelog for v1.10.5 (#10628) (#10632)Lunny Xiao2020-03-081-0/+5
* Fix bug on pull view when required status check no ci result (#10648) (#10651)Lunny Xiao2020-03-071-0/+5
* Changelog for v1.11.2 (#10627)v1.11.2zeripath2020-03-062-1/+46
* Issue writers perms can modify issues (#10623) (#10626)John Olheiser2020-03-062-1/+3
* Handle deleted base branch in PR (#10618) (#10619)Lauris BH2020-03-051-0/+10
* Delete dependencies when deleting a repository (#10608) (#10616)zeripath2020-03-051-0/+12
* Ensure executable bit is kept on the web editor (#10607) (#10614)Lunny Xiao2020-03-051-2/+10
* Update mergebase in pr checker (#10586) (#10605)guillep2k2020-03-041-1/+1
* Build gitea1.11 with go1.13 (#10584)techknowlogick2020-03-031-3/+3
* Logout POST action (#10582) (#10585)John Olheiser2020-03-034-3/+6
* Admin page for managing user e-mail activation (#10557) (#10579)guillep2k2020-03-0212-22/+726
* Fix migration bug on v96.go (#10572) (#10573)guillep2k2020-03-021-16/+31
* Fix redirection path if Slack webhook channel is invalid (#10566)James Lakin2020-03-021-2/+2
* head.tmpl og:image picture location (#10531) (#10556)65432020-03-011-1/+1
* Fix 404 after activating secondary email (backport of #10547) (#10553)Andreas Shimokawa2020-03-011-1/+1
* Fix appearance of unsigned sha box in view_list (#10543) (#10544)zeripath2020-02-291-4/+4
* Show Signer in commit lists and add basic trust (#10425) (#10524)zeripath2020-02-2815-70/+418