summaryrefslogtreecommitdiffstats
path: root/apps/encryption/lib
Commit message (Expand)AuthorAgeFilesLines
* Also always return in app commandsJoas Schilling2020-06-263-6/+11
* Update license headers for 19Christoph Wurst2020-04-2913-0/+13
* Format code according to PSR2Christoph Wurst2020-04-101-1/+1
* Add visibility to all constantsChristoph Wurst2020-04-103-10/+10
* Format control structures, classes, methods and functionChristoph Wurst2020-04-1023-96/+28
* Use elseif instead of else ifChristoph Wurst2020-04-103-3/+3
* Remove trailing and in between spacesChristoph Wurst2020-04-091-1/+1
* Remove spaces after method or function callChristoph Wurst2020-04-092-3/+3
* Unify function spacing to PSR2 recommendationChristoph Wurst2020-04-091-1/+1
* Use exactly one empty line after the namespace declarationChristoph Wurst2020-04-0917-17/+0
* Fix (array) indent style to always use one tabChristoph Wurst2020-04-091-1/+1
* Update the license headers for Nextcloud 19Christoph Wurst2020-03-314-0/+4
* Merge pull request #20170 from nextcloud/techdebt/remove-unused-importsChristoph Wurst2020-03-271-5/+0
|\
| * Remove unused importsChristoph Wurst2020-03-251-5/+0
* | Use the short array syntax, everywhereChristoph Wurst2020-03-264-13/+13
|/
* Fix Argument 3 passed to OCA\Encryption\Recovery::__construct() must be an in...Daniel Kesselberg2019-12-092-4/+0
* Update license headersChristoph Wurst2019-12-0526-26/+47
* Some php-cs fixesRoeland Jago Douma2019-11-2219-23/+19
* Fix wrongly mixed mock objects in encryption testsJoas Schilling2019-09-152-33/+19
* Make sure maintenance mode is always casted to boolJoas Schilling2019-02-221-1/+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
* add occ command to recover encrypted files in case of password lostBjoern Schiessle2018-08-162-2/+134
* Merge pull request #10397 from nextcloud/encryption-s3-fixBjörn Schießle2018-08-081-1/+0
|\
| * make file cache updates more robustBjoern Schiessle2018-07-311-1/+0
* | Move encryption settings to securityJulius Härtl2018-08-011-2/+2
|/
* move log constants to ILoggerArthur Schiwon2018-04-261-1/+1
* this was a migration step to ownCloud 8.0 to restructure the encryption folde...Bjoern Schiessle2018-03-025-537/+1
* Merge pull request #8335 from nextcloud/remove-unused-importMorris Jobke2018-02-142-2/+0
|\
| * Remove unused import statementsMorris Jobke2018-02-142-2/+0
* | Simplify return statementMorris Jobke2018-02-131-5/+2
|/
* Remove unneeded semicolon and parenthesesMorris Jobke2018-01-261-1/+1
* Merge pull request #8063 from nextcloud/inline-valueJoas Schilling2018-01-261-2/+1
|\
| * Return value immediately instead of assigning to a one-time variableMorris Jobke2018-01-261-2/+1
* | Use stripos instead of strpos(strtolower(), 'something')Morris Jobke2018-01-251-1/+1
|/
* Properly log the full exception instead of only the messageMorris Jobke2018-01-231-5/+5
* Update license headersMorris Jobke2017-11-0613-0/+20
* Merge pull request #6919 from nextcloud/di-appmanager-encryption-migrationMorris Jobke2017-10-241-2/+6
|\
| * Use DI for IAppManager to encryption migrationMorris Jobke2017-10-241-2/+6
* | Remove unneeded check if app is enabledMorris Jobke2017-10-231-17/+4
|/
* 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
* since the default for the master key changed we need to write the setting exp...Bjoern Schiessle2017-07-061-0/+77
* add occ command to disable the master key againBjoern Schiessle2017-07-061-0/+89
* improve status messagesBjoern Schiessle2017-07-062-5/+19