Julius Knorr and GitHub
052774397c
Merge pull request #3430 from bahuma20/2797-clone-cards
...
Clone cards together with the board
2025-01-02 17:08:14 +01:00
Max Bachhuber and Julius Knorr
f2c30afe8a
feat: Add possibility to clone cards when cloning a board
...
Signed-off-by: Max Bachhuber <max.bachhuber@bahuma.io >
Adjust BoardServiceTest to new dependencies
Signed-off-by: Max Bachhuber <max.bachhuber@bahuma.io >
Add BoardCloneModal vue component to frontend. Adjust BoardApi and store to support clone options
Signed-off-by: Max Bachhuber <max.bachhuber@bahuma.io >
Add license and credits
Signed-off-by: Max Bachhuber <max.bachhuber@bahuma.io >
Fix PHP code style
Signed-off-by: Max Bachhuber <max.bachhuber@bahuma.io >
Change default clone settings
Signed-off-by: Max Bachhuber <max.bachhuber@bahuma.io >
Add accordion for advanced settings
Signed-off-by: Max Bachhuber <max.bachhuber@bahuma.io >
Fix bug which caused board to be cloned when clicking out of the modal
Signed-off-by: Max Bachhuber <max.bachhuber@bahuma.io >
Change wording of clone options
Signed-off-by: Max Bachhuber <max.bachhuber@bahuma.io >
fix: Rebase failures
Signed-off-by: Julius Härtl <jus@bitgrid.net >
update cloneBoards phpdoc
make error message clear
SPDX Header BoardCloneModal.vue
Signed-off-by: grnd-alt <salimbelakkaf@outlook.de >
2025-01-02 16:58:58 +01:00
Julius Knorr and GitHub
ea01d84419
Merge pull request #5859 from mulles/patch-1
...
Update TrelloJsonService.php
2025-01-02 15:58:42 +01:00
Julius Knorr and GitHub
c630d3e809
Merge pull request #6138 from xyjonas/programmatic-archive-unarchive-card
...
Feat(REST API): add url to (un)archive cards
2025-01-02 15:55:47 +01:00
Joas Schilling
6ceecd4f9b
fix(notifications): Notifier::prepare() threw \InvalidArgumentException which is deprecated
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2024-12-20 15:12:36 +01:00
grnd-alt and Julius Knorr
1fe20dcc1d
check user-permsisions when assigning to cloned card
...
Signed-off-by: grnd-alt <salimbelakkaf@outlook.de >
2024-12-18 22:31:44 +01:00
grnd-alt and Julius Knorr
838b648ef6
introduce cloneCard backendFunctionality
...
Signed-off-by: grnd-alt <salimbelakkaf@outlook.de >
2024-12-18 22:31:44 +01:00
Julius Knorr and GitHub
f6df55dd2d
Merge pull request #6611 from nextcloud/fix/query-builder-reuse
...
fix: Use new query builder
2024-12-18 08:48:32 +01:00
Julius Knorr
443c7f852e
fix: Use new query builder
...
Signed-off-by: Julius Knorr <jus@bitgrid.net >
2024-12-17 15:20:08 +01:00
Julius Knorr
86cb011a5c
style: Fix php-cs issues
...
Signed-off-by: Julius Knorr <jus@bitgrid.net >
2024-12-17 09:22:00 +01:00
Luka Trovic
fff42693df
fix: workflow issues
...
Signed-off-by: Luka Trovic <luka@nextcloud.com >
2024-10-25 17:32:25 +02:00
Luka Trovic
439c2b422e
fix phpcs
...
Signed-off-by: Luka Trovic <luka@nextcloud.com >
2024-09-26 17:12:53 +02:00
Jonas H. Steiner and Julius Härtl
e986ca31a1
Feat(REST API): add url to (un)archive cards
...
Signed-off-by: Jonas H. Steiner <jsteiner@plusline.net >
2024-08-29 12:33:01 +02:00
Julius Härtl and GitHub
43a0fec9a6
Merge pull request #6257 from nextcloud/fix/no-cross-referencing-in-labels
...
copy labels when moving cards between boards
2024-08-29 12:30:17 +02:00
grnd-alt
dbca6bc0d7
copy labels when moving cards between boards
...
Signed-off-by: grnd-alt <salimbelakkaf@outlook.de >
2024-08-28 11:59:34 +02:00
dependabot[bot] and Julius Härtl
ba3e97b73d
Chore(deps-dev): Bump nextcloud/coding-standard from 1.2.1 to 1.2.3
...
Bumps [nextcloud/coding-standard](https://github.com/nextcloud/coding-standard ) from 1.2.1 to 1.2.3.
- [Release notes](https://github.com/nextcloud/coding-standard/releases )
- [Changelog](https://github.com/nextcloud/coding-standard/blob/master/CHANGELOG.md )
- [Commits](https://github.com/nextcloud/coding-standard/compare/v1.2.1...v1.2.3 )
---
updated-dependencies:
- dependency-name: nextcloud/coding-standard
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-08-26 08:14:42 +02:00
Ferdinand Thiessen
beb563e74e
refactor: Migrate away from deprecated ILogger interface to PSR-3
...
Mostly replace `ILogger` with `LoggerInterface` and some minor cleanup (constructor property promotion).
Some places used the deprecated `logException` this is easy to migrate by simply use the appropriate loglevel on the logger
and place the exception under the `exception` key in the context.
Also the manual checking of the configured log level is not needed, as this is already done by the logger.
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de >
2024-08-19 14:09:13 +02:00
grnd-alt
d86ef0b005
use deleted_users for users that do not exist
...
Signed-off-by: grnd-alt <salimbelakkaf@outlook.de >
2024-08-13 11:04:02 +02:00
grnd-alt and Julius Härtl
09748aebb9
export json data of commments
...
Signed-off-by: grnd-alt <salimbelakkaf@outlook.de >
2024-08-05 10:05:05 +02:00
grnd-alt
8da918a6a8
add Order when cloning board
...
Signed-off-by: grnd-alt <salimbelakkaf@outlook.de >
2024-07-31 13:21:20 +02:00
Julius Härtl
19e35fdee4
fix: Remove bindParam usage with simpler query
...
Signed-off-by: Julius Härtl <jus@bitgrid.net >
2024-07-03 10:24:50 +02:00
Jonas
df5b5690a0
Only check path for being accessible when the storage is a object home
...
Forward-ported https://github.com/nextcloud/server/pull/24103
Signed-off-by: Jonas <jonas@freesources.org >
2024-07-02 10:37:56 +02:00
Julius Härtl
261e6d0362
chore: Move comments event handler to use proper event dispatcher
...
Signed-off-by: Julius Härtl <jus@bitgrid.net >
2024-06-28 14:20:38 +02:00
Julius Härtl
d4ea088cd2
perf: Avoid fetching labels and owner details on permission check
...
Signed-off-by: Julius Härtl <jus@bitgrid.net >
2024-06-25 17:01:30 +02:00
Julius Härtl
ec9e87d0cb
chore: Clean up permission service
...
Signed-off-by: Julius Härtl <jus@bitgrid.net >
2024-06-21 09:58:11 +02:00
mulles and GitHub
be263513b3
Update TrelloJsonService.php
...
removed trailing white space, I am sorry for that thx for your patience.
Signed-off-by: mulles <com.github@emu.lu >
2024-05-22 10:28:47 +02:00
mulles and GitHub
db4db8a696
Merge branch 'main' into patch-1
2024-05-22 10:25:17 +02:00
Julius Härtl and GitHub
e9d1e93f47
Merge pull request #5722 from JimMadge/config_default
2024-05-09 14:07:57 +02:00
Jim Madge and Julius Härtl
2d1a6e78a4
Change import data option to value_required
...
Signed-off-by: Jim Madge <jmadge@turing.ac.uk >
2024-05-09 13:23:37 +02:00
Jim Madge and Julius Härtl
5ed61ff0cd
Change default import config argument to null
...
Signed-off-by: Jim Madge <jmadge@turing.ac.uk >
2024-05-09 13:23:37 +02:00
Rob Emery and Julius Härtl
afb50574f7
Applying variable naming scheme, returning schema only if changes are made for performance and removing the original
...
creation of the indicies for new installations
Signed-off-by: Rob Emery <git@mintsoft.net >
2024-05-09 13:13:43 +02:00
Rob Emery and Julius Härtl
d841c960a3
Cleaning up unused indicies, fixes #5520
...
Signed-off-by: Rob Emery <git@mintsoft.net >
2024-05-09 13:06:29 +02:00
mulles and Julius Härtl
c2425f3c33
Update TrelloJsonService.php
...
Fixes the following issue: https://github.com/nextcloud/deck/issues/5136
By fixing the following error when running 'php occ deck:import --system=TrelloJson'
Error: Call to a member function getUID() on string in /home/sites/site100028002/web/nextcloud.enklaave.org/apps/deck/lib/Service/Importer/Systems/TrelloJsonService.php:136
and
Error: Call to a member function getUID() on string in /home/sites/site100028002/web/nextcloud.enklaave.org/apps/deck/lib/Service/Importer/Systems/TrelloJsonService.php:364
Signed-off-by: mulles <com.github@emu.lu >
2024-05-09 13:02:59 +02:00
Andy Scherzinger
be11113d32
chore: Add SPDX header
...
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de >
2024-05-07 15:51:49 +02:00
Luka Trovic
f7f5b88917
fix: permission check for cloning board
...
Signed-off-by: Luka Trovic <luka@nextcloud.com >
2024-05-06 19:32:34 +02:00
Julius Härtl and Josh
cf89d4d1c8
fix: Avoid optional before required parameter
...
Signed-off-by: Julius Härtl <jus@bitgrid.net >
2024-04-26 08:05:12 -04:00
Julius Härtl
5429f76f10
fix: Remove file committed by accident
...
Signed-off-by: Julius Härtl <jus@bitgrid.net >
2024-04-24 16:50:18 +02:00
Julius Härtl
006c0c3513
ci: Adadpt min php version to 8.1
...
Signed-off-by: Julius Härtl <jus@bitgrid.net >
2024-04-23 19:24:21 +02:00
Jim Madge
bf6d2f0667
Clarify config file not found exception message
...
Signed-off-by: Jim Madge <jmadge@turing.ac.uk >
2024-03-31 13:42:35 +01:00
Julius Härtl
d7fe39ecb6
fix: Avoid conflicts on deck attachments folder name
...
Signed-off-by: Julius Härtl <jus@bitgrid.net >
2024-03-26 16:13:20 +01:00
Julius Härtl
ea3a54be16
feat: Implement a team resource provider
...
Signed-off-by: Julius Härtl <jus@bitgrid.net >
2024-03-05 20:13:06 +01:00
Julius Härtl
1fdc164462
style: Apply php-cs-fixer updates
...
Signed-off-by: Julius Härtl <jus@bitgrid.net >
2024-02-05 07:14:22 +01:00
Julius Härtl and GitHub
e14d2e9e25
Merge pull request #5542 from nextcloud/fix/catch-getBoard-exceptions
...
fix(PermissionService#getPermissions): Catch exceptions from getBoard method
2024-02-02 13:59:40 +01:00
Marcel Klehr and GitHub
a45ede092a
fix(PermissionService#getPermissions): Catch exceptions from getBoard method
...
Signed-off-by: Marcel Klehr <mklehr@gmx.net >
2024-02-02 11:50:17 +01:00
Joas Schilling
16078a3dd3
fix(activity): Fix permission checks when rendering activities in background jobs
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2024-01-29 09:10:47 +01:00
Niedermann IT-Dienstleistungen and GitHub
cf4d6268ac
fix(done): Mark card as undone when updating card
...
As stated in https://github.com/nextcloud/deck/issues/534#issuecomment-1892061055 updating the done property of a card via the REST API (without calling the /done and /undone endpoints explicitly) does only work "one way".
This commit allows setting null as new value thus allowing to mark cards as undone without an additional HTTP request but within a usual update request.
Refs: #534 #4137 c3b4ed6e1f
Signed-off-by: Stefan Niedermann <info@niedermann.it >
Signed-off-by: Niedermann IT-Dienstleistungen <stefan-niedermann@users.noreply.github.com >
2024-01-18 12:08:10 +01:00
Robin Appelman
534c71b6f8
also filter by storage when getting shares in folder
...
Signed-off-by: Robin Appelman <robin@icewind.nl >
2024-01-10 22:14:45 +01:00
Julius Härtl
ce820e19c4
fix: Limit card activities for deleted cards
...
Signed-off-by: Julius Härtl <jus@bitgrid.net >
2024-01-04 16:01:55 +01:00
Julius Härtl
f4791aa4a4
fix: Further limit updating cards
...
Signed-off-by: Julius Härtl <jus@bitgrid.net >
2024-01-04 15:20:08 +01:00
Julius Härtl
86d2d1a0f3
fix: limit to non-deleted cards
...
Signed-off-by: Julius Härtl <jus@bitgrid.net >
2024-01-04 15:20:08 +01:00