aboutsummaryrefslogtreecommitdiffstats
path: root/modules/setting
Commit message (Expand)AuthorAgeFilesLines
* Support GITEA_I_AM_BEING_UNSAFE_RUNNING_AS_ROOT env (#29788)Jason Song2024-03-141-0/+3
* Update allowed attachment types (#29688)silverwind2024-03-091-2/+2
* Allow options to disable user ssh keys configuration from the interface on ap...Lunny Xiao2024-03-041-0/+1
* Fix incorrect cookie path for AppSubURL (#29534)wxiaoguang2024-03-031-2/+5
* Allow options to disable user gpg keys configuration from the interface on ap...Lunny Xiao2024-03-021-1/+2
* Customizable "Open with" applications for repository clone (#29320)wxiaoguang2024-02-242-14/+70
* Allow options to disable user deletion from the interface on app.ini (#29275)Lunny Xiao2024-02-231-1/+9
* Add slow SQL query warning (#27545)Earl Warren2024-02-231-20/+22
* Use general token signing secret (#29205)wxiaoguang2024-02-183-18/+73
* Refactor JWT secret generating & decoding code (#29172)wxiaoguang2024-02-162-9/+4
* Disallow duplicate storage paths (#26484)Lunny Xiao2024-02-097-20/+42
* Remove unnecessary parameter (#29092)Lunny Xiao2024-02-082-9/+3
* Fix inconsistent naming of OAuth 2.0 `ENABLE` setting (#28951)wackbyte2024-01-281-6/+13
* Fix incorrect PostgreSQL connection string for Unix sockets (#28865)sdvcrx2024-01-202-2/+10
* Retarget depending pulls when the parent branch is deleted (#28686)Viktor Kuzmin2024-01-171-0/+3
* Warn that `DISABLE_QUERY_AUTH_TOKEN` is false only if it's explicitly defined...Yarden Shoham2024-01-141-1/+4
* 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