Commit Graph

9 Commits

Author SHA1 Message Date
de39a298ea fix: Properly create new rows in filtered views
Signed-off-by: Julius Knorr <jus@bitgrid.net>
2025-02-19 13:10:19 +01: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
20d3124d09 fix: create rows with selection cols via RowOCSController
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2024-09-12 14:56:35 +02:00
a83dbcdf18 fix(Model): RowDataInput must be iterable
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2024-09-12 14:55:37 +02:00
814849b106 repair schema export and import
Signed-off-by: grnd-alt <salimbelakkaf@outlook.de>
2024-08-26 10:31:24 +02:00
9a46561716 chore: Add SPDX header
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2024-08-08 15:35:37 +02:00
2a6a33887e feat(Events): webhook compatible Row events with public model
- implements OCP\EventDispatcher\IWebhookCompatibleEvent
- add lib/Model/Public/Row as sort of API-like model for Tables Row data
- change exisiting events to use new abstract row event class

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2024-07-18 14:21:55 +02:00
8086f019c6 fix(Backend): use object over loose array for permissions
Solves issues with undefined array keys, but is said to be more performent
but also more clear when coding.

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2024-07-04 11:25:49 +02:00
0c1ff07f16 enh(API): add OCS API to create rows
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2024-06-24 17:36:35 +02:00