Commit Graph

4746 Commits

Author SHA1 Message Date
dependabot[bot] 73391bd572
Build(deps): Bump buildjet/cache from 3 to 4
Bumps [buildjet/cache](https://github.com/buildjet/cache) from 3 to 4.
- [Changelog](https://github.com/BuildJet/cache/blob/main/RELEASES.md)
- [Commits](https://github.com/buildjet/cache/compare/v3...v4)

---
updated-dependencies:
- dependency-name: buildjet/cache
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-03 02:01:57 +00:00
Nextcloud bot 11c4a4ed9a
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-02-03 00:26:45 +00:00
Marcel Klehr 6ced56ac21 fix(cs:fix)
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
2024-02-02 20:04:13 +01:00
Marcel Klehr ebc52b0093 fix(eslint)
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
2024-02-02 20:02:01 +01:00
Marcel Klehr 8376c2e684 fix(psalm): Add stubs
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
2024-02-02 19:34:37 +01:00
Marcel Klehr fcc2029427 fix(Copyright): Hello 2024
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
2024-02-02 19:34:37 +01:00
Marcel Klehr a1f4ed2835 fix(Settings.vue): Allow closing settings
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
2024-02-02 19:34:36 +01:00
Marcel Klehr 0b88a0158b
Merge pull request #2128 from nextcloud/dependabot/npm_and_yarn/axios-1.6.7
Build(deps): Bump axios from 1.4.0 to 1.6.7
2024-02-02 19:24:45 +01:00
dependabot[bot] 7c42332972
Build(deps): Bump axios from 1.4.0 to 1.6.7
Bumps [axios](https://github.com/axios/axios) from 1.4.0 to 1.6.7.
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](https://github.com/axios/axios/compare/v1.4.0...v1.6.7)

---
updated-dependencies:
- dependency-name: axios
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-02 18:19:53 +00:00
Marcel Klehr 5f1a02b78c fix(nextcloud libs): Update & prune dependencies
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
2024-02-02 19:18:52 +01:00
Marcel Klehr 31515a1b90 fix(Run lint:fix)
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
2024-02-02 18:45:39 +01:00
Marcel Klehr aff5756060 fix(SettingsControllerTest)
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
2024-02-02 18:45:02 +01:00
Marcel Klehr e05ca41d6d fix(SettingsControllerTest)
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
2024-02-02 18:32:18 +01:00
Nextcloud bot 9170eeec77
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-02-02 00:27:31 +00:00
Marcel Klehr 1c85d4f5ff fix(ui): Scale down icons to 20px
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
2024-02-01 17:44:33 +01:00
Marcel Klehr 800f7abbfc overhaul settings: Use settings modal
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
2024-02-01 17:44:33 +01:00
Marcel Klehr 13fb6e7743 fix(SettingsController): NoAdminRequired
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
2024-02-01 17:44:33 +01:00
Marcel Klehr 7ad82c7948 fix(NcSelect): Migrate to new event names
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
2024-02-01 17:44:33 +01:00
Marcel Klehr 649c067969 migrate(nc-vue): Upgrade to v8.x
fixes #2034
fixes #1157

Signed-off-by: Marcel Klehr <mklehr@gmx.net>
2024-02-01 17:44:33 +01:00
Nextcloud bot a2932534a7
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-02-01 00:26:33 +00:00
Nextcloud bot 67853e388b
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-01-31 00:27:15 +00:00
Marcel Klehr 1b6b82f575
Merge pull request #2124 from nextcloud/rakekniven-patch-1
fix(i18n): Improved grammar
2024-01-30 19:20:21 +01:00
rakekniven 038d7ac971
fix(i18n): Improved grammar
Reported at Transifex

Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>
2024-01-30 17:15:01 +01:00
Nextcloud bot fd1a786a5f
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-01-30 00:26:26 +00:00
Nextcloud bot 868653fc6d
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-01-29 00:26:55 +00:00
Marcel Klehr 6fe0d9ef67 feat(disable archive): Allow disabling archive functionality
also don't display content pane when archive or scraping is disabled

fixes #2009

Signed-off-by: Marcel Klehr <mklehr@gmx.net>
2024-01-28 12:55:09 +01:00
Marcel Klehr 4121990c3e refactor(settings): Create a UserSettingsService and load all settings via initial state
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
2024-01-28 12:25:40 +01:00
Marcel Klehr a5752fe42a fix(Controls): Debounce new search bar
fixes #2110

Signed-off-by: Marcel Klehr <mklehr@gmx.net>
2024-01-27 18:31:16 +01:00
Nextcloud bot efa540b94c
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-01-27 00:45:39 +00:00
Nextcloud bot 860ba9d3fc
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-01-21 00:46:09 +00:00
Nextcloud bot 1d8760fa93
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-01-16 00:26:21 +00:00
Nextcloud bot 0514480172
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-01-15 00:26:02 +00:00
Nextcloud bot 1977062701
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-01-10 00:28:24 +00:00
Nextcloud bot 4d63080a92
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-01-04 00:27:54 +00:00
Marcel Klehr 9ae5a7b471 fix(BookmarkMapper#_selectTags): Always return a string for tags column
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
2024-01-03 16:52:09 +01:00
Marcel Klehr 29e6b0b98f fix(OrphanedTreeItemsRepairStepTest)
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
2024-01-03 16:30:42 +01:00
Marcel Klehr 97e0b152cd fix(OrphanedTreeItemsRepairStepTest)
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
2024-01-03 16:26:44 +01:00
Marcel Klehr 9fbb5351b8 fix(TreeMCacheManager#remove)
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
2024-01-03 16:07:45 +01:00
Marcel Klehr 007c23bc09 fix(TreeMCacheManager#remove)
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
2024-01-03 14:15:03 +01:00
Marcel Klehr a37689fbdf fix(TreeMCacheManager#remove)
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
2024-01-03 14:02:10 +01:00
Marcel Klehr 61d9750b9f fix(TreeMapper#getChildren): Add more aggressive per-layer caching
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
2024-01-03 13:57:22 +01:00
Marcel Klehr c2213b9e09 fix(BookmarkWithTagsAndParent): Avoid requerying tags if a bookmark has no tags
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
2024-01-03 13:56:52 +01:00
Marcel Klehr 3d51a44fd0 fix(Authorizer): Don't run login again if there is already a session based on basic auth
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
2024-01-02 16:04:13 +01:00
Nextcloud bot 85ed3ed37c
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-12-30 00:30:48 +00:00
Nextcloud bot 0a29b3e3d1
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-12-27 00:27:54 +00:00
Nextcloud bot 2a89f6c186
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-12-26 00:29:12 +00:00
Nextcloud bot 17e6c993d6
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-12-24 00:29:37 +00:00
Nextcloud bot 02108e13ee
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-12-23 00:27:48 +00:00
Nextcloud bot 145724dc8b
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-12-20 00:27:09 +00:00
Marcel Klehr 4394527f37 v13.1.3
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
2023-12-18 16:54:07 +01:00