Joas Schilling
dd53a9430e
Merge pull request #48375 from nextcloud/bugfix/noid/skip-future-shipped-apps-from-updatenotification-check
...
Skip future shipped apps from updatenotification check
2024-09-26 15:23:12 +02:00
Joas Schilling
771f67f108
Merge pull request #48361 from nextcloud/fix/querybuilder/oracle-indentifier-length
...
fix(QueryBuilder): Restrict identifier length to 30 characters due to Oracle limitations
2024-09-26 15:11:46 +02:00
Louis
c45ed55f95
Merge pull request #48359 from nextcloud/artonge/feat/compare_hashed_password_when_updating_global_cred_in_files_external
...
fix: Use placeholder for external storage password
2024-09-26 14:56:37 +02:00
provokateurin
13d1cb730f
fix(files_sharing): Check if propfind response is valid before accessing share permission props
...
Signed-off-by: provokateurin <kate@provokateurin.de>
2024-09-26 14:35:31 +02:00
provokateurin
5d4a358cc4
refactor(files_sharing): Make permissions prop checks less error prone
...
Signed-off-by: provokateurin <kate@provokateurin.de>
2024-09-26 14:34:44 +02:00
Joas Schilling
727fe27155
fix(updatenotification): Communicate app_api as shipped in 30+
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2024-09-26 12:22:52 +02:00
Joas Schilling
7c683a94d6
fix(updatenotification): Communicate twofactor_nextcloud_notification as shipped in 30+
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2024-09-26 12:21:44 +02:00
Joas Schilling
aea325fefd
fix(updatenotification): Communicate files_downloadlimit as shipped in 29+
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2024-09-26 12:21:04 +02:00
Joas Schilling
0a568e5b48
Merge pull request #48343 from nextcloud/dependabot/composer/giggsey/libphonenumber-for-php-lite-8.13.45
...
chore(deps): Bump giggsey/libphonenumber-for-php-lite to 8.13.45
2024-09-26 11:03:53 +02:00
Louis
098f3c1564
Merge pull request #48354 from nextcloud/artonge/fix/storage_full_warning
...
fix: Show storage full warning when storage is actually full
2024-09-26 10:38:34 +02:00
Joas Schilling
e5b95a3764
chore(deps): Bump giggsey/libphonenumber-for-php-lite to 8.13.45
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2024-09-26 10:34:28 +02:00
provokateurin
adc38a7248
fix(files_sharing): Parse OCM share permissions from OCM and not OCS prop
...
Signed-off-by: provokateurin <kate@provokateurin.de>
2024-09-26 09:38:41 +02:00
Marcel Klehr
4febe107e6
Merge pull request #48345 from nextcloud/fix/files_external/forbidden-exception
...
fix(files_external): Catch correct exception
2024-09-26 09:33:32 +02:00
Marcel Klehr
c8a90e941a
fix(files_external): Catch correct exception
...
SMB#getFileInfo used to throw an icewind/smb exception, but nowadays throws \OCP\Files\ForbiddenException. This fixes downstream methods to catch the new exception.
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
2024-09-26 09:03:08 +02:00
provokateurin
35dfc639b3
fix(QueryBuilder): Restrict identifier length to 30 characters due to Oracle limitations
...
Signed-off-by: provokateurin <kate@provokateurin.de>
2024-09-26 08:57:06 +02:00
Nextcloud bot
9a220989dd
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-09-26 00:23:09 +00:00
Louis Chemineau
d576efbb18
fix: Show storage full warning when storage is actually full
...
< 0 values for "free" do not mean that the storage is full: 6befdd6dd7/lib/public/Files/FileInfo.php (L31-L42)
Signed-off-by: Louis Chemineau <louis@chmn.me>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2024-09-25 19:42:35 +02:00
Julien Veyssier
b5da085207
Merge pull request #48353 from nextcloud/enh/30551/weather-status-support-more-codes
...
[WeatherStatus] Support more weather codes, change icons, fix style
2024-09-25 18:25:18 +02:00
Louis Chemineau
20eb464835
fix: Use hashed password in files_external settings
...
Signed-off-by: Louis Chemineau <louis@chmn.me>
2024-09-25 17:50:17 +02:00
nextcloud-command
45a38452ae
chore(assets): Recompile assets
...
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2024-09-25 15:49:33 +00:00
Julien Veyssier
efcc3e5965
fix(weatherstatus): adjustments from review comments
...
Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
2024-09-25 17:41:24 +02:00
Julien Veyssier
966a0a908d
fix(weatherstatus): fix location marker icon with dark theme, only use icons from @mdi/svg
...
Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
2024-09-25 17:24:17 +02:00
Julien Veyssier
c96bde74ba
fix(weatherstatus): make a difference between 'unknown weather code' and 'no weather info'
...
Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
2024-09-25 17:24:17 +02:00
Julien Veyssier
bfa1c7e9ce
feat(weatherstatus): support all weather codes from api.met.no, use the icons provided by met.no, cleanup UI
...
Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
2024-09-25 17:24:17 +02:00
XxTysweezyxX
1826ba2357
Fix #30551 : Added snowfall option to weather status
...
Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
2024-09-25 17:24:17 +02:00
Joas Schilling
c98206bd7a
Merge pull request #48356 from nextcloud/bugfix/noid/document-icon-requirements
...
fix(icons): Document icon requirements for notifications and activities
2024-09-25 17:16:11 +02:00
Joas Schilling
1f188c3048
fix(icons): Document icon requirements for notifications and activities
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2024-09-25 16:47:23 +02:00
Andrey Borysenko
b6cf649054
feat: add app_api to shipped and default enabled apps
...
Signed-off-by: Andrey Borysenko <andrey18106x@gmail.com>
2024-09-25 14:52:41 +03:00
Simon L.
6befdd6dd7
Merge pull request #48331 from nextcloud/fix/duplicated-conflict-resolution
...
fix(files): Fix having to resolve conflicts twice when dropping files
2024-09-25 12:05:13 +02:00
Joas Schilling
62c033e4ca
Merge pull request #48344 from nextcloud/bugfix/noid/more-reliable-tests
...
More reliable user_status tests
2024-09-25 09:13:29 +02:00
Joas Schilling
79084d577e
fix(tests): Check that the revert was successful
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2024-09-25 08:35:24 +02:00
Joas Schilling
134bfb8437
fix(tests): Also check that the backup status works
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2024-09-25 08:35:22 +02:00
Joas Schilling
ec6ed0cf74
fix(tests): Make timing test more reliable
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2024-09-25 08:35:19 +02:00
Joas Schilling
2ff103cb87
Merge pull request #48327 from nextcloud/dependabot/composer/web-auth/webauthn-lib-4.9.1
...
chore(deps): Bump web-auth/webauthn-lib from 4.8.5 to 4.9.1
2024-09-25 08:22:24 +02:00
Joas Schilling
5972dfa822
chore(deps): Bump web-auth/webauthn-lib from 4.8.5 to 4.9.1
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2024-09-25 07:51:03 +02:00
Joas Schilling
6b64df636e
Merge pull request #48333 from nextcloud/automated/noid/master-update-ca-cert-bundle
...
[master] fix(security): Update CA certificate bundle
2024-09-25 07:02:58 +02:00
nextcloud-command
06b0608c61
fix(security): Update CA certificate bundle
...
Signed-off-by: GitHub <noreply@github.com>
2024-09-25 02:30:55 +00:00
Nextcloud bot
cc7dcf62b3
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-09-25 00:21:16 +00:00
nextcloud-command
8a01b2be07
chore(assets): Recompile assets
...
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2024-09-24 23:13:25 +00:00
Christopher Ng
e3d0bd47a4
fix(files): Fix having to resolve conflicts twice when dropping files
...
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2024-09-24 16:01:05 -07:00
Ferdinand Thiessen
7406869dbe
Merge pull request #48244 from nextcloud/fix/sharing-entry-link
...
fix(files): Link share URL was not generated due to typo
2024-09-24 20:37:44 +02:00
nextcloud-command
a27449511c
chore(assets): Recompile assets
...
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2024-09-24 18:02:09 +00:00
Ferdinand Thiessen
7d733cfb33
fix(files): Link share URL was not generated due to typo
...
`toen` vs `token`
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2024-09-24 19:55:36 +02:00
Ferdinand Thiessen
3e72210eb2
Merge pull request #48323 from nextcloud/chore/legacy-updatenotification
...
refactor(updatenotification): Migrate legacy code
2024-09-24 19:55:15 +02:00
nextcloud-command
056b820073
chore(assets): Recompile assets
...
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2024-09-24 17:02:43 +00:00
Ferdinand Thiessen
71f1e0cb9c
refactor(updatenotification): Migrate legacy code
...
1. Remove hook usage and just provide an initial state
2. Replace jQuery code with modern non-deprecated frontend code
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2024-09-24 18:53:49 +02:00
Côme Chilliet
280f6df66c
Merge pull request #32018 from nextcloud/cleanup/event/trashbin
...
Port files trashbin events to IEventDispatcher/IEventListener
2024-09-24 17:15:39 +02:00
Kate
e247c26071
Merge pull request #48307 from nextcloud/fix/gracefully-parse-trusted-certificates
2024-09-24 14:35:12 +02:00
Ferdinand Thiessen
7da07bfe14
Merge pull request #48311 from nextcloud/fix/app-discover
...
fix: Ensure app discover section is returned as list
2024-09-24 13:35:58 +02:00
Richard Steinmetz
19ad13571c
fix: gracefully parse non-standard trusted certificates
...
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
2024-09-24 12:36:09 +02:00