Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Refactoring: rename package routers -> routes | Unknwon | 2017-06-11 |
| | |||
* | Refactoring: rename ctx -> c | Unknwon | 2017-06-03 |
| | |||
* | Refactoring: rename modules -> pkg | Unknwon | 2017-04-04 |
| | | | | | | | | Reasons to change: 1. Shorter than 'modules' 2. More generally used by other Go projects 3. Corresponds to the naming of '$GOPATH/pkg' directory | ||
* | error: move ErrRepoNotExist -> errors.RepoNotExist | Unknwon | 2017-03-23 |
| | |||
* | log: start using gopkg.in/clog.v1 | Unknwon | 2017-02-09 |
| | |||
* | Move models/mail.go to modules/mail.go | Unknwon | 2017-01-30 |
| | | | | To use interface to replace *models.User in avoiding cycle import. | ||
* | Fix random string generator (#3953) | leonklingele | 2016-12-21 |
| | | | | | | | | * Remove unused custom-alphabet feature of random string generator * Fix modulo-biased random string generator * Random string generator should return error if it fails to read random data via crypto/rand | ||
* | #3515 use alert instead 500 for duplicated login source name | Unknwon | 2016-08-31 |
| | |||
* | Replace convert.To with APIFormat calls | Unknwon | 2016-08-14 |
| | |||
* | Add MaxRepoCreation to EditUser API (#2781) | Robin Lambertz | 2016-08-11 |
| | |||
* | Added Full Name to CreateUser api call (#3333) | Richard Mahn | 2016-07-27 |
| | |||
* | Refactor User.Id to User.ID | Unknwon | 2016-07-24 |
| | |||
* | #2854 fix no mail notification when issue is closed/reopened | Unknwon | 2016-07-16 |
| | |||
* | api/admin: add/remove organization team repository | Unknwon | 2016-04-04 |
| | |||
* | #1692 add admin APIs to add/remove a user from teams | Unknwon | 2016-03-25 |
| | |||
* | Fix status code | Unknwon | 2016-03-21 |
| | |||
* | Change list teams API to non-admin specific | Unknwon | 2016-03-21 |
| | |||
* | #1692 api: admin list and create team under organization | Unknwon | 2016-03-21 |
| | |||
* | #1692 add CRUD issue APIs | Unknwon | 2016-03-13 |
| | | | | | - Fix go-gogs-client#10 - Related to #809 | ||
* | Convert all API handers to use *context.APIContext | Unknwon | 2016-03-13 |
| | |||
* | #13 finish user and repository search | Unknwon | 2016-03-11 |
| | | | | Both are possible on explore and admin panel | ||
* | Rename module: middleware -> context | Unknwon | 2016-03-11 |
| | |||
* | #1692 API: admin create repo | Unknwon | 2015-12-17 |
| | |||
* | #1692 add organization APIs | Unknwon | 2015-12-17 |
| | |||
* | #1938 #1374 disable password change for non-local users | Unknwon | 2015-12-10 |
| | |||
* | #2063 Ability to delete repo from admin panel | Unknwon | 2015-12-05 |
| | |||
* | APIs: admin users | Unknwon | 2015-12-05 |