aboutsummaryrefslogtreecommitdiffstats
path: root/services
Commit message (Expand)AuthorAgeFilesLines
* Check for permission when fetching user controlled issues (#20133) (#20196)Gusted2022-07-011-5/+11
* fix permission check for delete tag (#19985) (#20001)a10121127962022-06-171-0/+14
* Set Setpgid on child git processes (#19865) (#19881)zeripath2022-06-031-0/+1
* Fix bug (#19757)Lunny Xiao2022-05-201-2/+3
* Avoid MoreThanOne Error (#19557) (#19591)99rgosse2022-05-031-1/+1
* ignore DNS error when doing migration allow/block check (#19567)wxiaoguang2022-05-021-4/+3
* Dont overwrite err with nil (part #19572) (#19574)65432022-05-021-5/+5
* Respect DefaultUserIsRestricted system default when creating new user (#19310...Jimmy Praet2022-04-306-40/+60
* Fix migrate release from github (#19510) (#19523)Lunny Xiao2022-04-271-9/+12
* Prevent dangling archiver goroutine (#19516) (#19526)zeripath2022-04-271-1/+1
* Add notags to fetch (#19487) (#19490)65432022-04-251-23/+21
* User specific repoID or xorm builder conditions for issue search (#19475) (#1...65432022-04-251-1/+1
* Set correct PR status on 3way on conflict checking (#19457) (#19458)Gusted2022-04-221-2/+4
* Don't allow merging PR's which are being conflict checked (#19357) (#19358)Gusted2022-04-131-0/+5
* Restore user autoregistration with email addresses (#19261) (#19312)zeripath2022-04-021-29/+39
* Move checks for pulls before merge into own function (#19271) (#19277)65432022-03-313-17/+111
* Use full output of git show-ref --tags to get tags for PushUpdateAddTag (#192...zeripath2022-03-292-2/+11
* Only send webhook events to active system webhooks and only deliver to active...zeripath2022-03-292-1/+7
* Touch mirrors on even on fail to update (#19217) (#19233)zeripath2022-03-271-0/+3
* Hide sensitive content on admin panel progress monitor (#19218 & #19226) (#19...Lunny Xiao2022-03-272-5/+24
* Fix compare link in active feeds for new branch (#19149) (#19185)zeripath2022-03-231-1/+28
* Try to prevent autolinking of displaynames by email readers (#19169) (#19183)zeripath2022-03-233-14/+21
* Use IterateBufferSize whilst querying repositories during adoption check (#19...zeripath2022-03-221-0/+7
* Do not send notification emails to inactive users (#19131) (#19139)zeripath2022-03-193-4/+16
* Bump to build with go1.18 (#19120 et al) (#19127)techknowlogick2022-03-191-1/+2
* Make migrations SKIP_TLS_VERIFY apply to git too (#19132) (#19141)zeripath2022-03-191-14/+15
* Refactor mirror code & fix `StartToMirror` (#18904) (#19075)Gusted2022-03-141-13/+17
* Improve SyncMirrors logging (#19045) (#19050)zeripath2022-03-101-21/+21
* Fix login with email panic when email is not exist (#18942)Lunny Xiao2022-02-281-1/+1
* Fix ldap user sync missed email in email_address table (#18786) (#18876)Lunny Xiao2022-02-241-1/+2
* Fix login with email for ldap users (#18800) (#18836)Lunny Xiao2022-02-221-1/+1
* Fix ldap loginname (#18789) (#18804)Lunny Xiao2022-02-222-6/+11
* Prevent dangling GetAttribute calls (#18754) (#18755)zeripath2022-02-141-9/+12
* Fix forked repositories missed tags (#18719) (#18735)Lunny Xiao2022-02-121-1/+11
* Restart zero worker if there is still work to do (#18658) (#18672)zeripath2022-02-081-10/+18
* Prevent merge messages from being sorted to the top of email chains (#18566) ...zeripath2022-02-042-4/+131
* Detect conflicts with 3way merge (#18536) (#18537)zeripath2022-02-021-0/+13
* Use `ImagedProvider` for gplus oauth2 provider (#18504) (#18505)Gusted2022-02-011-3/+2
* GitLab reviews may not have the updated_at field set (#18450) (#18461)Aravinth Manivannan2022-01-303-33/+181
* Fix restore without topic failure (#18387) (#18400)Lunny Xiao2022-01-251-0/+3
* Stop trimming preceding and suffixing spaces from editor filenames (#18334)v1.16.0-rc1zeripath2022-01-191-1/+1
* Restore propagation of ErrDependenciesLeft (#18325)zeripath2022-01-193-6/+9
* Use indirect comparison when showing pull requests (#18313)zeripath2022-01-181-1/+1
* Correctly upload LFS files (#18316)zeripath2022-01-182-0/+2
* Fix CheckRepoStats and reuse it during migration (#18264)Aravinth Manivannan2022-01-171-0/+4
* Support webauthn (#17957)Lunny Xiao2022-01-145-10/+16
* Fix NPE on try to get tag reference via API (#18245)65432022-01-121-1/+1
* Fix various typos (#18219)luzpaz2022-01-108-10/+10
* Add warning for BIDI characters in page renders and in diffs (#17562)zeripath2022-01-072-22/+40
* Add option to convert CRLF to LF line endings for sendmail (#18075)zeripath2022-01-061-2/+9