aboutsummaryrefslogtreecommitdiffstats
path: root/apps/encryption/lib/Crypto/Encryption.php
Commit message (Expand)AuthorAgeFilesLines
* chore(apps): Apply new rector configuration to autouse classesCôme Chilliet2024-10-151-1/+2
* chore: Use more gender neutral languageprovokateurin2024-10-141-1/+1
* style: update codestyle for coding-standard 1.2.3Daniel Kesselberg2024-08-251-2/+2
* fix: Autodetect legacy filekey instead of trusting the header for legacy headerCôme Chilliet2024-06-041-16/+4
* chore: Add SPDX headerAndy Scherzinger2024-05-291-30/+4
* Migrate away from ILogger in encryptionCôme Chilliet2023-08-081-61/+15
* Fix sharing of encrypted filesCôme Chilliet2023-07-181-1/+1
* Log failures to delete legacy file keyCôme Chilliet2023-05-041-1/+6
* Fix encryption file key managementCôme Chilliet2023-03-171-1/+1
* Adapt code to new encryption systemCôme Chilliet2023-03-171-12/+16
* Getting rid of openssl_seal and rc4 in server side encryptionCôme Chilliet2023-03-171-10/+19
* Save encrypted files in binary formatplumbeo2022-05-041-15/+35
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-1/+2
* l10n: Unify spellingValdnet2021-05-201-3/+3
* getStorage can also return nullRobin Appelman2021-03-241-1/+1
* The encryption decrypt position can be int or stringChristoph Wurst2020-10-131-1/+1
* Update the license headers for Nextcloud 20Christoph Wurst2020-08-241-0/+1
* Encryption is ready if master key is enabledJulius Härtl2020-07-211-0/+3
* Add visibility to all constantsChristoph Wurst2020-04-101-2/+2
* Format control structures, classes, methods and functionChristoph Wurst2020-04-101-10/+2
* Use exactly one empty line after the namespace declarationChristoph Wurst2020-04-091-1/+0
* Update the license headers for Nextcloud 19Christoph Wurst2020-03-311-0/+1
* Use the short array syntax, everywhereChristoph Wurst2020-03-261-4/+4
* Update license headersChristoph Wurst2019-12-051-1/+2
* Some php-cs fixesRoeland Jago Douma2019-11-221-1/+1
* make file cache updates more robustBjoern Schiessle2018-07-311-1/+0
* Update license headersMorris Jobke2017-11-061-0/+2
* Fix comparisons in encryption appJoas Schilling2017-08-011-3/+3
* make sure that we always have a ownerBjoern Schiessle2017-07-201-4/+17
* Add recovery key on public uploadBjoern Schiessle2017-07-201-2/+8
* only collect detailed access list if it is really neededBjoern Schiessle2017-07-061-0/+9
* Update comments to NextcloudMorris Jobke2017-04-111-1/+1
* check if session is initializedBjoern Schiessle2016-11-231-0/+8
* Fix apps/Joas Schilling2016-07-211-2/+3
* Update license headersLukas Reschke2016-05-261-2/+2
* Move Encryption app to PSR-4 (#24524)Joas Schilling2016-05-121-0/+563