aboutsummaryrefslogtreecommitdiffstats
path: root/services
Commit message (Expand)AuthorAgeFilesLines
...
* Allow API to create file on empty repo (#19224)zeripath2022-03-286-106/+143
* New cron task: delete old system notices (#19219)Pilou2022-03-281-0/+16
* Let web and API routes have different auth methods group (#19168)Lunny Xiao2022-03-284-78/+24
* Only send webhook events to active system webhooks and only deliver to active...zeripath2022-03-282-1/+7
* Touch mirrors on even on fail to update (#19217)zeripath2022-03-271-0/+3
* Hide sensitive content on admin panel progress monitor (#19218)Lunny Xiao2022-03-272-3/+22
* Make cron task no notice on success (#19221)zeripath2022-03-262-6/+5
* Add `ContextUser` to http request context (#18798)KN4CK3R2022-03-261-0/+62
* Fix compare link in active feeds for new branch (#19149)a10121127962022-03-231-1/+28
* Try to prevent autolinking of displaynames by email readers (#19169)zeripath2022-03-233-14/+21
* Update HTTP status codes to modern codes (#18063)KN4CK3R2022-03-236-12/+12
* Use `ctx` instead of `db.DefaultContext` in some packages(routers/services/mo...wxiaoguang2022-03-2218-40/+45
* Renamed ctx.User to ctx.Doer. (#19161)KN4CK3R2022-03-222-10/+10
* Use IterateBufferSize whilst querying repositories during adoption check (#19...zeripath2022-03-211-0/+7
* not send notification emails to inactive users (part 2) (#19142)zeripath2022-03-191-0/+4
* Make migrations SKIP_TLS_VERIFY apply to git too (#19132)zeripath2022-03-191-7/+10
* Do not send notification emails to inactive users (#19131)zeripath2022-03-192-4/+12
* Store the foreign ID of issues during migration (#18446)Aravinth Manivannan2022-03-1716-274/+181
* rm .sample hooks which aren't used (#19101)techknowlogick2022-03-1611-640/+0
* Improve SyncMirrors logging (#19045)zeripath2022-03-101-21/+21
* Allow users to self-request a PR review (#19030)Norwin2022-03-081-8/+0
* Add Index to comment for migrations and mirroring (#18806)singuliere2022-03-066-1/+15
* Add config option to disable "Update branch by rebase" (#18745)Jimmy Praet2022-03-042-1/+8
* Refactor mirror code & fix `StartToMirror` (#18904)Gusted2022-03-021-14/+19
* [API] Allow removing issues (#18879)Otto Richter (fnetX)2022-03-011-0/+29
* Improve mirror iterator (#18928)Lunny Xiao2022-02-281-16/+14
* Fix login with email panic when email is not exist (#18941)Lunny Xiao2022-02-281-1/+1
* Set is_empty in fixtures (#18869)KN4CK3R2022-02-261-4/+4
* 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