aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/Encryption
Commit message (Expand)AuthorAgeFilesLines
* chore(deps): Update nextcloud/coding-standard to v1.3.1provokateurin2024-09-195-6/+6
* fix(psalm): Fix @throws annotationsfix/psalm/throws-annotationsprovokateurin2024-09-171-1/+1
* style: update codestyle for coding-standard 1.2.3Daniel Kesselberg2024-08-254-11/+11
* Merge branch 'master' into refactor/OC-Server-getEncryptionFilesHelperJohn Molakvoæ2024-06-041-1/+2
|\
| * Merge pull request #40133 from summersab/refactor/OC-Server-getEncryptionKeyS...John Molakvoæ2024-06-041-1/+2
| |\
| | * chore: adjust conflicting php class name usageJohn Molakvoæ2024-05-301-2/+2
| | * Refactor `OC\Server::getEncryptionKeyStorage`Andrew Summers2024-03-151-1/+2
* | | Merge branch 'master' into refactor/OC-Server-getEncryptionFilesHelperJohn Molakvoæ2024-05-3016-429/+160
|\| |
| * | chore: Add SPDX headerAndy Scherzinger2024-05-2416-337/+63
| * | fix: Apply new coding standard to all filesCôme Chilliet2024-04-021-1/+1
| |/
| * Merge pull request #42893 from nextcloud/file-info-key-locationJohn Molakvoæ2024-02-232-25/+26
| |\
| | * add key location to info:file outputRobin Appelman2024-02-012-25/+26
| * | chore: Fix DI for Encryption\DecryptAll commandCôme Chilliet2024-01-302-47/+14
| |/
| * Revert "add key location to info:file output"Robin Appelman2024-01-172-26/+25
| * add key location to info:file outputRobin Appelman2024-01-172-25/+26
| * chore: apply changes from Nextcloud coding standards 1.1.1Joas Schilling2023-11-234-14/+14
| * extend fix-key-location to handle cases from broken cross-storage movesRobin Appelman2023-08-313-5/+42
* | Refactor `OC\Server::getEncryptionFilesHelper`Andrew Summers2023-08-292-2/+4
|/
* Refactors "strpos" calls in lib/private to improve code readability.Faraz Samapoor2023-05-151-4/+1
* Use typed version of IConfig::getSystemValue as much as possibleCôme Chilliet2023-04-053-6/+6
* composer run cs:fixCôme Chilliet2023-01-209-10/+0
* add marker interface to mark system mount points for encryptionRobin Appelman2022-08-251-43/+4
* Remove OCP\App and OCP\BackgroundJobCarl Schwan2022-08-012-33/+31
* Move CappedMemoryCache to OCPCarl Schwan2022-07-141-1/+1
* Fix hook encryption with cron jobCarl Schwan2022-06-071-13/+25
* Trim mount point before matching in encryption codeVincent Petry2022-06-011-1/+1
* Add stricter psalm type for CappedMemoryCacheCarl Schwan2022-05-122-5/+5
* Migrate from ILogger to LoggerInterface in lib/privateCôme Chilliet2022-03-242-21/+6
* Refactor getEncryptionModule routineJ0WI2021-07-061-17/+13
* remove depricated methods from MountConfigRobin Appelman2021-06-162-15/+24
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-0416-16/+3
* Fix phpcs issues in encryption updateVincent Petry2021-03-191-3/+0
* Log and continue when failing to update encryption keys during for individual...Julius Härtl2021-03-193-12/+26
* Bump nextcloud/coding-standard from 0.3.0 to 0.5.0dependabot-preview[bot]2021-02-183-6/+6
* Catch throwable instead of exceptionRoeland Jago Douma2021-01-071-1/+1
* dont apply encryption wrapper for root mountRobin Appelman2020-12-291-1/+1
* Update all license headers for Nextcloud 21Christoph Wurst2020-12-163-3/+3
* Format code to a single space around binary operatorsChristoph Wurst2020-10-052-3/+3
* Update the license headers for Nextcloud 20Christoph Wurst2020-08-241-0/+1
* New SSE key formatRoeland Jago Douma2020-08-201-15/+131
* Move OC_Mount_Config to proper classname and remove OC::$CLASSPATH usage in f...Morris Jobke2020-07-102-2/+2
* Update license headers for 19Christoph Wurst2020-04-293-0/+3
* Add visibility to all constantsChristoph Wurst2020-04-102-5/+5
* Format control structures, classes, methods and functionChristoph Wurst2020-04-1014-51/+9
* Remove trailing and in between spacesChristoph Wurst2020-04-091-1/+1
* Unify function spacing to PSR2 recommendationChristoph Wurst2020-04-091-1/+1
* Use exactly one empty line after the namespace declarationChristoph Wurst2020-04-091-1/+0
* Fix multiline commentsChristoph Wurst2020-04-081-1/+1
* Update the license headers for Nextcloud 19Christoph Wurst2020-03-315-0/+6
* Use the short array syntax, everywhereChristoph Wurst2020-03-265-12/+12