summaryrefslogtreecommitdiffstats
path: root/modules/setting
Commit message (Expand)AuthorAgeFilesLines
* Support GITEA_I_AM_BEING_UNSAFE_RUNNING_AS_ROOT env (#29788) (#29791)Giteabot2024-03-141-0/+3
* Fix incorrect cookie path for AppSubURL (#29534) (#29552)Giteabot2024-03-031-2/+5
* Use general token signing secret (#29205) (#29325)wxiaoguang2024-02-223-23/+73
* Fix incorrect PostgreSQL connection string for Unix sockets (#28865) (#28870)Giteabot2024-01-212-2/+10
* Warn that `DISABLE_QUERY_AUTH_TOKEN` is false only if it's explicitly defined...Giteabot2024-01-211-1/+4
* Fix panic when parsing empty pgsql host (#28708) (#28709)Giteabot2024-01-062-1/+5
* Avoid cycle-redirecting user/login page (#28636) (#28658)wxiaoguang2023-12-301-2/+1
* Refactor CORS handler (#28587) (#28611)wxiaoguang2023-12-251-3/+1
* Add option to disable ambiguous unicode characters detection (#28454) (#28499)wxiaoguang2023-12-181-0/+5
* Deprecate query string auth tokens (#28390) (#28430)Giteabot2023-12-121-0/+8
* Fix incorrect default value of `[attachment].MAX_SIZE` (#28373) (#28376)Giteabot2023-12-061-1/+1
* Use `filepath` instead of `path` to create SQLite3 database file (#28374) (#2...Giteabot2023-12-061-2/+1
* Change default size of attachments and repo files (#28100) (#28106)Giteabot2023-11-172-2/+2
* Fix incorrect pgsql conn builder behavior (#28085) (#28098)Giteabot2023-11-172-9/+11
* refactor postgres connection string building (#27723) (#27869)Giteabot2023-11-012-29/+44
* Increase queue length (#27555) (#27562)Giteabot2023-10-101-1/+1
* Fix `environment-to-ini` inherited key bug (#27543) (#27546)Giteabot2023-10-092-1/+28
* Refactor system setting (#27000) (#27452)Giteabot2023-10-053-0/+185
* Make Actions tasks/jobs timeouts configurable by the user (#27400) (#27402)Giteabot2023-10-031-0/+8
* Actions are no longer experimental, so enable them by default (#27054)Lunny Xiao2023-09-151-1/+1
* Use secure cookie for HTTPS sites (#26999)wxiaoguang2023-09-111-1/+1
* Fix INI parsing for value with trailing slash (#26995)wxiaoguang2023-09-102-2/+20
* Add reverseproxy auth for API back with default disabled (#26703)Lunny Xiao2023-09-071-0/+2
* Artifacts retention and auto clean up (#26131)FuXiaoHei2023-09-061-4/+10
* Fix some slice append usages (#26778)Chongyi Zheng2023-08-291-1/+1
* Expanded minimum RSA Keylength to 3072 (#26604)mainboarder2023-08-281-1/+1
* Update minimum password length requirements (#25946)techknowlogick2023-08-211-1/+1
* Handle base64 decoding correctly to avoid panic (#26483)wxiaoguang2023-08-142-14/+11
* Fix storage path logic especially for relative paths (#26441)Lunny Xiao2023-08-132-93/+294
* Remove last newline from config file (#26468)wxiaoguang2023-08-122-0/+21
* Pre-register OAuth2 applications for git credential helpers (#26291)Denys Konovalov2023-08-091-0/+2
* Fix the wrong derive path (#26271)Lunny Xiao2023-08-042-17/+215
* Clarify the logger's MODE config option (#26267)wxiaoguang2023-08-011-1/+1
* Add 'Show on a map' button to Location in profile, fix layout (#26214)Panagiotis "Ivory" Vasilopoulos2023-07-311-0/+2
* Fix allowed user types setting problem (#26200)Lunny Xiao2023-07-282-6/+110
* Calculate MAX_WORKERS default value by CPU number (#26177)wxiaoguang2023-07-271-11/+18
* Display deprecated warning in admin panel pages as well as in the log file (#...Lunny Xiao2023-07-263-8/+38
* Fix loading `LFS_JWT_SECRET` from wrong section (#26109)Jason Song2023-07-251-1/+1
* Avoid writing config file if not installed (#26107)wxiaoguang2023-07-251-1/+1
* Serve pre-defined files in "public", add "security.txt", add CORS header for ...wxiaoguang2023-07-211-5/+0
* Fix env config parsing for "GITEA____APP_NAME" (#26001)wxiaoguang2023-07-202-1/+7
* Update path related documents (#25417)wxiaoguang2023-07-191-1/+1
* Avoid creating directories when loading config (#25944)wxiaoguang2023-07-181-2/+4
* Add shutting down notice (#25920)KN4CK3R2023-07-171-1/+1
* Make "install page" respect environment config (#25648)wxiaoguang2023-07-095-9/+37
* Replace `interface{}` with `any` (#25686)silverwind2023-07-042-3/+3
* Set SSH_AUTHORIZED_KEYS_BACKUP to false (#25412)techknowlogick2023-07-011-1/+1
* Restrict `[actions].DEFAULT_ACTIONS_URL` to only `github` or `self` (#25581)Jason Song2023-06-302-2/+125
* Do not prepare oauth2 config if it is not enabled, do not write config in som...wxiaoguang2023-06-281-0/+4
* Fix sub-command log level (#25537)wxiaoguang2023-06-281-1/+1