summaryrefslogtreecommitdiffstats
path: root/modules/setting
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make hook status printing configurable with delay (#9641)zeripath2020-01-121-0/+4
* fix #9648 | use filepath.IsAbs instead of path.IsAbs (#9651)65432020-01-081-5/+6
* Graceful Queues: Issue Indexing and Tasks (#9363)zeripath2020-01-073-17/+170
* Add a /user/login landing page option (#9622)Timon Engelke2020-01-061-0/+3
* Provide Default messages for merges (#9393)zeripath2019-12-301-8/+23
* Use Req.URL.RequestURI() to cope with FCGI urls (#9473)zeripath2019-12-241-1/+1
* Refactor code indexer (#9313)Lunny Xiao2019-12-231-0/+2
* Set default ssh.minimum_key_sizes (#9466)mrsdizzie2019-12-221-1/+1
* Add /milestones endpoint (#8733)Brad Albright2019-12-151-0/+2
* Push to create repo (#8419)John Olheiser2019-12-151-0/+4
* Default NO_REPLY_ADDRESS to DOMAIN (#9325)zeripath2019-12-131-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
* Markdown: Sanitizier Configuration (#9075)Alexander Scheel2019-12-071-22/+97
* 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
* Fix #9151 - smtp logger configuration sendTos should be an array (#9154)zeripath2019-11-251-1/+5
* 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-162-0/+23
* Enforce Gitea environment for pushes (#8982)zeripath2019-11-141-12/+14
* Auto-subscribe user to repository when they commit/tag to it (#7657)guillep2k2019-11-101-0/+2
* Webhook support custom proxy (#8760)Lunny Xiao2019-11-081-0/+21
* Allow cross-repository dependencies on issues (#7901)Brad Albright2019-10-311-0/+2
* Configurable close and reopen keywords for PRs (#8120)guillep2k2019-10-301-0/+8
* [assets] configurable URL for static resources (#7911)Jakob Ackermann2019-10-221-1/+3
* Expose db.SetMaxOpenConns and allow non MySQL dbs to set conn pool params (#8...zeripath2019-10-211-5/+9
* Add setting to disable BASIC authentication (#8586)zeripath2019-10-191-0/+2
* Sign merges, CRUD, Wiki and Repository initialisation with gpg key (#7631)zeripath2019-10-161-0/+29
* 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-153-1/+17
* 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
* Update migrated repositories' issues/comments/prs poster id if user has a git...Lunny Xiao2019-10-141-0/+8
* Move migrating repository from frontend to backend (#6200)Lunny Xiao2019-10-132-0/+26
* Restrict repository indexing by glob match (#7767)guillep2k2019-09-112-0/+99
* 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