aboutsummaryrefslogtreecommitdiff
path: root/models/repo.go
Commit message (Collapse)AuthorAge
* pkg/setting: rename {AppUrl, AppSubUrl} -> {AppURL, AppSubURL}Unknwon2017-04-06
|
* 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
* vendor: update github.com/gogits/git-moduleUnknwon2017-04-03
|
* repo: handle git.ErrUnsupportedVersion error typeUnknwon2017-04-01
|
* modules: rename markdown -> markupUnknwon2017-03-31
| | | | | | | To further support more markup languages (e.g. Org-mode, AsciiDoc, reStructuredText), the name 'markdown' is inappropriate. This is the first step towards more markup language support.
* models/repo: avoid duplicated results in SearchRepositoryByName (#4344)Pablo Saavedra2017-03-26
|
* repo: cleanup some codeUnknwon2017-03-24
|
* repo: allow private repository to have public wiki or issuesUnknwon2017-03-24
| | | | Relates to #649 and #2157
* repo: update size after fork, migrate and mirror sync (#4336)Unknwon2017-03-24
|
* repo: remove legacy sanitizer for repository descriptionUnknwon2017-03-23
| | | | Related to #4329.
* repo: fix unable to propose pull request from secondary fork (#4324)Unknwon2017-03-23
|
* user/settings: complete repositories panel (#4312)Unknwon2017-03-23
|
* error: move ErrRepoNotExist -> errors.RepoNotExistUnknwon2017-03-23
|
* explore: able list and search for private but accessible repositories (#3088)Unknwon2017-03-17
|
* repo: allow issues and wiki for bare repository (#4104)Unknwon2017-03-16
|
* repo/commit: able to config default commits page size (#4230)Unknwon2017-03-16
| | | | Added config option '[ui.user] COMMITS_PAGING_NUM'.
* models/repo: minor code style and comment fix (#4273)Unknwon2017-03-13
|
* models/repo: allow SearchRepos to return private but accessible repositories ↵Rob Richards2017-03-13
| | | | | | | | | | | | | | | | | | | (#4273) * models/repo.go SearchRepositoryByName() Updated function to return public and private repositories that the logged in user has been given rights to view issue #3088 * models/repo.go SearchRepositoryName changed repository table alias to 'repo' removed debug line * models/repo.go SearchRepositoryByName modified UserID search query to use the "access" table instead of team_repo, team_user etc * models/repo.go SearchRepositoryByName 1) uppercased SQL keywords 2) removed alias for ACCESS table
* repo: able to view size (#1158)Unknwon2017-03-12
|
* refactoring: experimental with models/errors packageUnknwon2017-03-12
|
* webhook: add fork eventUnknwon2017-02-27
|
* dashboard: add delete branch and tag news feedsUnknwon2017-02-27
|
* repo: able to perform initial commit on behave of actual userUnknwon2017-02-27
|
* models/repo: delete protect branch options when delete repositoryUnknwon2017-02-23
|
* 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.
* models/access: hasAccess only need userID not user objectUnknwon2017-02-23
|
* migrate: fix unexpected removal of repository when wiki is detectedUnknwon2017-02-21
|
* models/repo: fix repository files weren't cleaned up (#4167)Unknwon2017-02-21
|
* 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.
* models/repo: handle deletion on Windows (#4152)Unknwon2017-02-18
|
* cron: add repository archive cleanup (#4061)Unknwon2017-02-18
|
* 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/repo: UpdateLocalCopy should always aceept valid branch nameUnknwon2017-02-16
|
* models/repo: use reset --hard to align with remote branch (#4123)Unknwon2017-02-15
| | | | If user has force pushed to a branch, git pull will fail.
* admin: sync wiki's hook files as wellUnknwon2017-02-15
|
* git: delegate all server-side Git hooks (#1623)Unknwon2017-02-14
|
* Typo in LocalCopyPath (#4122)Christian Höppner2017-02-14
| | | This won't fix any bugs, but a typo is a typo.
* org/team: make 'new' as reserved for team name (#3789)Unknwon2017-02-14
|
* config: show Git version in admin panelUnknwon2017-02-11
|
* wiki: clean up broken data if migration failed (#3792)Unknwon2017-02-10
|
* models/repo: fix SQLite3 database-lock when fail to delete repository (#4048)Unknwon2017-02-10
|
* log: start using gopkg.in/clog.v1Unknwon2017-02-09
|
* models/repo: clean up repository local copy after rename (#3641)Unknwon2017-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)
* Do a fast-fail testing on repository URL before mirroringUnknwon2017-01-31
| | | | | To ensure the URL is accessible under good condition to prevent long blocking on URL resolution without syncing anything.
* Fix dashboard issues/pull request countingUnknwon2016-12-27
|
* Minor code fix for PR #3560Unknwon2016-12-27
|
* Fetch before Checkout when create pull request (#3699)Unknwon2016-12-23
|
* #3589 LoadRepoConfig after ORM is initializedUnknwon2016-09-02
|