| Commit message (Collapse) | Author | Age |
|\ |
|
| | |
|
| |
| |
| |
| | |
README: fix typo
|
| |\
| | |
| | | |
Fix that owners also see actions on their repositories
|
| | | |
|
| | |
| | |
| | |
| | |
| | |
| | | |
This is a balance between speed and nice code, where speed has won. To prevent a repository query for each action the ownername is match with the current user.
It would be "cleaner" or "better" if we fetch the repository each time. Another option is to add the RepoOwnerID to action
|
| | | |
|
| |\ \ |
|
| | |\ \
| | | | |
| | | | | |
Updating context and fixing permission issues
|
| | | |/
| | | |
| | | |
| | | |
| | | |
| | | | |
The boolean flags in the repo context have been replaced with mode and two methods
Also, the permissions have been brought more in line with https://help.github.com/articles/permission-levels-for-an-organization-repository/ , Admin Team members are able to change settings of their repositories.
|
| | |/ |
|
| |\ \
| | |/
| |/|
| | |
| | |
| | |
| | |
| | |
| | | |
Conflicts:
gogs.go
models/models.go
models/user.go
templates/.VERSION
templates/org/home.tmpl
|
| | | |
|
| |\ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
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
|
| | |\ \ \ |
|
| | | | | | |
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | | |
Attempt 3 to fix LDAP login issues when git pushing after password change
|
| | | | | | | |
|
| | | | | | | |
|
|\ \ \ \ \ \ \
| |_|_|_|_|_|/
|/| | | | | | |
Get username, name, surname and e-mail from LDAP server
|
| | | | | | | |
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
- templates/org: mirror fix on name output
- routers: add missing error check
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
- modules/middleware/context.go: add HandleAPI method
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
- 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.
|
| |_|_|_|/
|/| | | |
| | | | |
| | | | | |
- .gopmfile: update all commits
|
| | | | | |
|
| |/ / /
|/| | | |
|
|\ \ \ \
| | | | |
| | | | | |
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
|
| | | | |
|
| | | | |
|
|\ \ \ \
| | | | |
| | | | | |
Make Signup button display configurable - #884
|
| | |/ /
| |/| | |
|
| | | |
| | | |
| | | |
| | | | |
- models/issue.go: format comment type names
|
|/ / /
| | |
| | |
| | |
| | | |
- modules/base/markdown.go: fix issue link issue
- routers/repo/view.go: remove useless code
|
|\ \ \
| | | |
| | | | |
add a function to rewrite all public keys on admin request
|
| | | |
| | | |
| | | |
| | | | |
refs #763
|
| | | | |
|
| | | |
| | | |
| | | |
| | | |
| | | | |
- routers: use new binding convention to simplify code
- templates: able to set HTTP port number in install page
|