Граф коммитов

152 Коммитов

Автор SHA1 Сообщение Дата
Azul 03ccc8aa03 button in menu bubble to link to files
Since the menu bubble deals with links
it makes more sense to add the button here.

Moved it to the initial part of the menu bubble
as an alternative to the link form.

Hand current path to menu bubble and use it
* to start from there when picking the file to link to
* to calculate the relative path.

Signed-off-by: Azul <azul@riseup.net>
2020-08-11 15:24:35 +02:00
Azul 8d9535fd7c initial take on linking to other files
Tries both approaches: from the menu bubble and the menu bar

Menu bubble works quite well so far.
Only uses absolute paths.

Menu bar uses relative paths.

Pass filepath to Menu bubble so it cat
* start there
* calculate relative paths

Move the logic for relative paths to helper.

Make all strings translateable.

Render relative links properly.
The way we do this for img tags serves as an example.

Signed-off-by: Azul <azul@riseup.net>
2020-08-11 15:19:39 +02:00
Julius Härtl 4c26855931
Bump bundles
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-08-11 12:42:00 +02:00
Julius Härtl 35bb314e02
Bump bundles
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-08-11 10:54:56 +02:00
Julius Härtl 17f004751f
Bump bundles
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-08-11 10:35:54 +02:00
Azul c5fedf4499
fix: use OC.Files API to get file info
This api is also available in other apps while
the internal structures used in fetchFileInfo are not.

fixes #920

Signed-off-by: Azul <azul@riseup.net>
2020-08-11 10:34:49 +02:00
npmbuildbot[bot] a3295b768c Compile assets
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
2020-07-09 07:19:47 +00:00
Julius Härtl 8ddd265fb8
Bump bundles
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-06-22 07:52:19 +02:00
npmbuildbot[bot] 29d8b85414 Compile assets
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
2020-06-16 08:38:47 +00:00
Julius Härtl 4f8ed9b8e9
Bump bundles
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-06-16 08:46:02 +02:00
Julius Härtl 910a484fe2
Bump bundles
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-06-15 16:19:02 +02:00
dependabot-preview[bot] 42adb0bdb2 Bump prosemirror-transform from 1.2.5 to 1.2.6
Bumps [prosemirror-transform](https://github.com/prosemirror/prosemirror-transform) from 1.2.5 to 1.2.6.
- [Release notes](https://github.com/prosemirror/prosemirror-transform/releases)
- [Changelog](https://github.com/ProseMirror/prosemirror-transform/blob/master/CHANGELOG.md)
- [Commits](https://github.com/prosemirror/prosemirror-transform/compare/1.2.5...1.2.6)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
2020-06-15 12:59:06 +00:00
dependabot-preview[bot] 82de89368b Bump @nextcloud/vue from 1.5.0 to 2.0.0
Bumps [@nextcloud/vue](https://github.com/nextcloud/nextcloud-vue) from 1.5.0 to 2.0.0.
- [Release notes](https://github.com/nextcloud/nextcloud-vue/releases)
- [Commits](https://github.com/nextcloud/nextcloud-vue/compare/v1.5.0...v2.0.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
2020-06-15 11:25:34 +00:00
Azul 7b8ab3cf7f images: default to file dir for selection
remember the directory an image was selected from
Next time start image selector dialogue in that directory.

Directory will only be remembered as long as the editor is open.
This covers the main usecase of being able to add a bunch of files
from the same directory.

fixes #845.

Signed-off-by: Azul <azul@riseup.net>
2020-06-09 18:04:12 +02:00
Azul 1ceb5e4a7d image: use relative path in src if shorter than absolute
* hand the path of the file that is currently edited to the menubar
  as a prop
* calculate the relative path when inserting an image
* compare the number of path separators in the relative and absolute path
* use relative path if it has fewer separators

Also escape the paths and filename in the src
so filenames and paths with spaces work.
Do not escape the slashes
that separate the path components
- slashes are fine in urls and easier to read.

The algorithm will pick
/some/common/and/different/paths/file.jpg
over
../../../and/different/paths/file.jpg

On the other hand it will pick
../../and/different/paths/file.jpg
over
/some/common/and/different/paths/file.jpg

Signed-off-by: Azul <azul@riseup.net>
2020-06-09 18:04:12 +02:00
Azul c85dab9c5c images: make use of filename in markdown src
Using absolute paths for now

Remove x,y and a parameters from query part of url.
These are added in the viewer. No need to carry them around in markdown.

Remove redundant fileId from fragment part of url.

So all in all use

```markdown
![photo.jpeg](/Media/photo.jpeg?fileId=9#mimetype=image%2Fjpeg&hasPreview=true)
```

instead of

```markdown
![photo.jpeg](/index.php/core/preview?fileId=9&x=1024&y=1024&a=true#mimetype=image%2Fjpeg&hasPreview=true&fileId=9)
```

Signed-off-by: Azul <azul@riseup.net>
2020-06-09 18:04:06 +02:00
Azul 27f664be41 allow relative image sources with fileid
includes a unit test for turning the src in markdown
into a src for html that can be resolved by nextcloud

Signed-off-by: Azul <azul@riseup.net>
2020-06-09 18:00:35 +02:00
Julius Härtl 9012614764
Bump dependencies
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-06-08 19:38:24 +02:00
npmbuildbot[bot] 4ffe3c4fbe Compile assets
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
2020-06-08 17:13:14 +00:00
Julius Härtl 4a1c96cf5c
Bump bundles
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-06-08 15:32:32 +02:00
Azul 1fce60a657 emit `ready` signal via parent
Emit the `ready` signal via `$parent` as well.

In a wiki app we render a preview of the markdown content
while loading the text editor.

In order to know when the text editor is ready
we need `ready` to be emitted by the parent.

Alternatives:
* We are currently using the ViewerComponent in our app.
  Just reemitting `ready` from it would work as well.
* Ideally we would be able to build our own component
  based on the EditorWrapper component.
  Making the `EditorWrapper` public would work as well -
  but i guess that is not really an option
  because it may change or disappear in the future.

Signed-off-by: Azul <azul@riseup.net>
2020-05-25 08:23:03 +02:00
Julius Härtl 541b7dfad8
Handle 403 errors the same as not found
There is no reason to retry since 403 error is most likely not temporarily,
so the editor connection can be closed whenever this happens.

Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-05-20 09:15:45 +02:00
Julius Härtl 0e7ff496d9
Fix server styles causing images being to small
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-05-20 08:53:23 +02:00
Julius Härtl 300c7ef7d9
Bump bundles
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-04-22 17:47:07 +02:00
Julius Härtl c10f6c5e1e
Bump bundles
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-04-22 16:10:50 +02:00
Daniel Calviño Sánchez 1061537667 Enable Text to be used by Viewer outside Files app
Since Nextcloud 18.0.4 the Files app triggers the "LoadViewer" event, so
that event can be used to register Text with Viewer instead of doing it
through the "OCA\Files::loadAdditionalScripts" event.

Besides being more correct for the Files app it also makes possible to
use Text when opening files through Viewer in other apps, like Talk.

Note, however, that in public share pages Text is still opened using the
fallback actions instead of through Viewer, as Viewer currently does not
provide the share token of the public shared folder that contains the
file to be opened.

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2020-04-20 15:06:47 +02:00
npmbuildbot[bot] 6ad84245fc Compile assets
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
2020-04-20 10:23:10 +00:00
Julius Härtl eb223e0509
Bump bundles
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-04-20 11:34:48 +02:00
dependabot-preview[bot] 15c453e5ef Bump webpack from 4.42.0 to 4.42.1
Bumps [webpack](https://github.com/webpack/webpack) from 4.42.0 to 4.42.1.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v4.42.0...v4.42.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
2020-04-04 20:44:12 +00:00
dependabot-preview[bot] b185bc25bf Bump @nextcloud/axios from 1.3.1 to 1.3.2
Bumps [@nextcloud/axios](https://github.com/nextcloud/nextcloud-axios) from 1.3.1 to 1.3.2.
- [Release notes](https://github.com/nextcloud/nextcloud-axios/releases)
- [Changelog](https://github.com/nextcloud/nextcloud-axios/blob/master/CHANGELOG.md)
- [Commits](https://github.com/nextcloud/nextcloud-axios/compare/v1.3.1...v1.3.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
2020-04-02 18:34:15 +00:00
dependabot-preview[bot] d9cbf43170 Bump @nextcloud/event-bus from 1.1.2 to 1.1.3
Bumps [@nextcloud/event-bus](https://github.com/nextcloud/nextcloud-event-bus) from 1.1.2 to 1.1.3.
- [Release notes](https://github.com/nextcloud/nextcloud-event-bus/releases)
- [Changelog](https://github.com/nextcloud/nextcloud-event-bus/blob/master/CHANGELOG.md)
- [Commits](https://github.com/nextcloud/nextcloud-event-bus/compare/v1.1.2...v1.1.3)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
2020-03-25 21:47:48 +00:00
dependabot-preview[bot] 08d83a99ea Bump @nextcloud/router from 1.0.0 to 1.0.2
Bumps [@nextcloud/router](https://github.com/nextcloud/nextcloud-router) from 1.0.0 to 1.0.2.
- [Release notes](https://github.com/nextcloud/nextcloud-router/releases)
- [Changelog](https://github.com/nextcloud/nextcloud-router/blob/master/CHANGELOG.md)
- [Commits](https://github.com/nextcloud/nextcloud-router/compare/v1.0.0...v1.0.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
2020-03-25 21:28:14 +00:00
dependabot-preview[bot] dd7b70159c Bump prosemirror-view from 1.14.2 to 1.14.6
Bumps [prosemirror-view](https://github.com/prosemirror/prosemirror-view) from 1.14.2 to 1.14.6.
- [Release notes](https://github.com/prosemirror/prosemirror-view/releases)
- [Changelog](https://github.com/ProseMirror/prosemirror-view/blob/master/CHANGELOG.md)
- [Commits](https://github.com/prosemirror/prosemirror-view/compare/1.14.2...1.14.6)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
2020-03-25 21:06:39 +00:00
Julius Härtl 41e36894cd
Bump bundles
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-03-25 21:39:21 +01:00
Daniel Calviño Sánchez 7cb70383c5
Do not show workspace placeholder on folders without create permissions
The workspace placeholder is shown if there is no "Readme.md" file in
the folder and invites the user to add some text, which (tries to)
create the "Readme.md" file. Therefore, if the user does not have create
permissions on the folder the placeholder should not be shown.

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2020-03-25 21:38:26 +01:00
Daniel Calviño Sánchez ba44d7b587
Send parent folder permissions along with workspace file metadata
The folder permissions are sent even if there is no workspace file for
the folder. This will make possible to disable the rich workspaces UI if
creating files is not enabled in a folder.

Rich workspaces are disabled for public share pages, so the folder
permissions are not sent in that case.

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2020-03-25 21:38:26 +01:00
dependabot-preview[bot] 75b3d0b198 Bump prosemirror-transform from 1.2.3 to 1.2.4
Bumps [prosemirror-transform](https://github.com/prosemirror/prosemirror-transform) from 1.2.3 to 1.2.4.
- [Release notes](https://github.com/prosemirror/prosemirror-transform/releases)
- [Changelog](https://github.com/ProseMirror/prosemirror-transform/blob/master/CHANGELOG.md)
- [Commits](https://github.com/prosemirror/prosemirror-transform/compare/1.2.3...1.2.4)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
2020-03-16 07:28:51 +00:00
dependabot-preview[bot] b6d9eb3c95 Bump webpack from 4.41.6 to 4.42.0
Bumps [webpack](https://github.com/webpack/webpack) from 4.41.6 to 4.42.0.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v4.41.6...v4.42.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
2020-03-09 09:43:30 +00:00
Julius Härtl cb768ee375
Bump bundles
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-03-05 11:00:27 +01:00
dependabot-preview[bot] b6c18e880e Bump prosemirror-view from 1.13.11 to 1.14.2
Bumps [prosemirror-view](https://github.com/prosemirror/prosemirror-view) from 1.13.11 to 1.14.2.
- [Release notes](https://github.com/prosemirror/prosemirror-view/releases)
- [Changelog](https://github.com/ProseMirror/prosemirror-view/blob/master/CHANGELOG.md)
- [Commits](https://github.com/prosemirror/prosemirror-view/compare/1.13.11...1.14.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
2020-03-02 15:17:17 +00:00
dependabot-preview[bot] 16177c98a3 Bump @nextcloud/vue from 1.3.0 to 1.3.1
Bumps [@nextcloud/vue](https://github.com/nextcloud/nextcloud-vue) from 1.3.0 to 1.3.1.
- [Release notes](https://github.com/nextcloud/nextcloud-vue/releases)
- [Commits](https://github.com/nextcloud/nextcloud-vue/compare/v1.3.0...v1.3.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
2020-03-02 12:45:54 +00:00
dependabot-preview[bot] f6aa7dd333 Bump @babel/core from 7.8.4 to 7.8.6
Bumps [@babel/core](https://github.com/babel/babel) from 7.8.4 to 7.8.6.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/compare/v7.8.4...v7.8.6)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
2020-03-02 06:35:03 +00:00
Julius Härtl c5bf3c38da
Bump bundles
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-02-25 17:10:05 +01:00
dependabot-preview[bot] bb33010267 Bump webpack from 4.41.5 to 4.41.6
Bumps [webpack](https://github.com/webpack/webpack) from 4.41.5 to 4.41.6.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v4.41.5...v4.41.6)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
2020-02-19 10:46:45 +00:00
dependabot-preview[bot] 3fbc83384b Bump vue-loader from 15.8.3 to 15.9.0
Bumps [vue-loader](https://github.com/vuejs/vue-loader) from 15.8.3 to 15.9.0.
- [Release notes](https://github.com/vuejs/vue-loader/releases)
- [Changelog](https://github.com/vuejs/vue-loader/blob/master/CHANGELOG.md)
- [Commits](https://github.com/vuejs/vue-loader/compare/v15.8.3...v15.9.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
2020-02-19 10:05:27 +00:00
Julius Härtl ca2eecb341
Bump bundles
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-02-05 08:50:33 +01:00
Julius Härtl 62991361e2
Bump dependencies
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-02-03 18:50:15 +01:00
dependabot-preview[bot] 8f95194470 Bump highlight.js from 9.17.1 to 9.18.0
Bumps [highlight.js](https://github.com/highlightjs/highlight.js) from 9.17.1 to 9.18.0.
- [Release notes](https://github.com/highlightjs/highlight.js/releases)
- [Changelog](https://github.com/highlightjs/highlight.js/blob/master/CHANGES.md)
- [Commits](https://github.com/highlightjs/highlight.js/compare/9.17.1...9.18.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
2020-01-30 20:50:22 +00:00
dependabot-preview[bot] 5fea887f6b Bump prosemirror-view from 1.13.7 to 1.13.8
Bumps [prosemirror-view](https://github.com/prosemirror/prosemirror-view) from 1.13.7 to 1.13.8.
- [Release notes](https://github.com/prosemirror/prosemirror-view/releases)
- [Changelog](https://github.com/ProseMirror/prosemirror-view/blob/master/CHANGELOG.md)
- [Commits](https://github.com/prosemirror/prosemirror-view/compare/1.13.7...1.13.8)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
2020-01-29 08:30:40 +00:00
Julius Härtl d742da6d3f
Bump bundles
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-01-27 12:54:47 +01:00
Julius Härtl 1600387046
Bump bundles
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-01-27 12:54:47 +01:00
dependabot-preview[bot] 185ad2ea23 Bump css-loader from 3.4.1 to 3.4.2
Bumps [css-loader](https://github.com/webpack-contrib/css-loader) from 3.4.1 to 3.4.2.
- [Release notes](https://github.com/webpack-contrib/css-loader/releases)
- [Changelog](https://github.com/webpack-contrib/css-loader/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack-contrib/css-loader/compare/v3.4.1...v3.4.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
2020-01-22 16:41:49 +00:00
dependabot-preview[bot] 2e9d9b7367 Bump @nextcloud/vue from 1.2.5 to 1.2.7
Bumps [@nextcloud/vue](https://github.com/nextcloud/nextcloud-vue) from 1.2.5 to 1.2.7.
- [Release notes](https://github.com/nextcloud/nextcloud-vue/releases)
- [Commits](https://github.com/nextcloud/nextcloud-vue/compare/v1.2.5...V1.2.7)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
2020-01-21 19:22:00 +00:00
dependabot-preview[bot] 7a680c3653 Bump prosemirror-model from 1.9.0 to 1.9.1
Bumps [prosemirror-model](https://github.com/prosemirror/prosemirror-model) from 1.9.0 to 1.9.1.
- [Release notes](https://github.com/prosemirror/prosemirror-model/releases)
- [Changelog](https://github.com/ProseMirror/prosemirror-model/blob/master/CHANGELOG.md)
- [Commits](https://github.com/prosemirror/prosemirror-model/compare/1.9.0...1.9.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
2020-01-21 16:44:00 +00:00
Julius Härtl 39a9499868 Bump bundles
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-01-16 19:19:02 +01:00
Julius Härtl 9a815285b2 Build bundles
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-01-16 12:10:32 +01:00
Julius Härtl 7b25b0e85c Build bundles
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-01-15 18:28:09 +01:00
Julius Härtl 888ba3a173
Bump bundles
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-01-15 09:57:21 +01:00
Christoph Wurst f730c1ba48
Fix last saved typo
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-01-14 15:27:45 +01:00
Julius Härtl 2c51aa7d27
Bump dependencies
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-01-14 14:27:37 +01:00
dependabot-preview[bot] 64c1aca6c4
Bump css-loader from 3.4.0 to 3.4.1
Bumps [css-loader](https://github.com/webpack-contrib/css-loader) from 3.4.0 to 3.4.1.
- [Release notes](https://github.com/webpack-contrib/css-loader/releases)
- [Changelog](https://github.com/webpack-contrib/css-loader/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack-contrib/css-loader/compare/v3.4.0...v3.4.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-01-09 21:33:48 +01:00
Julius Härtl f419d28489
Bump bundles
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-01-09 21:28:51 +01:00
Julius Härtl 80f8cb775f
Bump bundles
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-01-09 18:51:36 +01:00
Julius Härtl 00b3f83dfb
Only register viewer plugin once
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-01-09 15:52:45 +01:00
Julius Härtl 290af2b602
Add more mimetypes for plain text editing
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-01-03 11:04:03 +01:00
Jan-Christoph Borchardt 8576bde0aa
Fix design of menububble for adding links
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
2020-01-03 10:57:54 +01:00
Julius Härtl f31eec27dd
Revert "Add more mimetypes for plain text editing" 2020-01-02 18:51:30 +01:00
Julius Härtl 966911a2eb
Add more mimetypes for plain text editing
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-01-02 15:40:19 +01:00
Julius Härtl 40ba11c23a
Bump bundles
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-01-02 12:47:26 +01:00
dependabot-preview[bot] 383efc8e4b Bump webpack from 4.41.3 to 4.41.4
Bumps [webpack](https://github.com/webpack/webpack) from 4.41.3 to 4.41.4.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v4.41.3...v4.41.4)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
2019-12-23 15:23:37 +00:00
dependabot-preview[bot] 837e57bda8 Bump @nextcloud/event-bus from 0.2.1 to 1.0.0
Bumps [@nextcloud/event-bus](https://github.com/nextcloud/nextcloud-event-bus) from 0.2.1 to 1.0.0.
- [Release notes](https://github.com/nextcloud/nextcloud-event-bus/releases)
- [Commits](https://github.com/nextcloud/nextcloud-event-bus/compare/v0.2.1...v1.0.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
2019-12-23 12:53:51 +00:00
dependabot-preview[bot] 6293fc09d3 Bump @babel/preset-env from 7.7.6 to 7.7.7
Bumps [@babel/preset-env](https://github.com/babel/babel) from 7.7.6 to 7.7.7.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/compare/v7.7.6...v7.7.7)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
2019-12-23 11:44:18 +00:00
dependabot-preview[bot] 3f5c942ad0 Bump prosemirror-markdown from 1.4.3 to 1.4.4
Bumps [prosemirror-markdown](https://github.com/prosemirror/prosemirror-markdown) from 1.4.3 to 1.4.4.
- [Release notes](https://github.com/prosemirror/prosemirror-markdown/releases)
- [Changelog](https://github.com/ProseMirror/prosemirror-markdown/blob/master/CHANGELOG.md)
- [Commits](https://github.com/prosemirror/prosemirror-markdown/compare/1.4.3...1.4.4)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
2019-12-23 09:50:20 +00:00
dependabot-preview[bot] adf8cbfecf Bump @nextcloud/router from 0.1.0 to 1.0.0
Bumps [@nextcloud/router](https://github.com/nextcloud/nextcloud-router) from 0.1.0 to 1.0.0.
- [Release notes](https://github.com/nextcloud/nextcloud-router/releases)
- [Commits](https://github.com/nextcloud/nextcloud-router/compare/v0.1.0...v1.0.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
2019-12-23 07:42:56 +00:00
dependabot-preview[bot] ed24a74492 Bump @nextcloud/vue from 1.2.2 to 1.2.3
Bumps [@nextcloud/vue](https://github.com/nextcloud/nextcloud-vue) from 1.2.2 to 1.2.3.
- [Release notes](https://github.com/nextcloud/nextcloud-vue/releases)
- [Commits](https://github.com/nextcloud/nextcloud-vue/compare/v1.2.2...v1.2.3)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
2019-12-22 10:00:01 +00:00
Julius Härtl b21f51cfd5
Do not connect to a session on other file lists
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-12-19 10:13:23 +01:00
Julius Härtl e5d7fc979c
Bump tiptap
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-12-18 12:47:59 +01:00
dependabot-preview[bot] 622eda1286 Bump prosemirror-view from 1.13.4 to 1.13.7
Bumps [prosemirror-view](https://github.com/prosemirror/prosemirror-view) from 1.13.4 to 1.13.7.
- [Release notes](https://github.com/prosemirror/prosemirror-view/releases)
- [Changelog](https://github.com/ProseMirror/prosemirror-view/blob/master/CHANGELOG.md)
- [Commits](https://github.com/prosemirror/prosemirror-view/compare/1.13.4...1.13.7)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
2019-12-17 22:16:24 +00:00
Julius Härtl f3774a99dc
Bump bundles
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-12-17 20:44:45 +01:00
Jan-Christoph Borchardt 3abe1ba713 Rich workspaces: Slightly reduce vertical space, fix formatting bar overlapping files controls bar
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
2019-12-10 12:32:06 +00:00
Julius Härtl 5e652bfe93
Bump bundles
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-12-06 15:05:03 +01:00
Julius Härtl 6b7d87ff4f
Bump bundles
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-12-06 14:12:32 +01:00
Julius Härtl 100d61cf16
Update @nextcloud/vue
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-12-06 12:17:27 +01:00
Julius Härtl 9e9388585d
Bump bundles
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-12-02 12:29:52 +01:00
Julius Härtl fa2978bf6b
Bump bundes
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-12-02 09:26:49 +01:00
Julius Härtl 6012d2c734
Bump bundles
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-11-28 19:31:37 +01:00
dependabot-preview[bot] 5afba747aa
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>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
2019-11-15 07:54:22 +01:00
Jan-Christoph Borchardt 2b55970615
Add more top spacing to h1 and h2
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
2019-11-07 18:30:55 +01:00
Julius Härtl d62aab20cb
Bump bundles
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-11-05 12:46:17 +01:00
Julius Härtl 35536392ec
Ignore bundle check again
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-11-05 09:57:40 +01:00
Julius Härtl f9469bb40a
Bump bundles
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-11-04 19:39:01 +01:00
Julius Härtl 48ab0b7741
Bump bundles
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-10-28 11:51:12 +01:00
Julius Härtl b76f2e90f3
Bump bundles
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-10-25 10:10:55 +02:00
Julius Härtl 65c0045ac5
Bump bundles
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-10-08 21:55:14 +02:00
Julius Härtl 73b401b71d
Bump bundles
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-10-08 12:48:01 +02:00
Roeland Jago Douma 4bbbee4df1
Fix NPM audit
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-10-03 15:31:57 +02:00
Julius Härtl 930909d7ad Use tightLists option
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
2019-09-04 08:44:00 +00:00
Julius Härtl 9c82ad4fe3 Always make sure to get the latest sendable steps when retrying
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
2019-08-06 08:44:32 +00:00
dependabot-preview[bot] 6b88f2d4fe Bump webpack from 4.38.0 to 4.39.1
Bumps [webpack](https://github.com/webpack/webpack) from 4.38.0 to 4.39.1.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v4.38.0...v4.39.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
2019-08-02 20:02:16 +00:00
dependabot-preview[bot] 9b33f90089 Bump webpack from 4.36.1 to 4.37.0
Bumps [webpack](https://github.com/webpack/webpack) from 4.36.1 to 4.37.0.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v4.36.1...v4.37.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
2019-07-28 11:10:56 +00:00