1
0
Fork 0
mirror of synced 2024-06-14 16:24:45 +12:00
Commit graph

23 commits

Author SHA1 Message Date
Serene-Arc bd9f276acc Rename module 2021-04-18 16:44:52 +03:00
Serene 9bceafc3e9 Parse unicode escapes in file name fields (#254) 2021-04-18 16:44:52 +03:00
Serene 702295f1ea Allow multilevel folder schemes (#251)
* Improve some formatting

* Allow multilevel folder names
2021-04-18 16:44:51 +03:00
Serene 32c9d6184c Archiver is smarter for comments (#242)
* Add comment name generation to file name formatter

* Refactor to reduce duplication

* Refactor archive entry classes

* Refactor archiver class a bit

* Refactor method

* Fix comment retrieval

* Add comment-downloading to archiver

* Update test

* Update test
2021-04-18 16:44:51 +03:00
Serene-Arc a170356738 Use slice to shorten name 2021-04-18 16:44:51 +03:00
Ali Parlakci f06e8f3ac4 Revert "Use .format() instead of regular expression"
This reverts commit 8e82252832.
2021-04-18 16:44:51 +03:00
Ali Parlakci a32dd6d0fe Use regex to strip id 2021-04-18 16:44:51 +03:00
Ali Parlakci 7a436d0481 Use .format() instead of regular expression 2021-04-18 16:44:51 +03:00
Serene 3d2e11dc1d Add warning for non-unique file name schemes (#233)
* Add warning for non-unique file name schemes

* Update README with warning
2021-04-18 16:44:51 +03:00
Serene f2946c0a87 Strip emojis from filenames on Windows (#222) 2021-04-18 16:44:51 +03:00
Serene-Arc 3cb51e638b Preserve appended ID when shortening file names 2021-04-18 16:44:51 +03:00
Serene-Arc 0007912ad5 Scrub windows paths for invalid characters 2021-04-18 16:44:51 +03:00
Serene-Arc 9941215643 Fix index being added to single resources 2021-04-18 16:44:34 +03:00
Serene-Arc 959b55a939 Add beginning of archiver 2021-04-18 16:44:20 +03:00
Serene-Arc 56966ea6b4 Fix bug where user is deleted 2021-04-18 16:44:06 +03:00
Serene-Arc 36b6aafbc1 Limit name byte length 2021-04-18 16:44:06 +03:00
Serene-Arc 4d91cf7c0f Shorten filenames that are too long 2021-04-18 16:44:06 +03:00
Serene-Arc f941161014 Add much more logging 2021-04-18 16:44:06 +03:00
Serene-Arc d78c4ca78e Add indexing for multiple resources from one submission 2021-04-18 16:44:05 +03:00
Serene-Arc 25f70463f3 Allow for single root folder 2021-04-18 16:44:05 +03:00
Serene-Arc aeb9afdc66 Rename file with custom exceptions 2021-04-18 16:44:05 +03:00
Serene-Arc ea42471932 Add function to validate formatting strings 2021-04-18 16:44:05 +03:00
Serene-Arc 358357590f Add file name formatter class 2021-04-18 16:43:15 +03:00