aboutsummaryrefslogtreecommitdiffstats
path: root/services
Commit message (Expand)AuthorAgeFilesLines
* migrations: add test for importing pull requests in gitea uploader (#18752)singuliere2022-02-252-20/+335
* Fix ldap user sync missed email in email_address table (#18786)Lunny Xiao2022-02-241-1/+2
* Lock gofumpt to v0.3.0 and run it (#18866)silverwind2022-02-232-2/+4
* migrations: remove dead code in gitea uploader (#18725)singuliere2022-02-211-13/+3
* Fix login with email for ldap users (#18800)Lunny Xiao2022-02-201-1/+1
* Fix ldap loginname (#18789)Johan Van de Wauw2022-02-182-6/+11
* Prevent dangling GetAttribute calls (#18754)zeripath2022-02-141-0/+1
* Fix forked repositories missed tags (#18719)Lunny Xiao2022-02-121-1/+11
* Add LDAP group sync to Teams, fixes #1395 (#16299)Sven Seeberg2022-02-117-27/+246
* Change git.cmd to RunWithContext (#18693)Martin Scholz2022-02-116-50/+242
* Add apply-patch, basic revert and cherry-pick functionality (#17902)zeripath2022-02-094-13/+367
* Restart zero worker if there is still work to do (#18658)zeripath2022-02-081-10/+18
* Added auto-save whitespace behavior if it changed manually (#15566)Viktor Suprun2022-02-081-3/+7
* Be more lenient with label colors (#17752)Clar Fon2022-02-071-1/+1
* Fix the missing i18n key for update checker (#18646)wxiaoguang2022-02-071-0/+7
* Delete old git.NewCommand() and use it as git.NewCommandContext() (#18552)65432022-02-0619-74/+74
* Fix `make fmt` and `make fmt-check` (#18633)silverwind2022-02-061-0/+1
* preserve users if restoring a repository on the same Gitea instance (#18604)singuliere2022-02-062-26/+111
* Prevent merge messages from being sorted to the top of email chains (#18566)zeripath2022-02-032-4/+131
* Replace `sync.Map` with normal maps (#18584)Gusted2022-02-031-35/+20
* Detect conflicts with 3way merge (#18536)zeripath2022-02-021-0/+13
* add test coverage for original author conversion during migrations (#18506)singuliere2022-02-012-173/+89
* Use `ImagedProvider` for gplus oauth2 provider (#18504)Gusted2022-02-011-2/+2
* GitLab reviews may not have the updated_at field set (#18450)Aravinth Manivannan2022-01-293-10/+159
* Validate migration files (#18203)Aravinth Manivannan2022-01-262-31/+15
* Fix restore without topic failure (#18387)Lunny Xiao2022-01-251-0/+3
* Fix partial cloning a repo (#18373)Gusted2022-01-231-1/+1
* Add packagist webhook (#18224)Dr. Tobias Quathamer2022-01-234-0/+270
* Always use git command but not os.Command (#18363)Lunny Xiao2022-01-231-25/+22
* Pause queues (#15928)zeripath2022-01-227-7/+14
* Add config options to hide issue events (#17414)qwerty2872022-01-214-3/+108
* Refactor jwt.StandardClaims to RegisteredClaims (#18344)zeripath2022-01-203-9/+6
* format with gofumpt (#18184)65432022-01-2066-307/+273
* Updated Chroma to v0.10.0 (#18270)Jelle Hulter2022-01-201-1/+2
* Propagate context and ensure git commands run in request context (#17868)zeripath2022-01-1945-392/+446
* 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
* Add replay of webhooks. (#18191)KN4CK3R2022-01-051-0/+12
* refactoring nits (#18188)65432022-01-054-20/+22
* Team permission allow different unit has different permission (#17811)Lunny Xiao2022-01-051-2/+0
* Increase Salt randomness (#18179)Gusted2022-01-041-1/+3
* Refactor auth package (#17962)Lunny Xiao2022-01-0228-143/+143