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

Changes for developers & admins for Nextcloud 27 #37039

Closed
nickvergessen opened this issue Mar 3, 2023 · 14 comments · Fixed by nextcloud/documentation#10414
Closed

Changes for developers & admins for Nextcloud 27 #37039

nickvergessen opened this issue Mar 3, 2023 · 14 comments · Fixed by nextcloud/documentation#10414
Labels
Milestone

Comments

@nickvergessen
Copy link
Member

nickvergessen commented Mar 3, 2023

Continuation of #34692

Readme

📝 Please always leave a comment when editing, so subscribed developers and admins are notified.

Front-end

  • Files Router API feat(files): add default action support and expose router #37824
    Allows you to control the files router service and update views, querys or param without page reload
    // https://github.com/nextcloud/server/blob/master/apps/files/src/services/RouterService.ts
    OCP.Files.Router.goTo('/trashbin?dir=/Unsplash.d1680193199')
    OCP.Files.Router.goToRoute('fileslist', { view: 'files' }, { dir: '/Folders/Group folder' })
  • ...

Backend

Removed from public namespace:

Removed from private namespace:

Deprecations

Deprecations of Events & Hooks

Behavorial changes

Client APIs

Changes for admins

@nickvergessen
Copy link
Member Author

Added:

Removed from public namespace:

@nickvergessen
Copy link
Member Author

Added:

Backend

@artonge
Copy link
Contributor

artonge commented Mar 21, 2023

Added:

Behavorial changes

* `CacheEntryRemovedEvent` will now be dispatched for all files and folders inside the deleted node.

@provokateurin
Copy link
Member

Added:

Backend

@nickvergessen
Copy link
Member Author

nickvergessen commented Apr 3, 2023

Added:

Backend

@marcelklehr
Copy link
Member

Added:

Backend

@nickvergessen
Copy link
Member Author

@nickvergessen
Copy link
Member Author

Added:

Backend

Deprecations

@marcelklehr
Copy link
Member

Added:

Backend

@Pytal
Copy link
Member

Pytal commented Apr 27, 2023

Added:

Backend

@come-nc
Copy link
Contributor

come-nc commented May 2, 2023

Added:

Backend

@skjnldsv
Copy link
Member

skjnldsv commented May 3, 2023

Added:

Front-end

  • Files Router API feat(files): add default action support and expose router #37824
    Allows you to control the files router service and update views, querys or param without page reload
    // https://github.com/nextcloud/server/blob/master/apps/files/src/services/RouterService.ts
    OCP.Files.Router.goTo('/trashbin?dir=/Unsplash.d1680193199')
    OCP.Files.Router.goToRoute('fileslist', { view: 'files' }, { dir: '/Folders/Group folder' })

@nickvergessen
Copy link
Member Author

nickvergessen commented May 4, 2023

Added:

Client APIs

@nickvergessen
Copy link
Member Author

Copied over to the docs.
Please send new things directly to the documentation repo:
nextcloud/documentation#10414

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

7 participants