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.
forgejo/routers/private
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
3 years ago
..
hook.go Support unprotected file patterns (#16395) 3 years ago
internal.go Add agit flow support in gitea (#14295) 3 years ago
key.go Rename ctx.Form() to ctx.FormString() and move code into own file (#16571) 3 years ago
mail.go Add an abstract json layout to make it's easier to change json library (#16528) 3 years ago
manager.go Add an abstract json layout to make it's easier to change json library (#16528) 3 years ago
manager_unix.go Add bundle download for repository (#14538) 3 years ago
manager_windows.go Add bundle download for repository (#14538) 3 years ago
restore_repo.go Add an abstract json layout to make it's easier to change json library (#16528) 3 years ago
serv.go Rename context.Query to context.Form (#16562) 3 years ago
ssh_log.go add a new internal hook to save ssh log (#15787) 3 years ago