summaryrefslogtreecommitdiffstats
path: root/modules/setting
Commit message (Expand)AuthorAgeFilesLines
...
* Set utf8mb4 as the default charset on MySQL if CHARSET is unset (#12563)zeripath2020-08-221-1/+3
* Disable password complexity check default (#12557)mrsdizzie2020-08-211-0/+3
* change PIDFile default from /var/run/gitea.pid to /run/gitea.pid (#12500)Florian Klink2020-08-181-1/+1
* Add a storage layer for attachments (#11387)Lunny Xiao2020-08-182-16/+76
* Kanban board (#8346)Lanre Adelowo2020-08-162-0/+25
* Make the default PID file compile-time settable (#12485)zeripath2020-08-151-3/+4
* Make dashboard newsfeed list length a configurable item (#12469)techknowlogick2020-08-111-0/+2
* Make default StaticRootPath compile time settable (#12371)65432020-08-081-1/+4
* Use url.Parse to parse hostname (#12335)techknowlogick2020-07-261-5/+2
* Fix ipv6 parsing (#12321)Wim2020-07-261-5/+6
* fix a spelling error (#12163)Stormxx2020-07-061-1/+1
* Pause, Resume, Release&Reopen, Add and Remove Logging from command line (#11777)zeripath2020-07-052-3/+66
* Global default branch setting (#11918)techknowlogick2020-06-171-0/+2
* Prevent panic on empty HOST for mysql (#11850)zeripath2020-06-111-1/+1
* Replace jquery-datetimepicker with native date input (#11684)silverwind2020-06-101-13/+2
* Dump: add output format tar and output to stdout (#10376)PhilippHomann2020-06-051-3/+0
* European Portuguese translation (#11568)Emanuel Angelo2020-06-051-4/+4
* Allow site admin to disable mirrors (#11740)John Olheiser2020-06-021-0/+2
* Fix chardet test and add ordering option (#11621)zeripath2020-06-021-0/+74
* Default MSSQL port 0 to allow automatic detection by default (#11642)zeripath2020-05-281-1/+1
* Use -1 to disable key algorithm type in ssh.minimum_key_sizes (#11635)zeripath2020-05-281-0/+2
* Allow different HardBreaks settings for documents and comments (#11515)zeripath2020-05-241-5/+7
* TrimSpace when reading InternalToken from a file (#11502)zeripath2020-05-201-1/+1
* Refactor Cron and merge dashboard tasks (#10745)zeripath2020-05-162-126/+4
* Allow log.xxx.default to set logging settings for the default logger only (#1...zeripath2020-05-151-2/+5
* Move LFS directory creation out of NewContext (#11362)zeripath2020-05-101-4/+9
* Add EventSource support (#11235)zeripath2020-05-071-9/+12
* Sendmail should create a process on the gitea system and have a default timeo...zeripath2020-05-031-3/+6
* Fix sanitizer config - multiple rules (#11133)Alexander Scheel2020-04-291-33/+25
* Use AJAX for notifications table (#10961)zeripath2020-04-241-0/+15
* Add option to increase provided OAuth2 token maximum size (#11180)zeripath2020-04-231-0/+3
* enable ENABLE_HARD_LINE_BREAK by default (#11162)silverwind2020-04-211-1/+1
* Add Matrix webhook (#10831)S7evinK2020-03-281-1/+1
* Multiple LFS improvements (#10667)zeripath2020-03-091-0/+4
* Make PR message on pushes configurable (#10664)John Olheiser2020-03-081-0/+2
* Add max-file-size to LFS (#10463)zeripath2020-02-281-0/+1
* Fix SQLite concurrency problems by using BEGIN IMMEDIATE (#10368)guillep2k2020-02-271-1/+1
* Add detected file language to code search (#10256)Lauris BH2020-02-201-0/+3
* Issue search support elasticsearch (#9428)Lunny Xiao2020-02-131-11/+19
* Add feishu webhook support (#10229)Lunny Xiao2020-02-121-1/+1
* Add Unique Queue infrastructure and move TestPullRequests to this (#9856)zeripath2020-02-021-0/+18
* Add warning when using relative path to app.ini (#10104)guillep2k2020-02-021-0/+1
* Cache last commit to accelerate the repository directory page visit (#10069)Lunny Xiao2020-02-011-7/+47
* Movde dependents on macaron from modules/setting (#10050)Lunny Xiao2020-01-293-31/+44
* Queue: Make WorkerPools and Queues flushable (#10001)zeripath2020-01-281-10/+10
* Make archive prefixing configurable with a global setting (#9943)zeripath2020-01-221-0/+2
* Add support for database schema in PostgreSQL (#8819)guillep2k2020-01-201-0/+2
* Make CertFile and KeyFile relative to CustomPath (#9868)zeripath2020-01-191-0/+6
* Add setting to set default and global disabled repository units. (#8788)David Svantesson2020-01-171-0/+4
* Move mailer to use a queue (#9789)zeripath2020-01-161-7/+17