Skip to content

Refactor OC\Server::getEncryptionKeyStorage - #40133

Merged
skjnldsv merged 2 commits into
nextcloud:masterfrom
summersab:refactor/OC-Server-getEncryptionKeyStorage
Jun 4, 2024
Merged

Refactor OC\Server::getEncryptionKeyStorage#40133
skjnldsv merged 2 commits into
nextcloud:masterfrom
summersab:refactor/OC-Server-getEncryptionKeyStorage

Conversation

@summersab

@summersabsummersab commented Aug 30, 2023

Copy link
Copy Markdown
Contributor

This PR refactors the deprecated method OC\Server::getEncryptionKeyStorage and replaces it with OC\Server::get(\OCP\Encryption\Keys\IStorage::class) throughout the entire NC codebase (excluding ./apps and ./3rdparty).

Additionally, where necessary, the OCP\Encryption\Keys\IStorage class is imported via the use directive.

@summersab
summersabforce-pushed the refactor/OC-Server-getEncryptionKeyStorage branch 2 times, most recently from 1bd2464 to d2d8669CompareAugust 30, 2023 02:29
@solracsfsolracsf added the 3. to review Waiting for reviews label Aug 30, 2023
@solracsfsolracsf added this to the Nextcloud 28 milestone Aug 30, 2023
@skjnldsvskjnldsv mentioned this pull request Nov 1, 2023
This was referenced Nov 6, 2023
This was referenced Nov 14, 2023
@blizzzblizzz modified the milestones: Nextcloud 28, Nextcloud 29Nov 23, 2023
@skjnldsvskjnldsv added the technical debt 🧱 🤔🚀 label Feb 23, 2024
This was referenced Mar 12, 2024
@skjnldsv
skjnldsv requested review from a team, ArtificialOwl, icewind1991 and nfebe and removed request for a teamMarch 15, 2024 12:11
Signed-off-by: Andrew Summers <18727110+summersab@users.noreply.github.com>
@skjnldsv
skjnldsvforce-pushed the refactor/OC-Server-getEncryptionKeyStorage branch from d2d8669 to 6cc147cCompareMarch 15, 2024 12:11
Comment threadlib/private/Encryption/EncryptionWrapper.php Outdated
Comment threadlib/private/Encryption/EncryptionWrapper.php Outdated
@AltahrimAltahrim removed the 3. to review Waiting for reviews label Mar 15, 2024
@skjnldsvskjnldsv added the 2. developing Work in progress label Mar 15, 2024
This was referenced Mar 18, 2024
@skjnldsvskjnldsv mentioned this pull request Mar 28, 2024
81 tasks
Co-authored-by: Benjamin Gaussorgues <github-fa3ie@altahrim.net>
Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com>
@skjnldsv
skjnldsv requested a review from AltahrimMay 30, 2024 12:42
@skjnldsvskjnldsv added 3. to review Waiting for reviews and removed 2. developing Work in progress labels May 30, 2024
@skjnldsv
skjnldsv merged commit 57cd95f into nextcloud:masterJun 4, 2024
@blizzzblizzz mentioned this pull request Jul 24, 2024
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

3. to reviewWaiting for reviewstechnical debt🧱 🤔🚀

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants

@summersab@Altahrim@artonge@skjnldsv@blizzz@solracsf