summaryrefslogtreecommitdiffstats
path: root/routers/repo/setting.go
Commit message (Expand)AuthorAgeFilesLines
* Correctly adjust mirror url (#6593)zeripath2019-04-121-1/+46
* Allow admin users to set a repositoires visibility to public, even if FORCE_P...Matthias Beckert2019-04-111-2/+2
* Better logging (#6038) (#6095)zeripath2019-04-021-4/+4
* move code.gitea.io/git to code.gitea.io/gitea/modules/git (#6364)Lunny Xiao2019-03-271-2/+1
* routers/repo/setting: display correct error for invalid mirror interval (#6414)Allen Wild2019-03-251-0/+10
* Create a repo redirect when transferring ownership (#6210) (#6211)James E. Blair2019-02-281-0/+8
* fix bug user could change private repository to public when force private ena...Lunny Xiao2019-02-221-0/+8
* Add option to close issues via commit on a non master branch (#5992)Lanre Adelowo2019-02-101-5/+11
* Fix ssh deploy and user key constraints (#1357) (#5939)zeripath2019-02-031-0/+3
* Fix MinInterval (#5856)yasuokav2019-01-261-1/+1
* Feature: Archive repos (#5009)kolaente2019-01-231-0/+41
* Add rebase with merge commit merge style (#3844) (#4052)Julian2018-12-271-0/+1
* Allow to add organization members as collaborators on organization owned repo...Lanre Adelowo2018-11-301-13/+0
* Add option to disable automatic mirror syncing. (#5242)Jonas Bröms2018-11-081-2/+6
* make sure to catch the right error so it is displayed as an error on the ui n...Lanre Adelowo2018-09-161-1/+1
* Improve URL validation for external wiki and external issues (#4710)Lauris BH2018-08-151-2/+9
* An inactive user shouldn't be able to be added as a collaborator (#4535)Lanre Adelowo2018-08-071-0/+6
* Don't fail silently if trying to add a collaborator twice (#4533)Lanre Adelowo2018-08-071-0/+6
* Added dependencies for issues (#2196) (#2531)kolaente2018-07-171-0/+1
* Add repository setting to enable/disable health checks (#3607)Allen Wild2018-03-271-0/+18
* Handle refactor (#3339)Morgan Bazalgette2018-01-101-30/+30
* Writable deploy keys (closes #671) (#3225)Vlad Temian2018-01-071-1/+1
* Add Pull Request merge options - Ignore white-space for conflict checking, Re...Lauris BH2018-01-051-1/+6
* Fix ignored errors when checking if organization, team member (#3177)Ethan Koenig2017-12-211-32/+10
* Refactor struct's time to remove unnecessary memory usage (#3142)Lunny Xiao2017-12-111-1/+2
* Allow adding collaborators with (fullname) (#3103)Sasha Varlamov2017-12-071-1/+2
* Disable add key button if SSH is disabled (#2873)Michael Kuhn2017-11-211-3/+6
* Remove repo unit index (#2621)Morlinest2017-10-021-6/+0
* improve protected branch to add whitelist support (#2451)Lunny Xiao2017-09-141-137/+1
* Feature: Timetracking (#2211)Jonas Franz2017-09-121-1/+4
* Webhooks for repo creation/deletion (#1663)Ethan Koenig2017-09-031-1/+1
* Fix uppercase default branch bug (#1965)Ethan Koenig2017-06-141-3/+5
* Rework SSH key management UI to add GPG (#1293)Antoine GIRARD2017-04-261-1/+1
* Mirror sync interval specified as duration string (#1407)Jonas2017-04-081-4/+7
* fix repo settings external tracker failed and check external urls (#1215)Lunny Xiao2017-03-131-2/+14
* Protected branches system (#339)Denis Denisov2017-02-211-11/+137
* Redirects for renamed repos (#807)Ethan Koenig2017-02-051-0/+5
* Add units concept for modulable functions of a repository (#742)Lunny Xiao2017-02-041-18/+64
* Fixes typosBwko2016-11-271-1/+1
* Golint fixed for modules/setting (#262)Lunny Xiao2016-11-271-6/+6
* golint fixed for routers (#208)Lunny Xiao2016-11-241-0/+12
* Update import paths from github.com/go-gitea to code.gitea.io (#135)Sandro Santilli2016-11-101-8/+8
* Fix type in unused constant name (#111)Sandro Santilli2016-11-071-23/+23
* More MixedCase constsSandro Santilli2016-11-071-2/+2
* Replace gogits/git-module dependency with go-gitea/git (#94)Sandro Santilli2016-11-061-1/+1
* Implementation of the feature to redirect to an external issue trackerRémy Boulanouar2016-11-041-0/+1
* Change import reference to match gitea instead of gogs (#37)Rémy Boulanouar2016-11-031-6/+6
* #2018 able to sync now for mirrorsUnknwon2016-08-301-20/+31
* Wiki mirroring implementation (#3233)Andrew2016-08-111-1/+1
* Refactor User.Id to User.IDUnknwon2016-07-241-7/+7