aboutsummaryrefslogtreecommitdiff
path: root/models/repo.go
Commit message (Collapse)AuthorAge
* 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
|
* #2018 able to sync now for mirrorsUnknwon2016-08-30
| | | | | - Refactor code to use sync.UniqueQueue - Closes #3509
* modules/sync: rename SingleInstancePool to ExclusivePoolUnknwon2016-08-30
|
* Web editor: support upload filesUnknwon2016-08-30
|
* Load a set of predefined labels (#3459)Thibault Meyer2016-08-29
| | | | | | | | | | | | | | | | | | | | | | * Can use a predefined set of labels * Change UI * Fix HTML file indentation * Avoid reading file from other directory (security issue) * Apply a better fix * Remove not used variable * Merge upstream/develop * Do modifications * Raname * remove binding + rename variable
* Fixed typo (#3533)LFlare2016-08-29
| | | Git convention has it capitalised.
* Web editor: disallow edit mirror repositoryUnknwon2016-08-28
|
* #2901 allow setting preferred licensesUnknwon2016-08-28
| | | | - Closes #3488
* #3505 use user’s info for committer and authorUnknwon2016-08-27
|
* #3521 fix wiki HTTP/S clone URL does not have .wiki suffixUnknwon2016-08-27
|
* Web editor: improve code qualityUnknwon2016-08-24
|
* #3383 code cleanupUnknwon2016-08-24
|
* General code quality improvementUnknwon2016-08-16
|
* #2246 add HTMLURL to webhook typeUnknwon2016-08-16
| | | | - Fill Milestone and Assignee field when available in webhook payload
* models/repo_editor: improve code qualityUnknwon2016-08-15
|
* Fix repository owner can assign selfUnknwon2016-08-15
|
* models/issue: improve quality and performance of NewIssue functionUnknwon2016-08-15
|
* #3461 fix security issue of REAMDE path in create repositoryUnknwon2016-08-15
|
* Web editor: improve delete fileUnknwon2016-08-14
|
* Web editor: improve edit file and diff previewUnknwon2016-08-14
|
* modules/sync: move sync objects to independent moduleUnknwon2016-08-14
|