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/templates/repo/editor
yp05327 2c80421243
Convert max file name length to 255 (#30489)
Quick/Partly fix #29907

In Linux and MacOS, by default the max file name length is 255.
In windows, it depends on the version and settings, and has no file name
length limitation, but has path length limitation.
By default it is 260, considering path length is longer than filename,
so I think it is ok to do this.

For Windows, see
https://learn.microsoft.com/windows/win32/fileio/maximum-file-path-limitation?tabs=registry
For Linux, see
https://github.com/torvalds/linux/blob/master/include/uapi/linux/limits.h#L12-L13
For MacOS, see
https://discussions.apple.com/thread/254788848?sortBy=best
10 months ago
..
cherry_pick.tmpl Refactor Safe modifier (#29392) 11 months ago
commit_form.tmpl Put an edit file button on pull request files to allow a quick operation (#29697) 10 months ago
delete.tmpl Add main landmark to templates and adjust titles (#22670) 2 years ago
diff_preview.tmpl Fix broken code editor diff preview (#23307) 2 years ago
edit.tmpl Convert max file name length to 255 (#30489) 10 months ago
patch.tmpl Migrate `gt-hidden` to `tw-hidden` (#30046) 10 months ago
upload.tmpl Convert max file name length to 255 (#30489) 10 months ago