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/routers/api/v1
Jimmy Praet 3d6cb25e31
Support unprotected file patterns (#16395)
Fixes #16381

Note that changes to unprotected files via the web editor still cannot be pushed directly to the protected branch. I could easily add such support for edits and deletes if needed. But for adding, uploading or renaming unprotected files, it is not trivial.

* Extract & Move GetAffectedFiles to modules/git
4 years ago
..
admin [API] List limited and private orgs if authentificated (#16866) 4 years ago
misc Refactor renders (#15175) 4 years ago
notify [API] generalize list header (#16551) 4 years ago
org Calculate label URL on API (#16186) 4 years ago
repo Support unprotected file patterns (#16395) 4 years ago
settings Make mirror feature more configurable (#16957) 4 years ago
swagger Add an api endpoint to fetch git notes (#15373) (#16649) 4 years ago
user [API] List limited and private orgs if authentificated (#16866) 4 years ago
utils Rename ctx.Form() to ctx.FormString() and move code into own file (#16571) 4 years ago
api.go Add an api endpoint to fetch git notes (#15373) (#16649) 4 years ago