summaryrefslogtreecommitdiffstats
path: root/routers/repo/setting.go
Commit message (Expand)AuthorAgeFilesLines
* 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
* Refresh repository mirror from database when the repository's name has change...lstahlman2016-07-171-0/+9
* #2854 fix no mail notification when issue is closed/reopenedUnknwon2016-07-161-5/+1
* models/repo: remove redundant info for some repo methodsUnknwon2016-07-151-1/+1
* The pruning for the synchronized mirrors is a option now. Default value: enab...Pablo Saavedra2016-07-091-0/+1
* Support alphanumeric issue style (ABC-1234) for external issue tracker (#2992)Cosmin Stroe2016-04-221-0/+1
* Rename module: middleware -> contextUnknwon2016-03-111-14/+14
* #1146 finish new access rights for collaboratorsUnknwon2016-03-051-0/+18
* #1146 finsih UI work for access mode of collaboratorsUnknwon2016-03-051-18/+21
* Minor fixes for #2745Unknwon2016-03-031-4/+2
* Repo setting to delete and disable wikiJosh Frye2016-03-031-0/+26
* Fix #857Unknwon2016-02-201-42/+48
* Minor fix for #2624Unknwon2016-02-151-5/+3
* Moved UpdateRepository() to CleanUpMigrateInfo() and correctly delete mirror ...Martin Hartkorn2016-02-151-1/+1
* Refactored according to suggestionsMartin Hartkorn2016-02-141-4/+3
* Add missing safety checkMartin Hartkorn2016-02-141-0/+5
* Convert mirrors to regular repositories.Martin Hartkorn2016-02-141-0/+28