aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix possible panic when repository is empty (#20509) (#20527)release/v1.1665432022-07-281-4/+8
* Fix org label open count, including close count issue (#20365)Tyrone Yeh2022-07-141-0/+2
* Changelog for 1.16.9 (update) (#20341)v1.16.965432022-07-121-1/+7
* Hide notify mail setting ui if not enabled (#20138) (#20337)Lunny Xiao2022-07-122-0/+3
* Add write check for creating Commit status (#20332) (#20334)Gusted2022-07-121-1/+1
* Ensure that drone tags 1.16.x and 1.16 on push to v1.16.x tag (#20304)zeripath2022-07-111-0/+12
* Only show Followers that current user can access (#20220) (#20253)zeripath2022-07-063-18/+60
* Check for permission when fetching user controlled issues (#20133) (#20196)Gusted2022-07-017-29/+83
* CI: disable auto_tag (#20062)65432022-06-221-6/+6
* Release page show all tags in compare dropdown (#20070) (#20071)65432022-06-212-2/+10
* Changelog for 1.16.9 (#20059)zeripath2022-06-201-0/+18
* CI: disable push to latest docker tag (#20025)65432022-06-182-2/+0
* fix permission check for delete tag (#19985) (#20001)a10121127962022-06-177-1/+64
* Only log non ErrNotExist errors in git.GetNote (#19884) (#19905)Lunny Xiao2022-06-071-1/+4
* use exact search instead of fuzzy search for branch filter dropdown (#19893)wxiaoguang2022-06-051-4/+4
* Set Setpgid on child git processes (#19865) (#19881)zeripath2022-06-039-4/+50
* Ensure responses are context.ResponseWriters (#19843) (#19859)zeripath2022-06-032-20/+27
* git 2.36 is needed for safe.directory = '*' to work (#19876)singuliere2022-06-032-2/+4
* Fix count bug (#19850)Lunny Xiao2022-06-011-4/+5
* Fix raw endpoint PDF file headers (#19825) (#19826)Lauris BH2022-05-282-4/+12
* Make WIP prefixes case insensitive, e.g. allow `Draft` as a WIP prefix (#1978...Ondřej Čertík2022-05-263-4/+4
* Prevent NPE when cache service is disabled (#19703) (#19783)zeripath2022-05-253-18/+27
* Fix NotificationUnreadCount (#19802)Lunny Xiao2022-05-251-1/+2
* Detect truncated utf-8 characters at the end of content as still representing...zeripath2022-05-212-1/+164
* [doctor] pq: syntax error at or near "." quote user table name (#19765) (#19770)silentcodeg2022-05-211-2/+2
* Fix bug (#19757)Lunny Xiao2022-05-202-14/+10
* Add changelog for v1.16.8 (#19724)v1.16.8Lunny Xiao2022-05-161-0/+17
* Fix issue overview for teams (#19652) (#19653)Gusted2022-05-165-25/+24
* Delete user related oauth stuff on user deletion too (#19677) (#19680)65432022-05-122-0/+17
* Fix oauth setting list bug (#19681)Lunny Xiao2022-05-111-1/+1
* Fix new release from tags list UI (#19670) (#19673)Lunny Xiao2022-05-101-1/+3
* [doctor] Add check/fix for bogus action rows (#19656) (#19669)singuliere2022-05-103-0/+74
* Revert "Add finalizers to ensure that repos are closed and blobreaders are cl...Lunny Xiao2022-05-093-157/+18
* GetFeeds must always discard actions with dangling repo_id (#19598) (#19629)singuliere2022-05-085-6/+36
* Only show accessible teams in dashboard dropdown list (#19642) (#19645)Jimmy Praet2022-05-072-7/+1
* Set safe dir for git operations in .drone.yml CI (#19641) (#19643)techknowlogick2022-05-061-0/+10
* Prevent NPE when checking repo units if the user is nil (#19625) (#19630)zeripath2022-05-061-1/+1
* Call MultipartForm.RemoveAll when request finishes (#19606) (#19607)wxiaoguang2022-05-056-0/+20
* Make .cs highlighting legible on dark themes (#19604) (#19605)Eekle2022-05-041-1/+1
* Avoid MoreThanOne Error (#19557) (#19591)99rgosse2022-05-031-1/+1
* Fix sending empty notifications (#19589) (#19590)Gusted2022-05-021-1/+1
* Add finalizers to ensure that repos are closed and blobreaders are closed (#1...zeripath2022-05-023-18/+157
* ignore DNS error when doing migration allow/block check (#19567)wxiaoguang2022-05-022-8/+3
* Add Changelog v1.16.7 (#19575)v1.16.765432022-05-021-0/+23
* Dont overwrite err with nil (part #19572) (#19574)65432022-05-021-5/+5
* Migration: only write commit-graph if wiki clone was successfull (#19563) (#1...65432022-05-011-4/+5
* Respect DefaultUserIsRestricted system default when creating new user (#19310...Jimmy Praet2022-04-3017-84/+169
* Don't error when branch's commit doesn't exist (#19547) (#19548)Gusted2022-04-291-8/+8
* Support `hostname:port` to pass host matcher's check (#19543) (#19544)wxiaoguang2022-04-292-2/+9
* Prevent intermittent race in attribute reader close (#19537) (#19539)zeripath2022-04-281-16/+2