Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Do not allow deletion from public albums #1749

Merged

Conversation

artonge
Copy link
Collaborator

@artonge artonge commented Apr 17, 2023

Time didn't allow for a fully editable public album, so let's remove this half-baked feature for now.

@artonge artonge added enhancement New feature or request 3. to review Waiting for reviews php PHP related ticket javascript Javascript related ticket feature: albums Related to the albums section labels Apr 17, 2023
@artonge artonge added this to the Nextcloud 27 milestone Apr 17, 2023
@artonge artonge requested a review from skjnldsv April 17, 2023 17:27
@artonge artonge self-assigned this Apr 17, 2023
@artonge artonge enabled auto-merge April 17, 2023 17:28
@artonge
Copy link
Collaborator Author

artonge commented Apr 17, 2023

/backport to stable25

@backportbot-nextcloud backportbot-nextcloud bot added the backport-request Pending backport by the backport-bot label Apr 17, 2023
@artonge
Copy link
Collaborator Author

artonge commented Apr 17, 2023

/backport to stable26

Signed-off-by: Louis Chemineau <louis@chmn.me>
@artonge artonge force-pushed the artonge/feat/do_not_allow_deletion_from_public_albums branch from 0e4645c to d1f532b Compare April 17, 2023 19:48
@artonge artonge merged commit f8a0d33 into master Apr 17, 2023
@artonge artonge deleted the artonge/feat/do_not_allow_deletion_from_public_albums branch April 17, 2023 19:56
@backportbot-nextcloud
Copy link

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

# Switch to the target branch and update it
git checkout stable25
git pull origin/stable25

# Create the new backport branch
git checkout -b fix/foo-stable25

# 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-stable25

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

@backportbot-nextcloud
Copy link

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

@iNETTechnik
Copy link

iNETTechnik commented Feb 5, 2025

but still there...
#1655

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3. to review Waiting for reviews backport-request Pending backport by the backport-bot enhancement New feature or request feature: albums Related to the albums section javascript Javascript related ticket php PHP related ticket
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Public link with read-only instead of delete
3 participants