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

Order collections files by taken date #2227

Merged
merged 2 commits into from
Jan 3, 2024

Conversation

artonge
Copy link
Collaborator

@artonge artonge commented Jan 2, 2024

This is more natural.
Currently, the files were sorted in the order they were added.

@artonge artonge self-assigned this Jan 2, 2024
@artonge
Copy link
Collaborator Author

artonge commented Jan 2, 2024

/backport to stable28

@artonge
Copy link
Collaborator Author

artonge commented Jan 2, 2024

/backport to stable27

@backportbot-nextcloud backportbot-nextcloud bot added the backport-request Pending backport by the backport-bot label Jan 2, 2024
@artonge
Copy link
Collaborator Author

artonge commented Jan 2, 2024

/backport to stable26

@artonge artonge added this to the Nextcloud 29 milestone Jan 2, 2024
@artonge artonge requested a review from skjnldsv January 2, 2024 15:11
@artonge artonge added enhancement New feature or request 3. to review Waiting for reviews javascript Javascript related ticket labels Jan 2, 2024
@artonge artonge force-pushed the artonge/feat/order_collections_files_by_taken_date branch 3 times, most recently from ea0df13 to 429a058 Compare January 2, 2024 15:52
@artonge artonge force-pushed the artonge/feat/order_collections_files_by_taken_date branch from 429a058 to 0390e5b Compare January 2, 2024 19:53
@artonge
Copy link
Collaborator Author

artonge commented Jan 2, 2024

/compile /

Signed-off-by: nextcloud-command <[email protected]>
@artonge artonge enabled auto-merge January 3, 2024 12:19
@artonge artonge requested a review from Pytal January 3, 2024 16:07
@artonge artonge merged commit 38610e7 into master Jan 3, 2024
23 checks passed
@artonge artonge deleted the artonge/feat/order_collections_files_by_taken_date branch January 3, 2024 19:03
@backportbot-nextcloud

This comment was marked as resolved.

@backportbot-nextcloud

This comment was marked as resolved.

@backportbot-nextcloud

This comment was marked as resolved.

@artonge
Copy link
Collaborator Author

artonge commented Jan 3, 2024

/backport 0390e5b to stable28

@artonge
Copy link
Collaborator Author

artonge commented Jan 3, 2024

/backport 0390e5b to stable27

@artonge
Copy link
Collaborator Author

artonge commented Jan 3, 2024

/backport 0390e5b to stable26

@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

Error: Unknown error

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

Error: Unknown error

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

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 enhancement New feature or request javascript Javascript related ticket
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants