File tree 2 files changed +14
-0
lines changed
tests/src/server-side-encryption
2 files changed +14
-0
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## v29.0.0 (2024-05-31)
4
4
5
+ * [ add Nextcloud29 test (#50 )] ( https://github.com/nextcloud/encryption-recovery-tools/pull/50 )
5
6
* [ Nextcloud 29 release (#49 )] ( https://github.com/nextcloud/encryption-recovery-tools/pull/49 )
6
7
* [ improve startup sequence (#48 )] ( https://github.com/nextcloud/encryption-recovery-tools/pull/48 )
7
8
* [ fix another typo (#47 )] ( https://github.com/nextcloud/encryption-recovery-tools/pull/47 )
Original file line number Diff line number Diff line change
1
+ <?php
2
+ // use prepared test setup
3
+ include_once (__DIR__ ."/main.php " );
4
+
5
+ final class nextcloud29 extends main {
6
+ const EXTERNAL_STORAGES = [];
7
+ const INSTANCEID = "oco0q04i4djv " ;
8
+ const RECOVERY_PASSWORD = "recovery " ;
9
+ const SECRET = "kiYNlIetbTQwn328L/GCuo/FrCHFhvbkOr32IiCI88PRjtGm " ;
10
+ const SOURCEPATHS = [];
11
+ const USER_PASSWORDS = ["admin " => "admin " ];
12
+ const VERSION = "29.0.0 " ;
13
+ }
You can’t perform that action at this time.
0 commit comments