0
0
Fork 0
mirror of https://github.com/go-gitea/gitea synced 2024-12-27 15:04:36 +01:00
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>
2022-07-30 18:45:59 +02:00
..
access_log.go
api.go Add Cache-Control header to html and api responses, add no-transform (#20432) 2022-07-23 14:38:03 +08:00
api_org.go
api_test.go
auth.go
captcha.go
context.go Add Cache-Control header to html and api responses, add no-transform (#20432) 2022-07-23 14:38:03 +08:00
csrf.go
form.go
org.go
package.go Extended permission checks. (#20517) 2022-07-28 21:04:03 +08:00
pagination.go
permission.go
private.go
repo.go Add new API endpoints for push mirrors management (#19841) 2022-07-30 18:45:59 +02:00
response.go
utils.go
xsrf.go
xsrf_test.go