| Commit message (Expand) | Author | Age | Files | Lines |
* | Exclude the current dump file from the dump (#14606) | zeripath | 2021-02-08 | 1 | -42/+24 |
* | Move macaron to chi (#14293) | Lunny Xiao | 2021-01-26 | 2 | -7/+4 |
* | Use caddy's certmagic library for extensible/robust ACME handling (#14177) | techknowlogick | 2021-01-25 | 2 | -31/+69 |
* | Use IsProd instead of testing if it's equal. (#14336) | Lunny Xiao | 2021-01-14 | 1 | -2/+2 |
* | [Refactor] Passwort Hash/Set (#14282) | 6543 | 2021-01-10 | 1 | -3/+2 |
* | CLI support for OAuth sources custom icons (#14166) | Daniil Pankratov | 2020-12-28 | 1 | -0/+10 |
* | Dump github/gitlab/gitea repository data to a local directory and restore to ... | Lunny Xiao | 2020-12-27 | 2 | -0/+281 |
* | migrate from com.* to alternatives (#14103) | 6543 | 2020-12-25 | 1 | -2/+4 |
* | fix label of --id in admin delete user (#14005) | zeripath | 2020-12-17 | 1 | -6/+35 |
* | Whenever the password is updated ensure that the hash algorithm is too (#13966) | zeripath | 2020-12-12 | 1 | -1/+1 |
* | Refactor doctor (#12264) | zeripath | 2020-12-02 | 1 | -521/+35 |
* | Handle and propagate errors when checking if paths are Dirs, Files or Exist (... | zeripath | 2020-11-27 | 2 | -7/+20 |
* | Use mount but not register for chi routes (#13555) | Lunny Xiao | 2020-11-16 | 1 | -2/+3 |
* | Introduce go chi web framework as frontend of macaron, so that we can move ro... | Lunny Xiao | 2020-11-13 | 1 | -9/+7 |
* | Add docs command (#13429) | John Olheiser | 2020-11-07 | 1 | -0/+61 |
* | Fix --port setting (#13288) | zeripath | 2020-10-30 | 1 | -8/+22 |
* | Fix send mail (#13312) | Lunny Xiao | 2020-10-26 | 1 | -2/+5 |
* | Sendmail command (#13079) | Maxim Zhiburt | 2020-10-24 | 3 | -0/+91 |
* | Move install pages out of main macaron routes (#13195) | zeripath | 2020-10-19 | 2 | -46/+95 |
* | Improve users management through the CLI (#6001) (#10492) | ydelafollye | 2020-10-15 | 1 | -5/+84 |
* | Avatars and Repo avatars support storing in minio (#12516) | Lunny Xiao | 2020-10-14 | 1 | -2/+23 |
* | Move update-server-info to hooks (#12826) | zeripath | 2020-10-14 | 1 | -0/+6 |
* | Provide self-registering storage system (#12978) | zeripath | 2020-10-12 | 1 | -14/+23 |
* | Add ssh certificate support (#12281) | Wim | 2020-10-10 | 1 | -2/+5 |
* | Gitea serv, hooks, manager and the like should always display Fatals (#13032) | zeripath | 2020-10-07 | 1 | -0/+2 |
* | Refactor use TrimSuffix instead of TrimRight (#12993) | 6543 | 2020-10-01 | 1 | -1/+1 |
* | Add default storage configurations (#12813) | Lunny Xiao | 2020-09-29 | 2 | -13/+49 |
* | Check passwords against HaveIBeenPwned (#12716) | John Olheiser | 2020-09-08 | 1 | -0/+8 |
* | LFS support to be stored on minio (#12518) | Lunny Xiao | 2020-09-08 | 1 | -31/+43 |
* | gitea dump: include version & Check InstallLock (#12760) | 6543 | 2020-09-07 | 1 | -0/+4 |
* | Set setting.AppURL as GITEA_ROOT_URL environment variable during pushes (#12752) | zeripath | 2020-09-06 | 1 | -0/+1 |
* | Add command to recreate tables (#12407) | zeripath | 2020-09-06 | 1 | -0/+63 |
* | Ensure repoNames are lowercased in serv (#12668) | zeripath | 2020-08-31 | 1 | -2/+8 |
* | Rename models.ProtectedBranchRepoID to models.EnvRepoID and ensure EnvPusherE... | zeripath | 2020-08-30 | 2 | -3/+4 |
* | Use shellquote to unpack arguments to gitea serv (#12624) | zeripath | 2020-08-28 | 1 | -15/+18 |
* | Initial support for push options (#12169) | John Olheiser | 2020-08-23 | 2 | -0/+47 |
* | Add a storage layer for attachments (#11387) | Lunny Xiao | 2020-08-18 | 1 | -0/+147 |
* | Make the default PID file compile-time settable (#12485) | zeripath | 2020-08-15 | 1 | -2/+3 |
* | Re-attempt to delete temporary upload if the file is locked by another proces... | zeripath | 2020-08-11 | 2 | -3/+9 |
* | Fix ipv6 parsing (#12321) | Wim | 2020-07-26 | 1 | -1/+2 |
* | Decrease the num_stars when deleting a repo (#11954) | 赵智超 | 2020-07-07 | 1 | -0/+10 |
* | Pause, Resume, Release&Reopen, Add and Remove Logging from command line (#11777) | zeripath | 2020-07-05 | 1 | -9/+371 |
* | Add migration to set IsArchived false if it is null (#11853) | zeripath | 2020-06-11 | 1 | -0/+16 |
* | Dump: add output format tar and output to stdout (#10376) | PhilippHomann | 2020-06-05 | 1 | -57/+212 |
* | Doctor check & fix db consistency (#11111) | 6543 | 2020-05-29 | 1 | -2/+85 |
* | Add debug option to hooks (#11624) | zeripath | 2020-05-28 | 1 | -2/+17 |
* | TrimSpace when reading InternalToken from a file (#11502) | zeripath | 2020-05-20 | 1 | -3/+20 |
* | Prevent timer leaks in Workerpool and others (#11333) | zeripath | 2020-05-08 | 1 | -9/+3 |
* | cmd: dump: check value of skip-repository flag (#11254) | Kyle Evans | 2020-05-03 | 1 | -1/+1 |
* | cmd: dump: add an -L/--skip-log option (#11253) | Kyle Evans | 2020-04-30 | 1 | -1/+10 |