summaryrefslogtreecommitdiffstats
path: root/package-lock.json
AgeCommit message (Collapse)Author
2023-03-14Merge pull request #1623 from ↵violoncello.ch
nextcloud/dependabot/npm_and_yarn/nextcloud/vue-7.8.0 Chore(deps): Bump @nextcloud/vue from 7.4.0 to 7.8.0
2023-03-14Merge pull request #1603 from ↵violoncello.ch
nextcloud/dependabot/npm_and_yarn/nextcloud/eslint-config-8.2.1 bump @nextcloud/eslint-config from 8.2.0 to 8.2.1
2023-03-14Merge pull request #1643 from nextcloud/dependabot/npm_and_yarn/sass-1.59.2violoncello.ch
Bump sass from 1.57.1 to 1.59.2
2023-03-11Bump sass from 1.57.1 to 1.59.2dependabot[bot]
Bumps [sass](https://github.com/sass/dart-sass) from 1.57.1 to 1.59.2. - [Release notes](https://github.com/sass/dart-sass/releases) - [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md) - [Commits](https://github.com/sass/dart-sass/compare/1.57.1...1.59.2) --- updated-dependencies: - dependency-name: sass dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
2023-03-09Chore(deps): Bump @nextcloud/vue from 7.4.0 to 7.8.0dependabot[bot]
Bumps [@nextcloud/vue](https://github.com/nextcloud/nextcloud-vue) from 7.4.0 to 7.8.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.4.0...v7.8.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>
2023-03-09bump @nextcloud/eslint-config from 8.2.0 to 8.2.1dependabot[bot]
--- updated-dependencies: - dependency-name: "@nextcloud/eslint-config" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
2023-03-09Bump vue-material-design-icons from 5.1.2 to 5.2.0dependabot[bot]
Bumps [vue-material-design-icons](https://github.com/robcresswell/vue-material-design-icons) from 5.1.2 to 5.2.0. - [Release notes](https://github.com/robcresswell/vue-material-design-icons/releases) - [Changelog](https://github.com/robcresswell/vue-material-design-icons/blob/dev/CHANGELOG.md) - [Commits](https://github.com/robcresswell/vue-material-design-icons/compare/5.1.2...5.2.0) --- updated-dependencies: - dependency-name: vue-material-design-icons dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
2023-03-09Use new Mastodon like APILouis Chemineau
Revert "Revert "Merge pull request #1581 from nextcloud/artonge/feat/use_new_api"" This reverts commit c4eef0b2d476ffcf10cfc3a44ea426d3ec7587b4. Signed-off-by: Louis Chemineau <louis@chmn.me> Adapt views to new timeline api Signed-off-by: Louis Chemineau <louis@chmn.me> Add types Signed-off-by: Louis Chemineau <louis@chmn.me> Fix type errors Signed-off-by: Louis Chemineau <louis@chmn.me> Adapte front-end to mastodon data format + Add typing + Modernize code Signed-off-by: Louis Chemineau <louis@chmn.me> Use new API for media attachments + Split Composer.vue into tinier composent + Use blurhash value of attachments Signed-off-by: Louis Chemineau <louis@chmn.me> Fix media attachment rendering in post component Signed-off-by: Louis Chemineau <louis@chmn.me> Use square container to display statuses attachments Signed-off-by: Louis Chemineau <louis@chmn.me> Add typing to timeline.js And fix type errors Signed-off-by: Louis Chemineau <louis@chmn.me> Forward format to getStreamSelectSql for direct timeline Signed-off-by: Louis Chemineau <louis@chmn.me> Fix liked timeline Signed-off-by: Louis Chemineau <louis@chmn.me> Use new API for local and federated timelines Signed-off-by: Louis Chemineau <louis@chmn.me> Fix profile and avatar for local users Signed-off-by: Louis Chemineau <louis@chmn.me> Update babel config Signed-off-by: Louis Chemineau <louis@chmn.me> Improve typing in account.js Signed-off-by: Louis Chemineau <louis@chmn.me> Handle new notification format Signed-off-by: Louis Chemineau <louis@chmn.me> Fix follow button Signed-off-by: Louis Chemineau <louis@chmn.me> Fix condition of delete button for statuses Signed-off-by: Louis Chemineau <louis@chmn.me> Add relationship fetching Signed-off-by: Louis Chemineau <louis@chmn.me> Improve attachments viewer Signed-off-by: Louis Chemineau <louis@chmn.me> Correctly use twemoji Signed-off-by: Louis Chemineau <louis@chmn.me> Clean up composer Signed-off-by: Louis Chemineau <louis@chmn.me> Insert emoji on the last line instead of creating a new one Signed-off-by: Louis Chemineau <louis@chmn.me> Overall improvements in composer Signed-off-by: Louis Chemineau <louis@chmn.me> Clean up PreviewGridItem Signed-off-by: Louis Chemineau <louis@chmn.me> Fix fetching relationships Signed-off-by: Louis Chemineau <louis@chmn.me> Fix followers and following list Signed-off-by: Louis Chemineau <louis@chmn.me> Fix direct link to followers and following lists Signed-off-by: Louis Chemineau <louis@chmn.me> Fix notifications endpoint Signed-off-by: Louis Chemineau <louis@chmn.me> Handle different types of notifications Signed-off-by: Louis Chemineau <louis@chmn.me> Add formatted date as title for statuses Signed-off-by: Louis Chemineau <louis@chmn.me> Fix entryContent computed property Signed-off-by: Louis Chemineau <louis@chmn.me> Handle reblog Signed-off-by: Louis Chemineau <louis@chmn.me> Fix favourite type Signed-off-by: Louis Chemineau <louis@chmn.me> Load context of status for single post Signed-off-by: Louis Chemineau <louis@chmn.me> Use new format to set the uid in single post Signed-off-by: Louis Chemineau <louis@chmn.me> Fix display name property Signed-off-by: Louis Chemineau <louis@chmn.me> Hack to handle context of single post Signed-off-by: Louis Chemineau <louis@chmn.me> Use item id to fetch context Signed-off-by: Louis Chemineau <louis@chmn.me> Remove unsused variable Signed-off-by: Louis Chemineau <louis@chmn.me>
2023-01-16Add stylelintLouis Chemineau
Signed-off-by: Louis Chemineau <louis@chmn.me>
2023-01-14Merge pull request #1567 from nextcloud/dependabot/npm_and_yarn/linkifyjs-4.1.0violoncello.ch
Bump linkifyjs from 4.0.2 to 4.1.0
2023-01-14Merge pull request #1579 from ↵violoncello.ch
nextcloud/dependabot/npm_and_yarn/nextcloud/eslint-config-8.2.0 Bump @nextcloud/eslint-config from 8.1.4 to 8.2.0
2023-01-14Merge pull request #1577 from ↵violoncello.ch
nextcloud/dependabot/npm_and_yarn/nextcloud/logger-2.5.0 Bump @nextcloud/logger from 2.4.0 to 2.5.0
2023-01-14Bump @nextcloud/eslint-config from 8.1.4 to 8.2.0dependabot[bot]
Bumps [@nextcloud/eslint-config](https://github.com/nextcloud/eslint-config) from 8.1.4 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.4...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>
2023-01-14Bump @nextcloud/logger from 2.4.0 to 2.5.0dependabot[bot]
Bumps [@nextcloud/logger](https://github.com/nextcloud/nextcloud-logger) from 2.4.0 to 2.5.0. - [Release notes](https://github.com/nextcloud/nextcloud-logger/releases) - [Changelog](https://github.com/nextcloud/nextcloud-logger/blob/master/CHANGELOG.md) - [Commits](https://github.com/nextcloud/nextcloud-logger/compare/v2.4.0...v2.5.0) --- updated-dependencies: - dependency-name: "@nextcloud/logger" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
2023-01-14Bump @nextcloud/vue from 7.3.0 to 7.4.0dependabot[bot]
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>
2023-01-07Bump linkifyjs from 4.0.2 to 4.1.0dependabot[bot]
Bumps [linkifyjs](https://github.com/Hypercontext/linkifyjs/tree/HEAD/packages/linkifyjs) from 4.0.2 to 4.1.0. - [Release notes](https://github.com/Hypercontext/linkifyjs/releases) - [Changelog](https://github.com/Hypercontext/linkifyjs/blob/main/CHANGELOG.md) - [Commits](https://github.com/Hypercontext/linkifyjs/commits/v4.1.0/packages/linkifyjs) --- updated-dependencies: - dependency-name: linkifyjs dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
2023-01-04Run npm audit fixLouis Chemineau
Signed-off-by: Louis Chemineau <louis@chmn.me>
2023-01-04Fix cypress workflowLouis Chemineau
Signed-off-by: Louis Chemineau <louis@chmn.me>
2023-01-04Import and use needed linkify packagesLouis Chemineau
Signed-off-by: Louis Chemineau <louis@chmn.me>
2022-12-31Bump @nextcloud/router from 2.0.0 to 2.0.1dependabot[bot]
Bumps [@nextcloud/router](https://github.com/nextcloud/nextcloud-router) from 2.0.0 to 2.0.1. - [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/commits) --- updated-dependencies: - dependency-name: "@nextcloud/router" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
2022-12-28Bump @nextcloud/vue from 7.1.0 to 7.3.0dependabot[bot]
Bumps [@nextcloud/vue](https://github.com/nextcloud/nextcloud-vue) from 7.1.0 to 7.3.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.1.0...v7.3.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>
2022-12-28Merge pull request #1554 from nextcloud/dependabot/npm_and_yarn/sass-1.57.1violoncello.ch
Bump sass from 1.56.1 to 1.57.1
2022-12-24Bump sass from 1.56.1 to 1.57.1dependabot[bot]
Bumps [sass](https://github.com/sass/dart-sass) from 1.56.1 to 1.57.1. - [Release notes](https://github.com/sass/dart-sass/releases) - [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md) - [Commits](https://github.com/sass/dart-sass/compare/1.56.1...1.57.1) --- updated-dependencies: - dependency-name: sass dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
2022-12-17Bump @nextcloud/axios from 2.2.0 to 2.3.0dependabot[bot]
Bumps [@nextcloud/axios](https://github.com/nextcloud/nextcloud-axios) from 2.2.0 to 2.3.0. - [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/v2.2.0...v2.3.0) --- updated-dependencies: - dependency-name: "@nextcloud/axios" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
2022-12-07Merge pull request #1542 from ↵Maxence Lange
nextcloud/dependabot/npm_and_yarn/nextcloud/axios-2.2.0 Bump @nextcloud/axios from 2.0.0 to 2.2.0
2022-12-07Merge pull request #1477 from nextcloud/dependabot/npm_and_yarn/tributejs-5.1.3Maxence Lange
Bump tributejs from 3.7.3 to 5.1.3
2022-12-07Merge pull request #1490 from nextcloud/dependabot/npm_and_yarn/linkifyjs-4.0.2Maxence Lange
Bump linkifyjs from 2.1.9 to 4.0.2
2022-12-07Merge pull request #1540 from ↵Maxence Lange
nextcloud/dependabot/npm_and_yarn/nextcloud/stylelint-config-2.3.0 Bump @nextcloud/stylelint-config from 2.2.0 to 2.3.0
2022-12-07Merge pull request #1467 from nextcloud/dependabot/npm_and_yarn/vue-router-3.6.5Maxence Lange
Bump vue-router from 3.5.3 to 3.6.5
2022-12-07Bump tributejs from 3.7.3 to 5.1.3dependabot[bot]
Bumps [tributejs](https://github.com/zurb/tribute) from 3.7.3 to 5.1.3. - [Release notes](https://github.com/zurb/tribute/releases) - [Commits](https://github.com/zurb/tribute/compare/3.7.3...5.1.3) --- updated-dependencies: - dependency-name: tributejs dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
2022-12-07Merge pull request #1387 from ↵Maxence Lange
nextcloud/dependabot/npm_and_yarn/v-tooltip-4.0.0-beta.0 Bump v-tooltip from 3.0.0-alpha.21 to 4.0.0-beta.0
2022-12-07Bump @nextcloud/axios from 2.0.0 to 2.2.0dependabot[bot]
Bumps [@nextcloud/axios](https://github.com/nextcloud/nextcloud-axios) from 2.0.0 to 2.2.0. - [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/v2.0.0...v2.2.0) --- updated-dependencies: - dependency-name: "@nextcloud/axios" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
2022-12-07Bump linkifyjs from 2.1.9 to 4.0.2dependabot[bot]
Bumps [linkifyjs](https://github.com/Hypercontext/linkifyjs/tree/HEAD/packages/linkifyjs) from 2.1.9 to 4.0.2. - [Release notes](https://github.com/Hypercontext/linkifyjs/releases) - [Changelog](https://github.com/Hypercontext/linkifyjs/blob/main/CHANGELOG.md) - [Commits](https://github.com/Hypercontext/linkifyjs/commits/v4.0.2/packages/linkifyjs) --- updated-dependencies: - dependency-name: linkifyjs dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
2022-12-07Bump @nextcloud/stylelint-config from 2.2.0 to 2.3.0dependabot[bot]
Bumps [@nextcloud/stylelint-config](https://github.com/nextcloud/stylelint-config) from 2.2.0 to 2.3.0. - [Release notes](https://github.com/nextcloud/stylelint-config/releases) - [Changelog](https://github.com/nextcloud/stylelint-config/blob/master/CHANGELOG.md) - [Commits](https://github.com/nextcloud/stylelint-config/compare/v2.2.0...v2.3.0) --- updated-dependencies: - dependency-name: "@nextcloud/stylelint-config" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
2022-12-07Bump vue-router from 3.5.3 to 3.6.5dependabot[bot]
Bumps [vue-router](https://github.com/vuejs/router) from 3.5.3 to 3.6.5. - [Release notes](https://github.com/vuejs/router/releases) - [Commits](https://github.com/vuejs/router/commits) --- updated-dependencies: - dependency-name: vue-router dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
2022-12-07Merge pull request #1541 from ↵Maxence Lange
nextcloud/dependabot/npm_and_yarn/jest-serializer-vue-3.1.0 Bump jest-serializer-vue from 2.0.2 to 3.1.0
2022-12-03Bump @nextcloud/vue from 7.0.1 to 7.1.0dependabot[bot]
Bumps [@nextcloud/vue](https://github.com/nextcloud/nextcloud-vue) from 7.0.1 to 7.1.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.0.1...v7.1.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>
2022-11-26Bump jest-serializer-vue from 2.0.2 to 3.1.0dependabot[bot]
Bumps [jest-serializer-vue](https://github.com/eddyerburgh/jest-serializer-vue) from 2.0.2 to 3.1.0. - [Release notes](https://github.com/eddyerburgh/jest-serializer-vue/releases) - [Changelog](https://github.com/eddyerburgh/jest-serializer-vue/blob/master/CHANGELOG.md) - [Commits](https://github.com/eddyerburgh/jest-serializer-vue/commits) --- updated-dependencies: - dependency-name: jest-serializer-vue dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
2022-11-21Merge pull request #1242 from ↵Maxence Lange
nextcloud/dependabot/npm_and_yarn/nextcloud/router-2.0.0 Bump @nextcloud/router from 1.2.0 to 2.0.0
2022-11-21Merge pull request #1534 from ↵Maxence Lange
nextcloud/dependabot/npm_and_yarn/vue-tribute-1.0.7 Bump vue-tribute from 1.0.6 to 1.0.7
2022-11-21Merge pull request #1532 from nextcloud/dependabot/npm_and_yarn/jest-29.3.1Maxence Lange
Bump jest from 29.2.2 to 29.3.1
2022-11-21Merge pull request #1533 from ↵Maxence Lange
nextcloud/dependabot/npm_and_yarn/nextcloud/eslint-config-8.1.4 Bump @nextcloud/eslint-config from 8.1.2 to 8.1.4
2022-11-19Bump vue-tribute from 1.0.6 to 1.0.7dependabot[bot]
Bumps [vue-tribute](https://github.com/syropian/vue-tribute) from 1.0.6 to 1.0.7. - [Release notes](https://github.com/syropian/vue-tribute/releases) - [Commits](https://github.com/syropian/vue-tribute/compare/v1.0.6...v1.0.7) --- updated-dependencies: - dependency-name: vue-tribute dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
2022-11-19Bump @nextcloud/eslint-config from 8.1.2 to 8.1.4dependabot[bot]
Bumps [@nextcloud/eslint-config](https://github.com/nextcloud/eslint-config) from 8.1.2 to 8.1.4. - [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.2...v8.1.4) --- updated-dependencies: - dependency-name: "@nextcloud/eslint-config" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
2022-11-19Bump jest from 29.2.2 to 29.3.1dependabot[bot]
Bumps [jest](https://github.com/facebook/jest/tree/HEAD/packages/jest) from 29.2.2 to 29.3.1. - [Release notes](https://github.com/facebook/jest/releases) - [Changelog](https://github.com/facebook/jest/blob/main/CHANGELOG.md) - [Commits](https://github.com/facebook/jest/commits/v29.3.1/packages/jest) --- updated-dependencies: - dependency-name: jest dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
2022-11-18Bump loader-utils from 1.4.1 to 1.4.2dependabot[bot]
Bumps [loader-utils](https://github.com/webpack/loader-utils) from 1.4.1 to 1.4.2. - [Release notes](https://github.com/webpack/loader-utils/releases) - [Changelog](https://github.com/webpack/loader-utils/blob/v1.4.2/CHANGELOG.md) - [Commits](https://github.com/webpack/loader-utils/compare/v1.4.1...v1.4.2) --- updated-dependencies: - dependency-name: loader-utils dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
2022-11-13Merge pull request #1525 from nextcloud/dependabot/npm_and_yarn/sass-1.56.1violoncello.ch
Bump sass from 1.56.0 to 1.56.1
2022-11-13Bump @nextcloud/router from 1.2.0 to 2.0.0dependabot[bot]
Bumps [@nextcloud/router](https://github.com/nextcloud/nextcloud-router) from 1.2.0 to 2.0.0. - [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.2.0...v2.0.0) Signed-off-by: dependabot[bot] <support@github.com>
2022-11-13Merge pull request #1523 from ↵violoncello.ch
nextcloud/dependabot/npm_and_yarn/loader-utils-1.4.1 Bump loader-utils from 1.4.0 to 1.4.1
2022-11-12Bump @nextcloud/logger from 2.2.1 to 2.4.0dependabot[bot]
Bumps [@nextcloud/logger](https://github.com/nextcloud/nextcloud-logger) from 2.2.1 to 2.4.0. - [Release notes](https://github.com/nextcloud/nextcloud-logger/releases) - [Changelog](https://github.com/nextcloud/nextcloud-logger/blob/master/CHANGELOG.md) - [Commits](https://github.com/nextcloud/nextcloud-logger/compare/v2.2.1...v2.4.0) --- updated-dependencies: - dependency-name: "@nextcloud/logger" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>