aboutsummaryrefslogtreecommitdiffstats
path: root/modules/setting
Commit message (Expand)AuthorAgeFilesLines
* Resolve lint for unused parameter and unnecessary type arguments (#30750)Chongyi Zheng2024-04-292-4/+4
* Improve oauth2 client "preferred username field" logic and the error handling...wxiaoguang2024-04-251-9/+5
* Initial support for colorblindness-friendly themes (#30625)wxiaoguang2024-04-244-6/+5
* Enable more `revive` linter rules (#30608)silverwind2024-04-221-2/+1
* Allow `preferred_username` as username source for OIDC (#30454)SimonErm2024-04-161-1/+3
* Fix oauth2 builtin application logic (#30304)wxiaoguang2024-04-082-0/+22
* Refactor startup deprecation messages (#30305)wxiaoguang2024-04-078-15/+17
* Add `[other].SHOW_FOOTER_POWERED_BY` setting to hide `Powered by` (#30253)Yakov2024-04-031-0/+2
* Refactor "dump" sub-command (#30240)wxiaoguang2024-04-031-0/+9
* Do not allow different storage configurations to point to the same directory ...wxiaoguang2024-03-317-15/+13
* Add setting to disable user features when user login type is not plain (#29615)Jack Hay2024-03-291-4/+8
* Remember login for a month by default (#30150)delvh2024-03-281-1/+1
* 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