summaryrefslogtreecommitdiff
path: root/service/pixelated/support/encrypted_file_storage.py
AgeCommit message (Collapse)Author
2017-07-25[pkg] packaging and path changesKali Kaneko
- move all the pixelated python package under src/ - move the pixelated_www package under the leap namespace - allow to set globally the static folder - add hours and minutes to the timestamp in package version, to allow for several releases a day.
2016-01-14Allow re-index of search index for larger accountsFolker Bernitt
- Issue #560 - Actual problem was in whoosh that closes a file object too early
2015-08-11Removed XSALSA20 dependency.Folker Bernitt
- Use crypto algorithm prefered by soledad instead
2015-08-11trying out a new migrationVictor Shyba
2015-01-15for #227, also use IV on hmac generationVictor Shyba
2015-01-14for #227, MAC on encrypted storageVictor Shyba
2015-01-13for #227, nacl -> SoledadCrypto, since its already presentVictor Shyba
2015-01-12card #227, replacing lib for debian compatibility: cryptography -> naclVictor Shyba
2014-12-15related to #194 - solves a concurrency problem on encrypted whoosh caused by ↵Victor Shyba
unnecessary writes on close callback.
2014-12-11optmizing python importsDuda Dornelles
2014-11-11missing licenseVictor Shyba
2014-11-11update length cache on open file #71Victor Shyba
2014-11-11Adding a file length cache for the EncryptedFileStorage so we don't have to ↵Duda Dornelles
open the files and decrypt them to find the length
2014-11-11Some refactorings for clarity on EncryptedFileStorageDuda Dornelles
2014-11-11Removing duplication of onclose method for EncryptedFileStorageDuda Dornelles
2014-11-10fix unused importsVictor Shyba
2014-11-10using with to write encrypted storageVictor Shyba
2014-11-10adding encrypted file index to whooshDuda Dornelles