Commit 71b7ea9
committed
allow running encryption:fix-encrypted-version for all users
Signed-off-by: Robin Appelman <[email protected]>1 parent cc83222 commit 71b7ea9
File tree
2 files changed
+39
-14
lines changed- apps/encryption/lib/Command
2 files changed
+39
-14
lines changed- composer.json+1-1
- composer.lock+73-73
- composer/installed.json+79-79
- composer/installed.php+23-23
- doctrine/lexer/README.md+1-1
- doctrine/lexer/lib/Doctrine/Common/Lexer/AbstractLexer.php+17-26
- doctrine/lexer/psalm.xml-15
- swiftmailer/swiftmailer/README.md-6
- swiftmailer/swiftmailer/lib/classes/Swift.php+1-1
- swiftmailer/swiftmailer/lib/classes/Swift/CharacterReaderFactory/SimpleCharacterReaderFactory.php+1-1
- swiftmailer/swiftmailer/lib/classes/Swift/Encoder/Base64Encoder.php+1-1
- swiftmailer/swiftmailer/lib/classes/Swift/Message.php+1-1
- swiftmailer/swiftmailer/lib/classes/Swift/Mime/ContentEncoder/Base64ContentEncoder.php+2-2
- swiftmailer/swiftmailer/lib/classes/Swift/Mime/HeaderEncoder/Base64HeaderEncoder.php+1-1
- swiftmailer/swiftmailer/lib/classes/Swift/Mime/Headers/AbstractHeader.php+5-15
- swiftmailer/swiftmailer/lib/classes/Swift/Mime/MimePart.php+1-1
- swiftmailer/swiftmailer/lib/classes/Swift/Mime/SimpleHeaderFactory.php+1-2
- swiftmailer/swiftmailer/lib/classes/Swift/Mime/SimpleHeaderSet.php+12-12
- swiftmailer/swiftmailer/lib/classes/Swift/Mime/SimpleMimeEntity.php+1-1
- swiftmailer/swiftmailer/lib/classes/Swift/Plugins/PopBeforeSmtpPlugin.php+5-5
- swiftmailer/swiftmailer/lib/classes/Swift/Signers/DKIMSigner.php+7-7
- swiftmailer/swiftmailer/lib/classes/Swift/Signers/DomainKeySigner.php+3-3
- swiftmailer/swiftmailer/lib/classes/Swift/Signers/OpenDKIMSigner.php+1-1
- swiftmailer/swiftmailer/lib/classes/Swift/Signers/SMimeSigner.php+3-3
- swiftmailer/swiftmailer/lib/classes/Swift/SmtpTransport.php+1-1
- swiftmailer/swiftmailer/lib/classes/Swift/Transport/Esmtp/Auth/CramMd5Authenticator.php+1-1
- swiftmailer/swiftmailer/lib/classes/Swift/Transport/Esmtp/Auth/LoginAuthenticator.php+2-2
- swiftmailer/swiftmailer/lib/classes/Swift/Transport/Esmtp/Auth/NTLMAuthenticator.php+1-1
- swiftmailer/swiftmailer/lib/classes/Swift/Transport/Esmtp/AuthHandler.php+3-3
- swiftmailer/swiftmailer/lib/classes/Swift/Transport/EsmtpTransport.php+2-2
- swiftmailer/swiftmailer/lib/classes/Swift/Transport/SendmailTransport.php+1-1
- swiftmailer/swiftmailer/lib/swiftmailer_generate_mimes_config.php+5-5
- symfony/polyfill-iconv/README.md+1-1
- symfony/polyfill-iconv/bootstrap.php+1-1
- symfony/polyfill-iconv/bootstrap80.php+1-1
- symfony/polyfill-iconv/composer.json+1-4
- symfony/polyfill-intl-idn/Idn.php+1-1
- symfony/polyfill-intl-idn/README.md+1-1
- symfony/polyfill-intl-idn/bootstrap80.php+2-2
- symfony/polyfill-intl-idn/composer.json+1-1
- symfony/polyfill-intl-normalizer/Normalizer.php+1-1
- symfony/polyfill-intl-normalizer/README.md+1-1
- symfony/polyfill-intl-normalizer/composer.json+1-1
- symfony/polyfill-mbstring/Mbstring.php+30-31
- symfony/polyfill-mbstring/composer.json+1-1
- symfony/polyfill-php72/Php72.php+3-3
- symfony/polyfill-php72/README.md+1-8
- symfony/polyfill-php72/composer.json+1-1
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| 32 | + | |
32 | 33 | | |
33 | 34 | | |
34 | 35 | | |
35 | 36 | | |
| 37 | + | |
36 | 38 | | |
37 | 39 | | |
38 | 40 | | |
| |||
84 | 86 | | |
85 | 87 | | |
86 | 88 | | |
87 | | - | |
| 89 | + | |
88 | 90 | | |
89 | 91 | | |
90 | 92 | | |
91 | 93 | | |
92 | | - | |
| 94 | + | |
93 | 95 | | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
94 | 101 | | |
95 | 102 | | |
96 | 103 | | |
| |||
108 | 115 | | |
109 | 116 | | |
110 | 117 | | |
111 | | - | |
112 | | - | |
113 | | - | |
| 118 | + | |
| 119 | + | |
114 | 120 | | |
115 | | - | |
116 | | - | |
117 | | - | |
118 | 121 | | |
119 | | - | |
120 | | - | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
121 | 144 | | |
122 | 145 | | |
| 146 | + | |
123 | 147 | | |
124 | | - | |
125 | | - | |
126 | | - | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
127 | 152 | | |
128 | 153 | | |
129 | 154 | | |
| |||
0 commit comments