aboutsummaryrefslogtreecommitdiffstats
path: root/modules
Commit message (Expand)AuthorAgeFilesLines
* go-version constraints ignore pre-releases (#13234)zeripath2020-10-219-20/+20
* Add review request api (#11355)a10121127962020-10-203-0/+12
* Move install pages out of main macaron routes (#13195)zeripath2020-10-193-8/+2
* When handling errors in storageHandler check underlying error (#13178)zeripath2020-10-171-1/+1
* [Refactor] Move APIFormat functions into convert package (#12856)65432020-10-179-53/+177
* Vendor Update Go Libs (#13166)65432020-10-161-5/+1
* Prevent panics with missing storage (#13164)zeripath2020-10-153-15/+44
* Slightly simplify the queue settings code to help reduce the risk of problems...zeripath2020-10-153-28/+46
* [Vendor] Update go-ldap to v3.2.4 (#13163)65432020-10-151-1/+1
* Avatars and Repo avatars support storing in minio (#12516)Lunny Xiao2020-10-146-81/+168
* Finally fix diff names (#13136)zeripath2020-10-141-1/+1
* Gitea 2 Gitea migration (#12657)65432020-10-1417-32/+1083
* [Enhancement] Allow admin to merge pr with protected file changes (#12078)赵智超2020-10-131-1/+1
* Provide self-registering storage system (#12978)zeripath2020-10-128-151/+234
* [API] If User is Admin, show 500 error message on PROD mode too (#13115)65432020-10-121-2/+2
* 4 line diff (#13103)65432020-10-121-3/+1
* Update golangci-lint to version 1.31.0 (#13102)kolaente2020-10-1111-23/+23
* Log the underlying panic in runMigrateTask (#13096)zeripath2020-10-111-7/+4
* Add ssh certificate support (#12281)Wim2020-10-103-18/+151
* Fix attachments list in edit comment (#13036)zeripath2020-10-111-0/+7
* Disable DSA ssh keys by default (#13056)zeripath2020-10-091-10/+11
* Fix line break for MS teams webhook (#13081)Iván Valdés2020-10-091-1/+1
* Cache last commit when pushing for big repository (#10109)Lunny Xiao2020-10-093-4/+102
* fix a small nit (#13074)赵智超2020-10-081-1/+1
* Avoid setting the CONN_STR in issue indexer queue unless it is meant to be se...zeripath2020-10-071-1/+1
* Disable Git Hooks by default (#13064)techknowlogick2020-10-071-1/+1
* Attachments: Add extension support, allow all types for releases (#12465)silverwind2020-10-058-98/+384
* [#13004] Add Timestamp to Tag list API (#13026)Lucas Queiroz2020-10-053-2/+47
* Return sample message for login error in api context (#12994)赵智超2020-10-041-3/+23
* Avoid setitng the CONN_STR in queues unless it is meant to be set (#13025)zeripath2020-10-042-3/+3
* hCaptcha Support (#12594)John Olheiser2020-10-026-9/+92
* Fix 500 on README in submodule (#13006)zeripath2020-10-021-0/+11
* Fix repository create/delete event webhooks (#13008)James Lakin2020-10-021-18/+14
* fix: media links in org files not liked to media files (#12997)Pranav Nachnekar2020-10-011-3/+17
* allow U2F with default settings for gitea in subpath (#12990)techknowlogick2020-10-011-1/+1
* Refactor use TrimSuffix instead of TrimRight (#12993)65432020-10-011-1/+1
* Always return a list from GetCommitsFromIDs (#12981)zeripath2020-09-291-4/+0
* Add default storage configurations (#12813)Lunny Xiao2020-09-297-113/+241
* Completely quote AppPath and CustomConf paths (#12955)zeripath2020-09-283-3/+195
* Fix the issue reported on #12385 (#12969)zeripath2020-09-281-0/+1
* Allow common redis and leveldb connections (#12385)zeripath2020-09-2814-42/+1000
* Add config option to make create-on-push repositories public by default (#12936)Tait Hoyem2020-09-271-0/+2
* Allow extended config on cron settings (#12939)zeripath2020-09-252-2/+67
* Add IsTemplate option in create repo ui and api (#12942)赵智超2020-09-253-0/+4
* Adopt repositories (#12920)zeripath2020-09-257-33/+449
* Fix handling of migration errors (#12928)zeripath2020-09-231-5/+6
* Hopefully support GH enterprise (#12863)John Olheiser2020-09-213-4/+8
* API: NotificationSubject show Issue/Pull State (#12901)65432020-09-201-4/+5
* Add configurable Trust Models (#11712)zeripath2020-09-2011-35/+81
* Fix panic when adding long comment (#12892)mrsdizzie2020-09-181-1/+1