-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* wip: versioning doctype * wip: file versioning * fix: remove print * wip: override upload dialog * feat: run name and content validations on adding file * feat: setup rename for name-conflicts * feat: show existing filenames for content hash conflicts * fix: error text on filename conflict * feat: override existing file instead of creating a new one * ci: update pre-commit config * test: fix write_file test * feat: add file association if content hash matches * fix: catch errors while stripping EXIF data from file * ci: update json-diff dependency * fix: allow error message translations * test: fix write_file test * fix: set values in database if a record exists already * test: fix write_file test * test: disable db logger in test * fix: avoid file size checks since that data may not exist * fix: allow skipping content hash conflicts * Revert "fix: allow skipping content hash conflicts" This reverts commit e731eb0. * fix: optimize content validation logic * fix: check file permission with full object * fix: file permission for orphaned files * style: ignore type errors * fix: handle file attachments from existing library * fix: version table indexes when associations are removed * fix: add metadata to version and file association tables * fix: allow keeping file name structure * fix: index numbering issues for version table --------- Co-authored-by: Rohan Bansal <[email protected]>
- Loading branch information
1 parent
38398f0
commit 331c1ef
Showing
15 changed files
with
1,575 additions
and
147 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.