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
/
routers
/
repo
/
setting.go
Commit message (
Expand
)
Author
Age
*
Refactoring: rename package routers -> routes
Unknwon
2017-06-11
*
Refactoring: rename ctx -> c
Unknwon
2017-06-03
*
pkg/setting: rename {AppUrl, AppSubUrl} -> {AppURL, AppSubURL}
Unknwon
2017-04-06
*
Refactoring: remove tool.TplName
Unknwon
2017-04-05
*
Refactoring: rename pkg/base -> pkg/tool
Unknwon
2017-04-05
*
Refactoring: rename modules -> pkg
Unknwon
2017-04-04
*
repo: handle git.ErrUnsupportedVersion error type
Unknwon
2017-04-01
*
repo/settings/branches: add prompt for bare repository
Unknwon
2017-03-27
*
repo: allow private repository to have public wiki or issues
Unknwon
2017-03-24
*
repo/setting: filter out deleted branch in protect list (#4288)
Unknwon
2017-03-16
*
models: rename ErrUserNotExist -> errors.UserNotExist
Unknwon
2017-03-16
*
repo/settings: improve Git hook editor
Unknwon
2017-03-13
*
repo/setting: fix admin cannot transfer organizational repository
Unknwon
2017-03-07
*
repo/setting: fix admin cannot delete organizational repository wiki
Unknwon
2017-03-07
*
refactoring: modules/auth/*_form.go -> modules/form
Unknwon
2017-02-27
*
repo: able to add organization member as repository collaborator
Unknwon
2017-02-24
*
protect_branch: only list teams have write access
Unknwon
2017-02-24
*
repo: add protect branch whitelist (#4177)
Unknwon
2017-02-23
*
repo/setting: fix admin cannot delete organizational repository
Unknwon
2017-02-22
*
repo: several minor improvements
Unknwon
2017-02-19
*
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/ssh_key: fix SSH_KEYGEN_PATH not working (#3770)
Unknwon
2017-02-10
*
log: start using gopkg.in/clog.v1
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
*
Move models/mail.go to modules/mail.go
Unknwon
2017-01-30
*
#2018 able to sync now for mirrors
Unknwon
2016-08-30
*
Wiki mirroring implementation (#3233)
Andrew
2016-08-11
*
Refactor User.Id to User.ID
Unknwon
2016-07-24
*
Refresh repository mirror from database when the repository's name has change...
lstahlman
2016-07-17
*
#2854 fix no mail notification when issue is closed/reopened
Unknwon
2016-07-16
*
models/repo: remove redundant info for some repo methods
Unknwon
2016-07-15
*
The pruning for the synchronized mirrors is a option now. Default value: enab...
Pablo Saavedra
2016-07-09
*
Support alphanumeric issue style (ABC-1234) for external issue tracker (#2992)
Cosmin Stroe
2016-04-22
*
Rename module: middleware -> context
Unknwon
2016-03-11
*
#1146 finish new access rights for collaborators
Unknwon
2016-03-05
*
#1146 finsih UI work for access mode of collaborators
Unknwon
2016-03-05
*
Minor fixes for #2745
Unknwon
2016-03-03
*
Repo setting to delete and disable wiki
Josh Frye
2016-03-03
*
Fix #857
Unknwon
2016-02-20
*
Minor fix for #2624
Unknwon
2016-02-15
*
Moved UpdateRepository() to CleanUpMigrateInfo() and correctly delete mirror ...
Martin Hartkorn
2016-02-15
*
Refactored according to suggestions
Martin Hartkorn
2016-02-14
*
Add missing safety check
Martin Hartkorn
2016-02-14
*
Convert mirrors to regular repositories.
Martin Hartkorn
2016-02-14
*
more fix on #2268
Unknwon
2015-12-30
*
rename import path
Unknwon
2015-12-15
*
#2114 External URL for wiki
Unknwon
2015-12-11
*
move out git module and #1573 send push hook
Unknwon
2015-12-09
*
#1984 Better mirror repo management
Unknwon
2015-12-08
[next]