| Commit message (Collapse) | Author | Age |
| |
|
| |
|
| |
|
| |
|
|\
| |
| | |
Add PAM authentication
|
| | |
|
|\ \
| |/
|/| |
Hotfix/type fix validate password
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| | |
legacy behavior
|
| | |
|
|/ |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
- fix bug when add a repo to team, all other team members gets access as well
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
- fix delete user but repository watches are not decreased
|
| |
|
| |
|
| |
|
|
|
|
| |
If the host setting looks like a unix socket (leading by char '/'), will use unix(host) as connection string
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
response.WriteHeader calls`
|
| |
|
| |
|
|\ |
|
| | |
|
| |\
| | |
| | | |
Rewrite/simplify gogs serve
|
| | |\ |
|
| | | | |
|
|\| | | |
|
| | | | |
|
| | | | |
|
| | |/
| |/|
| | |
| | | |
README: fix typo
|
| | | |
|
| |\ \ |
|
| | |/ |
|
| |\| |
|
| | | |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
The old migration had a few issues:
- It left old column names around
- It did not give the right access levels for owners and admins
Also, this includes a migration that fixes the authorization of owner teams, which was previously ORG_ADMIN (instead of ORG_OWNER)
|