| Commit message (Expand) | Author | Age | Files | Lines |
* | chore(deps): Update nextcloud/coding-standard to v1.3.1 | provokateurin | 2024-09-19 | 5 | -6/+6 |
* | fix(psalm): Fix @throws annotationsfix/psalm/throws-annotations | provokateurin | 2024-09-17 | 1 | -1/+1 |
* | style: update codestyle for coding-standard 1.2.3 | Daniel Kesselberg | 2024-08-25 | 4 | -11/+11 |
* | Merge branch 'master' into refactor/OC-Server-getEncryptionFilesHelper | John Molakvoæ | 2024-06-04 | 1 | -1/+2 |
|\ |
|
| * | Merge pull request #40133 from summersab/refactor/OC-Server-getEncryptionKeyS... | John Molakvoæ | 2024-06-04 | 1 | -1/+2 |
| |\ |
|
| | * | chore: adjust conflicting php class name usage | John Molakvoæ | 2024-05-30 | 1 | -2/+2 |
| | * | Refactor `OC\Server::getEncryptionKeyStorage` | Andrew Summers | 2024-03-15 | 1 | -1/+2 |
* | | | Merge branch 'master' into refactor/OC-Server-getEncryptionFilesHelper | John Molakvoæ | 2024-05-30 | 16 | -429/+160 |
|\| | |
|
| * | | chore: Add SPDX header | Andy Scherzinger | 2024-05-24 | 16 | -337/+63 |
| * | | fix: Apply new coding standard to all files | Côme Chilliet | 2024-04-02 | 1 | -1/+1 |
| |/ |
|
| * | Merge pull request #42893 from nextcloud/file-info-key-location | John Molakvoæ | 2024-02-23 | 2 | -25/+26 |
| |\ |
|
| | * | add key location to info:file output | Robin Appelman | 2024-02-01 | 2 | -25/+26 |
| * | | chore: Fix DI for Encryption\DecryptAll command | Côme Chilliet | 2024-01-30 | 2 | -47/+14 |
| |/ |
|
| * | Revert "add key location to info:file output" | Robin Appelman | 2024-01-17 | 2 | -26/+25 |
| * | add key location to info:file output | Robin Appelman | 2024-01-17 | 2 | -25/+26 |
| * | chore: apply changes from Nextcloud coding standards 1.1.1 | Joas Schilling | 2023-11-23 | 4 | -14/+14 |
| * | extend fix-key-location to handle cases from broken cross-storage moves | Robin Appelman | 2023-08-31 | 3 | -5/+42 |
* | | Refactor `OC\Server::getEncryptionFilesHelper` | Andrew Summers | 2023-08-29 | 2 | -2/+4 |
|/ |
|
* | Refactors "strpos" calls in lib/private to improve code readability. | Faraz Samapoor | 2023-05-15 | 1 | -4/+1 |
* | Use typed version of IConfig::getSystemValue as much as possible | Côme Chilliet | 2023-04-05 | 3 | -6/+6 |
* | composer run cs:fix | Côme Chilliet | 2023-01-20 | 9 | -10/+0 |
* | add marker interface to mark system mount points for encryption | Robin Appelman | 2022-08-25 | 1 | -43/+4 |
* | Remove OCP\App and OCP\BackgroundJob | Carl Schwan | 2022-08-01 | 2 | -33/+31 |
* | Move CappedMemoryCache to OCP | Carl Schwan | 2022-07-14 | 1 | -1/+1 |
* | Fix hook encryption with cron job | Carl Schwan | 2022-06-07 | 1 | -13/+25 |
* | Trim mount point before matching in encryption code | Vincent Petry | 2022-06-01 | 1 | -1/+1 |
* | Add stricter psalm type for CappedMemoryCache | Carl Schwan | 2022-05-12 | 2 | -5/+5 |
* | Migrate from ILogger to LoggerInterface in lib/private | Côme Chilliet | 2022-03-24 | 2 | -21/+6 |
* | Refactor getEncryptionModule routine | J0WI | 2021-07-06 | 1 | -17/+13 |
* | remove depricated methods from MountConfig | Robin Appelman | 2021-06-16 | 2 | -15/+24 |
* | Update php licenses | John Molakvoæ (skjnldsv) | 2021-06-04 | 16 | -16/+3 |
* | Fix phpcs issues in encryption update | Vincent Petry | 2021-03-19 | 1 | -3/+0 |
* | Log and continue when failing to update encryption keys during for individual... | Julius Härtl | 2021-03-19 | 3 | -12/+26 |
* | Bump nextcloud/coding-standard from 0.3.0 to 0.5.0 | dependabot-preview[bot] | 2021-02-18 | 3 | -6/+6 |
* | Catch throwable instead of exception | Roeland Jago Douma | 2021-01-07 | 1 | -1/+1 |
* | dont apply encryption wrapper for root mount | Robin Appelman | 2020-12-29 | 1 | -1/+1 |
* | Update all license headers for Nextcloud 21 | Christoph Wurst | 2020-12-16 | 3 | -3/+3 |
* | Format code to a single space around binary operators | Christoph Wurst | 2020-10-05 | 2 | -3/+3 |
* | Update the license headers for Nextcloud 20 | Christoph Wurst | 2020-08-24 | 1 | -0/+1 |
* | New SSE key format | Roeland Jago Douma | 2020-08-20 | 1 | -15/+131 |
* | Move OC_Mount_Config to proper classname and remove OC::$CLASSPATH usage in f... | Morris Jobke | 2020-07-10 | 2 | -2/+2 |
* | Update license headers for 19 | Christoph Wurst | 2020-04-29 | 3 | -0/+3 |
* | Add visibility to all constants | Christoph Wurst | 2020-04-10 | 2 | -5/+5 |
* | Format control structures, classes, methods and function | Christoph Wurst | 2020-04-10 | 14 | -51/+9 |
* | Remove trailing and in between spaces | Christoph Wurst | 2020-04-09 | 1 | -1/+1 |
* | Unify function spacing to PSR2 recommendation | Christoph Wurst | 2020-04-09 | 1 | -1/+1 |
* | Use exactly one empty line after the namespace declaration | Christoph Wurst | 2020-04-09 | 1 | -1/+0 |
* | Fix multiline comments | Christoph Wurst | 2020-04-08 | 1 | -1/+1 |
* | Update the license headers for Nextcloud 19 | Christoph Wurst | 2020-03-31 | 5 | -0/+6 |
* | Use the short array syntax, everywhere | Christoph Wurst | 2020-03-26 | 5 | -12/+12 |