aboutsummaryrefslogtreecommitdiffstats
path: root/modules/setting/setting.go
Commit message (Expand)AuthorAgeFilesLines
* 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-181-16/+1
* Kanban board (#8346)Lanre Adelowo2020-08-161-0/+1
* 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
* Pause, Resume, Release&Reopen, Add and Remove Logging from command line (#11777)zeripath2020-07-051-1/+0
* 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
* 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-161-1/+0
* Move LFS directory creation out of NewContext (#11362)zeripath2020-05-101-4/+9
* Add EventSource support (#11235)zeripath2020-05-071-9/+12
* 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
* Multiple LFS improvements (#10667)zeripath2020-03-091-0/+4
* Add max-file-size to LFS (#10463)zeripath2020-02-281-0/+1
* Add warning when using relative path to app.ini (#10104)guillep2k2020-02-021-0/+1
* Make CertFile and KeyFile relative to CustomPath (#9868)zeripath2020-01-191-0/+6
* Graceful Queues: Issue Indexing and Tasks (#9363)zeripath2020-01-071-0/+1
* Add a /user/login landing page option (#9622)Timon Engelke2020-01-061-0/+3
* Set default ssh.minimum_key_sizes (#9466)mrsdizzie2019-12-221-1/+1
* FCGI: Allow FCGI over unix sockets (#9298)zeripath2019-12-101-0/+11
* Allow incompletely specified Time Formats (#8816)zeripath2019-12-081-1/+2
* [API] Add Reactions (#9220)65432019-12-071-0/+6
* Only show part of members on orgnization dashboard and add paging for orgniza...Lunny Xiao2019-12-061-0/+2
* [Feature] Custom Reactions (#8886)65432019-12-011-0/+2
* Add USE_SERVICE_WORKER setting (#9110)silverwind2019-11-211-0/+2
* Add Graceful shutdown for Windows and hooks for shutdown of goroutines (#8964)zeripath2019-11-211-1/+2
* Add retry for migration http/https requests (#9019)Lunny Xiao2019-11-161-0/+1
* Enforce Gitea environment for pushes (#8982)zeripath2019-11-141-12/+14
* [assets] configurable URL for static resources (#7911)Jakob Ackermann2019-10-221-1/+3
* Fix password complexity regex for special characters (on master) (#8525)guillep2k2019-10-161-18/+6
* upgrade gopkg.in/ini.v1 (#8500)Colin Arnott2019-10-151-1/+1
* Restore Graceful Restarting & Socket Activation (#7274)zeripath2019-10-151-0/+4
* Make static resouces web browser cache time customized on app.ini (#8442)Lunny Xiao2019-10-141-0/+2
* Password Complexity Checks (#6230)Maxim Tkachenko2019-10-141-0/+22
* Move migrating repository from frontend to backend (#6200)Lunny Xiao2019-10-131-0/+1
* Add Ability for User to Customize Email Notification Frequency (#7813)Gary Kim2019-08-291-0/+4
* Include description in repository search. (#7942)David Svantesson2019-08-251-13/+15
* Move database settings from models to setting (#7806)Lunny Xiao2019-08-241-24/+14
* Use gitea forked macaron (#7933)Tamal Saha2019-08-231-2/+2
* Display ui time with customize time location (#7792)Lunny Xiao2019-08-151-29/+42