Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix repo settings external tracker failed and check external urls (#1215) ↵ | Lunny Xiao | 2017-03-13 | 1 | -2/+14 |
| | | | | (#1236) | ||||
* | Protected branches system (#339) | Denis Denisov | 2017-02-21 | 1 | -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 Koenig | 2017-02-05 | 1 | -0/+5 |
| | | | | | | * Redirects for renamed repos * Remove unused phrase from locales | ||||
* | Add units concept for modulable functions of a repository (#742) | Lunny Xiao | 2017-02-04 | 1 | -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 typos | Bwko | 2016-11-27 | 1 | -1/+1 |
| | |||||
* | Golint fixed for modules/setting (#262) | Lunny Xiao | 2016-11-27 | 1 | -6/+6 |
| | | | | | | * golint fixed for modules/setting * typo fixed and renamed UNIXSOCKET to UnixSocket | ||||
* | golint fixed for routers (#208) | Lunny Xiao | 2016-11-24 | 1 | -0/+12 |
| | |||||
* | Update import paths from github.com/go-gitea to code.gitea.io (#135) | Sandro Santilli | 2016-11-10 | 1 | -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 Santilli | 2016-11-07 | 1 | -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 consts | Sandro Santilli | 2016-11-07 | 1 | -2/+2 |
| | |||||
* | Replace gogits/git-module dependency with go-gitea/git (#94) | Sandro Santilli | 2016-11-06 | 1 | -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 tracker | Rémy Boulanouar | 2016-11-04 | 1 | -0/+1 |
| | |||||
* | Change import reference to match gitea instead of gogs (#37) | Rémy Boulanouar | 2016-11-03 | 1 | -6/+6 |
| | |||||
* | #2018 able to sync now for mirrors | Unknwon | 2016-08-30 | 1 | -20/+31 |
| | | | | | - Refactor code to use sync.UniqueQueue - Closes #3509 | ||||
* | Wiki mirroring implementation (#3233) | Andrew | 2016-08-11 | 1 | -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.ID | Unknwon | 2016-07-24 | 1 | -7/+7 |
| | |||||
* | Refresh repository mirror from database when the repository's name has ↵ | lstahlman | 2016-07-17 | 1 | -0/+9 |
| | | | | changed. (#3276) | ||||
* | #2854 fix no mail notification when issue is closed/reopened | Unknwon | 2016-07-16 | 1 | -5/+1 |
| | |||||
* | models/repo: remove redundant info for some repo methods | Unknwon | 2016-07-15 | 1 | -1/+1 |
| | | | | RepoLink -> Link, RepoRelLink -> RelLink, FullRepoLink -> FullLink | ||||
* | The pruning for the synchronized mirrors is a option now. Default value: ↵ | Pablo Saavedra | 2016-07-09 | 1 | -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 Stroe | 2016-04-22 | 1 | -0/+1 |
| | |||||
* | Rename module: middleware -> context | Unknwon | 2016-03-11 | 1 | -14/+14 |
| | |||||
* | #1146 finish new access rights for collaborators | Unknwon | 2016-03-05 | 1 | -0/+18 |
| | |||||
* | #1146 finsih UI work for access mode of collaborators | Unknwon | 2016-03-05 | 1 | -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 #2745 | Unknwon | 2016-03-03 | 1 | -4/+2 |
| | |||||
* | Repo setting to delete and disable wiki | Josh Frye | 2016-03-03 | 1 | -0/+26 |
| | |||||
* | Fix #857 | Unknwon | 2016-02-20 | 1 | -42/+48 |
| | |||||
* | Minor fix for #2624 | Unknwon | 2016-02-15 | 1 | -5/+3 |
| | |||||
* | Moved UpdateRepository() to CleanUpMigrateInfo() and correctly delete mirror ↵ | Martin Hartkorn | 2016-02-15 | 1 | -1/+1 |
| | | | | from database | ||||
* | Refactored according to suggestions | Martin Hartkorn | 2016-02-14 | 1 | -4/+3 |
| | |||||
* | Add missing safety check | Martin Hartkorn | 2016-02-14 | 1 | -0/+5 |
| | |||||
* | Convert mirrors to regular repositories. | Martin Hartkorn | 2016-02-14 | 1 | -0/+28 |
| | |||||
* | more fix on #2268 | Unknwon | 2015-12-30 | 1 | -1/+1 |
| | |||||
* | rename import path | Unknwon | 2015-12-15 | 1 | -1/+1 |
| | |||||
* | #2114 External URL for wiki | Unknwon | 2015-12-11 | 1 | -0/+2 |
| | |||||
* | move out git module and #1573 send push hook | Unknwon | 2015-12-09 | 1 | -1/+2 |
| | |||||
* | #1984 Better mirror repo management | Unknwon | 2015-12-08 | 1 | -1/+6 |
| | |||||
* | #2063 Ability to delete repo from admin panel | Unknwon | 2015-12-05 | 1 | -0/+2 |
| | |||||
* | fix #2105 and fix #1857 | Unknwon | 2015-12-05 | 1 | -332/+0 |
| | |||||
* | fix #1829 and fix #890 | Unknwon | 2015-12-04 | 1 | -2/+19 |
| | |||||
* | fix broken link | Unknwon | 2015-12-03 | 1 | -1/+1 |
| | |||||
* | fix #976 | Unknwon | 2015-12-03 | 1 | -1/+1 |
| | |||||
* | fix #878 | Unknwon | 2015-11-18 | 1 | -5/+6 |
| | |||||
* | #1742 Update default branch in git repository while change in web view | Unknwon | 2015-11-18 | 1 | -1/+8 |
| | |||||
* | fix #1987 | Unknwon | 2015-11-18 | 1 | -0/+6 |
| | |||||
* | New push to head repo of head branch: regenerate patch and retest apply | Unknwon | 2015-10-24 | 1 | -7/+7 |
| | |||||
* | #1646 and other minor fixes | Unknwon | 2015-09-16 | 1 | -1/+1 |
| | |||||
* | #1021 Forked repo unavailable after deleting original repo | Unknwon | 2015-09-01 | 1 | -4/+10 |
| | |||||
* | #1377 add rename repo action | Unknwon | 2015-09-01 | 1 | -1/+5 |
| | |||||
* | finish new repo options page | Unknwon | 2015-08-31 | 1 | -50/+34 |
| |