Commit Graph

421 Commits

Author SHA1 Message Date
Julius Härtl
141ab46b46 Properly sort cards if order is the same
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-04-20 10:01:00 +02:00
Jakob Röhrl
fdda77e4b7 permissions added on board cloning
Signed-off-by: Jakob Röhrl <jakob.roehrl@web.de>
2020-04-16 10:28:20 +02:00
Julius Härtl
bb6790882a Let new shares only use the current users permissions
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-04-04 12:58:14 +02:00
Julius Härtl
541fc9cfbb Fix primary key usage with different types
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-04-01 20:52:13 +02:00
Julius Härtl
17c63989b1 Fix tests
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-04-01 20:52:13 +02:00
Julius Härtl
d6eac1b11a Add frontend for assigning groups to cards
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-04-01 20:52:09 +02:00
Julius Härtl
3c6a177da9 Add backend for assigning groups to cards
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-04-01 20:52:09 +02:00
Julius Härtl
b98b89061e Merge pull request #1648 from nextcloud/bugfix/1430/duedate-create
Allow to set duedate during card creation
2020-03-31 14:26:12 +02:00
Julius Härtl
9f9d6797bf Do not get deleted cards when fetching overdue for notifications
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-03-29 12:40:41 +02:00
Julius Härtl
1781aaafb7 Allow to set duedate during card creation
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-03-29 12:37:04 +02:00
Julius Härtl
59e3c8ce61 Add back initial state and check for filesize and canCreate permissions
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-03-12 10:56:23 +01:00
Jakob Röhrl
d27a5ac9ba override attachment
Signed-off-by: Jakob Röhrl <jakob.roehrl@web.de>
2020-03-11 12:08:23 +01:00
Jakob Röhrl
725f99d8b8 update attachment
Signed-off-by: Jakob Röhrl <jakob.roehrl@web.de>
2020-03-11 12:08:04 +01:00
Jakob Röhrl
1e3ff41cb2 new exception
Signed-off-by: Jakob Röhrl <jakob.roehrl@web.de>
2020-03-11 12:08:03 +01:00
Julius Härtl
87ae02246c Fix restoring cards
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-03-10 12:30:21 +01:00
Julius Härtl
7e4b42a223 Comments are available to all users of a board though webdav, but at least check for read permission to the board
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-03-10 12:13:32 +01:00
Julius Härtl
fb06cac246 Move to OCS routes for new comments api
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-03-10 11:16:38 +01:00
Julius Härtl
841fa0d4dd Implement api endpoints for comment reply handling
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-03-10 11:16:37 +01:00
Julius Härtl
07fd562a55 WIP: Comment reply
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-03-10 11:15:45 +01:00
Julius Härtl
c16ac70b48 Move to database migrations
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-03-06 17:19:11 +01:00
Julius Härtl
0e7b3b17dd Check for board membership on comments entity event
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-02-07 16:51:24 +01:00
Julius Härtl
618a81cfb5 Add tag icon to activity stream
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-02-06 12:08:33 +01:00
Julius Härtl
1f724fb612 Fix undefined users variable
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-02-04 16:44:11 +01:00
Julius Härtl
257665c27a Move to middleware
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-01-26 12:41:24 +01:00
Julius Härtl
bdc149aa6b Move default board creation to Application and cleanup code
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-01-26 12:14:51 +01:00
Julius Härtl
61e4d807b7 Merge remote-tracking branch 'origin/vue' into master-merge-vue 2020-01-25 10:42:05 +01:00
Julius Härtl
e5edd96b74 Fix tests
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-01-08 21:50:17 +01:00
Julius Härtl
6fa7295b42 Limit card assignment to users who are participants of the board
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-01-08 21:23:44 +01:00
Julius Härtl
88eb014b23 Merge pull request #1382 from nextcloud/enh/new-way-to-register-resource-provider
Use IProviderManager to register resource provider
2019-12-29 10:08:54 +01:00
Julius Härtl
4c16645a35 Merge pull request #1397 from nextcloud/bugfix/1303/export
Make user id from occ command available in the service
2019-12-29 10:08:07 +01:00
Julius Härtl
c3c48b84ed Make user id from occ command available in the service
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-12-19 21:54:53 +01:00
Julius Härtl
31cfc35a50 Catch exception during cron execution and log to debug
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-12-19 20:10:32 +01:00
Daniel Kesselberg
b95f00f9d0 Use IProviderManager to register resource provider
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2019-12-19 20:00:36 +01:00
Julius Härtl
2089f5df73 Merge remote-tracking branch 'origin/master' into vue 2019-12-17 20:36:16 +01:00
Julius Härtl
4c0512f0b7 Bump phpunit and fix CI
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-12-17 20:25:57 +01:00
rakekniven
af607f69b8 l10n: Fixed some grammar
Reported at Transifex.

Signed-off-by: rakekniven <mark.ziegler@rakekniven.de>
2019-11-27 19:25:26 +01:00
Jaco Lüken
c9e3239e31 Fix reversed permissions for reordering stacks (#1301)
Signed-off-by: Jaco Lüken <j.lueken@mhq-services.com>
2019-11-01 21:23:21 +01:00
Julius Härtl
ab3a42fc11 Collections (#1294)
Collections
2019-10-24 17:20:54 +02:00
Julius Härtl
9c8f5d5f63 Fetch board properly
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-10-23 15:31:34 +02:00
Julius Härtl
1fcb667a3c Fetch proper data for card resource provider
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-10-22 21:28:36 +02:00
Jakob
4d10b5fd59 UI done
Signed-off-by: Jakob <jakob.roehrl@web.de>
2019-10-17 12:49:00 +02:00
Jakob
4a3ba6540c duplicate files
Signed-off-by: Jakob <jakob.roehrl@web.de>
2019-10-17 07:49:28 +02:00
Julius Härtl
f3da8f80a7 Adjust path to load for collections
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-10-16 14:11:44 +02:00
Jakob
7628eb425c little changes
Signed-off-by: Jakob <jakob.roehrl@web.de>
2019-10-16 10:09:25 +02:00
Jakob
e0808273ec get circle users
Signed-off-by: Jakob <jakob.roehrl@web.de>
2019-10-15 13:56:12 +02:00
Jakob
84dc4ce1dd circles
Signed-off-by: Jakob <jakob.roehrl@web.de>
2019-10-15 11:39:15 +02:00
Jakob
e7fcef3e3a circle sharing
Signed-off-by: Jakob <jakob.roehrl@web.de>
2019-10-15 08:30:25 +02:00
Julius Härtl
bb2eb7221a Clone boards with stacks, labels (#1221)
Clone boards with stacks, labels
2019-10-10 09:03:34 +02:00
Jakob
71e7c98fd6 change route after board duplication
Signed-off-by: Jakob <jakob.roehrl@web.de>
2019-10-09 09:36:25 +02:00
Julius Härtl
53380173b9 Unify reorder results to always be an array (#1257)
Unify reorder results to always be an array
2019-10-04 18:22:40 +02:00