| Commit message (Collapse) | Author | Age |
... | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
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)
|
| |\ \
| | |/
| |/|
| | |
| | |
| | |
| | |
| | |
| | | |
Conflicts:
gogs.go
models/models.go
models/user.go
templates/.VERSION
templates/org/home.tmpl
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| |\ \
| | | |
| | | | |
Access refactor
|
| | |\ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Conflicts:
cmd/serve.go
models/access.go
models/migrations/migrations.go
models/org.go
models/repo.go
models/user.go
modules/middleware/org.go
modules/middleware/repo.go
routers/api/v1/repo.go
routers/org/teams.go
routers/repo/http.go
routers/user/home.go
|
| | | | | |
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
This commit does a lot of the work of refactoring the access table in a table with id's instead of strings.
The result does compile, but has not been tested. It may eat your kittens.
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
This commit does a lot of the work of refactoring the access table in a table with id's instead of strings.
The result does compile, but has not been tested. It may eat your kittens.
|
| |/ / / |
|
| | | | |
|
| | | | |
|
| | | | |
|
| |\ \ \ |
|
| |\ \ \ \ |
|
| | |\ \ \ \
| | | | |/ /
| | | |/| | |
Collaboration
|
| | | |\ \ \ |
|
| | | | | | | |
|
| | | | | | | |
|
| | | | | | | |
|
| | | | | | | |
|
|\ \ \ \ \ \ \
| |_|_|_|_|_|/
|/| | | | | | |
Get username, name, surname and e-mail from LDAP server
|
| | | | | | | |
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
- templates/org: mirror fix on name output
- routers: add missing error check
|
|\ \ \ \ \ \ \ |
|
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Not sure why, but xorm ignores the num_issues and num_closed_issues
columns when updating, even though the values changed.
Listing them explicitly fixes the issue with the wrong issue counts
|
|/ / / / / / /
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
- routers/user: little code format
- conf/locale: update French locale
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
The normal go get protocol is to show the go-import meta tag when ?go-get=1 is appended to the url. This commit implements that behaviour and cleans the go-get option from the repository settings page.
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
cmd/web.go: check version after load config
|
| |_|_|_|_|/
|/| | | | |
| | | | | |
| | | | | | |
disabled #884
|
| | | | | | |
|
| | | | | | |
|
| | | | | | |
|
| |/ / / /
|/| | | | |
|
| |/ / /
|/| | | |
|
|\ \ \ \
| | | | |
| | | | | |
Link to previous commited source file (diff.view_file button) instead of returning 404 for deleted files.
|
| | |_|/
| |/| |
| | | |
| | | | |
returning 404 for deleted files.
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
- routers/admin: add rewrite update hook operation
- conf/locale: update locale file due to ini behavior changes
- cmd/cert_stub.go: remove useless code
- cmd/fix.go: no longer need fix command(at least now)
|
|\ \ \ \
| |_|/ /
|/| | | |
Add option to provide configuration file on command line
|
| |/ / |
|
| | | |
|
|\ \ \
| | | |
| | | | |
allow http push by token - #842
|
| | | | |
|
| | | | |
|
| | | |
| | | |
| | | |
| | | | |
- models/issue.go: format comment type names
|
| |/ /
|/| |
| | |
| | |
| | | |
- modules/base/markdown.go: fix issue link issue
- routers/repo/view.go: remove useless code
|
|\ \ \
| | | |
| | | | |
Referencing issues from commit messages is now possible.
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Code-wise: the fixing-part of the code now doesn't reference the issue any more, because this is done by the referencing-part of the code, which is called just before.
Fixes #462, #668, #732.
|