Julius Knorr
Julius Knorr
Follow up to https://github.com/nextcloud/tables/pull/844 the backend already supports setting a custom order for the resources of a context, so the frontend should allow reordering them. UI wise this is something...
- [x] Based on https://github.com/nextcloud/tables/pull/1328 - [x] Introduce vite for building - [x] Drop 26 suppport as there is no support for javascript modules that are required by vite https://github.com/nextcloud/tables/pull/1179
When sharing a table (or view) users might want to share the internal link to it in a chat or elsewhere. Currently it is not obvious that the URL is...
Trying to import data requires to create a new table already upfront. We should also offer an import directly in the frontend inside of the create table dialog. Should be...
- [x] https://github.com/nextcloud/tables/issues/833 - [x] https://github.com/nextcloud/tables/issues/365 - [x] https://github.com/nextcloud/tables/issues/838 - [x] https://github.com/nextcloud/tables/issues/836 - [x] https://github.com/nextcloud/tables/issues/837 Further ideas to be filed separately: - [ ] Collect and list failed rows and...
Considering the following constellation: - A table is shared to userA with manage permissions - A view on that table is shared to a group that userA is part of...
From https://github.com/nextcloud/tables/pull/900 We should add test coverage for all different column types when it comes to - How they are stored and read from the database - How their default...
@juliushaertl Not sure if it's important or not, but I find it weird that the occ command `tables:update` now has the option `--archived`, but the `title` argument is still required....
- Have a filtered view for a select value - Create a new row - Reload the page - The new row has been added but the value the view...
Currently our interactive widget of tables content is quite limited as it only lists rows and allows filtering. To contribute to the interactive widgets feature for 29 it would be...