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/services/repository
zeripath 6b0a71230d
Stop trimming preceding and suffixing spaces from editor filenames (#18334)
* Stop trimming preceding and suffixing spaces from editor filenames

In #5702 it was decided to trim preceding and suffixed spaces aswell as / from
editing file filenames. This was because at this point in time the url-safety of
Gitea was much poorer.

We can now drop this requirement and file editing should work correctly.

Fix #18176

Signed-off-by: Andrew Thornton <art27@cantab.net>
2 years ago
..
archiver Fix various typos (#18219) 3 years ago
files Stop trimming preceding and suffixing spaces from editor filenames (#18334) 2 years ago
adopt.go services/repository: fix ListUnadoptedRepositories incorrect total count (#17865) 3 years ago
adopt_test.go services/repository: fix ListUnadoptedRepositories incorrect total count (#17865) 3 years ago
avatar.go Some repository refactors (#17950) 3 years ago
avatar_test.go Some repository refactors (#17950) 3 years ago
branch.go Move repository model into models/repo (#17933) 3 years ago
cache.go Move repository model into models/repo (#17933) 3 years ago
check.go Move repository model into models/repo (#17933) 3 years ago
fork.go Some repository refactors (#17950) 3 years ago
fork_test.go Some repository refactors (#17950) 3 years ago
hooks.go Some repository refactors (#17950) 3 years ago
main_test.go Decouple unit test code from business code (#17623) 3 years ago
push.go Fix NPE on try to get tag reference via API (#18245) 2 years ago
repository.go Move keys to models/asymkey (#17917) 3 years ago
template.go Some repository refactors (#17950) 3 years ago
transfer.go Fix rename notification bug (#18008) 3 years ago
transfer_test.go Move repository model into models/repo (#17933) 3 years ago