summaryrefslogtreecommitdiffstats
path: root/modules/setting
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Add support for DEFAULT_ORG_MEMBER_VISIBLE (#7669)guillep2k2019-08-241-0/+2
* Move database settings from models to setting (#7806)Lunny Xiao2019-08-244-24/+295
* Use gitea forked macaron (#7933)Tamal Saha2019-08-236-8/+10
* Display ui time with customize time location (#7792)Lunny Xiao2019-08-151-29/+42
* Remove settting dependency on modules/session (#7237)Lunny Xiao2019-07-173-10/+3
* Support setting cookie domain (#6288)Tamal Saha2019-07-122-1/+5
* Support git.PATH entry in app.ini (#6772)Mura Li2019-07-071-0/+4
* Add additional password hash algorithms (closes #5859) (#6023)EpicCoder2019-07-071-0/+2
* Make captcha and password optional for external accounts (#6606)AJ ONeal2019-07-061-0/+4
* setting: don't require same running user for internal SSH (like win platform)...Antoine GIRARD2019-06-161-1/+1
* API error cleanup (#7186)John Olheiser2019-06-121-3/+9
* Add golangci (#6418)kolaente2019-06-122-7/+12
* fix GCArgs load from ini (#7156)Lunny Xiao2019-06-081-1/+1
* Repository avatar fallback configuration (#7087)Mario Lubenka2019-06-021-10/+14
* Repository avatars (#6986)Sergey Dryabzhinsky2019-05-291-8/+16
* when git version >= 2.18, git command could run with git wire protocol versio...Lunny Xiao2019-05-261-13/+24
* Stop colorizing files by default (#6949)zeripath2019-05-151-2/+0
* Refactor models.NewRepoContext to extract git related codes to modules/git (#...Lunny Xiao2019-05-152-1/+5
* Add work path CLI option (#6922)zeripath2019-05-141-1/+4
* Move xorm logger bridge from log to models so that log module could be a stan...Lunny Xiao2019-05-141-3/+0
* Handle CORS requests (#6289)Tamal Saha2019-05-132-0/+42
* Remove local clones & make hooks run on merge/edit/upload (#6672)zeripath2019-05-111-3/+0
* Fix logging documentation (#6904)zeripath2019-05-111-0/+2
* Show full name if DefaultShowFullName setting activated (#6710)Wim2019-05-081-0/+2
* Allow Recaptcha service url to be configured (#6820)zeripath2019-05-021-0/+2
* Make CustomPath, CustomConf and AppWorkPath configurable at build (#6631)zeripath2019-04-291-13/+26
* Restore IsWindows variable assignment (#6722) (#6790)Nicola Scattaglia2019-04-281-0/+2
* Prevent creating empty sessions (#6677)zeripath2019-04-201-0/+11