Thomas Citharel
79adeb8b08
feat(dav): Directly access shared calendars by URI
...
Each time we access a shared calendar details (with getChild), this loads every user's calendars and iterates until the correct one is found.
Now we lookup from the shared calendars which ones has the correct URI, just iterating on the possible shares (for instance a calendar can be shared directly through user-to-user share or through user-to-group share).
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2023-02-13 09:27:29 +01:00
Julius Härtl
8f0849a317
Merge pull request #36568 from nextcloud/perf/flow-events
...
perf(workflowengine): Cache query that is performed on every request
2023-02-13 08:01:18 +01:00
Nextcloud bot
c3d00095c0
Fix(l10n): 🔠 Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-02-13 02:25:07 +00:00
Simon L
5912e8378b
Merge pull request #36673 from nextcloud/rakekniven-patch-1
...
l10n: Fixed grammar
2023-02-12 11:20:58 +01:00
Nextcloud bot
4774637b5f
Fix(l10n): 🔠 Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-02-12 02:25:57 +00:00
rakekniven
9d10607551
l10n: Fixed grammar
...
Reported at Transifex.
Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>
Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>
2023-02-11 21:54:06 +01:00
Pytal
b59b8fd808
Merge pull request #36232 from nextcloud/enh/a11y-user-menu
...
Port user menu to Vue
2023-02-10 19:22:45 -08:00
Nextcloud bot
fd2d91a77d
Fix(l10n): 🔠 Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-02-11 02:26:15 +00:00
Julius Härtl
aebf654214
perf(workflowengine): Cache query that is performed on every request
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2023-02-10 14:33:07 +01:00
Julius Härtl
e0946a1608
Merge pull request #36608 from nextcloud/storageinfo-no-explicit-setup
2023-02-10 12:18:39 +01:00
Julius Härtl
d9cd8b1d37
Merge pull request #36610 from nextcloud/folder-lazy-submounts
2023-02-10 09:09:08 +01:00
Nextcloud bot
524db1c6dc
Fix(l10n): 🔠 Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-02-10 02:26:36 +00:00
Christopher Ng
c77998209f
Port user menu to Vue
...
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2023-02-09 17:54:59 -08:00
Joas Schilling
e47d56ac36
Merge pull request #36621 from nextcloud/perf/noid/only-check-for-token-when-it-can-actually-be
...
fix(performance): Only search for auth tokens when the provided login…
2023-02-10 01:29:30 +01:00
Joas Schilling
f0b6a6f307
Merge pull request #36637 from nextcloud/fix/noid/file-ref-provider-safer-match
2023-02-09 22:42:58 +01:00
Julius Härtl
6d77a53dfd
Merge pull request #36469 from nextcloud/perf/autoloading/files-external-authoritative-autoloader
2023-02-09 20:49:23 +01:00
Christoph Wurst
7aa78680bf
Merge pull request #36192 from nextcloud/fix/caldav-reminders/fix-timezone-drift-all-day-reminders
...
fix(caldav): Fix reminder timezone drift for all-day events
2023-02-09 19:28:42 +01:00
Joas Schilling
a81d8ecef5
Fix unit tests
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2023-02-09 16:15:47 +01:00
Julius Härtl
674f4e85e1
Merge pull request #36562 from nextcloud/debug/session-hash-slowdown
2023-02-09 16:08:07 +01:00
Christoph Wurst
a208cdebe0
perf(autoloading): Add authoritative autoloader for files_external
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2023-02-09 15:04:10 +00:00
Christoph Wurst
b5f7afd0fb
fix(caldav): Fix reminder timezone drift for all-day events
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2023-02-09 15:19:00 +01:00
Daniel
d4a9da0ffd
Merge pull request #36625 from nextcloud/automated/noid/master-update-psalm-baseline
...
[master] Update psalm-baseline.xml
2023-02-09 15:09:59 +01:00
Julien Veyssier
4ef2b27a47
safer URL match in FileReferenceProvider
...
Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
2023-02-09 14:33:19 +01:00
blizzz
2c05c2479e
Merge pull request #36629 from nextcloud/release/26.0.0_beta_3
...
26.0.0 beta 3
2023-02-09 14:06:20 +01:00
Julius Härtl
580feecdbf
fix(authtoken): Store only one hash for authtokens with the current password per user
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2023-02-09 13:44:00 +01:00
Julius Härtl
dd891e7e81
Merge pull request #36626 from nextcloud/perf/dav-auth-setupfs
2023-02-09 13:41:13 +01:00
Côme Chilliet
06f0da6d46
Merge pull request #36590 from nextcloud/enh/load-app-once
...
Make sure application are only loaded once
2023-02-09 13:09:10 +01:00
Robin Appelman
5bcf37b7ff
only fetch the data for mounts inside a folder when needed
...
for most operations we don't actually care about any mounts inside a folder, only for metadata that needs to propagate across storage boundaries (size, etag, mtime) do we need all the submount info.
By only loading this data when needed we can save a bunch of storage setup in a number of cases
Signed-off-by: Robin Appelman <robin@icewind.nl>
2023-02-09 11:39:00 +01:00
Côme Chilliet
d0eeb279b7
Merge pull request #36587 from nextcloud/revert/34906
...
Revert "update 64-bit check wording"
2023-02-09 11:19:14 +01:00
Arthur Schiwon
efe787aa38
26.0.0 beta 3
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2023-02-09 10:32:11 +01:00
Julius Härtl
7b413a41eb
perf(dav): Do not call general setupFS on ever dav auth
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2023-02-09 10:19:37 +01:00
dependabot[bot]
d5c40a66fc
Merge pull request #36627 from nextcloud/dependabot/npm_and_yarn/sideway/formula-3.0.1
2023-02-09 09:10:17 +00:00
Joas Schilling
7a85a1596e
fix(authentication): Check minimum length when creating app tokens
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2023-02-09 09:58:35 +01:00
dependabot[bot]
1ce56815cc
chore(deps): Bump @sideway/formula from 3.0.0 to 3.0.1
...
Bumps [@sideway/formula](https://github.com/sideway/formula ) from 3.0.0 to 3.0.1.
- [Release notes](https://github.com/sideway/formula/releases )
- [Commits](https://github.com/sideway/formula/compare/v3.0.0...v3.0.1 )
---
updated-dependencies:
- dependency-name: "@sideway/formula"
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-02-09 08:33:34 +00:00
nextcloud-command
259094897f
Update psalm baseline
...
Signed-off-by: GitHub <noreply@github.com>
2023-02-09 04:27:54 +00:00
Nextcloud bot
c10317f7f9
Fix(l10n): 🔠 Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-02-09 02:25:43 +00:00
Joas Schilling
03a585ab4f
fix(performance): Only search for auth tokens when the provided login is long enough
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2023-02-08 22:45:23 +01:00
Julius Härtl
08802ad13f
Merge pull request #36566 from nextcloud/mount-find-by-numeric-id
2023-02-08 20:04:57 +01:00
Robin Appelman
4532e52787
remove explicit setup when getting storage info
...
the implicit setup gets enough data without having to do a full setup.
Saves having to do a full fs setup for the files webui template
Signed-off-by: Robin Appelman <robin@icewind.nl>
2023-02-08 13:47:55 +01:00
Daniel
7341d339eb
Merge pull request #36598 from nextcloud/automated/noid/master-update-psalm-baseline
...
[master] Update psalm-baseline.xml
2023-02-08 13:01:54 +01:00
Louis
57c974f421
Merge pull request #36583 from nextcloud/artonge/fix/dont_scroll_hover_files-controls
...
Prevent scrolling hover .files-controls
2023-02-08 12:00:12 +01:00
Louis
df664ed073
Merge pull request #36564 from nextcloud/artonge/fix/restore_copy_button_text_on_error
...
Restore copy button text on directory fetch error
2023-02-08 12:00:05 +01:00
Anna
6236235d23
Merge pull request #36546 from nextcloud/enh/36543/allow-further-previews
...
imaginary - fix generation of heif, pdf, illustrator and svg thumbnails
2023-02-08 11:18:36 +01:00
Louis Chemineau
a547aff7a4
Restore copy button text on directory fetch error
...
Signed-off-by: Louis Chemineau <louis@chmn.me>
2023-02-08 10:54:17 +01:00
Louis Chemineau
47f406bda7
Prevent scrolling hover .files-controls
...
Signed-off-by: Louis Chemineau <louis@chmn.me>
2023-02-08 10:51:16 +01:00
Christoph Wurst
ee05e01cf4
Merge pull request #29010 from mattian/fix/19218/birthday-leap-day
...
dav: fix birthday calendar event generation for leap days
2023-02-08 08:55:22 +01:00
nextcloud-command
287f47da9d
Update psalm baseline
...
Signed-off-by: GitHub <noreply@github.com>
2023-02-08 04:29:11 +00:00
Nextcloud bot
1c7374ac58
Fix(l10n): 🔠 Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-02-08 02:25:16 +00:00
Simon L
112d516f27
imaginary - allow to generate heif, pdf and svg thumbnails
...
Signed-off-by: Simon L <szaimen@e.mail.de>
2023-02-08 00:25:18 +01:00
Pytal
b765a22705
Merge pull request #36570 from nextcloud/enh/a11y-profile-visibility-select
...
Port profile visibility select
2023-02-07 15:00:18 -08:00