Skip to content

Enable all files_versions features when groupfolders is enabled - #39165

Merged
artonge merged 1 commit into
masterfrom
artonge/feat/enable_versions_features_with_groupfolders_enabled
Jul 6, 2023
Merged

Enable all files_versions features when groupfolders is enabled#39165
artonge merged 1 commit into
masterfrom
artonge/feat/enable_versions_features_with_groupfolders_enabled

Conversation

@artonge

@artongeartonge commented Jul 5, 2023

Copy link
Copy Markdown
Collaborator

Fix#39137

--BeforeAfter
In plain folderScreenshot from 2023-07-05 15-54-16Screenshot from 2023-07-05 15-52-01
In group folderScreenshot from 2023-07-05 15-54-22Screenshot from 2023-07-05 15-52-05

Signed-off-by: Louis Chemineau <louis@chmn.me>
@artonge
artonge enabled auto-merge July 5, 2023 13:52
@artongeartonge self-assigned this Jul 5, 2023
@artongeartonge added enhancement 3. to review Waiting for reviews javascript php Pull requests that update Php code labels Jul 5, 2023
@artongeartonge added this to the Nextcloud 28 milestone Jul 5, 2023
@artonge

Copy link
Copy Markdown
CollaboratorAuthor

/backport to stable27

@artonge

Copy link
Copy Markdown
CollaboratorAuthor

/backport to stable26

@artonge
artonge requested review from a team, Pytal, nfebe and susnux and removed request for a teamJuly 5, 2023 13:54
Comment threadapps/files_versions/lib/Capabilities.php
@artongeartonge changed the title Enable all files versions features when groupfolders is enabledEnable all files_versions features when groupfolders is enabledJul 5, 2023
@artonge
artonge merged commit 5538a40 into masterJul 6, 2023
@artonge
artonge deleted the artonge/feat/enable_versions_features_with_groupfolders_enabled branch July 6, 2023 11:11
@backportbot-nextcloud

Copy link
Copy Markdown

The backport to stable27 failed. Please do this backport manually.

# Switch to the target branch and update it
git checkout stable27
git pull origin stable27
# Create the new backport branch
git checkout -b fix/foo-stable27
# Cherry pick the change from the commit sha1 of the change against the default branch# This might cause conflicts. Resolve them.
git cherry-pick abc123
# Push the cherry pick commit to the remote repository and open a pull request
git push origin fix/foo-stable27

More info at https://docs.nextcloud.com/server/latest/developer_manual/getting_started/development_process.html#manual-backport

@backportbot-nextcloud

Copy link
Copy Markdown

The backport to stable26 failed. Please do this backport manually.

# Switch to the target branch and update it
git checkout stable26
git pull origin stable26
# Create the new backport branch
git checkout -b fix/foo-stable26
# Cherry pick the change from the commit sha1 of the change against the default branch# This might cause conflicts. Resolve them.
git cherry-pick abc123
# Push the cherry pick commit to the remote repository and open a pull request
git push origin fix/foo-stable26

More info at https://docs.nextcloud.com/server/latest/developer_manual/getting_started/development_process.html#manual-backport

Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

3. to reviewWaiting for reviewsenhancementjavascriptphpPull requests that update Php code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Make persistent versioning available even with groupfolders being activated

6 participants

@artonge@nfebe@tiredofit@Pytal@nimishavijay@skjnldsv