| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Generate strong, human readable OTP | J0WI | 2021-07-08 | 1 | -1/+1 |
* | Migrate HintException to OCP | Gary Kim | 2021-06-30 | 1 | -1/+1 |
* | Merge pull request #27638 from nextcloud/enh/noid/fix-encrypted-version | Julius Härtl | 2021-06-30 | 1 | -0/+286 |
|\ |
|
| * | Prevent running FixEncryptedVersion without master key | Vincent Petry | 2021-06-29 | 1 | -1/+18 |
| * | Fix FixEncryptedVersionTest test | Vincent Petry | 2021-06-29 | 1 | -5/+5 |
| * | Fix warnings in FixEncryptedVersion command | Vincent Petry | 2021-06-29 | 1 | -13/+26 |
| * | Detect disabled signature check when reparing | Vincent Petry | 2021-06-29 | 1 | -1/+13 |
| * | Downstream encryption:fix-encrypted-version | Vincent Petry | 2021-06-29 | 1 | -0/+244 |
* | | Remember current cipher | J0WI | 2021-06-29 | 1 | -4/+23 |
|/ |
|
* | Merge pull request #26323 from J0WI/crypt-const | blizzz | 2021-06-23 | 1 | -26/+24 |
|\ |
|
| * | Use constant for supported formats | J0WI | 2021-03-26 | 1 | -26/+24 |
* | | Update php licenses | John Molakvoæ (skjnldsv) | 2021-06-04 | 27 | -37/+12 |
* | | l10n: Unify spelling | Valdnet | 2021-05-20 | 1 | -3/+3 |
* | | Merge pull request #26219 from nextcloud/relative-path-null | Roeland Jago Douma | 2021-03-30 | 2 | -2/+2 |
|\ \ |
|
| * | | getStorage can also return null | Robin Appelman | 2021-03-24 | 2 | -2/+2 |
| |/ |
|
* / | Drop OpenSSL 0.9.8 workaround | J0WI | 2021-03-26 | 1 | -7/+0 |
|/ |
|
* | Bump nextcloud/coding-standard from 0.3.0 to 0.5.0 | dependabot-preview[bot] | 2021-02-18 | 1 | -1/+1 |
* | Harden EncryptAll check for empty email | Roeland Jago Douma | 2021-02-15 | 1 | -1/+1 |
* | Remove unneeded casts that were found by Psalm | Morris Jobke | 2021-01-11 | 4 | -24/+24 |
* | Update all license headers for Nextcloud 21 | Christoph Wurst | 2020-12-16 | 5 | -3/+5 |
* | FIXME use default RC4 method | Roeland Jago Douma | 2020-12-07 | 1 | -2/+2 |
* | Fix encryption test | Roeland Jago Douma | 2020-12-07 | 1 | -1/+2 |
* | Merge pull request #24288 from nextcloud/techdebt/noid/encryption-setup-depen... | Morris Jobke | 2020-11-23 | 1 | -28/+3 |
|\ |
|
| * | Remove unused dependencies in encryption app setup | Morris Jobke | 2020-11-23 | 1 | -28/+3 |
* | | [encryption] Remove dependency fetching inside the constructor and move them ... | Morris Jobke | 2020-11-22 | 1 | -15/+6 |
* | | Auto-wire remaining encryption app services that depend on View | Morris Jobke | 2020-11-22 | 1 | -54/+0 |
|/ |
|
* | Auto-wire as much as possible in the encryption app | Morris Jobke | 2020-11-20 | 1 | -93/+0 |
* | Update ScanLegacyFormat.php | essys | 2020-11-20 | 1 | -1/+1 |
* | Change to full class names for the encryption app DI in preparation of auto-w... | Morris Jobke | 2020-11-11 | 1 | -44/+44 |
* | The encryption decrypt position can be int or string | Christoph Wurst | 2020-10-13 | 2 | -2/+2 |
* | Migrate encryption to the PSR container | Christoph Wurst | 2020-10-07 | 1 | -74/+77 |
* | Format code to a single space around binary operators | Christoph Wurst | 2020-10-05 | 4 | -6/+6 |
* | Update the license headers for Nextcloud 20 | Christoph Wurst | 2020-08-24 | 10 | -1/+11 |
* | Merge pull request #22018 from nextcloud/bugfix/noid/harden-key-generation | Morris Jobke | 2020-08-19 | 3 | -34/+77 |
|\ |
|
| * | Fix typo in error message
| Morris Jobke | 2020-08-19 | 1 | -1/+1 |
| * | Harden key generation | Julius Härtl | 2020-08-14 | 3 | -34/+77 |
* | | Add legacy scanning command | Roeland Jago Douma | 2020-08-19 | 1 | -0/+140 |
* | | Make legacy cipher opt in | Roeland Jago Douma | 2020-08-19 | 1 | -1/+16 |
* | | Fix some MissingDocblockType or InvalidDocblock warnings. | Daniel Kesselberg | 2020-08-14 | 1 | -2/+1 |
|/ |
|
* | SSE enhancement | Roeland Jago Douma | 2020-08-11 | 1 | -2/+8 |
* | Encryption is ready if master key is enabled | Julius Härtl | 2020-07-21 | 1 | -0/+3 |
* | Also always return in app commands | Joas Schilling | 2020-06-26 | 3 | -6/+11 |
* | Update license headers for 19 | Christoph Wurst | 2020-04-29 | 13 | -0/+13 |
* | Format code according to PSR2 | Christoph Wurst | 2020-04-10 | 1 | -1/+1 |
* | Add visibility to all constants | Christoph Wurst | 2020-04-10 | 3 | -10/+10 |
* | Format control structures, classes, methods and function | Christoph Wurst | 2020-04-10 | 23 | -96/+28 |
* | Use elseif instead of else if | Christoph Wurst | 2020-04-10 | 3 | -3/+3 |
* | Remove trailing and in between spaces | Christoph Wurst | 2020-04-09 | 1 | -1/+1 |
* | Remove spaces after method or function call | Christoph Wurst | 2020-04-09 | 2 | -3/+3 |
* | Unify function spacing to PSR2 recommendation | Christoph Wurst | 2020-04-09 | 1 | -1/+1 |