| 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 |
* | error: move ErrRepoNotExist -> errors.RepoNotExist | Unknwon | 2017-03-23 |
* | 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 |
* | org/team: make 'new' as reserved for team name (#3789) | Unknwon | 2017-02-14 |
* | 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 |
* | #1692 api: admin list and create team under organization | Unknwon | 2016-03-21 |
* | #13 finish user and repository search | Unknwon | 2016-03-11 |
* | Rename module: middleware -> context | Unknwon | 2016-03-11 |
* | Added: Ability to delete org avatar. | Tamás Molnár | 2016-03-06 |
* | Remove unnecessary comments | Florian Kaiser | 2016-01-31 |
* | Only show teams the user has access to | Florian Kaiser | 2016-01-31 |
* | #2497 incorrect error handle for team name | Unknwon | 2016-01-29 |
* | 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 |
* | #1944 Drop /org/ URL path prefix in organization home page | Unknwon | 2015-11-24 |
* | fix #650 | Unknwon | 2015-11-22 |
* | 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 |
* | allow anonymous SSH clone | Unknwon | 2015-08-05 |
* | #1070 Clearer error message for illegal characters | Unknwon | 2015-03-26 |
* | #1067: Deleting users should remove them from collaborator lists | Unknwon | 2015-03-17 |
* | #1040: dashboard no longer accessible when repo is missing | Unknwon | 2015-03-16 |
* | v4 migration, merge 'dev', clean code and mirror fix | Unknwon | 2015-02-23 |
* | Merge branch 'dev' of github.com:gogits/gogs into access | Unknwon | 2015-02-22 |
|\ |
|
| * | models: able to rename user with diff letter cases #981 | Unknwon | 2015-02-22 |
* | | Merge remote-tracking branch 'mine/access_refactor' into access_refactor | Peter Smit | 2015-02-12 |
|\ \ |
|
| * | | Change constants to UPPERCASE_WITH_UNDERSCORE style | Peter Smit | 2015-02-09 |
| * | | Refactoring of the Access Table | Peter Smit | 2015-02-06 |
* | | | Refactoring of the Access Table | Peter Smit | 2015-02-12 |
| |/
|/| |
|
* | | models: make code change for session issue with SQLite3 #739 | Unknwon | 2015-02-10 |
|/ |
|
* | Issue: Show error prompt when add repository to team and it does not exist #533 | Unknwon | 2014-10-10 |
* | Update with macaron | Unknwon | 2014-10-06 |