summaryrefslogtreecommitdiffstats
path: root/modules
Commit message (Expand)AuthorAgeFilesLines
* Tags cleanup (#13428)John Olheiser2020-11-051-3/+7
* Fixed git args duplication (#13411)Viktor Suprun2020-11-031-0/+3
* Fix typo (#13380)Lunny Xiao2020-10-311-1/+1
* Storage configuration support `[storage]` (#13314)Lunny Xiao2020-10-313-7/+30
* Fix a bug on refactoring (#13373)Lunny Xiao2020-10-311-3/+2
* Refactor Logger (#13294)zeripath2020-10-318-124/+223
* Delete tag API (#13358)John Olheiser2020-10-301-0/+4
* Refactor: Move PushUpdateOptions (#13363)Lunny Xiao2020-10-307-22/+137
* Migrations should not fail for comment reactions (#13352)zeripath2020-10-291-1/+5
* Migration failure during reaction migration from gitea (#13344)zeripath2020-10-282-3/+12
* Remove obsolete change of email on profile page (#13341)zeripath2020-10-281-1/+0
* Add migrated pulls to pull request task queue (#13331)zeripath2020-10-272-8/+10
* Fix send mail (#13312)Lunny Xiao2020-10-261-1/+6
* Group Label Changed Comments in timeline (#13304)Pedro Alves2020-10-251-0/+10
* #12897 - add mastodon provider (#13293)Divyam Bhasin2020-10-251-0/+9
* Fix Storage mapping (#13297)zeripath2020-10-252-6/+6
* Fix bug isEnd detection on getIssues/getPullRequests (#13299)Lunny Xiao2020-10-252-32/+50
* Sendmail command (#13079)Maxim Zhiburt2020-10-241-0/+53
* Store task errors following migrations and display them (#13246)zeripath2020-10-231-17/+22
* Remove PAM from auth dropdown when unavailable (#13276)John Olheiser2020-10-232-0/+6
* Migrations: Gitea should not fail just because of no apiConfig return (#13229)65432020-10-221-6/+7
* 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