Commit Graph

3797 Commits

Author SHA1 Message Date
Nextcloud bot
dc0a79f045 [tx-robot] updated from transifex 2019-11-04 02:24:23 +00:00
dependabot-preview[bot]
99e04162ee Merge pull request #1311 from nextcloud/dependabot/npm_and_yarn/vue/vue-smooth-dnd-0.8.1 2019-11-02 12:02:03 +00:00
dependabot-preview[bot]
a09f7b7912 Merge pull request #1309 from nextcloud/dependabot/npm_and_yarn/vue/nextcloud-vue-0.12.7 2019-11-02 12:01:53 +00: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
Jaco Lüken
611231dbb4 Fix reversed visibility of 'add stack' field (#1300)
Signed-off-by: Jaco Lüken <j.lueken@mhq-services.com>
2019-11-01 21:15:52 +01:00
dependabot-preview[bot]
090e788c0c Merge pull request #1310 from nextcloud/dependabot/npm_and_yarn/vue/node-sass-4.13.0 2019-10-27 05:47:24 +00:00
dependabot-preview[bot]
de269fa278 Bump vue-smooth-dnd from 0.8.0 to 0.8.1
Bumps [vue-smooth-dnd](https://github.com/kutlugsahin/vue-smooth-dnd) from 0.8.0 to 0.8.1.
- [Release notes](https://github.com/kutlugsahin/vue-smooth-dnd/releases)
- [Commits](https://github.com/kutlugsahin/vue-smooth-dnd/commits)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-10-27 02:18:26 +00:00
dependabot-preview[bot]
0e6b79fe9b Bump node-sass from 4.12.0 to 4.13.0
Bumps [node-sass](https://github.com/sass/node-sass) from 4.12.0 to 4.13.0.
- [Release notes](https://github.com/sass/node-sass/releases)
- [Changelog](https://github.com/sass/node-sass/blob/master/CHANGELOG.md)
- [Commits](https://github.com/sass/node-sass/compare/v4.12.0...v4.13.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-10-27 02:17:18 +00:00
dependabot-preview[bot]
3ca6cda2cc Bump nextcloud-vue from 0.12.6 to 0.12.7
Bumps [nextcloud-vue](https://github.com/nextcloud/nextcloud-vue) from 0.12.6 to 0.12.7.
- [Release notes](https://github.com/nextcloud/nextcloud-vue/releases)
- [Commits](https://github.com/nextcloud/nextcloud-vue/compare/v0.12.6...v0.12.7)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-10-27 02:16:11 +00:00
dependabot-preview[bot]
bbbfc92571 Bump nextcloud-vue from 0.12.6 to 0.12.7 in /js
Bumps [nextcloud-vue](https://github.com/nextcloud/nextcloud-vue) from 0.12.6 to 0.12.7.
- [Release notes](https://github.com/nextcloud/nextcloud-vue/releases)
- [Commits](https://github.com/nextcloud/nextcloud-vue/compare/v0.12.6...v0.12.7)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-10-27 02:13:53 +00:00
Nextcloud bot
c3329fd33c [tx-robot] updated from transifex 2019-10-25 02:24:37 +00:00
Julius Härtl
ab3a42fc11 Collections (#1294)
Collections
2019-10-24 17:20:54 +02:00
Julius Härtl
56bee425b9 Fix angular dependency in board selector
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-10-24 16:04:18 +02:00
Julius Härtl
6e192db79b clip icon instead of folder icon (#1305)
clip icon instead of folder icon
2019-10-24 14:50:24 +02:00
Jakob
c29aed239c new icon
Signed-off-by: Jakob <jakob.roehrl@web.de>
2019-10-24 14:35:33 +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
Julius Härtl
7390acae26 Improvements to Card Heading Editing (#1255)
Improvements to Card Heading Editing
2019-10-22 12:10:50 +02:00
Jakob
677123a8f7 added card project selection
Signed-off-by: Jakob <jakob.roehrl@web.de>
2019-10-22 11:42:09 +02:00
Gary Kim
067ec5e057 Fix overflowing card heading
If the heading of a card is too long,
it will push interface elements off the
card.

This change will ensure that text that
does not have spaces and thus cannot be
wrapped will simply be cut off with an
ellipsis instead.

Signed-off-by: Gary Kim <gary@garykim.dev>
2019-10-22 17:08:03 +08:00
Gary Kim
fd406a0adb Prevent wrapping text being visible while editing card header
Also: address errors thrown by linter

Signed-off-by: Gary Kim <gary@garykim.dev>
2019-10-22 17:08:03 +08:00
Gary Kim
1d4fe31155 Cancel editing card header when escape is pressed
Signed-off-by: Gary Kim <gary@garykim.dev>
2019-10-22 17:08:03 +08:00
Gary Kim
c2b8408cd2 Update Card Name on Form Submit
When editing a card's heading, pressing
"enter" or otherwise submitting the form
will save your edits.

Signed-off-by: Gary Kim <gary@garykim.dev>
2019-10-22 17:08:03 +08:00
Gary Kim
b50e295e27 Cancel Card Heading Edit on Click Outside
Clicking away while editing a card name
will now cancel the edit.

Signed-off-by: Gary Kim <gary@garykim.dev>
2019-10-22 17:08:03 +08:00
Julius Härtl
97864ac1ff Properly register tooltip directive
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-10-22 10:45:26 +02:00
dependabot-preview[bot]
c718bcabd3 Merge pull request #1299 from nextcloud/dependabot/npm_and_yarn/js/nextcloud-vue-collections-0.6.0 2019-10-22 08:09:52 +00:00
Julius Härtl
f940d23968 Share boards and assign cards (#1293)
Share boards and assign cards
2019-10-22 10:09:21 +02:00
Julius Härtl
ce31e02d6a Use groups icon from the server
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-10-22 10:08:38 +02:00
dependabot-preview[bot]
f660fe6356 Bump nextcloud-vue-collections from 0.5.6 to 0.6.0 in /js
Bumps [nextcloud-vue-collections](https://github.com/juliushaertl/nextcloud-vue-collections) from 0.5.6 to 0.6.0.
- [Release notes](https://github.com/juliushaertl/nextcloud-vue-collections/releases)
- [Commits](https://github.com/juliushaertl/nextcloud-vue-collections/compare/v0.5.6...v0.6.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-10-22 07:54:04 +00:00
Julius Härtl
c2189683c7 Fix npm audit
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-10-22 09:52:06 +02:00
Julius Härtl
9b2903b4d5 Move to @nextcloud packages
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-10-22 09:51:13 +02:00
Jakob
2875e23b96 update assignabl
Signed-off-by: Jakob <jakob.roehrl@web.de>
2019-10-22 07:58:45 +02:00
Julius Härtl
21007286d2 Merge pull request #1297 from nextcloud/dependabot/npm_and_yarn/js/webpack-4.41.2
Bump webpack from 4.41.1 to 4.41.2 in /js
2019-10-20 11:38:59 +02:00
dependabot-preview[bot]
e3b3366ebe Merge pull request #1298 from nextcloud/dependabot/npm_and_yarn/js/karma-4.4.1 2019-10-20 09:37:37 +00:00
dependabot-preview[bot]
db8c3b0aa8 Bump karma from 4.3.0 to 4.4.1 in /js
Bumps [karma](https://github.com/karma-runner/karma) from 4.3.0 to 4.4.1.
- [Release notes](https://github.com/karma-runner/karma/releases)
- [Changelog](https://github.com/karma-runner/karma/blob/master/CHANGELOG.md)
- [Commits](https://github.com/karma-runner/karma/compare/v4.3.0...v4.4.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-10-20 01:14:16 +00:00
dependabot-preview[bot]
9f2d883dbe Bump webpack from 4.41.1 to 4.41.2 in /js
Bumps [webpack](https://github.com/webpack/webpack) from 4.41.1 to 4.41.2.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v4.41.1...v4.41.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-10-20 01:13:43 +00:00
Jakob
1d54fc3ae8 tried to move loadBoard to store
Signed-off-by: Jakob <jakob.roehrl@web.de>
2019-10-19 14:27:00 +02:00
Jakob
23e88a7e15 typos, css
Signed-off-by: Jakob <jakob.roehrl@web.de>
2019-10-18 11:18:29 +02:00
Jakob
08ef55c950 fix share users
Signed-off-by: Jakob <jakob.roehrl@web.de>
2019-10-17 13:50:32 +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
dependabot-preview[bot]
9c6d80d5d3 Merge pull request #1296 from nextcloud/dependabot/npm_and_yarn/vue/nextcloud-vue-collections-0.6.0 2019-10-16 15:06:57 +00:00
dependabot-preview[bot]
2d3ef29041 Merge pull request #1295 from nextcloud/dependabot/npm_and_yarn/vue/webpack-4.41.2 2019-10-16 14:36:56 +00:00
dependabot-preview[bot]
4d9e26a6ce Bump nextcloud-vue-collections from 0.5.6 to 0.6.0
Bumps [nextcloud-vue-collections](https://github.com/juliushaertl/nextcloud-vue-collections) from 0.5.6 to 0.6.0.
- [Release notes](https://github.com/juliushaertl/nextcloud-vue-collections/releases)
- [Commits](https://github.com/juliushaertl/nextcloud-vue-collections/compare/v0.5.6...v0.6.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-10-16 14:30:38 +00:00
dependabot-preview[bot]
1a2c950b61 Bump webpack from 4.41.1 to 4.41.2
Bumps [webpack](https://github.com/webpack/webpack) from 4.41.1 to 4.41.2.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v4.41.1...v4.41.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-10-16 14:28:18 +00:00
Julius Härtl
029accfe49 Use nextcloud-vue tooltip
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-10-16 14:48:15 +02:00
Julius Härtl
7716fb6738 Use url-loader to embed icons
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-10-16 14:40:12 +02:00
Julius Härtl
da87973b85 Fix path for collection entrypoint
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-10-16 14:27:46 +02:00
Julius Härtl
91aa14c7c2 Remove old js directory
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-10-16 14:26:39 +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