Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | internal: move packages under this directory (#5836) | Unknwon | 2019-10-24 |
| | | | | | | | | | | | | | | | | | | * Rename pkg -> internal * Rename routes -> route * Move route -> internal/route * Rename models -> db * Move db -> internal/db * Fix route2 -> route * Move cmd -> internal/cmd * Bump version | ||
* | Enable Go modules (#5835) | Unknwon | 2019-10-23 |
| | | | | | | | | | | | | | | | | * Remove vendor * Enable Go modules * ci: add command to fetch dependencies * ci: update setting * ci: update settings * Require Go 1.11 * Rename module name to gogs.io/gogs | ||
* | auth: coding style and glitches fixes for GitHub login source (#5340) | Unknwon | 2018-12-18 |
| | |||
* | auth: add new authentication source: GitHub, including GitHub Enterprise (#5340) | haixunlu | 2018-12-18 |
| | | | | | | * Add new Authentication Source: GitHub, including GitHub Enterprise. * Add vendor dependencies. | ||
* | login_source: add default authentication switch (#5338) | haixunlu | 2018-09-13 |
| | | | | | | | | | | | | | | | * Add default Authentication Switch. * adjust the code accroding to reviews * #1. Remove redudant logic. #2, Fix a bug in "Edit" panel. * Remove unused logic * Fix local authentication files are not flushed. * refactor according to review. | ||
* | *: use jsoniter to replace encoding/json | Unknwon | 2018-06-09 |
| | |||
* | models: skip JSON for fields skipped by XORM | Unknwon | 2018-06-09 |
| | | | | Reduce output JSON size by backup command | ||
* | *: rename "gogits" to "gogs" | Unknwon | 2018-05-27 |
| | |||
* | auth: support authentication source config file (#3142) | Unknwon | 2018-04-12 |
| | |||
* | models: remove redundant tags for primary keys | Unknwon | 2017-05-21 |
| | |||
* | models/login_source: add check for user for create/update on LDAP (#4405) | Jon Lundy | 2017-05-21 |
| | | | | | | | | * Add check for user for create/update * Update login_source.go * Update login_source.go | ||
* | 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 | ||
* | models: rename ErrUserNotExist -> errors.UserNotExist | Unknwon | 2017-03-16 |
| | |||
* | refactoring: experimental with models/errors package | Unknwon | 2017-03-12 |
| | |||
* | log: start using gopkg.in/clog.v1 | Unknwon | 2017-02-09 |
| | |||
* | Fix typos (#3852) | Bo Zhang | 2016-12-21 |
| | |||
* | Fix panic when attempt login with non-exist user | Unknwon | 2016-09-01 |
| | |||
* | models/login_source: code improvement | Unknwon | 2016-08-31 |