| Commit message (Collapse) | Author | Age |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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
|
| |
|
| |
|
|
|
|
|
|
| |
* Add new Authentication Source: GitHub, including GitHub Enterprise.
* Add vendor dependencies.
|
|
|
|
| |
By explicitly requires token authentication.
|
| |
|
|
|
|
|
| |
by 'dn' (#4684) (#4688)
Also, fixed typo in group member list return size check.
|
| |
|
| |
|
|
|
|
|
| |
If the user provides a string that does not contain "%s", fmt.Sprintf
silently appends "%!(EXTRA type=value)" instead of failing loudly.
This fixes #4375.
|
| |
|
| |
|
|
|
|
|
|
| |
* Add undocumented endpoint for /repositories/:id
* GitHub API Compliance
|
| |
|
|
|
|
|
|
|
|
|
| |
* Add standard LDAP group membership checking.
* Fix formatting, typo, grammer, and syntax errors
* Debugging done.
Gave up on locale file edits.
|
| |
|
|
Reasons to change:
1. Shorter than 'modules'
2. More generally used by other Go projects
3. Corresponds to the naming of '$GOPATH/pkg' directory
|