Commit graph

73046 commits

Author SHA1 Message Date
dependabot[bot]
a2f93e7cee build(deps): bump jquery-ui from 1.13.2 to 1.13.3
Bumps [jquery-ui](https://github.com/jquery/jquery-ui) from 1.13.2 to 1.13.3.
- [Release notes](https://github.com/jquery/jquery-ui/releases)
- [Commits](https://github.com/jquery/jquery-ui/compare/1.13.2...1.13.3)

---
updated-dependencies:
- dependency-name: jquery-ui
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2024-08-03 06:25:17 +00:00
Nextcloud bot
01bce97d6c
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-07-13 00:20:05 +00:00
Joas Schilling
49181aedd1
Merge pull request #46468 from nextcloud/fix/noid/stable28-use-low-runners
[stable28] fix(ci): Use low runners were possible
2024-07-12 16:17:25 +02:00
Joas Schilling
bd73f17a18
fix(CI): Require compilation check when touching version.php
NPM is using version.php as app version and that seems to be part of the dist files now

Signed-off-by: Joas Schilling <coding@schilljs.com>
2024-07-12 15:08:33 +02:00
Joas Schilling
bbed448a66
chore(assets): Recompile JS
Signed-off-by: Joas Schilling <coding@schilljs.com>
2024-07-12 13:39:02 +02:00
Joas Schilling
cf906baba0
fix(CI): Ensure we recompile when needed
Signed-off-by: Joas Schilling <coding@schilljs.com>
2024-07-12 13:36:15 +02:00
Marcel Müller
2cc84b2272 fix(ci): Use low runners were possible
Signed-off-by: Marcel Müller <marcel-mueller@gmx.de>
2024-07-12 13:13:08 +02:00
Nextcloud bot
e632becae1
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-07-12 00:19:52 +00:00
Benjamin Gaussorgues
4f406c87be
Merge pull request #46390 from nextcloud/release/28.0.8_rc1 2024-07-11 20:09:34 +02:00
Andy Scherzinger
e8b4d4e97d
Merge pull request #46431 from nextcloud/backport/46258/stable28
[stable28] fix(theming): Conitionally disable blur filter for performance
2024-07-11 19:49:22 +02:00
Andy Scherzinger
7b2c1836a9
Merge pull request #44323 from nextcloud/backport/44132/stable28
[stable28] fix: don't return null for SharedStorage::getWrapperStorage with share recursion
2024-07-11 19:18:14 +02:00
nextcloud-command
ea74543f0c
chore(assets): Recompile assets
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2024-07-11 18:23:48 +02:00
Ferdinand Thiessen
d73a50c980
feat(theming): Add checkbox for force enable / disable blurry background
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2024-07-11 18:23:48 +02:00
Ferdinand Thiessen
931a7ce282
fix(theming): Conitionally disable blur filter for performance
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2024-07-11 18:23:43 +02:00
Robin Appelman
e0f3de8150
chore: improve typing for SharedStorage::$storage
Signed-off-by: Robin Appelman <robin@icewind.nl>
2024-07-11 17:39:56 +02:00
Robin Appelman
22596234fc
fix: don't return null for SharedStorage::getWrapperStorage with share recursion
Signed-off-by: Robin Appelman <robin@icewind.nl>
2024-07-11 17:39:20 +02:00
Andy Scherzinger
290ccdb684
Merge pull request #46090 from nextcloud/backport/46073/stable28
[stable28] fix: allows admin to edit global credentials
2024-07-11 17:06:24 +02:00
Joas Schilling
c170be3352
Merge pull request #46442 from nextcloud/backport/46392/stable28
[stable28] feat: don't count failed CSRF as failed login attempt
2024-07-11 16:05:44 +02:00
Andy Scherzinger
1135d77a9d
Merge pull request #46060 from nextcloud/backport/45938/stable28
[stable28] fix: Do not log an error when connecting to SFTP without a logged in user
2024-07-11 14:56:07 +02:00
Benjamin Gaussorgues
8df095f368 feat: don't count failed CSRF as failed login attempt
Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>
2024-07-11 14:27:08 +02:00
Andy Scherzinger
52718fe2f5
Merge pull request #46422 from nextcloud/backport/46374/stable28
[stable28] fix: Update Nextcloud libraries
2024-07-11 14:25:19 +02:00
Arthur Schiwon
7096ef29f1
Merge pull request #46436 from nextcloud/backport/46398/stable28
[stable28] fix(Session): avoid race conditions on clustered setups
2024-07-11 13:33:08 +02:00
Marcel Müller
3f06411700
Merge pull request #46433 from nextcloud/backport/46428/stable28
[stable28] fix(theming): Don't reset the cachebuster value when we reset theming
2024-07-11 12:07:28 +02:00
Andy Scherzinger
ee8872d333
Merge pull request #46421 from nextcloud/backport/46315/stable28
[stable28] fix(caldav): limit vevent size
2024-07-11 10:56:22 +02:00
Arthur Schiwon
a7947567a6 ci(psalm): update baseline
prefer to keep this check as PublicEmitter should be dropped sooner or
later

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2024-07-11 07:27:29 +00:00
Arthur Schiwon
f5866137ad fix(Session): avoid race conditions on clustered setups
- re-stablishes old behaviour with cache to return null instead of throwing
  an InvalidTokenException when the token is cached as non-existing
- token invalidation and re-generation are bundled in a DB transaction now

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2024-07-11 07:27:29 +00:00
Andy Scherzinger
e9b18f78a8
Merge pull request #46430 from nextcloud/bug/noid/fix-wonky-router-test-for-28
[stable28] test: run tests in child process
2024-07-11 09:26:39 +02:00
Joas Schilling
ef5249bb64
Merge pull request #46394 from nextcloud/backport/46320/stable28
[stable28] perf: Set session.cache_limiter at runtime to avoid clients caching static assets served by PHP
2024-07-11 09:19:11 +02:00
Marcel Müller
abe6442b5b fix(theming): Don't reset the cachebuster value when we reset theming
Signed-off-by: Marcel Müller <marcel-mueller@gmx.de>
2024-07-11 08:31:04 +02:00
Daniel Calviño Sánchez
c360c208ee fix: Do not log an error when connecting to SFTP without a logged in user
When connecting to a SFTP server from a SFTP storage the host key is
checked against the known host keys stored in a file in the data
directory of the logged in Nextcloud user. The path to the file is
(indirectly) got using "OC_App::getStorage", which logs an error if
called when there is no logged in user; this can happen, for example, if
the storage is used from a background job or a command.

Not being able to read or write the file just causes the host key check
to be skipped, but it has no other consequence. Moreover, even with
logged in users it is likely that the file can not be read either and
the check is also skipped, as the file needs to have been manually
created by an admin.

Due to all that now the path to the file is directly created using a
View rather than relying on "OC_App::getStorage" to prevent the unneeded
error from being logged.

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2024-07-11 08:16:07 +02:00
Andy Scherzinger
1aa86f20ea
Merge pull request #45891 from nextcloud/automated/noid/stable28-fix-npm-audit
[stable28] Fix npm audit
2024-07-11 08:15:28 +02:00
Benjamin Gaussorgues
c7082d5fb8 fix: allows admin to edit global credentials
Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>
2024-07-11 08:13:47 +02:00
Joas Schilling
127ea972bc
Merge pull request #46411 from nextcloud/backport/46388/stable28
[stable28] fix(workflows): Fix file systemtag cache
2024-07-11 06:40:13 +02:00
Nextcloud bot
950a66aefe
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-07-11 00:20:14 +00:00
Daniel Kesselberg
ee65749138
test: run tests in child process
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2024-07-11 00:25:32 +02:00
Ferdinand Thiessen
5565ac6186
chore: Compile assets
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2024-07-11 00:20:49 +02:00
Ferdinand Thiessen
9e8effe3c7
test: Mock _oc_webroot for frontend unit tests
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2024-07-10 23:50:21 +02:00
Ferdinand Thiessen
a759182e90
refactor: Use composable for currentView and views to make it reactive when shared with other Vue apps
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2024-07-10 23:50:21 +02:00
Ferdinand Thiessen
7e05d37bfc
chore(deps): Update debounce to 2.1.0
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2024-07-10 23:50:21 +02:00
Ferdinand Thiessen
16b9e67eb1
refactor(files): Update @nextcloud/files to v3.5.1
* Removed now duplicated code

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2024-07-10 23:50:20 +02:00
nextcloud-command
dc97fcd229 fix(deps): Fix npm audit
Signed-off-by: GitHub <noreply@github.com>
2024-07-10 23:38:04 +02:00
Andy Scherzinger
d7ea479a33
Merge pull request #46417 from nextcloud/fix/28-files-trashbin-init
[stable28] fix(files_trashbin): Make files view registering an init script
2024-07-10 23:22:27 +02:00
Andy Scherzinger
e319057a93
Merge pull request #45955 from nextcloud/backport/45228/stable28
[stable28] fix(settings): define a 'heartbeat' route, so SecurityHeaders can handle redirected root
2024-07-10 22:29:01 +02:00
Andy Scherzinger
242770089e
Merge pull request #46067 from nextcloud/backport/45877/stable28
[stable28] fix: don't use custom certificate bundle if no customer certificates are configured
2024-07-10 22:27:14 +02:00
Andy Scherzinger
e57dd34846
Merge pull request #45920 from nextcloud/backport/45582/stable28
[stable28] delete background jobs by id when cleaning up
2024-07-10 22:26:43 +02:00
Andy Scherzinger
7a3805607e
Merge pull request #46011 from nextcloud/backport/45999/stable28
[stable28] fix(caldav): encode calendar URIs with umlauts for activities
2024-07-10 22:18:58 +02:00
SebastianKrupinski
bb603b23f3 fix(caldav): limit vevent size
Signed-off-by: SebastianKrupinski <krupinskis05@gmail.com>
2024-07-10 15:07:06 -04:00
Richard Steinmetz
63acc67d61
Merge pull request #46313 from nextcloud/backport/46193/stable28
[stable28] fix(carddav): limit vcard size
2024-07-10 20:38:55 +02:00
Ferdinand Thiessen
3b71eacd1c
fix(files_trashbin): Make files view registering an init script
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2024-07-10 17:40:31 +02:00
Joas Schilling
ee30cc8438 fix(workflows): Fix file systemtag cache
Signed-off-by: Joas Schilling <coding@schilljs.com>
2024-07-10 14:52:37 +00:00