summaryrefslogtreecommitdiffstats
path: root/cmd
Commit message (Expand)AuthorAgeFilesLines
* [Vendor] update certmagic (#15590)65432021-04-221-1/+1
* Fix missing storage init (#15589)Lunny Xiao2021-04-221-0/+5
* dump: Add option to skip LFS/attachment files (#15407)Johan Van de Wauw2021-04-121-2/+14
* Move FCGI req.URL.Path fix-up to the FCGI listener (#15292)zeripath2021-04-091-1/+8
* Code Formats, Nits & Unused Func/Var deletions (#15286)65432021-04-092-5/+5
* Add LFS Migration and Mirror (#14726)KN4CK3R2021-04-081-1/+1
* Make internal SSH server host key path configurable (#14918)zeripath2021-03-083-16/+16
* Migrate to use jsoniter instead of encoding/json (#14841)zeripath2021-03-012-2/+4
* Exclude the current dump file from the dump (#14606)zeripath2021-02-081-42/+24
* Move macaron to chi (#14293)Lunny Xiao2021-01-262-7/+4
* Use caddy's certmagic library for extensible/robust ACME handling (#14177)techknowlogick2021-01-252-31/+69
* Use IsProd instead of testing if it's equal. (#14336)Lunny Xiao2021-01-141-2/+2
* [Refactor] Passwort Hash/Set (#14282)65432021-01-101-3/+2
* CLI support for OAuth sources custom icons (#14166)Daniil Pankratov2020-12-281-0/+10
* Dump github/gitlab/gitea repository data to a local directory and restore to ...Lunny Xiao2020-12-272-0/+281
* migrate from com.* to alternatives (#14103)65432020-12-251-2/+4
* fix label of --id in admin delete user (#14005)zeripath2020-12-171-6/+35
* Whenever the password is updated ensure that the hash algorithm is too (#13966)zeripath2020-12-121-1/+1
* Refactor doctor (#12264)zeripath2020-12-021-521/+35
* Handle and propagate errors when checking if paths are Dirs, Files or Exist (...zeripath2020-11-272-7/+20
* Use mount but not register for chi routes (#13555)Lunny Xiao2020-11-161-2/+3
* Introduce go chi web framework as frontend of macaron, so that we can move ro...Lunny Xiao2020-11-131-9/+7
* Add docs command (#13429)John Olheiser2020-11-071-0/+61
* Fix --port setting (#13288)zeripath2020-10-301-8/+22
* Fix send mail (#13312)Lunny Xiao2020-10-261-2/+5
* Sendmail command (#13079)Maxim Zhiburt2020-10-243-0/+91
* Move install pages out of main macaron routes (#13195)zeripath2020-10-192-46/+95
* Improve users management through the CLI (#6001) (#10492)ydelafollye2020-10-151-5/+84
* Avatars and Repo avatars support storing in minio (#12516)Lunny Xiao2020-10-141-2/+23
* Move update-server-info to hooks (#12826)zeripath2020-10-141-0/+6
* Provide self-registering storage system (#12978)zeripath2020-10-121-14/+23
* Add ssh certificate support (#12281)Wim2020-10-101-2/+5
* Gitea serv, hooks, manager and the like should always display Fatals (#13032)zeripath2020-10-071-0/+2
* Refactor use TrimSuffix instead of TrimRight (#12993)65432020-10-011-1/+1
* Add default storage configurations (#12813)Lunny Xiao2020-09-292-13/+49
* Check passwords against HaveIBeenPwned (#12716)John Olheiser2020-09-081-0/+8
* LFS support to be stored on minio (#12518)Lunny Xiao2020-09-081-31/+43
* gitea dump: include version & Check InstallLock (#12760)65432020-09-071-0/+4
* Set setting.AppURL as GITEA_ROOT_URL environment variable during pushes (#12752)zeripath2020-09-061-0/+1
* Add command to recreate tables (#12407)zeripath2020-09-061-0/+63
* Ensure repoNames are lowercased in serv (#12668)zeripath2020-08-311-2/+8
* Rename models.ProtectedBranchRepoID to models.EnvRepoID and ensure EnvPusherE...zeripath2020-08-302-3/+4
* Use shellquote to unpack arguments to gitea serv (#12624)zeripath2020-08-281-15/+18
* Initial support for push options (#12169)John Olheiser2020-08-232-0/+47
* Add a storage layer for attachments (#11387)Lunny Xiao2020-08-181-0/+147
* Make the default PID file compile-time settable (#12485)zeripath2020-08-151-2/+3
* Re-attempt to delete temporary upload if the file is locked by another proces...zeripath2020-08-112-3/+9
* Fix ipv6 parsing (#12321)Wim2020-07-261-1/+2
* Decrease the num_stars when deleting a repo (#11954)赵智超2020-07-071-0/+10
* Pause, Resume, Release&Reopen, Add and Remove Logging from command line (#11777)zeripath2020-07-051-9/+371