git-annex/Assistant/WebApp/Configurators
Joey Hess 793ddecd4b
use openTempFile from file-io
And follow-on changes.

Note that relatedTemplate was changed to operate on a RawFilePath, and
so when it counts the length, it is now the number of bytes, not the
number of code points. This will just make it truncate shorter strings
in some cases, the truncation is still unicode aware.

When not building with the OsPath flag, toOsPath . fromRawFilePath and
fromRawFilePath . fromOsPath do extra conversions back and forth between
String and ByteString. That overhead could be avoided, but that's the
non-optimised build mode, so didn't bother.

Sponsored-by: unqueued
2025-01-22 11:41:43 -04:00
..
AWS.hs add searchPathContents 2021-02-02 19:06:15 -04:00
Delete.hs RawFilePath conversion of System.Directory 2025-01-20 19:17:33 -04:00
Edit.hs filter out control characters in error messages 2023-04-10 13:50:51 -04:00
Fsck.hs Typo: recurrance -> recurrence 2023-03-17 15:14:54 -04:00
IA.hs rename to avoid warning 2021-10-18 16:25:00 -04:00
Local.hs enable TypeOperators 2023-08-01 18:39:01 -04:00
Pairing.hs filter out control characters in error messages 2023-04-10 13:50:51 -04:00
Preferences.hs prevent numcopies or mincopies being configured to 0 2022-03-28 15:20:34 -04:00
Ssh.hs use openTempFile from file-io 2025-01-22 11:41:43 -04:00
Unused.hs import Data.Default in Common 2015-01-28 16:11:28 -04:00
Upgrade.hs removed the old Android app 2018-10-13 01:41:11 -04:00
WebDAV.hs split out Utility.Url.Parse 2023-08-14 12:28:10 -04:00