Commit Graph

801 Commits (4776fde9e1caa7cee5671715144a668e19a0323c)

Author SHA1 Message Date
Moritz Poldrack 9b6e77c489
refactor postgres connection string building (#27723) 1 year ago
Lunny Xiao d519a39302
Support storage base path as prefix (#27827) 1 year ago
KN4CK3R c6c829fe3f
Enhanced auth token / remember me (#27606) 1 year ago
Jason Song 2c7b6c378e
Increase queue length (#27555) 1 year ago
wxiaoguang e2e0280108
Fix `environment-to-ini` inherited key bug (#27543) 1 year ago
M Hickford a825cc0f34
Pre-register OAuth application for tea (#27509) 1 year ago
silverwind 023e937141
Rename the default themes to gitea-light, gitea-dark, gitea-auto (#27419) 1 year ago
Eng Zer Jun 13d5d2e711
Remove redundant `len` check around loop (#27464) 1 year ago
wxiaoguang 9f8d59858a
Refactor system setting (#27000) 1 year ago
Francesco Antognazza bc21723717
Make Actions tasks/jobs timeouts configurable by the user (#27400) 1 year ago
wxiaoguang c0ed26f987
Remove some dead code (#27196) 1 year ago
Lunny Xiao e5ec57cd60
Actions are no longer experimental, so enable them by default (#27054) 1 year ago
wxiaoguang 998cea5888
Use secure cookie for HTTPS sites (#26999) 1 year ago
wxiaoguang e7745c94f8
Fix INI parsing for value with trailing slash (#26995) 1 year ago
Lunny Xiao e97e883ad5
Add reverseproxy auth for API back with default disabled (#26703) 1 year ago
FuXiaoHei 460a2b0edf
Artifacts retention and auto clean up (#26131) 1 year ago
Chongyi Zheng ad43486cd3
Fix some slice append usages (#26778) 1 year ago
mainboarder c533991519
Expanded minimum RSA Keylength to 3072 (#26604) 1 year ago
techknowlogick b3f7137174
Update minimum password length requirements (#25946) 1 year ago
wxiaoguang ed1be4ca68
Handle base64 decoding correctly to avoid panic (#26483) 1 year ago
Lunny Xiao 389fb754a2
Fix storage path logic especially for relative paths (#26441) 1 year ago
wxiaoguang bcccf4c0d6
Remove last newline from config file (#26468) 1 year ago
Denys Konovalov 63ab92d797
Pre-register OAuth2 applications for git credential helpers (#26291) 1 year ago
Lunny Xiao 96f151392f
Fix the wrong derive path (#26271) 1 year ago
wxiaoguang 54c28fddd8
Clarify the logger's MODE config option (#26267) 1 year ago
Panagiotis "Ivory" Vasilopoulos d58c542579
Add 'Show on a map' button to Location in profile, fix layout (#26214) 1 year ago
Lunny Xiao ce27de4d48
Fix allowed user types setting problem (#26200) 1 year ago
wxiaoguang 8baa42c8d7
Calculate MAX_WORKERS default value by CPU number (#26177) 1 year ago
Lunny Xiao 5dc37ef97a
Display deprecated warning in admin panel pages as well as in the log file (#26094) 1 year ago
Jason Song 862f748b2b
Fix loading `LFS_JWT_SECRET` from wrong section (#26109) 1 year ago
wxiaoguang d0bdfbc545
Avoid writing config file if not installed (#26107) 1 year ago
wxiaoguang 52fb936773
Serve pre-defined files in "public", add "security.txt", add CORS header for ".well-known" (#25974) 1 year ago
wxiaoguang 28ecac8024
Fix env config parsing for "GITEA____APP_NAME" (#26001) 1 year ago
wxiaoguang 50e14699d3
Update path related documents (#25417) 1 year ago
wxiaoguang cc73e84fa3
Avoid creating directories when loading config (#25944) 1 year ago
KN4CK3R 81a8120bc3
Add shutting down notice (#25920) 1 year ago
wxiaoguang fa0b5b14c2
Make "install page" respect environment config (#25648) 1 year ago
silverwind 88f835192d
Replace `interface{}` with `any` (#25686) 1 year ago
techknowlogick 469d89b95a
Set SSH_AUTHORIZED_KEYS_BACKUP to false (#25412) 1 year ago
Jason Song 67bd9d4f1e
Restrict `[actions].DEFAULT_ACTIONS_URL` to only `github` or `self` (#25581) 1 year ago
wxiaoguang b4d0036fc3
Do not prepare oauth2 config if it is not enabled, do not write config in some sub-commands (#25567) 1 year ago
wxiaoguang 65d3e1161b
Fix sub-command log level (#25537) 1 year ago
wxiaoguang cc1d61f1f5
Use InitWorkPathAndCfgProvider for environment-to-ini to avoid unnecessary checks (#25480) 1 year ago
techknowlogick c0fc53e226
Import additional secrets via file uri (#25408) 1 year ago
wxiaoguang ce46834b93
Remove "CHARSET" config option for MySQL, always use "utf8mb4" (#25413) 1 year ago
wxiaoguang 2cdf260f42
Refactor path & config system (#25330) 1 year ago
wxiaoguang df5cf5ddbd
Avoid polluting config file when "save" (#25395) 1 year ago
wxiaoguang a5d0246fff
Avoid polluting the config (#25345) 1 year ago
Lunny Xiao d6dd6d641b
Fix all possible setting error related storages and added some tests (#23911) 1 year ago
wxiaoguang de4a21fcb4
Refactor INI package (first step) (#25024) 1 year ago