summaryrefslogtreecommitdiffstats
path: root/apps/encryption/lib/Crypto
Commit message (Expand)AuthorAgeFilesLines
* Make legacy cipher opt inRoeland Jago Douma2020-08-191-1/+16
* SSE enhancementRoeland Jago Douma2020-08-111-2/+8
* Encryption is ready if master key is enabledJulius Härtl2020-07-211-0/+3
* Update license headers for 19Christoph Wurst2020-04-292-0/+2
* Add visibility to all constantsChristoph Wurst2020-04-102-7/+7
* Format control structures, classes, methods and functionChristoph Wurst2020-04-104-32/+12
* Use elseif instead of else ifChristoph Wurst2020-04-102-2/+2
* Remove spaces after method or function callChristoph Wurst2020-04-091-2/+2
* Use exactly one empty line after the namespace declarationChristoph Wurst2020-04-093-3/+0
* Update the license headers for Nextcloud 19Christoph Wurst2020-03-312-0/+2
* Use the short array syntax, everywhereChristoph Wurst2020-03-262-10/+10
* Update license headersChristoph Wurst2019-12-054-4/+7
* Some php-cs fixesRoeland Jago Douma2019-11-224-4/+1
* improve variable namingBjoern Schiessle2018-11-301-4/+4
* in case 'encryption_skip_signature_check' was set to true we accept if the fi...Bjoern Schiessle2018-11-271-1/+3
* Allow to disable the signature checkBjoern Schiessle2018-11-271-1/+7
* skip already encrypted files on encrypt all commandBjoern Schiessle2018-10-241-0/+6
* Adding a check to see if keyFileContents is empty:Stefan Weiberg2018-08-211-0/+4
* make file cache updates more robustBjoern Schiessle2018-07-311-1/+0
* Simplify return statementMorris Jobke2018-02-131-5/+2
* Use stripos instead of strpos(strtolower(), 'something')Morris Jobke2018-01-251-1/+1
* Update license headersMorris Jobke2017-11-063-0/+5
* print generated encryption key passwords directly after generating the keys s...Kenneth Newwood2017-09-111-6/+9
* Fix comparisons in encryption appJoas Schilling2017-08-012-4/+4
* 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-112-4/+4
* always throw a encryption exceptionBjoern Schiessle2017-03-141-5/+4
* check if session is initializedBjoern Schiessle2016-11-231-0/+8
* Fix apps/Joas Schilling2016-07-214-7/+12
* fix stringsMorris Jobke2016-06-201-1/+1
* Update license headersLukas Reschke2016-05-264-6/+6
* Move Encryption app to PSR-4 (#24524)Joas Schilling2016-05-124-0/+1889