Joas Schilling
6f079279d9
Adjust since version
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2023-11-08 11:23:39 +01:00
Joas Schilling
b864f3909f
fix(install): Make installing more verbose
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2023-11-03 15:46:06 +01:00
Nextcloud bot
0e44a73b13
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-11-03 00:26:48 +00:00
Git'Fellow
34acba0ae7
Merge pull request #41232 from nextcloud/backport/41230/stable27
...
[stable27] fix: add index on migration only if needed
2023-11-02 10:23:56 +01:00
Git'Fellow
659d7e2313
Return only if changed
...
Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
2023-11-02 01:10:35 +00:00
Git'Fellow
ad6ccdbd21
fix: add index on migration only if needed
...
Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
2023-11-02 01:10:35 +00:00
Nextcloud bot
d4e423fe0b
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-11-02 00:24:53 +00:00
Nextcloud bot
9c107da21e
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-11-01 00:28:55 +00:00
Grigorii K. Shartsev
e9189e0795
Merge pull request #41206 from nextcloud/fix/39565/race-condition-on-web-files-view
...
fix(files): race condition on web files view change
2023-10-31 18:59:38 +05:00
Nextcloud bot
e85f616399
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-10-31 00:26:29 +00:00
Grigorii K. Shartsev
d439417e17
chore(assets): Recompile assets
...
Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
2023-10-31 01:17:27 +01:00
Grigorii K. Shartsev
38dd8b3d27
fix(files): remove resetting and reload curr dir on show
...
It is handled by new navigation with Vue
Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
2023-10-31 01:17:22 +01:00
Grigorii K. Shartsev
ffda3db9e4
fix(files): add silent mode in legacy navigation
...
Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
2023-10-31 01:17:22 +01:00
dependabot[bot]
2aa15a1afe
Merge pull request #41161 from nextcloud/dependabot/npm_and_yarn/stable27/davclient.js-0.2.2
2023-10-30 12:43:29 +00:00
dependabot[bot]
17a04a092d
chore(deps): bump davclient.js from 0.2.1 to 0.2.2
...
Bumps [davclient.js](https://github.com/owncloud/davclient.js ) from 0.2.1 to 0.2.2.
- [Release notes](https://github.com/owncloud/davclient.js/releases )
- [Commits](1ab200d099...de93b734bd )
---
updated-dependencies:
- dependency-name: davclient.js
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2023-10-30 11:33:18 +00:00
Ferdinand Thiessen
a8855315d1
Merge pull request #41147 from nextcloud/backport/39743/stable27
...
[stable27] fix: Don't try to access null array
2023-10-30 11:03:07 +01:00
Ferdinand Thiessen
19c4fca0cc
Merge pull request #41186 from nextcloud/backport/41120/stable27
...
[stable27] Don't pass invalid streams to Imaginary
2023-10-30 10:50:42 +01:00
Nextcloud bot
5e6280d757
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-10-30 00:26:30 +00:00
Git'Fellow
71725553f2
Don't pass invalid streams to Imaginary
...
Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
Update Imaginary.php
Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
Update Imaginary.php
Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
2023-10-29 14:15:58 +00:00
Nextcloud bot
406aeb81f9
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-10-29 00:25:42 +00:00
F. E Noel Nfebe
1452773ed9
Merge pull request #40928 from nextcloud/backport/stable27/40927
...
[stable27] Allow share expiry dates lower than enforced limits
2023-10-28 10:31:26 +01:00
fenn-cs
2f0e9a80c5
Fix dupblicate sharing option
...
Allow download was duplicated via a rebase/merge action during
fe78157b77 this fixes that.
Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
2023-10-28 09:53:42 +01:00
fenn-cs
170a83a77e
Do not treat isDefaultExpireDateEnforced as fallback
...
`isDefaultExpireDateEnforced` and its corresponding `defaultExpirationDate`
is currently treated as the enforcement fallback when share type enforcements are not
set.
However, `isDefaultExpireDateEnforced` and `defaultExpirationDate` are actually more like
`isDefaultPublicExpireDateEnforced` and `defaultPublicExpirationDate` and therefore only applies
to public shares.
It might be ideal to rename this variables all the way from the backend config to the way we use
them in the frontend code.
Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2023-10-28 09:53:42 +01:00
fenn-cs
a5a9564069
Fix has expiration date logic
...
Current expiration date errorneously assumes that `defaultExpirationDate`
applies to all kinds of shares. But it only really applies to public shares despite
its name.
This commit, fixes that by paring expiration dates with the correct share types during
new share initialization and simplifying the `hasExpirationDate` (check) property.
Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
2023-10-28 09:53:41 +01:00
fenn-cs
77b047cc62
Check expiry enforcement for all share types
...
We should check that a maximum expiry date has been enforced for
all shares and NOT JUST FOR internal shares before enforcing a UI max date,
like in commit 9757e680e2
Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
2023-10-28 09:53:41 +01:00
fenn-cs
281e9ac559
Allow share expiry dates lower than enforced limits
...
Previously, users could change the share expiry date up
to the enforced maximum.
The new share flow imposed the enforced share expiry
date maximum literally and did not allow even dates
lower than the maximum enforced.
That does not make much sense, if the enforced expiry date is 30
days from creation date, then it's logical to allow users set the
date to anything less than 30 days from the creation date.
Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
2023-10-28 09:53:41 +01:00
Nextcloud bot
4f222b9fba
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-10-28 00:28:36 +00:00
Ferdinand Thiessen
443d15bac3
Merge pull request #41138 from nextcloud/backport/41117/stable27
...
[stable27] fix(login): Fix JS error on login grant page
2023-10-27 13:43:35 +02:00
Joas Schilling
c25ed7cadc
Merge pull request #40929 from nextcloud/backport/40865/stable27
...
[stable27] Fix version number in ITimeFactory after it was delayed
2023-10-27 10:40:19 +02:00
Git'Fellow
f3e27791dd
fix: don't try to access null array
...
Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
2023-10-27 06:54:25 +00:00
Nextcloud bot
abbad7bc53
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-10-27 00:27:54 +00:00
Jonas
c7403d433a
Merge pull request #41082 from nextcloud/backport/40482/stable27
...
[stable27] fix(isLegitimatedForUserId): Setup mountpoints to check file access
2023-10-27 00:26:07 +02:00
Jonas
9ed1bbee5c
enh(IMountManager): Add method to get MountPoint from CachedMountInfo
...
Signed-off-by: Jonas <jonas@freesources.org>
2023-10-26 22:21:08 +02:00
Jonas
a8c31ad285
fix(isLegitimatedForUserId): Setup mountpoints to check file access
...
This fixes workflows on groupfolders, as it will consider access to
files in groupfolders.
It also fixes false positives where access to files was limited by other
means not taken into account before, e.g. access control.
For postDelete events, check for permissions of the parent folder
instead, as the file itself no longer exists.
Fixes : nextcloud/flow_notifications#71
Signed-off-by: Jonas <jonas@freesources.org>
2023-10-26 22:21:08 +02:00
John Molakvoæ
565dc36226
Merge pull request #41104 from nextcloud/release/27.1.3
2023-10-26 19:20:58 +02:00
Magnus Anderssen
61a0b93a67
fix(grant): remove JS error on Grant page
...
Closes #41098
Signed-off-by: Magnus Anderssen <magnus@magooweb.com>
2023-10-26 14:17:52 +00:00
Joas Schilling
4fe430ccf2
Merge pull request #41124 from nextcloud/backport/41123/stable27
...
[stable27] fix(external): Get storage before update it
2023-10-26 07:58:33 +02:00
Joas Schilling
7105380511
fix(external): Get storage before update it
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2023-10-26 06:49:39 +02:00
Nextcloud bot
84c153e34c
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-10-26 00:26:44 +00:00
John Molakvoæ
73219b4a9d
27.1.3
...
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
2023-10-25 08:31:46 +02:00
Nextcloud bot
6295028913
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-10-25 00:43:42 +00:00
Nextcloud bot
eb83fcb63b
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-10-24 00:25:55 +00:00
Nextcloud bot
dc19882a7a
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-10-23 00:26:37 +00:00
Nextcloud bot
1d6fd5532b
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-10-22 00:28:48 +00:00
Nextcloud bot
423f4e6144
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-10-21 00:27:24 +00:00
Nextcloud bot
fe46f23a72
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-10-20 00:27:27 +00:00
John Molakvoæ
232484f0da
Merge pull request #40975 from nextcloud/release/27.1.3_rc2
2023-10-19 17:21:17 +02:00
John Molakvoæ
16e346a8cd
Merge pull request #40408 from nextcloud/automated/noid/stable27-update-psalm-baseline
2023-10-19 17:03:04 +02:00
Andy Scherzinger
1d73d95665
Merge pull request #40987 from nextcloud/backport/40977/stable27
...
[stable27] Update version.php to owncloud 10.13
2023-10-19 16:55:32 +02:00
Rello
c891071005
Update version.php to owncloud 10.13
...
ownCloud's current version is 10.13
migration was tested with a customer;
documentation was adjusted
https://github.com/nextcloud/documentation/pull/11225
Signed-off-by: Rello <Rello@users.noreply.github.com>
2023-10-19 14:54:15 +00:00