aboutsummaryrefslogtreecommitdiffstats
path: root/routers/repo/setting.go
Commit message (Collapse)AuthorAgeFilesLines
* fix repo settings external tracker failed and check external urls (#1215) ↵Lunny Xiao2017-03-131-2/+14
| | | | (#1236)
* Protected branches system (#339)Denis Denisov2017-02-211-11/+137
| | | | | | | | | | | | | | | | | | | | * Protected branches system * Moved default branch to branches section (`:org/:reponame/settings/branches`). * Initial support Protected Branch. - Admin does not restrict - Owner not to limit - To write permission restrictions * reformat tmpl * finished the UI and add/delete protected branch response * remove unused comment * indent all the template files and remove ru translations since we use crowdin * fix the push bug
* Redirects for renamed repos (#807)Ethan Koenig2017-02-051-0/+5
| | | | | | * Redirects for renamed repos * Remove unused phrase from locales
* Add units concept for modulable functions of a repository (#742)Lunny Xiao2017-02-041-18/+64
| | | | | | | | | | | | | | | | * Add units concept for modulable functions of a repository * remove unused comment codes & fix lints and tests * remove unused comment codes * use struct config instead of map * fix lint * rm wrong files * fix tests
* Fixes typosBwko2016-11-271-1/+1
|
* Golint fixed for modules/setting (#262)Lunny Xiao2016-11-271-6/+6
| | | | | | * golint fixed for modules/setting * typo fixed and renamed UNIXSOCKET to UnixSocket
* 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
| | | | | | | - Update import paths from github.com/go-gitea to code.gitea.io - Fix import path for travis See https://docs.travis-ci.com/user/languages/go#Go-Import-Path
* Fix type in unused constant name (#111)Sandro Santilli2016-11-071-23/+23
| | | | | | | | | | | | | | | | | | * Write LDAP, SMTP, PAM, DLDAP back to all uppercase * Fix type in unused constant name * Other MixCased fixes * Complete MixerCasing of template constants * Re uppercase LTS and LDAPS suffixes * Uppercase JSON suffix in constant names * Proper case LoginNoType * Prefix unexported template path constants with "tpl"
* More MixedCase constsSandro Santilli2016-11-071-2/+2
|
* Replace gogits/git-module dependency with go-gitea/git (#94)Sandro Santilli2016-11-061-1/+1
| | | | | | | | * Replace gogits/git-module dependency with go-gitea/git Fixes #92 * Remove git alias for git module import (not needed)
* 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
| | | | | - Refactor code to use sync.UniqueQueue - Closes #3509
* Wiki mirroring implementation (#3233)Andrew2016-08-111-1/+1
| | | | | | | | | | | | | | | | | | | * Implement wiki mirroring, add Update mirrors operation to admin dashboard * bindata.go update after merge * Implement checking Git repo endpoint existence, support for BB included * Remove admin dashboard operation Fix bindata.go * Apply gofmt to repo model file * Try to remove bindata from PR * Revert accepted wiki names change in favor of better system * Remove unused imports
* Refactor User.Id to User.IDUnknwon2016-07-241-7/+7
|
* Refresh repository mirror from database when the repository's name has ↵lstahlman2016-07-171-0/+9
| | | | changed. (#3276)
* #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
| | | | RepoLink -> Link, RepoRelLink -> RelLink, FullRepoLink -> FullLink
* The pruning for the synchronized mirrors is a option now. Default value: ↵Pablo Saavedra2016-07-091-0/+1
| | | | | | | | | | | | | enable_prune = true (#3246) Executed go fmt getEngine() not handles DB parameters (#2972) (#2974) Uses .AllCols() for Update in updateMirror() Spanish traslation removed Fixed a wrong way to ommit the --prune option in process.ExecDir() for MirrorUpdate function
* 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
| | | | | Collaborators have write access as default, and can be changed via repository collaboration settings page to change between read, write and admin.
* 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
| | | | from database
* 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
|
* more fix on #2268Unknwon2015-12-301-1/+1
|
* rename import pathUnknwon2015-12-151-1/+1
|
* #2114 External URL for wikiUnknwon2015-12-111-0/+2
|
* move out git module and #1573 send push hookUnknwon2015-12-091-1/+2
|
* #1984 Better mirror repo managementUnknwon2015-12-081-1/+6
|
* #2063 Ability to delete repo from admin panelUnknwon2015-12-051-0/+2
|
* fix #2105 and fix #1857Unknwon2015-12-051-332/+0
|
* fix #1829 and fix #890Unknwon2015-12-041-2/+19
|
* fix broken linkUnknwon2015-12-031-1/+1
|
* fix #976Unknwon2015-12-031-1/+1
|
* fix #878Unknwon2015-11-181-5/+6
|
* #1742 Update default branch in git repository while change in web viewUnknwon2015-11-181-1/+8
|
* fix #1987Unknwon2015-11-181-0/+6
|
* New push to head repo of head branch: regenerate patch and retest applyUnknwon2015-10-241-7/+7
|
* #1646 and other minor fixesUnknwon2015-09-161-1/+1
|
* #1021 Forked repo unavailable after deleting original repoUnknwon2015-09-011-4/+10
|
* #1377 add rename repo actionUnknwon2015-09-011-1/+5
|
* finish new repo options pageUnknwon2015-08-311-50/+34
|