Daniel
|
c6c512a19d
|
Merge pull request #34375 from nextcloud/fix/trashbin-uid
fix(dav) Handle Calendar trashbin UID conflicts by removing the deleted calendar object
|
2023-02-21 16:32:05 +07:00 |
Côme Chilliet
|
5fcb55a2a9
|
Merge pull request #36793 from nextcloud/revert-36786-automated/noid/master-update-psalm-baseline
Revert "[master] Update psalm-baseline.xml"
|
2023-02-21 14:24:10 +07:00 |
Côme Chilliet
|
fc9f1c2b92
|
Revert "[master] Update psalm-baseline.xml"
|
2023-02-21 11:43:23 +07:00 |
Daniel
|
daff01241a
|
Merge pull request #36782 from nextcloud/chore/deps/declare-openssl-dep
chore(deps): Declare ext-openssl as required
|
2023-02-21 10:26:05 +07:00 |
Daniel
|
fdd5ea1d1f
|
Merge pull request #36786 from nextcloud/automated/noid/master-update-psalm-baseline
[master] Update psalm-baseline.xml
|
2023-02-21 10:25:46 +07:00 |
Louis
|
b2d283ba1f
|
Merge pull request #36748 from nextcloud/artonge/fix/encrypted_shared_folder
Encrypted-shared folders should use the encrypted icon
|
2023-02-21 10:10:12 +07:00 |
Anna
|
13ef475a0a
|
Merge pull request #36788 from nextcloud/revert-36589-enh/perf-remove-icache
Revert "fix(performance): Do not set up filesystem on every call"
|
2023-02-21 09:21:58 +07:00 |
Joas Schilling
|
98ed72b3ed
|
Revert "fix(performance): Do not set up filesystem on every call"
|
2023-02-21 07:36:43 +07:00 |
nextcloud-command
|
0c17c528d1
|
Update psalm baseline
Signed-off-by: GitHub <noreply@github.com>
|
2023-02-21 04:39:31 +07:00 |
Nextcloud bot
|
93e703bbfc
|
Fix(l10n): 🔠 Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
|
2023-02-21 02:26:12 +07:00 |
Julius Härtl
|
21f9688c70
|
Merge pull request #36287 from nextcloud/feat/switch-pkg-l10n
Deprecate and cleanup `OC.L10N` in favor of `@nextcloud/l10n`
|
2023-02-20 18:59:15 +07:00 |
nextcloud-command
|
bfad19c09d
|
Compile assets
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
|
2023-02-20 14:58:18 +07:00 |
Simon L
|
3204f97d5e
|
Merge pull request #36759 from sgolovan/master
Fix integer overflow on 32-bit systems when testing free space for wr…
|
2023-02-20 15:21:37 +07:00 |
Louis Chemineau
|
c09d4d3313
|
Encrypted and shared folders should use the encrypted icon
Signed-off-by: Louis Chemineau <louis@chmn.me>
|
2023-02-20 15:20:32 +07:00 |
Ferdinand Thiessen
|
c97137e434
|
fix(jsunit): Modify `OC.L10N` tests as it does not depend on `OC.` anymore
Meaning we can not stub `getLocale` but must override the document attribute instead.
Signed-off-by: Ferdinand Thiessen <rpm@fthiessen.de>
|
2023-02-20 15:03:31 +07:00 |
Ferdinand Thiessen
|
cdc3848345
|
Deprecate OC.L10N functions in favor of translation functions from `@nextcloud/l10n`
Signed-off-by: Ferdinand Thiessen <rpm@fthiessen.de>
|
2023-02-20 15:03:21 +07:00 |
Christoph Wurst
|
04578bc7ed
|
chore(deps): Declare ext-openssl as required
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
|
2023-02-20 14:48:06 +07:00 |
Julius Härtl
|
7858b8313a
|
Merge pull request #36727 from nextcloud/enh/file-id-direct-editing
feat(directediting): Allow opening by file id
|
2023-02-20 14:39:35 +07:00 |
Ferdinand Thiessen
|
7e3372cd92
|
Drop `OC.addTranslations` deprecated since NC17 and not used by any NC app
Signed-off-by: Ferdinand Thiessen <rpm@fthiessen.de>
|
2023-02-20 12:46:30 +07:00 |
Julius Härtl
|
95eeba83b6
|
Merge pull request #36780 from nextcloud/bugfix/noid/console-error-share-auth
|
2023-02-20 12:36:06 +07:00 |
Julius Härtl
|
614981ae9a
|
feat(directediting): Allow opening by file id
Signed-off-by: Julius Härtl <jus@bitgrid.net>
|
2023-02-20 12:16:34 +07:00 |
Anna
|
6bb0985e59
|
Merge pull request #31859 from max65482/fix_group_share
Fix: Birthday calendar issue with shared calendars
|
2023-02-20 11:27:00 +07:00 |
Joas Schilling
|
c550acae62
|
Merge pull request #36653 from nextcloud/bugfix/noid/more-defensive-old-token-handling
fix(authentication): Handle null or empty string password hash
|
2023-02-20 11:15:37 +07:00 |
Maximilian Martin
|
245351fdae
|
assign group share value
Signed-off-by: Maximilian Martin <maximilian_martin@gmx.de>
|
2023-02-20 10:10:17 +07:00 |
Sergei Golovan
|
1cb50c5afa
|
Fix integer overflow on 32-bit systems when testing free space for writing a config file.
|
2023-02-20 10:05:45 +07:00 |
Julius Härtl
|
4cebfa95e6
|
fix: Fix loading styles from core/css/
Signed-off-by: Julius Härtl <jus@bitgrid.net>
|
2023-02-20 09:28:30 +07:00 |
Julius Härtl
|
f3d3dfa075
|
fix: Avoid throwing errors on public auth page
Signed-off-by: Julius Härtl <jus@bitgrid.net>
|
2023-02-20 09:17:15 +07:00 |
Julius Härtl
|
bba3a1ccf0
|
Merge pull request #36589 from nextcloud/enh/perf-remove-icache
|
2023-02-20 08:59:22 +07:00 |
Nextcloud bot
|
ad6eb808c7
|
Fix(l10n): 🔠 Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
|
2023-02-20 02:26:42 +07:00 |
Nextcloud bot
|
d01154d363
|
Fix(l10n): 🔠 Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
|
2023-02-19 02:27:04 +07:00 |
Nextcloud bot
|
510e090a0d
|
Fix(l10n): 🔠 Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
|
2023-02-18 02:27:16 +07:00 |
Julius Härtl
|
3bdf3322ec
|
fix: Use passed LazyFolder when building sabre nodes
Signed-off-by: Julius Härtl <jus@bitgrid.net>
|
2023-02-17 19:21:05 +07:00 |
Julius Härtl
|
ec356504ea
|
tests: Remove legacy chunking tests
Signed-off-by: Julius Härtl <jus@bitgrid.net>
|
2023-02-17 19:18:38 +07:00 |
Julius Härtl
|
3493099617
|
tests: Remove legacy checksum test
Signed-off-by: Julius Härtl <jus@bitgrid.net>
|
2023-02-17 19:18:38 +07:00 |
Julius Härtl
|
20058eb9de
|
tests: Fix test isolation on object storage
Signed-off-by: Julius Härtl <jus@bitgrid.net>
|
2023-02-17 19:18:38 +07:00 |
Anna Larch
|
5d4efb4d5f
|
Do not set up filesystem on every call
Also remove old Oc_FileChunking logis that produced GC- collectable chunks
Signed-off-by: Anna Larch <anna@nextcloud.com>
|
2023-02-17 19:18:37 +07:00 |
max-nextcloud
|
d6a3ebc79f
|
Merge pull request #36751 from nextcloud/fix/mobile_breakpoint
Don't regard 1024px width viewport as mobile
|
2023-02-17 15:46:36 +07:00 |
Julius Härtl
|
d078380aa3
|
Merge pull request #35360 from nextcloud/bugfix/noid/direct-editing-revert-scope
|
2023-02-17 11:08:44 +07:00 |
Julius Härtl
|
47bc024885
|
Revert the token scope to not end up with storing the user used in the session
Signed-off-by: Julius Härtl <jus@bitgrid.net>
|
2023-02-17 10:18:18 +07:00 |
Julius Härtl
|
90d2cb09b1
|
Merge pull request #36396 from nextcloud/fix/cors
|
2023-02-17 09:42:08 +07:00 |
Nextcloud bot
|
d33fbbed1d
|
Fix(l10n): 🔠 Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
|
2023-02-17 02:25:58 +07:00 |
Pytal
|
58d3835863
|
Merge pull request #36738 from nextcloud/deps/nextcloud/password-confirmation-4.0.4
|
2023-02-16 17:46:31 +07:00 |
Ferdinand Thiessen
|
f655f83c84
|
fix(CORS): CORS should only be bypassed on `PublicPage` if not logged in to prevent CSRF attack vectors
Signed-off-by: Ferdinand Thiessen <rpm@fthiessen.de>
|
2023-02-16 22:55:18 +07:00 |
Julius Härtl
|
38ca468502
|
Merge pull request #36515 from nextcloud/fix/sharees-remove-deck
|
2023-02-16 21:17:16 +07:00 |
blizzz
|
a5443ac3f1
|
Merge pull request #36687 from nextcloud/release/26.0.0_beta_4
26.0.0 beta 4
|
2023-02-16 14:34:51 +07:00 |
blizzz
|
fdc64b1ef6
|
Merge pull request #36556 from nextcloud/artonge/fix/expiring_file_versions_empty_db
Handle empty DB while expiring versions
|
2023-02-16 14:08:29 +07:00 |
Louis
|
98b998a2de
|
Merge pull request #36735 from nextcloud/fix/32635/fix-vcf-contacts
fix the contacts-menu vcf-contact avatars
|
2023-02-16 14:01:19 +07:00 |
Jonas
|
c1a82070bd
|
Don't regard 1024px width viewport as mobile
Currently we treat 1024px as mobile in some places (e.g. `isMobile` in
nextcloud-vue) and as not mobile yet in others (e.g. in mobile.css).
This commit changes `mobile.scss` to treat viewports smaller than 1024px
as mobile.
This PR accompanies https://github.com/nextcloud/nextcloud-vue/pull/3768
Both are required to fix
https://github.com/nextcloud/nextcloud-vue/issues/3758.
Signed-off-by: Jonas <jonas@freesources.org>
|
2023-02-16 12:16:59 +07:00 |
Simon L
|
bc91dca703
|
Merge pull request #36689 from nextcloud/fix/x-robots-tag-header
Change X-Robots-Tag header from "none" to "noindex, nofollow"
|
2023-02-16 11:39:37 +07:00 |
Simon L
|
b2e3b46c33
|
Merge pull request #36737 from nextcloud/enh/noid/fix-entries
fix too long entries in contacts-menu
|
2023-02-16 11:27:13 +07:00 |