37ca2f75ac
refactor: simplify Columns::findAllByTable method
...
- simply this method, kill a lot of `null`s in the majority of the calls
- add a destinct method to cover the edge case
- improves clarity
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de >
2025-07-09 15:24:57 +02:00
e761f166d8
refactor: streamline row and column data handling by implementing caching and simplifying method signatures
...
Signed-off-by: ailkiv <a.ilkiv.ye@gmail.com >
2025-07-08 12:14:31 +03:00
1849033dbc
style(PHP): adjust to codestyle updates
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de >
2025-02-10 12:14:18 +01:00
9a46561716
chore: Add SPDX header
...
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de >
2024-08-08 15:35:37 +02:00
8443dde347
feat: edit/create rows from tables interactive content widget ( #952 )
...
* feat: create and edit rows from tables interactive widget
Signed-off-by: Elizabeth Danzberger <lizzy7128@tutanota.de >
---------
Signed-off-by: Elizabeth Danzberger <lizzy7128@tutanota.de >
Signed-off-by: Julius Härtl <jus@bitgrid.net >
Co-authored-by: Julius Härtl <jus@bitgrid.net >
2024-06-27 10:00:57 -04:00
9c4a182897
adjust the clean command to use the new db structure and code base
...
Signed-off-by: Florian Steffens <florian.steffens@nextcloud.com >
2024-01-29 11:04:47 +01:00
4e3e84868f
use new row mapper in clean command
...
Signed-off-by: Florian Steffens <florian.steffens@nextcloud.com >
2024-01-29 11:04:47 +01:00
0f3aee2196
Renaming rows
...
- the old (original) "rows" to "LegacyRow"
- the new temporary "row2" to new "row"
Signed-off-by: Florian Steffens <florian.steffens@nextcloud.com >
2024-01-29 11:04:44 +01:00
195db6a356
enh(commands): occ cleanup row data sets ( #355 )
...
* enh(commands): occ cleanup row data sets
- add occ command to clean up data sets from rows at db level
Signed-off-by: Florian Steffens <florian.steffens@nextcloud.com >
* use common verbose mode (-v), shorten "dry-run" to "dry"
Signed-off-by: Florian Steffens <florian.steffens@nextcloud.com >
* add error messages to log file
Signed-off-by: Florian Steffens <florian.steffens@nextcloud.com >
---------
Signed-off-by: Florian Steffens <florian.steffens@nextcloud.com >
2023-06-12 12:32:28 +02:00