Commit Graph

69412 Commits (7442a88ac83f00051fbc8592c34819fa9d27764e)
 

Author SHA1 Message Date
Nextcloud bot aa0ff0fdd6
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
4 months ago
Nextcloud bot 1907af6d50
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
4 months ago
Daniel Kesselberg d91e15244e fix: make cancelOperation public
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
4 months ago
Git'Fellow 7e1fc484fc
Merge pull request #43510 from nextcloud/backport/42991/stable27
[stable27] Lower failed movie preview generation logs to level info
4 months ago
Git'Fellow 7f0a4e786c Lower failed movie preview to info
Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
4 months ago
Joas Schilling fb909f671e
Merge pull request #43504 from nextcloud/automated/noid/stable27-update-code-signing-crl
[stable27] fix(security): Update code signing revocation list
4 months ago
nextcloud-command ebc13c2d9e fix(security): Update code signing revocation list
Signed-off-by: GitHub <noreply@github.com>
4 months ago
Nextcloud bot 81e26506f9
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
4 months ago
Joas Schilling 75329bdf70
Merge pull request #43303 from nextcloud/backport/43296/stable27
[stable27] fix kerberos test successfull authentication detection
4 months ago
Benjamin Gaussorgues e0977d077e
27.1.7 RC1
Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>
4 months ago
Benjamin Gaussorgues d3252caeed
Merge pull request #43038 from nextcloud/fix/36463/preview-not-generated-stable27 4 months ago
Christoph Wurst bcd7d59a20 fix(session): Do not log fresh/empty session as error
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
4 months ago
Christoph Wurst db8252e82c fix(session): Log when crypto session data is lost
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
4 months ago
Joas Schilling 436759f317
Merge pull request #43455 from nextcloud/backport/43435/stable27
[stable27] do not break personal settings page is viewer is not there
4 months ago
Benjamin Gaussorgues 92df765457
Merge pull request #43246 from nextcloud/backport/41327/stable27 4 months ago
Git'Fellow ef786616ec
Merge pull request #43390 from nextcloud/backport/43131/stable27
[stable27] fix(files): Don't attempt to format a partial cache entry
4 months ago
Pytal 59caee00d0
Merge pull request #43368 from nextcloud/fix/trashbin-parse-dav
[stable27] fix: Fix resolved nextcloud/files dep version
4 months ago
Nextcloud bot 7fffac77b1
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
4 months ago
Christopher Ng c30c219657 chore: compile assets
Signed-off-by: Christopher Ng <chrng8@gmail.com>
4 months ago
Christopher Ng c020561a72 fix(settings): Fix incorrect user quota on page reload in non-English locales
Signed-off-by: Christopher Ng <chrng8@gmail.com>
4 months ago
Christopher Ng 9b164540d5 fix: Fix resolved nextcloud/files dep version
Signed-off-by: Christopher Ng <chrng8@gmail.com>
4 months ago
Simon L 86c8584cf0 fix psalm
Signed-off-by: Simon L <szaimen@e.mail.de>
4 months ago
Simon L c5cb2e86e3 do not break personal settings page is viewer is not there
Signed-off-by: Simon L <szaimen@e.mail.de>
4 months ago
Robin Appelman cd15c30619
Merge pull request #43420 from nextcloud/backport/41015/stable27
[stable27] continue background scanning different storages if one fails
4 months ago
Nextcloud bot 736c9d7b1e
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
4 months ago
Robin Appelman 00b9002785 continue background scanning different storages if one fails
Signed-off-by: Robin Appelman <robin@icewind.nl>
4 months ago
Matthieu Gallien 0620426726
Merge pull request #43374 from nextcloud/automated/noid/stable27-update-code-signing-crl
[stable27] fix(security): Update code signing revocation list
4 months ago
nextcloud-command d72e9faf6d fix(security): Update code signing revocation list
Signed-off-by: GitHub <noreply@github.com>
4 months ago
Nextcloud bot 462e42645c
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
4 months ago
Christoph Wurst d4e01fb0a1 fix(files): Don't attempt to format a partial cache entry
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
4 months ago
Nextcloud bot b84ee66baa
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
4 months ago
Côme Chilliet 3ad0dfb582
Merge pull request #43293 from nextcloud/backport/42811/stable27
[stable27] make failure to load app commands non-fatal
4 months ago
Joas Schilling bfe2cd314e
fix(CI): Checkout correct app branch
Signed-off-by: Joas Schilling <coding@schilljs.com>
4 months ago
Nextcloud bot a71b6ae432
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
4 months ago
Ferdinand Thiessen e536daea5d
Merge pull request #43279 from nextcloud/backport/43024/stable27
[stable27] Consider admin defaults when creating shares
4 months ago
nextcloud-command 2fa7b6e068 chore(assets): Recompile assets
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
4 months ago
fenn-cs 080390976f Use `@nextcloud/capabilities` to obtain share api defaults
- Remove redundant initial state added

- Call `getCapabilities()` in share config file.

Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
4 months ago
fenn-cs 73f0f7c198 Consider admin defaults when creating shares
The current share logic always uses the default `BUNDLED_PERMISSIONS.ALL`
which includes everything.

This commit updates share creation logic to use `defaultPermissions` if set
by admin for the creation of new shares.

Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
4 months ago
Nextcloud bot 29e9529119
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
4 months ago
Marcel Klehr b410c0fbf5
Merge pull request #43259 from nextcloud/fix/erroneous-nextcloud-files-update
[stable27] Roll back erroneous nextcloud/files update
4 months ago
nextcloud-command 9ab55c45b9 chore(assets): Recompile assets
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
4 months ago
Marcel Klehr e79aded3d4
Merge branch 'stable27' into fix/erroneous-nextcloud-files-update 4 months ago
Nextcloud bot ba510eacbb
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
4 months ago
Robin Appelman 60c0233f62 fix successfull authentication detection
Signed-off-by: Robin Appelman <robin@icewind.nl>
4 months ago
Marcel Klehr 3c2ba5b9cd Update package-lock.json
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
4 months ago
Marcel Klehr 31c5b47b04 Partially revert "fix(Users/Quota setting): Prevent floating point value from getting truncated in locales other than english"
This partially reverts commit fa2cf8d805.

Signed-off-by: Marcel Klehr <mklehr@gmx.net>
4 months ago
Marcel Klehr eac66df82d Revert "fix(trashbin) Switch parseWebdavPermissions->davParsePermissions"
This reverts commit b76f446679.

Signed-off-by: Marcel Klehr <mklehr@gmx.net>
4 months ago
Robin Appelman 226fa9b039 make failure to load app commands non-fatal
Signed-off-by: Robin Appelman <robin@icewind.nl>
4 months ago
Nextcloud bot 2072d73156
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
4 months ago
Nextcloud bot db036ae84e
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
4 months ago