Commit Graph

3900 Commits

Author SHA1 Message Date
Marcel Klehr 3db5ab3125 Use webpack code splitting
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
2021-07-24 21:55:56 +02:00
Marcel Klehr 30fa51b459 Update webpack and babel config
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
2021-07-24 21:55:56 +02:00
Marcel Klehr 18722b5b87 Fix streamFor after Guzzle update
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
2021-07-24 21:55:23 +02:00
Marcel Klehr 1c381c7529 Fix hash endpoint: Allow hashing with tags
fixes #1606

Signed-off-by: Marcel Klehr <mklehr@gmx.net>
2021-07-24 14:12:25 +02:00
dependabot[bot] 5ca40abef9 Bump guzzlehttp/psr7 from 1.8.2 to 2.0.0
Bumps [guzzlehttp/psr7](https://github.com/guzzle/psr7) from 1.8.2 to 2.0.0.
- [Release notes](https://github.com/guzzle/psr7/releases)
- [Changelog](https://github.com/guzzle/psr7/blob/master/CHANGELOG.md)
- [Commits](https://github.com/guzzle/psr7/compare/1.8.2...2.0.0)

---
updated-dependencies:
- dependency-name: guzzlehttp/psr7
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-07-24 13:42:36 +02:00
dependabot-preview[bot] 4fb7821904 Bump css-loader from 5.2.1 to 5.2.4
Bumps [css-loader](https://github.com/webpack-contrib/css-loader) from 5.2.1 to 5.2.4.
- [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/v5.2.1...v5.2.4)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-07-24 13:38:02 +02:00
dependabot-preview[bot] 5d4c3c5340 Bump @babel/core from 7.13.15 to 7.13.16
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.13.15 to 7.13.16.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.13.16/packages/babel-core)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-07-24 13:37:42 +02:00
dependabot-preview[bot] 7d2fdb9393 Bump @nextcloud/router from 1.2.0 to 2.0.0
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-preview[bot] <support@dependabot.com>
2021-07-24 13:28:37 +02:00
dependabot-preview[bot] 55936095ff Bump humanize-duration from 3.25.1 to 3.25.2
Bumps [humanize-duration](https://github.com/EvanHahn/HumanizeDuration.js) from 3.25.1 to 3.25.2.
- [Release notes](https://github.com/EvanHahn/HumanizeDuration.js/releases)
- [Changelog](https://github.com/EvanHahn/HumanizeDuration.js/blob/main/HISTORY.md)
- [Commits](https://github.com/EvanHahn/HumanizeDuration.js/compare/v3.25.1...v3.25.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-07-24 13:27:55 +02:00
dependabot[bot] 0662c3d064 Bump xantios/mimey from 2.1.1 to 2.2.0
Bumps [xantios/mimey](https://github.com/Xantios/mimey) from 2.1.1 to 2.2.0.
- [Release notes](https://github.com/Xantios/mimey/releases)
- [Commits](https://github.com/Xantios/mimey/compare/v2.1.1...v2.2.0)

---
updated-dependencies:
- dependency-name: xantios/mimey
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-07-24 13:26:13 +02:00
dependabot[bot] 541fbcad6e Bump vimeo/psalm from 4.7.3 to 4.8.1
Bumps [vimeo/psalm](https://github.com/vimeo/psalm) from 4.7.3 to 4.8.1.
- [Release notes](https://github.com/vimeo/psalm/releases)
- [Commits](https://github.com/vimeo/psalm/compare/4.7.3...4.8.1)

---
updated-dependencies:
- dependency-name: vimeo/psalm
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-07-24 13:24:36 +02:00
Marcel Klehr a5fe110398 bookmark endpoint: Fix performance by introducing supporting query
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
2021-07-24 12:36:26 +02:00
Marcel Klehr fd9bb1bf82 DB: Add new composite index for bookmarks_shared_folders
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
2021-07-24 12:36:26 +02:00
John Molakvoæ fc84c29e05
Merge pull request #1592 from nextcloud/feat/workflow-auto-update 2021-07-24 11:47:02 +02:00
Nextcloud bot 8c7ed065d9 Updating node.yml workflow from template
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2021-07-24 07:34:21 +00:00
Nextcloud bot 265a2714fb
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2021-07-20 02:06:24 +00:00
Marcel Klehr b98149bc7c v4.3.0
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
2021-07-18 18:48:25 +02:00
Marcel Klehr 3a5ae52d36 CI: Fix psalm workflow
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
2021-07-18 13:47:30 +02:00
Marcel Klehr 5f88feffc1 CI: Floccus workflow: Pin mariadb to 10.5
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
2021-07-18 13:45:44 +02:00
Marcel Klehr 8a50c7a9f9 CI: Run psalm check on nc 22
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
2021-07-18 13:44:54 +02:00
Marcel Klehr 104a9729bc CI: Fix repair workflows
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
2021-07-18 13:37:03 +02:00
Marcel Klehr 9baa53a821 CI: Fix repair and upgrade workflows
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
2021-07-18 13:32:07 +02:00
Marcel Klehr c07db8ada5 CI: Fix repair and upgrade workflows
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
2021-07-18 13:21:59 +02:00
Marcel Klehr e04bf5cce3 CI: Fix repair and upgrade workflows
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
2021-07-18 13:11:55 +02:00
Marcel Klehr 36d5173814 CI: Fix repair workflow
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
2021-07-18 13:04:41 +02:00
Marcel Klehr f1f5559624 CI: Fix upgrade workflow
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
2021-07-18 13:00:31 +02:00
Marcel Klehr 9f845a3401 CI: Fix upgrade workflow
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
2021-07-18 12:54:28 +02:00
Marcel Klehr d0d5e1f570 CI: Fix upgrade workflow
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
2021-07-18 12:52:26 +02:00
Marcel Klehr 2ba064c90d Update screenshots
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
2021-07-18 12:17:44 +02:00
Marcel Klehr e132704ddd CI: Pin mariadb at 10.5
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
2021-07-18 12:03:00 +02:00
Marcel Klehr 991e878dbb Migration: Add clickcount indices
fixes #1588

Signed-off-by: Marcel Klehr <mklehr@gmx.net>
2021-07-18 11:56:49 +02:00
Marcel Klehr 2501daf91a API: Make permission errors emit status 403
fixes #1602

Signed-off-by: Marcel Klehr <mklehr@gmx.net>
2021-07-18 11:46:36 +02:00
Marcel Klehr bb3bc25dcc Catch UrlParseErrors
fixes #1598

Signed-off-by: Marcel Klehr <mklehr@gmx.net>
2021-07-18 11:41:59 +02:00
Marcel Klehr 47a98e2f2b SidebarBookmark: Open multiselect below
fixes #1554

Signed-off-by: Marcel Klehr <mklehr@gmx.net>
2021-07-18 11:36:58 +02:00
Nextcloud bot 5b48d39435
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2021-07-18 02:29:14 +00:00
Nextcloud bot 50c282b0dc
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2021-07-17 02:48:15 +00:00
Nextcloud bot 38f19024da
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2021-07-10 02:35:22 +00:00
Nextcloud bot 5c21dd7788
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2021-07-09 02:29:40 +00:00
emasty de1722da50 Update README.md
Added link for Bookmarks for Nextcloud Android app
2021-07-06 22:56:49 +02:00
Nextcloud bot e892f05229
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2021-07-04 02:29:15 +00:00
Nextcloud bot e6b4bdb8ed
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2021-06-29 02:29:46 +00:00
Nextcloud bot ba5489b0e1
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2021-06-28 02:28:58 +00:00
Nextcloud bot 4045795a9e
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2021-06-27 02:29:34 +00:00
Marcel Klehr 934236e3bf CI psalm: Update v21 API to latest
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
2021-06-24 12:45:26 +02:00
Marcel Klehr 30c206a817 Fix psalm errors
See psalm.dev/230

Signed-off-by: Marcel Klehr <mklehr@gmx.net>
2021-06-24 12:45:26 +02:00
Marcel Klehr fcb7577377
Merge pull request #1589 from nextcloud/fix/orphaned-tree-items-repair-step 2021-06-24 12:22:32 +02:00
Marcel Klehr 0c2ca30b01 More tests
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
2021-06-23 15:08:28 +02:00
Marcel Klehr 901a4d6693 Fix SQLite support
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
2021-06-23 14:30:10 +02:00
Marcel Klehr 3aa8ac7498 Fix OrphanedTreeItemsRepairStep
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
2021-06-23 13:40:47 +02:00
Nextcloud bot 339c528d3b
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2021-06-23 02:29:58 +00:00