| Commit message (Expand) | Author | Age | Files | Lines |
* | Deprecate query string auth tokens (#28390) (#28430) | Giteabot | 2023-12-12 | 1 | -0/+8 |
* | Fix incorrect default value of `[attachment].MAX_SIZE` (#28373) (#28376) | Giteabot | 2023-12-06 | 1 | -1/+1 |
* | Use `filepath` instead of `path` to create SQLite3 database file (#28374) (#2... | Giteabot | 2023-12-06 | 1 | -2/+1 |
* | Change default size of attachments and repo files (#28100) (#28106) | Giteabot | 2023-11-17 | 2 | -2/+2 |
* | Fix incorrect pgsql conn builder behavior (#28085) (#28098) | Giteabot | 2023-11-17 | 2 | -9/+11 |
* | refactor postgres connection string building (#27723) (#27869) | Giteabot | 2023-11-01 | 2 | -29/+44 |
* | Increase queue length (#27555) (#27562) | Giteabot | 2023-10-10 | 1 | -1/+1 |
* | Fix `environment-to-ini` inherited key bug (#27543) (#27546) | Giteabot | 2023-10-09 | 2 | -1/+28 |
* | Refactor system setting (#27000) (#27452) | Giteabot | 2023-10-05 | 3 | -0/+185 |
* | Make Actions tasks/jobs timeouts configurable by the user (#27400) (#27402) | Giteabot | 2023-10-03 | 1 | -0/+8 |
* | Actions are no longer experimental, so enable them by default (#27054) | Lunny Xiao | 2023-09-15 | 1 | -1/+1 |
* | Use secure cookie for HTTPS sites (#26999) | wxiaoguang | 2023-09-11 | 1 | -1/+1 |
* | Fix INI parsing for value with trailing slash (#26995) | wxiaoguang | 2023-09-10 | 2 | -2/+20 |
* | Add reverseproxy auth for API back with default disabled (#26703) | Lunny Xiao | 2023-09-07 | 1 | -0/+2 |
* | Artifacts retention and auto clean up (#26131) | FuXiaoHei | 2023-09-06 | 1 | -4/+10 |
* | Fix some slice append usages (#26778) | Chongyi Zheng | 2023-08-29 | 1 | -1/+1 |
* | Expanded minimum RSA Keylength to 3072 (#26604) | mainboarder | 2023-08-28 | 1 | -1/+1 |
* | Update minimum password length requirements (#25946) | techknowlogick | 2023-08-21 | 1 | -1/+1 |
* | Handle base64 decoding correctly to avoid panic (#26483) | wxiaoguang | 2023-08-14 | 2 | -14/+11 |
* | Fix storage path logic especially for relative paths (#26441) | Lunny Xiao | 2023-08-13 | 2 | -93/+294 |
* | Remove last newline from config file (#26468) | wxiaoguang | 2023-08-12 | 2 | -0/+21 |
* | Pre-register OAuth2 applications for git credential helpers (#26291) | Denys Konovalov | 2023-08-09 | 1 | -0/+2 |
* | Fix the wrong derive path (#26271) | Lunny Xiao | 2023-08-04 | 2 | -17/+215 |
* | Clarify the logger's MODE config option (#26267) | wxiaoguang | 2023-08-01 | 1 | -1/+1 |
* | Add 'Show on a map' button to Location in profile, fix layout (#26214) | Panagiotis "Ivory" Vasilopoulos | 2023-07-31 | 1 | -0/+2 |
* | Fix allowed user types setting problem (#26200) | Lunny Xiao | 2023-07-28 | 2 | -6/+110 |
* | Calculate MAX_WORKERS default value by CPU number (#26177) | wxiaoguang | 2023-07-27 | 1 | -11/+18 |
* | Display deprecated warning in admin panel pages as well as in the log file (#... | Lunny Xiao | 2023-07-26 | 3 | -8/+38 |
* | Fix loading `LFS_JWT_SECRET` from wrong section (#26109) | Jason Song | 2023-07-25 | 1 | -1/+1 |
* | Avoid writing config file if not installed (#26107) | wxiaoguang | 2023-07-25 | 1 | -1/+1 |
* | Serve pre-defined files in "public", add "security.txt", add CORS header for ... | wxiaoguang | 2023-07-21 | 1 | -5/+0 |
* | Fix env config parsing for "GITEA____APP_NAME" (#26001) | wxiaoguang | 2023-07-20 | 2 | -1/+7 |
* | Update path related documents (#25417) | wxiaoguang | 2023-07-19 | 1 | -1/+1 |
* | Avoid creating directories when loading config (#25944) | wxiaoguang | 2023-07-18 | 1 | -2/+4 |
* | Add shutting down notice (#25920) | KN4CK3R | 2023-07-17 | 1 | -1/+1 |
* | Make "install page" respect environment config (#25648) | wxiaoguang | 2023-07-09 | 5 | -9/+37 |
* | Replace `interface{}` with `any` (#25686) | silverwind | 2023-07-04 | 2 | -3/+3 |
* | Set SSH_AUTHORIZED_KEYS_BACKUP to false (#25412) | techknowlogick | 2023-07-01 | 1 | -1/+1 |
* | Restrict `[actions].DEFAULT_ACTIONS_URL` to only `github` or `self` (#25581) | Jason Song | 2023-06-30 | 2 | -2/+125 |
* | Do not prepare oauth2 config if it is not enabled, do not write config in som... | wxiaoguang | 2023-06-28 | 1 | -0/+4 |
* | Fix sub-command log level (#25537) | wxiaoguang | 2023-06-28 | 1 | -1/+1 |
* | Use InitWorkPathAndCfgProvider for environment-to-ini to avoid unnecessary ch... | wxiaoguang | 2023-06-24 | 1 | -2/+6 |
* | Import additional secrets via file uri (#25408) | techknowlogick | 2023-06-23 | 3 | -1/+5 |
* | Remove "CHARSET" config option for MySQL, always use "utf8mb4" (#25413) | wxiaoguang | 2023-06-21 | 1 | -19/+9 |
* | Refactor path & config system (#25330) | wxiaoguang | 2023-06-21 | 6 | -168/+398 |
* | Avoid polluting config file when "save" (#25395) | wxiaoguang | 2023-06-21 | 6 | -13/+85 |
* | Avoid polluting the config (#25345) | wxiaoguang | 2023-06-18 | 3 | -14/+16 |
* | Fix all possible setting error related storages and added some tests (#23911) | Lunny Xiao | 2023-06-14 | 16 | -291/+946 |
* | Refactor INI package (first step) (#25024) | wxiaoguang | 2023-06-02 | 5 | -59/+205 |
* | Remove the service worker (#25010) | silverwind | 2023-05-31 | 1 | -2/+0 |