You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gitea/modules/context
Mohamed Sekour 0e61a74e5a
Add new API endpoints for push mirrors management (#19841)
- Add a new push mirror to specific repository
- Sync now ( send all the changes to the configured push mirrors )
- Get list of all push mirrors of a repository
- Get a push mirror by ID
- Delete push mirror by ID

Signed-off-by: Mohamed Sekour <mohamed.sekour@exfo.com>
Signed-off-by: Andrew Thornton <art27@cantab.net>
Co-authored-by: zeripath <art27@cantab.net>
3 years ago
..
access_log.go
api.go Add Cache-Control header to html and api responses, add no-transform (#20432) 3 years ago
api_org.go
api_test.go
auth.go Respond with a 401 on git push when password isn't changed yet (#20026) 3 years ago
captcha.go
context.go Add Cache-Control header to html and api responses, add no-transform (#20432) 3 years ago
csrf.go
form.go
org.go Allow access to the Public Organization Member lists with minimal permissions (#20330) 3 years ago
package.go Extended permission checks. (#20517) 3 years ago
pagination.go
permission.go
private.go Add more linters to improve code readability (#19989) 3 years ago
repo.go Add new API endpoints for push mirrors management (#19841) 3 years ago
response.go
utils.go Add more linters to improve code readability (#19989) 3 years ago
xsrf.go
xsrf_test.go