aboutsummaryrefslogtreecommitdiff
path: root/models/repo.go
Commit message (Expand)AuthorAge
* api: fix nil pointer dereference on repo/forks (#4633)Dennis Chen2018-03-12
* pull_request: able to ignore whitespace when check conflict (#4834)Unknwon2017-11-16
* repo/pull: allow rebase before merging (#4805)Unknwon2017-11-15
* pull: add an option to use rebase for merging pull requestsmharinder2017-11-15
* routes/home: minor code improveUnknwon2017-07-18
* explore: fix total repository number and page number do not match (#4441)Unknwon2017-07-18
* repo: fix cannot fork repository (#4572)Unknwon2017-07-18
* repo: fix panic on pull request submit (#4572)Unknwon2017-07-14
* api/repo: load attributes when listing user repositories (#4565)Unknwon2017-06-21
* Refactoring: remove sessionRelease()Unknwon2017-06-11
* random: some code simplifyUnknwon2017-06-11
* repo: change action visibility when repository visibility changed (#4414)Unknwon2017-06-11
* repo: load base repository for loadAttributesUnknwon2017-06-08
* models/repo: modify keyword search to include description for #4287 (#4548)Simon Dann2017-06-06
* repo: expose more fields to API format (#4484)Unknwon2017-06-02
* models: remove redundant tags for primary keysUnknwon2017-05-21
* api/repo: add Mirror field (#4392)Unknwon2017-04-07
* api/repo: improve migration error handlingUnknwon2017-04-07
* pkg/setting: rename {AppUrl, AppSubUrl} -> {AppURL, AppSubURL}Unknwon2017-04-06
* Refactoring: rename modules -> pkgUnknwon2017-04-04
* vendor: update github.com/gogits/git-moduleUnknwon2017-04-03
* repo: handle git.ErrUnsupportedVersion error typeUnknwon2017-04-01
* modules: rename markdown -> markupUnknwon2017-03-31
* 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
* repo: update size after fork, migrate and mirror sync (#4336)Unknwon2017-03-24
* repo: remove legacy sanitizer for repository descriptionUnknwon2017-03-23
* 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
* 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
* 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
* 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
* 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