aboutsummaryrefslogtreecommitdiff
path: root/routers/repo/setting.go
Commit message (Collapse)AuthorAge
* 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
|
* fix broken linkUnknwon2015-12-03
|
* fix #976Unknwon2015-12-03
|
* fix #878Unknwon2015-11-18
|
* #1742 Update default branch in git repository while change in web viewUnknwon2015-11-18
|
* fix #1987Unknwon2015-11-18
|
* New push to head repo of head branch: regenerate patch and retest applyUnknwon2015-10-24
|
* #1646 and other minor fixesUnknwon2015-09-16
|
* #1021 Forked repo unavailable after deleting original repoUnknwon2015-09-01
|
* #1377 add rename repo actionUnknwon2015-09-01
|
* finish new repo options pageUnknwon2015-08-31
|
* webhook APIsUnknwon2015-08-29
|
* new create webhook eventUnknwon2015-08-28
|
* add highlight jsUnknwon2015-08-27
|
* add webhook recent deliveriesUnknwon2015-08-27
|
* new edit webhook UIUnknwon2015-08-27
|
* new create webhook UIUnknwon2015-08-27
|
* new webhooks list UIUnknwon2015-08-26
|
* new repo git hooks UIUnknwon2015-08-26
|
* add confirmation to delete ssh keyUnknwon2015-08-20
|