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
/
org
/
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
*
models: rename ErrUserNotExist -> errors.UserNotExist
Unknwon
2017-03-16
*
refactoring: experimental with models/errors package
Unknwon
2017-03-12
*
refactoring: modules/auth/*_form.go -> modules/form
Unknwon
2017-02-27
*
webhook: also only enable certain types (#3356)
Unknwon
2017-02-21
*
log: start using gopkg.in/clog.v1
Unknwon
2017-02-09
*
Some code renaming
Unknwon
2016-12-22
*
Add support for federated avatars (#3320)
Sandro Santilli
2016-08-07
*
Refactor User.Id to User.ID
Unknwon
2016-07-24
*
models/webhook: restrict deletion to be explicitly with repo and org ID
Unknwon
2016-07-17
*
#3274 fix can't get webhook detail of organization
Unknwon
2016-07-16
*
Rename module: middleware -> context
Unknwon
2016-03-11
*
Added: Ability to delete org avatar.
Tamás Molnár
2016-03-06
*
fix #2268
novaeye
2015-12-23
*
#2156 admin able to edit organization max repo creation
Unknwon
2015-12-11
*
more link fix
Unknwon
2015-11-24
*
fix #981
Unknwon
2015-09-17
*
#1191 allow upload avatar for org
Unknwon
2015-09-06
*
finish new org settings page
Unknwon
2015-09-06
*
new org options UI
Unknwon
2015-09-06
*
#1193 Make organization emails non-mandatory
Unknwon
2015-09-06
*
new webhooks list UI
Unknwon
2015-08-26
*
#1070 Clearer error message for illegal characters
Unknwon
2015-03-26
*
#1067: Deleting users should remove them from collaborator lists
Unknwon
2015-03-17
*
models: able to rename user with diff letter cases #981
Unknwon
2015-02-22
*
Update with macaron
Unknwon
2014-10-06
*
Add suburl support
Unknwon
2014-09-19
*
Allow Gogs to run from a suburl behind a reverse proxy. e.g. http://mydomain....
Martin van Beurden
2014-09-18
*
add organization-level webhooks
Christopher Brickley
2014-09-05
*
Page: `/org/:orgname/settings`
Unknwon
2014-08-14