aboutsummaryrefslogtreecommitdiffstats
path: root/modules/setting
Commit message (Expand)AuthorAgeFilesLines
* Recommend/convert to use case-sensitive collation for MySQL/MSSQL (#28662)wxiaoguang2024-01-101-3/+4
* Fix panic when parsing empty pgsql host (#28708)wxiaoguang2024-01-062-1/+5
* Normalize oauth email username (#28561)Kyle D2024-01-031-1/+1
* Add global setting how timestamps should be rendered (#28657)Yarden Shoham2024-01-021-40/+47
* Avoid cycle-redirecting user/login page (#28636)wxiaoguang2023-12-301-2/+1
* Refactor CORS handler (#28587)wxiaoguang2023-12-251-3/+1
* Make offline mode as default to no connect external avatar service by default...Lunny Xiao2023-12-211-1/+1
* Always enable caches (#28527)Lunny Xiao2023-12-191-23/+0
* Add option to disable ambiguous unicode characters detection (#28454)wxiaoguang2023-12-171-0/+5
* Deprecate query string auth tokens (#28390)Jack Hay2023-12-121-0/+8
* Use `filepath` instead of `path` to create SQLite3 database file (#28374)wxiaoguang2023-12-061-2/+1
* Fix incorrect default value of `[attachment].MAX_SIZE` (#28373)capvor2023-12-061-1/+1
* add skip ci functionality (#28075)Denys Konovalov2023-11-181-2/+4
* Change default size of attachments and repo files (#28100)Nanguan Lin2023-11-172-2/+2
* Fix incorrect pgsql conn builder behavior (#28085)wxiaoguang2023-11-172-9/+11
* Allow to set explore page default sort (#27951)65432023-11-091-0/+1
* refactor postgres connection string building (#27723)Moritz Poldrack2023-11-012-29/+44
* Support storage base path as prefix (#27827)Lunny Xiao2023-11-012-3/+67
* Enhanced auth token / remember me (#27606)KN4CK3R2023-10-141-2/+0
* Increase queue length (#27555)Jason Song2023-10-101-1/+1
* Fix `environment-to-ini` inherited key bug (#27543)wxiaoguang2023-10-102-1/+28
* Pre-register OAuth application for tea (#27509)M Hickford2023-10-081-1/+1
* Rename the default themes to gitea-light, gitea-dark, gitea-auto (#27419)silverwind2023-10-061-2/+2
* Remove redundant `len` check around loop (#27464)Eng Zer Jun2023-10-061-5/+3
* Refactor system setting (#27000)wxiaoguang2023-10-053-0/+185
* Make Actions tasks/jobs timeouts configurable by the user (#27400)Francesco Antognazza2023-10-021-0/+8
* Remove some dead code (#27196)wxiaoguang2023-09-221-2/+0
* 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