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
a6628065e6
fix(occ): Make title optional on occ tables:update
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2024-05-02 10:19:07 +02:00
c840ed31d1
fix(occ): Fix occ tables:update by defining the option
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2024-05-02 10:18:08 +02:00
1f6e895261
add description to Tables
...
Signed-off-by: grnd-alt <salimbelakkaf@outlook.de >
2024-04-17 15:13:54 +02:00
e776b781b8
feat(Contexts): API to get full context info
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de >
2024-03-27 15:50:43 +01:00
a2462d5567
feat(Contexts): API endpoint for getting Contexts
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de >
2024-03-27 15:50:42 +01:00
f4d478bda0
fix: Proper error handling and validation of passed in node type and node id
...
Signed-off-by: Julius Härtl <jus@bitgrid.net >
tmp: revert to work around segfault
Signed-off-by: Julius Härtl <jus@bitgrid.net >
2024-03-01 14:09:49 +01:00
c2bb58b579
fix: Adapt reset of the update methods to use the new archived flag
...
Signed-off-by: Julius Härtl <jus@bitgrid.net >
2024-03-01 14:09:49 +01:00
57e42b7005
fix: Print error during commands and catch more general errors during migration
...
Signed-off-by: Julius Härtl <jus@bitgrid.net >
2024-01-29 11:08:20 +01:00
89ca33de08
Adjust no-delete option to delete option to avoid data lost
...
Signed-off-by: Florian Steffens <florian.steffens@nextcloud.com >
2024-01-29 11:08:19 +01:00
aeae31a639
cleanup
...
Signed-off-by: Florian Steffens <florian.steffens@nextcloud.com >
2024-01-29 11:04:48 +01:00
1cdcbac297
Add command for clean up legacy rows
...
Signed-off-by: Florian Steffens <florian.steffens@nextcloud.com >
2024-01-29 11:04:48 +01: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
46a045a66b
Update lib/Command/TransferLegacyRows.php
...
Co-authored-by: Arthur Schiwon <blizzz@arthur-schiwon.de >
Signed-off-by: Florian <dev@d10t.de >
2024-01-29 11:04:46 +01:00
8b6699e7ad
Update lib/Command/TransferLegacyRows.php
...
Co-authored-by: Arthur Schiwon <blizzz@arthur-schiwon.de >
Signed-off-by: Florian <dev@d10t.de >
2024-01-29 11:04:46 +01:00
35e8ad534c
Update lib/Command/TransferLegacyRows.php
...
Co-authored-by: Arthur Schiwon <blizzz@arthur-schiwon.de >
Signed-off-by: Florian <dev@d10t.de >
2024-01-29 11:04:46 +01:00
2455d515ec
Update lib/Command/TransferLegacyRows.php
...
Co-authored-by: Arthur Schiwon <blizzz@arthur-schiwon.de >
Signed-off-by: Florian <dev@d10t.de >
2024-01-29 11:04:46 +01:00
d41e7173a5
rename row to row2 to avoid overlapping namespaces specially within the update process
...
Signed-off-by: Florian Steffens <florian.steffens@nextcloud.com >
2024-01-29 11:04:46 +01:00
dbd4e53760
add command to migrate data to new db structure
...
Signed-off-by: Florian Steffens <florian.steffens@nextcloud.com >
2024-01-29 11:04:44 +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
96f0c56e29
Adjust business logic to change tables ownership
...
- reuse and adjust from occ command
- adjust occ command logic to fit to the new business
- adjust permission service to allow those changes
Signed-off-by: Florian Steffens <florian.steffens@nextcloud.com >
2024-01-11 13:14:42 +01:00
831a39a679
fix(occ): change sender if a table owner changes
...
Signed-off-by: Florian Steffens <florian.steffens@nextcloud.com >
2023-09-07 16:15:55 +02: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
c5d674f735
enh(api): add API interface for managing tables ( #170 )
...
* refactor(integration): adjust widget rendering npm source
Signed-off-by: Florian Steffens <florian.steffens@nextcloud.com >
* rebase
* fix(permissions): show or hide action buttons related to the permissions from shared tables
Signed-off-by: Florian Steffens <florian.steffens@nextcloud.com >
* rebase
* enh(nav): add tutorial table if no tables are found for a user #155
Signed-off-by: Florian Steffens <florian.steffens@nextcloud.com >
* enh(cli): add more commands to manage tables from occ cli
Signed-off-by: Florian Steffens <florian.steffens@nextcloud.com >
* rebase
* chore(release): add changelog skeleton
Signed-off-by: Florian Steffens <florian.steffens@nextcloud.com >
* enh(api): add API interface for managing tables including integration tests
Signed-off-by: Florian Steffens <florian.steffens@nextcloud.com >
* enh(api): add API interface for managing table sharing including integration tests
Signed-off-by: Florian Steffens <florian.steffens@nextcloud.com >
* enh(api): cleanup and update sql query counter because auf the new tests
Signed-off-by: Florian Steffens <florian.steffens@nextcloud.com >
* enh(api): update sql query counter
Signed-off-by: Florian Steffens <florian.steffens@nextcloud.com >
* enh(api): add API endpoint for columns
- add API description
- add API interface
- refactor all effected methods to make them more straight forward
- integration tests
Signed-off-by: Florian Steffens <florian.steffens@nextcloud.com >
* enh(api): add API endpoint for rows
- add API description
- add API interface
- some smaller code adjustments
- integration tests
Signed-off-by: Florian Steffens <florian.steffens@nextcloud.com >
* enh(api): add Integrations tab to the sidebar
- add integrations tab to the sidebar
- add integration to the menu in navigation for tables
- small corresponding fixes
Signed-off-by: Florian Steffens <florian.steffens@nextcloud.com >
* code cleanup
Signed-off-by: Florian Steffens <florian.steffens@nextcloud.com >
* chore(test): update query count
- new query count because of the new api tests
Signed-off-by: Florian Steffens <florian.steffens@nextcloud.com >
* chore(api): update api doc
Signed-off-by: Florian Steffens <florian.steffens@nextcloud.com >
* fix(error handling): add logging and return state for errors
Signed-off-by: Florian Steffens <florian.steffens@nextcloud.com >
* fix(updat table): you can now update only the emoji for a table
Signed-off-by: Florian Steffens <florian.steffens@nextcloud.com >
* chore(cleanup): avoid else statements if not really needed
Signed-off-by: Florian Steffens <florian.steffens@nextcloud.com >
---------
Signed-off-by: Florian Steffens <florian.steffens@nextcloud.com >
Signed-off-by: Florian <florian.steffens@nextcloud.com >
2023-04-05 14:12:31 +02:00
04596101c3
enh(cli): add more commands to manage tables from occ cli
...
Signed-off-by: Florian Steffens <florian.steffens@nextcloud.com >
2023-04-03 14:20:04 +02:00
04269dee2e
Feat/v0.3.0 ( #111 )
...
* refactor(FE table): Skeleton setup for the custom table
Signed-off-by: Florian Steffens <florian@nextcloud.com >
* Pull psalm test setup & deps update from master
* tests(psalm): Add psalm with current baseline
Signed-off-by: Julius Härtl <jus@bitgrid.net >
* tests(psalm): Add nextcloud/ocp
Signed-off-by: Julius Härtl <jus@bitgrid.net >
* tests(psalm): mute some warnings about external dependencies and magic methods for now
Signed-off-by: Julius Härtl <jus@bitgrid.net >
* tests(psalm): Fix some annotations to improve static analysis
Signed-off-by: Julius Härtl <jus@bitgrid.net >
* fix(ColumnController): Use proper parameter order for column deletion
Signed-off-by: Julius Härtl <jus@bitgrid.net >
* ci(psalm): Run psalm check on github actions
Signed-off-by: Julius Härtl <jus@bitgrid.net >
* Bump @nextcloud/eslint-config from 8.1.5 to 8.2.0
Bumps [@nextcloud/eslint-config](https://github.com/nextcloud/eslint-config ) from 8.1.5 to 8.2.0.
- [Release notes](https://github.com/nextcloud/eslint-config/releases )
- [Changelog](https://github.com/nextcloud/eslint-config/blob/master/CHANGELOG.md )
- [Commits](https://github.com/nextcloud/eslint-config/compare/v8.1.5...v8.2.0 )
---
updated-dependencies:
- dependency-name: "@nextcloud/eslint-config"
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
* Bump @nextcloud/vue from 7.3.0 to 7.4.0
Bumps [@nextcloud/vue](https://github.com/nextcloud/nextcloud-vue ) from 7.3.0 to 7.4.0.
- [Release notes](https://github.com/nextcloud/nextcloud-vue/releases )
- [Changelog](https://github.com/nextcloud/nextcloud-vue/blob/master/CHANGELOG.md )
- [Commits](https://github.com/nextcloud/nextcloud-vue/compare/v7.3.0...v7.4.0 )
---
updated-dependencies:
- dependency-name: "@nextcloud/vue"
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
* Fix(l10n): 🔠 Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
* fix: Use NcContent component instead of div
Signed-off-by: Julius Härtl <jus@bitgrid.net >
Signed-off-by: Julius Härtl <jus@bitgrid.net >
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
Co-authored-by: Julius Härtl <jus@bitgrid.net >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Nextcloud bot <bot@nextcloud.com >
* chore(make): update makefile
Signed-off-by: Florian Steffens <florian@nextcloud.com >
* refactor(table): skeleton for the custom table, (multi)selection for rows, edit button for rows
Signed-off-by: Florian Steffens <florian@nextcloud.com >
* refactor(table): this is the first replacement for the table component, it could not be avoided to touch also some other stuff
not yet working:
- delete selected rows
- import data from csv & clipboard
Signed-off-by: Florian Steffens <florian@nextcloud.com >
* fix(table): reset status if columns was removed
Signed-off-by: Florian Steffens <florian@nextcloud.com >
* fix(table): don't try to update columns by child component
Signed-off-by: Florian Steffens <florian@nextcloud.com >
* fix(table): delete selected rows working again
Signed-off-by: Florian Steffens <florian@nextcloud.com >
* fix(table): remove unnecessary debug info
Signed-off-by: Florian Steffens <florian@nextcloud.com >
* style(table): sticky table header
Signed-off-by: Florian Steffens <florian@nextcloud.com >
* refactor(modals): use NC component for buttons
Signed-off-by: Florian Steffens <florian@nextcloud.com >
* feat(navigation): use emojis for tables
Signed-off-by: Florian Steffens <florian@nextcloud.com >
* feat(page): new startpage
Signed-off-by: Florian Steffens <florian@nextcloud.com >
* feat(nav): filter tables
Signed-off-by: Florian Steffens <florian@nextcloud.com >
* fix(nav): deprecation vue nav component
Signed-off-by: Florian Steffens <florian@nextcloud.com >
* fix(nav): create table modal - cancel-button and size adjustment
Signed-off-by: Florian Steffens <florian@nextcloud.com >
* feat(navigation): bump version to trigger db update
Signed-off-by: Florian Steffens <florian@nextcloud.com >
* Pull psalm test setup & deps update from master
* tests(psalm): Add psalm with current baseline
Signed-off-by: Julius Härtl <jus@bitgrid.net >
* tests(psalm): Add nextcloud/ocp
Signed-off-by: Julius Härtl <jus@bitgrid.net >
* tests(psalm): mute some warnings about external dependencies and magic methods for now
Signed-off-by: Julius Härtl <jus@bitgrid.net >
* tests(psalm): Fix some annotations to improve static analysis
Signed-off-by: Julius Härtl <jus@bitgrid.net >
* fix(ColumnController): Use proper parameter order for column deletion
Signed-off-by: Julius Härtl <jus@bitgrid.net >
* ci(psalm): Run psalm check on github actions
Signed-off-by: Julius Härtl <jus@bitgrid.net >
* Bump @nextcloud/eslint-config from 8.1.5 to 8.2.0
Bumps [@nextcloud/eslint-config](https://github.com/nextcloud/eslint-config ) from 8.1.5 to 8.2.0.
- [Release notes](https://github.com/nextcloud/eslint-config/releases )
- [Changelog](https://github.com/nextcloud/eslint-config/blob/master/CHANGELOG.md )
- [Commits](https://github.com/nextcloud/eslint-config/compare/v8.1.5...v8.2.0 )
---
updated-dependencies:
- dependency-name: "@nextcloud/eslint-config"
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
* Bump @nextcloud/vue from 7.3.0 to 7.4.0
Bumps [@nextcloud/vue](https://github.com/nextcloud/nextcloud-vue ) from 7.3.0 to 7.4.0.
- [Release notes](https://github.com/nextcloud/nextcloud-vue/releases )
- [Changelog](https://github.com/nextcloud/nextcloud-vue/blob/master/CHANGELOG.md )
- [Commits](https://github.com/nextcloud/nextcloud-vue/compare/v7.3.0...v7.4.0 )
---
updated-dependencies:
- dependency-name: "@nextcloud/vue"
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
* Fix(l10n): 🔠 Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
* fix: Use NcContent component instead of div
Signed-off-by: Julius Härtl <jus@bitgrid.net >
Signed-off-by: Julius Härtl <jus@bitgrid.net >
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
Co-authored-by: Julius Härtl <jus@bitgrid.net >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Nextcloud bot <bot@nextcloud.com >
* chore(make): update makefile
Signed-off-by: Florian Steffens <florian@nextcloud.com >
* fix: fix merge errors
Signed-off-by: Florian Steffens <florian@nextcloud.com >
* Pull psalm test setup & deps update from master
* tests(psalm): Add psalm with current baseline
Signed-off-by: Julius Härtl <jus@bitgrid.net >
* tests(psalm): Add nextcloud/ocp
Signed-off-by: Julius Härtl <jus@bitgrid.net >
* tests(psalm): mute some warnings about external dependencies and magic methods for now
Signed-off-by: Julius Härtl <jus@bitgrid.net >
* tests(psalm): Fix some annotations to improve static analysis
Signed-off-by: Julius Härtl <jus@bitgrid.net >
* fix(ColumnController): Use proper parameter order for column deletion
Signed-off-by: Julius Härtl <jus@bitgrid.net >
* ci(psalm): Run psalm check on github actions
Signed-off-by: Julius Härtl <jus@bitgrid.net >
* Bump @nextcloud/eslint-config from 8.1.5 to 8.2.0
Bumps [@nextcloud/eslint-config](https://github.com/nextcloud/eslint-config ) from 8.1.5 to 8.2.0.
- [Release notes](https://github.com/nextcloud/eslint-config/releases )
- [Changelog](https://github.com/nextcloud/eslint-config/blob/master/CHANGELOG.md )
- [Commits](https://github.com/nextcloud/eslint-config/compare/v8.1.5...v8.2.0 )
---
updated-dependencies:
- dependency-name: "@nextcloud/eslint-config"
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
* Bump @nextcloud/vue from 7.3.0 to 7.4.0
Bumps [@nextcloud/vue](https://github.com/nextcloud/nextcloud-vue ) from 7.3.0 to 7.4.0.
- [Release notes](https://github.com/nextcloud/nextcloud-vue/releases )
- [Changelog](https://github.com/nextcloud/nextcloud-vue/blob/master/CHANGELOG.md )
- [Commits](https://github.com/nextcloud/nextcloud-vue/compare/v7.3.0...v7.4.0 )
---
updated-dependencies:
- dependency-name: "@nextcloud/vue"
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
* Fix(l10n): 🔠 Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
* fix: Use NcContent component instead of div
Signed-off-by: Julius Härtl <jus@bitgrid.net >
Signed-off-by: Julius Härtl <jus@bitgrid.net >
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
Co-authored-by: Julius Härtl <jus@bitgrid.net >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Nextcloud bot <bot@nextcloud.com >
* Pull psalm test setup & deps update from master
* tests(psalm): Add psalm with current baseline
Signed-off-by: Julius Härtl <jus@bitgrid.net >
* tests(psalm): Add nextcloud/ocp
Signed-off-by: Julius Härtl <jus@bitgrid.net >
* tests(psalm): mute some warnings about external dependencies and magic methods for now
Signed-off-by: Julius Härtl <jus@bitgrid.net >
* tests(psalm): Fix some annotations to improve static analysis
Signed-off-by: Julius Härtl <jus@bitgrid.net >
* fix(ColumnController): Use proper parameter order for column deletion
Signed-off-by: Julius Härtl <jus@bitgrid.net >
* ci(psalm): Run psalm check on github actions
Signed-off-by: Julius Härtl <jus@bitgrid.net >
* Bump @nextcloud/eslint-config from 8.1.5 to 8.2.0
Bumps [@nextcloud/eslint-config](https://github.com/nextcloud/eslint-config ) from 8.1.5 to 8.2.0.
- [Release notes](https://github.com/nextcloud/eslint-config/releases )
- [Changelog](https://github.com/nextcloud/eslint-config/blob/master/CHANGELOG.md )
- [Commits](https://github.com/nextcloud/eslint-config/compare/v8.1.5...v8.2.0 )
---
updated-dependencies:
- dependency-name: "@nextcloud/eslint-config"
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
* Bump @nextcloud/vue from 7.3.0 to 7.4.0
Bumps [@nextcloud/vue](https://github.com/nextcloud/nextcloud-vue ) from 7.3.0 to 7.4.0.
- [Release notes](https://github.com/nextcloud/nextcloud-vue/releases )
- [Changelog](https://github.com/nextcloud/nextcloud-vue/blob/master/CHANGELOG.md )
- [Commits](https://github.com/nextcloud/nextcloud-vue/compare/v7.3.0...v7.4.0 )
---
updated-dependencies:
- dependency-name: "@nextcloud/vue"
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
* Fix(l10n): 🔠 Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
* fix: Use NcContent component instead of div
Signed-off-by: Julius Härtl <jus@bitgrid.net >
Signed-off-by: Julius Härtl <jus@bitgrid.net >
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
Co-authored-by: Julius Härtl <jus@bitgrid.net >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Nextcloud bot <bot@nextcloud.com >
* fix: fix merge errors
Signed-off-by: Florian Steffens <florian@nextcloud.com >
* fix(table): tables-106 Export "long text" without html in CSV
Signed-off-by: Florian Steffens <florian@nextcloud.com >
* fix(table): close modal after creating a column correctly
Signed-off-by: Florian Steffens <florian@nextcloud.com >
* fix(table): remove debug info
Signed-off-by: Florian Steffens <florian@nextcloud.com >
* fix(table): load default values, if empty
Signed-off-by: Florian Steffens <florian@nextcloud.com >
* feat(table): nice hint if there are no columns for a table
Signed-off-by: Florian Steffens <florian@nextcloud.com >
* style(layout): heading position
Signed-off-by: Florian Steffens <florian@nextcloud.com >
* feat(table): partials for column types to render in table view mode
Signed-off-by: Florian Steffens <florian@nextcloud.com >
* feat(header): add edit button for table title and emoji
Signed-off-by: Florian Steffens <florian@nextcloud.com >
* chore: cs-fixer
Signed-off-by: Florian Steffens <florian@nextcloud.com >
* Update appinfo/info.xml
Co-authored-by: Julius Härtl <jus@bitgrid.net >
Signed-off-by: Florian <florian@nextcloud.com >
* chore(psalm): psalm setup
Signed-off-by: Florian Steffens <florian@nextcloud.com >
* chore(psalm): psalm fix
Signed-off-by: Florian Steffens <florian@nextcloud.com >
* chore(psalm): psalm fix
Signed-off-by: Florian Steffens <florian@nextcloud.com >
* chore(lint): lint fix
Signed-off-by: Florian Steffens <florian@nextcloud.com >
* chore(cs): cs fix
Signed-off-by: Florian Steffens <florian@nextcloud.com >
* chore(cs): cs fix
Signed-off-by: Florian Steffens <florian@nextcloud.com >
* fix(sidebar-sharing): fix event-bus and more
Signed-off-by: Florian Steffens <florian@nextcloud.com >
* fix(sidebar): add emoji in title
Signed-off-by: Florian Steffens <florian@nextcloud.com >
* fix: unused import
Signed-off-by: Florian Steffens <florian@nextcloud.com >
* chore(make): add new command for mirroring ci from github
Signed-off-by: Florian Steffens <florian@nextcloud.com >
* chore(release): update version numbers for realising
Signed-off-by: Florian Steffens <florian@nextcloud.com >
* style(sharing): add group info to shared groups in sidebar
Signed-off-by: Florian Steffens <florian@nextcloud.com >
* fix(sharing): show correct display names and fix group renaming problem #70
Signed-off-by: Florian Steffens <florian@nextcloud.com >
* feat(navigation): show share icon and rows counter -> TODO: update if changes in FE still open
Signed-off-by: Florian Steffens <florian@nextcloud.com >
* rebase
Signed-off-by: Florian Steffens <florian@nextcloud.com >
* chore(deps-dev): update and fix
Signed-off-by: Florian Steffens <florian@nextcloud.com >
* style(mobile): adjust spaces and mobile menu for selected rows
Signed-off-by: Florian Steffens <florian@nextcloud.com >
* refactor(FE table): Skeleton setup for the custom table
Signed-off-by: Florian Steffens <florian@nextcloud.com >
* refactor(table): this is the first replacement for the table component, it could not be avoided to touch also some other stuff
not yet working:
- delete selected rows
- import data from csv & clipboard
Signed-off-by: Florian Steffens <florian@nextcloud.com >
* feat(API): add basic reading features for API calls - see docs https://github.com/nextcloud/tables/wiki/API
Signed-off-by: Florian Steffens <florian@nextcloud.com >
* feat(API): add basic reading features for API calls - see docs https://github.com/nextcloud/tables/wiki/API
Signed-off-by: Florian Steffens <florian@nextcloud.com >
* Analytics
* Analytics
* Analytics
* Analytics
* Analytics
* Analytics
* rebase
* rebase
Signed-off-by: Florian Steffens <florian@nextcloud.com >
* fix(integration): some fixes for analytics integration
Signed-off-by: Florian Steffens <florian@nextcloud.com >
* Update src/shared/components/ncTable/partials/TableCellStars.vue
Co-authored-by: Julius Härtl <jus@bitgrid.net >
Signed-off-by: Florian <florian@nextcloud.com >
* style(table): set default min and max width for columns and truncate very long texts
Signed-off-by: Florian Steffens <florian@nextcloud.com >
* chore(cs-fixer): add cache file to repo
Signed-off-by: Florian Steffens <florian@nextcloud.com >
* chore(deps-dev): replace deprecated sass
Signed-off-by: Florian Steffens <florian@nextcloud.com >
* fix(navigation): in/decrease rows count if changed
Signed-off-by: Florian Steffens <florian@nextcloud.com >
* style(table): optimize UI/UX for the table and mobile view
Signed-off-by: Florian Steffens <florian@nextcloud.com >
* style(table): optimize UI/UX for the table and mobile view
Signed-off-by: Florian Steffens <florian@nextcloud.com >
* fix(sharing): many fixes due to shares, specially in UI
Signed-off-by: Florian Steffens <florian@nextcloud.com >
* chore(cs-fixer): commit cache file
Signed-off-by: Florian Steffens <florian@nextcloud.com >
* chore(npm): update lockfile
Signed-off-by: Florian Steffens <florian@nextcloud.com >
* refactor(css): use general styling only in vue
Signed-off-by: Florian Steffens <florian@nextcloud.com >
* Update src/store/data.js
Co-authored-by: Julius Härtl <jus@bitgrid.net >
Signed-off-by: Florian <florian@nextcloud.com >
* chore(npm): cleanup, small fixes, preparation from and for PR
Signed-off-by: Florian Steffens <florian@nextcloud.com >
* chore(npm): cleanup, small fixes, preparation from and for PR
Signed-off-by: Florian Steffens <florian@nextcloud.com >
* chore(npm): cleanup, small fixes, preparation from and for PR
Signed-off-by: Florian Steffens <florian@nextcloud.com >
* chore(git): clean up test
Signed-off-by: Florian Steffens <florian@nextcloud.com >
* style(table): add small space
Signed-off-by: Florian Steffens <florian@nextcloud.com >
* feat(occ): list tables via occ command
Signed-off-by: Florian Steffens <florian@nextcloud.com >
* fix(occ): refactor code to impersonate users and allow anonymous access via cli
Signed-off-by: Florian Steffens <florian@nextcloud.com >
* chore(clean): clean old code
Signed-off-by: Florian Steffens <florian@nextcloud.com >
* fix(table): fix a bug where options are not shown on own tables
Signed-off-by: Florian Steffens <florian@nextcloud.com >
* fix(style): fix css scope bug
Signed-off-by: Florian Steffens <florian@nextcloud.com >
* fix(store): fix a bug to update columns in BE
Signed-off-by: Florian Steffens <florian@nextcloud.com >
* fix(style): change margin to padding for sticky options
Signed-off-by: Florian Steffens <florian@nextcloud.com >
* fix(table): fix alert if mandatory fields are empty in combination with stars column-type
Signed-off-by: Florian Steffens <florian@nextcloud.com >
* fix(sharing): fix behavior if shared with yourself
Signed-off-by: Florian Steffens <florian@nextcloud.com >
---------
Signed-off-by: Florian Steffens <florian@nextcloud.com >
Signed-off-by: Julius Härtl <jus@bitgrid.net >
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
Signed-off-by: Florian <florian@nextcloud.com >
Co-authored-by: Julius Härtl <jus@bitgrid.net >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Nextcloud bot <bot@nextcloud.com >
Co-authored-by: Rello <github@scherello.de >
2023-02-21 13:19:28 +01:00