aboutsummaryrefslogtreecommitdiff
path: root/routers/repo/setting.go
Commit message (Collapse)AuthorAge
* Refactoring: remove tool.TplNameUnknwon2017-04-05
|
* Refactoring: rename pkg/base -> pkg/toolUnknwon2017-04-05
|
* Refactoring: rename modules -> pkgUnknwon2017-04-04
| | | | | | | | Reasons to change: 1. Shorter than 'modules' 2. More generally used by other Go projects 3. Corresponds to the naming of '$GOPATH/pkg' directory
* repo: handle git.ErrUnsupportedVersion error typeUnknwon2017-04-01
|
* repo/settings/branches: add prompt for bare repositoryUnknwon2017-03-27
|
* repo: allow private repository to have public wiki or issuesUnknwon2017-03-24
| | | | Relates to #649 and #2157
* repo/setting: filter out deleted branch in protect list (#4288)Unknwon2017-03-16
|
* models: rename ErrUserNotExist -> errors.UserNotExistUnknwon2017-03-16
|
* repo/settings: improve Git hook editorUnknwon2017-03-13
|
* repo/setting: fix admin cannot transfer organizational repositoryUnknwon2017-03-07
|
* repo/setting: fix admin cannot delete organizational repository wikiUnknwon2017-03-07
|
* refactoring: modules/auth/*_form.go -> modules/formUnknwon2017-02-27
|
* repo: able to add organization member as repository collaboratorUnknwon2017-02-24
|
* protect_branch: only list teams have write accessUnknwon2017-02-24
| | | | | List teams without write access to the repository cause confusion to make users think members of team could push to the branch.
* repo: add protect branch whitelist (#4177)Unknwon2017-02-23
| | | | | Add options to add users and teams to whitelist of a protected branch. This is only available for organizational repositories.
* repo/setting: fix admin cannot delete organizational repositoryUnknwon2017-02-22
|
* repo: several minor improvementsUnknwon2017-02-19
| | | | | | 1. Fix sample content didn't show up when hook doesn't exist. 2. Fix CSS 'word-break' to use 'break-word' not 'break-all'. 3. Fix single quote in 'locale_en-US.ini' file.
* repo: assignee can be anyone who has read access (#3739)Unknwon2017-02-17
|
* Initial version of protected branches (#776)Unknwon2017-02-17
| | | | | - Able to restrict force push and deletion - Able to restrict direct push
* models/ssh_key: fix SSH_KEYGEN_PATH not working (#3770)Unknwon2017-02-10
|
* log: start using gopkg.in/clog.v1Unknwon2017-02-09
|
* Allow use to set an external tracker url and to redirect user when clicking ↵Rémy Boulanouar2017-01-31
| | | | in Issues same behavior as Wiki. (#3646)
* Move models/mail.go to modules/mail.goUnknwon2017-01-30
| | | | To use interface to replace *models.User in avoiding cycle import.
* #2018 able to sync now for mirrorsUnknwon2016-08-30
| | | | | - Refactor code to use sync.UniqueQueue - Closes #3509
* Wiki mirroring implementation (#3233)Andrew2016-08-11
| | | | | | | | | | | | | | | | | | | * 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-24
|
* Refresh repository mirror from database when the repository's name has ↵lstahlman2016-07-17
| | | | changed. (#3276)
* #2854 fix no mail notification when issue is closed/reopenedUnknwon2016-07-16
|
* models/repo: remove redundant info for some repo methodsUnknwon2016-07-15
| | | | RepoLink -> Link, RepoRelLink -> RelLink, FullRepoLink -> FullLink
* The pruning for the synchronized mirrors is a option now. Default value: ↵Pablo Saavedra2016-07-09
| | | | | | | | | | | | | 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-22
|
* Rename module: middleware -> contextUnknwon2016-03-11
|
* #1146 finish new access rights for collaboratorsUnknwon2016-03-05
|
* #1146 finsih UI work for access mode of collaboratorsUnknwon2016-03-05
| | | | | 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-03
|
* Repo setting to delete and disable wikiJosh Frye2016-03-03
|
* Fix #857Unknwon2016-02-20
|
* Minor fix for #2624Unknwon2016-02-15
|
* Moved UpdateRepository() to CleanUpMigrateInfo() and correctly delete mirror ↵Martin Hartkorn2016-02-15
| | | | from database
* Refactored according to suggestionsMartin Hartkorn2016-02-14
|
* Add missing safety checkMartin Hartkorn2016-02-14
|
* Convert mirrors to regular repositories.Martin Hartkorn2016-02-14
|
* more fix on #2268Unknwon2015-12-30
|
* rename import pathUnknwon2015-12-15
|
* #2114 External URL for wikiUnknwon2015-12-11
|
* move out git module and #1573 send push hookUnknwon2015-12-09
|
* #1984 Better mirror repo managementUnknwon2015-12-08
|
* #2063 Ability to delete repo from admin panelUnknwon2015-12-05
|
* fix #2105 and fix #1857Unknwon2015-12-05
|
* fix #1829 and fix #890Unknwon2015-12-04
|