| Commit message (Expand) | Author | Age | Files | Lines |
* | refactor(encryption): Migrate away from Hooks to typed events | Ferdinand Thiessen | 2024-10-15 | 1 | -3/+5 |
* | chore(deps): Update nextcloud/coding-standard to v1.3.1 | provokateurin | 2024-09-19 | 1 | -1/+1 |
* | fix: add default value for new flag `$useDecryptAll` on getFileKey | Côme Chilliet | 2024-06-06 | 1 | -1/+1 |
* | fix: Autodetect legacy filekey instead of trusting the header for legacy header | Côme Chilliet | 2024-06-04 | 1 | -6/+5 |
* | chore: Add SPDX header | Andy Scherzinger | 2024-05-29 | 1 | -28/+4 |
* | Migrate away from ILogger in encryption | Côme Chilliet | 2023-08-08 | 1 | -99/+28 |
* | Fix encryption file key management | Côme Chilliet | 2023-03-17 | 1 | -1/+1 |
* | Adapt code to new encryption system | Côme Chilliet | 2023-03-17 | 1 | -6/+12 |
* | Getting rid of openssl_seal and rc4 in server side encryption | Côme Chilliet | 2023-03-17 | 1 | -9/+17 |
* | Fix typos in apps/ subdirectory | luz paz | 2022-09-05 | 1 | -1/+1 |
* | Fix a few psalm issues and moved back to psalm/phar 4.18 | Carl Schwan | 2022-01-12 | 1 | -1/+1 |
* | Update php licenses | John Molakvoæ (skjnldsv) | 2021-06-04 | 1 | -1/+0 |
* | Update all license headers for Nextcloud 21 | Christoph Wurst | 2020-12-16 | 1 | -1/+1 |
* | Format code to a single space around binary operators | Christoph Wurst | 2020-10-05 | 1 | -1/+1 |
* | Update the license headers for Nextcloud 20 | Christoph Wurst | 2020-08-24 | 1 | -0/+1 |
* | Fix typo in error message
| Morris Jobke | 2020-08-19 | 1 | -1/+1 |
* | Harden key generation | Julius Härtl | 2020-08-14 | 1 | -31/+73 |
* | Update license headers for 19 | Christoph Wurst | 2020-04-29 | 1 | -0/+1 |
* | Format control structures, classes, methods and function | Christoph Wurst | 2020-04-10 | 1 | -9/+4 |
* | Use elseif instead of else if | Christoph Wurst | 2020-04-10 | 1 | -1/+1 |
* | Update license headers | Christoph Wurst | 2019-12-05 | 1 | -1/+3 |
* | Some php-cs fixes | Roeland Jago Douma | 2019-11-22 | 1 | -1/+2 |
* | move log constants to ILogger | Arthur Schiwon | 2018-04-26 | 1 | -1/+1 |
* | Remove unneeded semicolon and parentheses | Morris Jobke | 2018-01-26 | 1 | -1/+1 |
* | Properly log the full exception instead of only the message | Morris Jobke | 2018-01-23 | 1 | -5/+5 |
* | Update license headers | Morris Jobke | 2017-11-06 | 1 | -0/+2 |
* | after the master key was loaded we are ready to go, no re-login needed | Bjoern Schiessle | 2017-07-06 | 1 | -2/+11 |
* | Update comments to Nextcloud | Morris Jobke | 2017-04-11 | 1 | -1/+1 |
* | Use master key for public links as well | Vincent Petry | 2017-03-24 | 1 | -4/+15 |
* | Fix public link for master key | Vincent Petry | 2017-03-24 | 1 | -1/+1 |
* | create new encryption keys on password reset and backup the old one | Bjoern Schiessle | 2017-01-10 | 1 | -5/+3 |
* | Fix encryption app | Joas Schilling | 2016-09-12 | 1 | -1/+0 |
* | Fix apps/ | Joas Schilling | 2016-07-21 | 1 | -1/+2 |
* | Update license headers | Lukas Reschke | 2016-05-26 | 1 | -2/+2 |
* | don't fail on "bad signature" during login. Most likely this happens because | Björn Schießle | 2016-05-25 | 1 | -0/+7 |
* | Move Encryption app to PSR-4 (#24524) | Joas Schilling | 2016-05-12 | 1 | -0/+697 |