index
:
gogs.git
buildscript
main
mygogs
Gogs is a painless self-hosted Git service
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
models
/
repo.go
Commit message (
Expand
)
Author
Age
*
pkg/setting: rename {AppUrl, AppSubUrl} -> {AppURL, AppSubURL}
Unknwon
2017-04-06
*
Refactoring: rename modules -> pkg
Unknwon
2017-04-04
*
vendor: update github.com/gogits/git-module
Unknwon
2017-04-03
*
repo: handle git.ErrUnsupportedVersion error type
Unknwon
2017-04-01
*
modules: rename markdown -> markup
Unknwon
2017-03-31
*
models/repo: avoid duplicated results in SearchRepositoryByName (#4344)
Pablo Saavedra
2017-03-26
*
repo: cleanup some code
Unknwon
2017-03-24
*
repo: allow private repository to have public wiki or issues
Unknwon
2017-03-24
*
repo: update size after fork, migrate and mirror sync (#4336)
Unknwon
2017-03-24
*
repo: remove legacy sanitizer for repository description
Unknwon
2017-03-23
*
repo: fix unable to propose pull request from secondary fork (#4324)
Unknwon
2017-03-23
*
user/settings: complete repositories panel (#4312)
Unknwon
2017-03-23
*
error: move ErrRepoNotExist -> errors.RepoNotExist
Unknwon
2017-03-23
*
explore: able list and search for private but accessible repositories (#3088)
Unknwon
2017-03-17
*
repo: allow issues and wiki for bare repository (#4104)
Unknwon
2017-03-16
*
repo/commit: able to config default commits page size (#4230)
Unknwon
2017-03-16
*
models/repo: minor code style and comment fix (#4273)
Unknwon
2017-03-13
*
models/repo: allow SearchRepos to return private but accessible repositories ...
Rob Richards
2017-03-13
*
repo: able to view size (#1158)
Unknwon
2017-03-12
*
refactoring: experimental with models/errors package
Unknwon
2017-03-12
*
webhook: add fork event
Unknwon
2017-02-27
*
dashboard: add delete branch and tag news feeds
Unknwon
2017-02-27
*
repo: able to perform initial commit on behave of actual user
Unknwon
2017-02-27
*
models/repo: delete protect branch options when delete repository
Unknwon
2017-02-23
*
repo: add protect branch whitelist (#4177)
Unknwon
2017-02-23
*
models/access: hasAccess only need userID not user object
Unknwon
2017-02-23
*
migrate: fix unexpected removal of repository when wiki is detected
Unknwon
2017-02-21
*
models/repo: fix repository files weren't cleaned up (#4167)
Unknwon
2017-02-21
*
repo: several minor improvements
Unknwon
2017-02-19
*
models/repo: handle deletion on Windows (#4152)
Unknwon
2017-02-18
*
cron: add repository archive cleanup (#4061)
Unknwon
2017-02-18
*
repo: assignee can be anyone who has read access (#3739)
Unknwon
2017-02-17
*
Initial version of protected branches (#776)
Unknwon
2017-02-17
*
models/repo: UpdateLocalCopy should always aceept valid branch name
Unknwon
2017-02-16
*
models/repo: use reset --hard to align with remote branch (#4123)
Unknwon
2017-02-15
*
admin: sync wiki's hook files as well
Unknwon
2017-02-15
*
git: delegate all server-side Git hooks (#1623)
Unknwon
2017-02-14
*
Typo in LocalCopyPath (#4122)
Christian Höppner
2017-02-14
*
org/team: make 'new' as reserved for team name (#3789)
Unknwon
2017-02-14
*
config: show Git version in admin panel
Unknwon
2017-02-11
*
wiki: clean up broken data if migration failed (#3792)
Unknwon
2017-02-10
*
models/repo: fix SQLite3 database-lock when fail to delete repository (#4048)
Unknwon
2017-02-10
*
log: start using gopkg.in/clog.v1
Unknwon
2017-02-09
*
models/repo: clean up repository local copy after rename (#3641)
Unknwon
2017-02-09
*
Allow use to set an external tracker url and to redirect user when clicking i...
Rémy Boulanouar
2017-01-31
*
Do a fast-fail testing on repository URL before mirroring
Unknwon
2017-01-31
*
Fix dashboard issues/pull request counting
Unknwon
2016-12-27
*
Minor code fix for PR #3560
Unknwon
2016-12-27
*
Fetch before Checkout when create pull request (#3699)
Unknwon
2016-12-23
*
#3589 LoadRepoConfig after ORM is initialized
Unknwon
2016-09-02
[next]