56a9fc3712
fix(Import): DateTime import fixes
...
- do not try to pass `null` to DateTimeImmutable as it would cause an
Exception
- be stricter on small letter-only values that might be turned into a
DateTimeImmutable object because they match with timezone abbreviations
- do not consider pure numbers a date
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de >
2025-02-19 13:43:42 +01:00
14c65c1222
Merge pull request #1409 from nextcloud/fix/638
...
fix: Properly create new rows in filtered views
2025-02-19 13:38:23 +01:00
aa22d37ed8
tests: Add test for filtered views
...
Signed-off-by: Julius Knorr <jus@bitgrid.net >
2025-02-19 13:10:19 +01:00
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
c303f97e0a
Merge pull request #1612 from nextcloud/fix/noid/append-order-by
...
fix(sort): use addOrderBy for sorting with multiple columns
2025-02-19 13:09:32 +01:00
df03d2efb5
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2025-02-19 01:47:10 +00:00
caad71b8bb
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2025-02-18 01:46:04 +00:00
e9355a8be4
Merge pull request #1619 from nextcloud/fix-modals
...
fix: improve import scheme and row dialogs
2025-02-17 11:49:39 +01:00
02b4628c35
fix: improve import scheme and row dialogs
...
Signed-off-by: Cleopatra Enjeck M. <patrathewhiz@gmail.com >
2025-02-17 08:55:37 +00:00
9c41658614
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2025-02-16 02:13:05 +00:00
266ef66125
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2025-02-15 01:45:53 +00:00
adf2bd5620
fix(Rows): input sort order was not supposed to be reversed
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de >
2025-02-14 12:27:13 +01:00
3af10b132a
fix(sort): use addOrderBy for sorting with multiple columns
...
- IQueryBuilder::orderBy() replaces an existing order instead of
appending to it
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de >
2025-02-14 10:59:19 +01:00
d1d5c42822
Merge pull request #1516 from nextcloud/renovate/main-nextcloud-vue-8.x
...
fix(deps): update dependency @nextcloud/vue to ^8.23.1 (main)
2025-02-13 23:41:04 +01:00
272abaddc3
Merge pull request #1611 from nextcloud/feature/increase-row-editor-dialog-size
...
Increase size of row editor dialog
2025-02-13 22:28:52 +01:00
55418aaea7
Increase size of row editor dialog
...
Signed-off-by: ネクストクラウド <nekusutokuraudo@MacBookPro.lan >
2025-02-13 22:10:54 +01:00
9e03c28f1d
Merge pull request #1610 from nextcloud/fix/noid/integration-workflow
...
ci: fix integration yaml syntax
2025-02-13 22:08:15 +01:00
2c1c9a9c8d
tests(behat): adjust tutorial table tests
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de >
2025-02-13 21:45:43 +01:00
24fdee009a
ci: fix integration yaml syntax
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de >
2025-02-13 20:42:31 +01:00
27f6c00388
fix(deps): update dependency @nextcloud/vue to ^8.23.1
...
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-02-13 18:29:48 +00:00
49d3db81fa
Merge pull request #1510 from nextcloud/enh/1506/server-side-sorting
...
Server-side sorting
2025-02-13 13:42:23 +01:00
6636b496de
feat(Rows): implement server side sorting
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de >
2025-02-13 12:17:51 +01:00
7e7d498f17
tests(Behat): add test case for server side sorting of rows
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de >
2025-02-13 12:17:45 +01:00
4f66b934e0
Merge pull request #1581 from nextcloud/renovate/main-nextcloud-coding-standard-1.x
...
chore(deps): update dependency nextcloud/coding-standard to ^v1.3.2 (main)
2025-02-12 22:11:54 +00:00
533f236383
chore(deps): update dependency nextcloud/coding-standard to ^v1.3.2
...
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-02-12 21:42:18 +00:00
07c9da1c66
Merge pull request #1578 from nextcloud/renovate/main-phpoffice-phpspreadsheet-1.x
...
fix(deps): update dependency phpoffice/phpspreadsheet to ^1.29.10 (main)
2025-02-12 21:41:01 +00:00
8b4c7430fe
fix(deps): update dependency phpoffice/phpspreadsheet to ^1.29.10
...
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-02-12 21:20:31 +00:00
769bc9aea8
Merge pull request #1600 from nextcloud/fix/noid/bring-back-php80-compat
...
build(deps): bring back PHP 8.0 requirement and fix nextcloud/ocp dev-dep
2025-02-12 22:19:34 +01:00
935811e61e
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2025-02-11 01:46:53 +00:00
5237f46409
docs(git): coding-standard bump
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de >
2025-02-10 12:22:29 +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
4b3f673289
build(deps): bring back PHP 8.0 requirement and fix nextcloud/ocp dev-dep
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de >
2025-02-10 12:11:02 +01:00
19aa212ec5
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2025-02-10 01:44:47 +00:00
e500fdd1ff
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2025-02-09 01:46:08 +00:00
ed2ea3415c
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2025-02-08 01:47:39 +00:00
8644a4aedf
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2025-02-06 01:46:41 +00:00
6579c38078
Merge pull request #1593 from nextcloud/release/0.9.0-beta.2
...
build(release): 0.9.0-beta.2
v0.9.0-beta.2
2025-02-05 04:38:37 +00:00
1163a74166
fix: build(release): 0.9.0-beta.2
...
Signed-off-by: Cleopatra Enjeck M. <patrathewhiz@gmail.com >
2025-02-05 03:55:48 +00:00
3025fa3dab
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2025-02-05 01:46:28 +00:00
6b410e5fe3
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2025-02-04 01:45:09 +00:00
31f3a7c833
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2025-02-03 02:08:43 +00:00
f45923d9c4
Merge pull request #1583 from nextcloud/renovate/main-psalm-phar-5.x
...
chore(deps): update dependency psalm/phar to ^5.26.1 (main)
2025-02-02 07:39:26 +00:00
464148b552
Merge pull request #1574 from nextcloud/renovate/main-actions-checkout-digest
...
chore(deps): update actions/checkout digest to 1e31de5 (main)
2025-02-02 07:37:07 +00:00
bd4368d009
chore(deps): update dependency psalm/phar to ^5.26.1
...
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-02-02 07:24:46 +00:00
4914f79463
Merge pull request #1587 from nextcloud/renovate/main-openapi-typescript-7.x
...
chore(deps): update dependency openapi-typescript to ^7.6.1 (main)
2025-02-02 07:21:34 +00:00
7981a089c8
Merge pull request #1580 from nextcloud/renovate/main-tiptap
...
fix(deps): update tiptap to ^2.11.5 (main)
2025-02-02 07:15:46 +00:00
cae0c1d26d
fix(deps): update tiptap to ^2.11.5
...
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-02-02 07:02:18 +00:00
790cf71e54
chore(deps): update actions/checkout digest to 1e31de5
...
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-02-02 07:02:05 +00:00
93883e909c
Merge pull request #1585 from nextcloud/automated/noid/main-fix-npm-audit
...
[main] Fix npm audit
2025-02-02 07:01:33 +00:00
320455cd26
chore(deps): update dependency openapi-typescript to ^7.6.1
...
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-02-02 06:02:27 +00:00