Commit graph

61547 commits

Author SHA1 Message Date
Robin Appelman
b8752c59cd improve errors for external share availability check
Signed-off-by: Robin Appelman <robin@icewind.nl>
2022-02-21 14:21:28 +00:00
Simon L
6ab9a13ad9
Merge pull request #31294 from nextcloud/fix/test-controller
Redirection now only happens when dir is empty
2022-02-21 14:14:18 +01:00
Carl Schwan
9f55de994c
Merge pull request #31288 from nextcloud/automated/noid/psalm-baseline-update-1645416707
[Automated] Update psalm-baseline.xml
2022-02-21 12:57:40 +01:00
John Molakvoæ
22dd5e21ea
Merge pull request #31292 from nextcloud/fix/edit_perm_on_file_share 2022-02-21 12:55:02 +01:00
Joas Schilling
87115d8b1c
Merge pull request #31217 from nextcloud/bugfix/noid/also-cache-non-existing-entry
Also cache non-existing to reuse it
2022-02-21 11:50:40 +01:00
Carl Schwan
d74ff03ac1 Redirection now only happens when dir is empty
Otherwise dir it's just ignored and fileid is used

Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-02-21 11:36:15 +01:00
Louis
d721339262
Merge pull request #31195 from nextcloud/wrap_exception
Wrap S3 multipart upload exception
2022-02-21 11:27:55 +01:00
Louis Chemineau
3d33c8107e Fix regression for edit perm on file share
Signed-off-by: Louis Chemineau <louis@chmn.me>
2022-02-21 10:47:20 +01:00
Simon L
99e7f33550
Merge pull request #30225 from nextcloud/fix-30220
Clarify `preview_max_filesize_image` behavior
2022-02-21 10:39:24 +01:00
nextcloud-command
b26934176d Update psalm baseline
Signed-off-by: GitHub <noreply@github.com>
2022-02-21 04:11:48 +00:00
Nextcloud bot
2996f71d20
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-02-21 02:27:38 +00:00
acsfer
3f3b89ffcd Typo 2022-02-20 20:31:25 +00:00
acsfer
1a2cfff850 Clarify preview_max_filesize_image behavior
Fix https://github.com/nextcloud/server/issues/30220
2022-02-20 20:31:25 +00:00
Nextcloud bot
517a0015ad
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-02-20 02:26:51 +00:00
dependabot[bot]
5e15c1c0cd
Merge pull request #31272 from nextcloud/dependabot/npm_and_yarn/url-parse-1.5.7 2022-02-19 14:07:23 +00:00
dependabot[bot]
31f56fbef5 Bump url-parse from 1.5.4 to 1.5.7
Bumps [url-parse](https://github.com/unshiftio/url-parse) from 1.5.4 to 1.5.7.
- [Release notes](https://github.com/unshiftio/url-parse/releases)
- [Commits](https://github.com/unshiftio/url-parse/compare/1.5.4...1.5.7)

---
updated-dependencies:
- dependency-name: url-parse
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-02-19 14:10:10 +01:00
dependabot[bot]
4cdc8900f7
Merge pull request #31270 from nextcloud/dependabot/npm_and_yarn/webpack-5.69.1 2022-02-19 04:20:16 +00:00
dependabot[bot]
02ea8c94f9
Merge pull request #31269 from nextcloud/dependabot/npm_and_yarn/sass-1.49.8 2022-02-19 03:42:36 +00:00
Nextcloud bot
3175579f90
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-02-19 02:27:04 +00:00
dependabot[bot]
f0c5253401
Bump webpack from 5.69.0 to 5.69.1
Bumps [webpack](https://github.com/webpack/webpack) from 5.69.0 to 5.69.1.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v5.69.0...v5.69.1)

---
updated-dependencies:
- dependency-name: webpack
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-02-19 02:04:19 +00:00
dependabot[bot]
8c1b7e4550
Bump sass from 1.49.7 to 1.49.8
Bumps [sass](https://github.com/sass/dart-sass) from 1.49.7 to 1.49.8.
- [Release notes](https://github.com/sass/dart-sass/releases)
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sass/dart-sass/compare/1.49.7...1.49.8)

---
updated-dependencies:
- dependency-name: sass
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-02-19 02:03:46 +00:00
Christoph Wurst
6e0101b59c
Merge pull request #20766 from nextcloud/bug/fix-reminders-with-empty-calendar-data
Consider only reminders with calendar data
2022-02-18 15:52:33 +01:00
Vincent Petry
280cc47a86
Merge pull request #31143 from nextcloud/fix/dont-redirect-file-index
Don't redirect when loading files index page
2022-02-18 12:31:24 +01:00
Simon L
ac007345e1
Merge pull request #31169 from nextcloud/enh/noid/hide-download-button-for-images
hide download button for images
2022-02-18 11:58:42 +01:00
Julius Härtl
ee711ed66c
Merge pull request #30367 from nextcloud/fix/minor-api-doc-fix
Fix some issues with the API documentation
2022-02-18 10:44:50 +01:00
Vincent Petry
d251847172
Merge pull request #31116 from nextcloud/fix/admin-jquery-loading
Cleanup admin settings js files
2022-02-18 09:32:32 +01:00
Carl Schwan
e1f8b09b92 Fix external app
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-02-17 18:02:46 +01:00
Carl Schwan
7c8a901b84 Cleanup admin settings js files
* Move admin.js to webpack, so that this use the bundled jquery files
  instead of the deprecated window.$ Also fixing formatting

* Remove log.js that seems to be from a time where logreader was bundled
  with server and I couldn't find an usage of it anymore

* Fix recent regression in rebuild navigation function (now not depending on
  jquery anymore and bundled by webpack).

Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-02-17 17:52:03 +01:00
Vincent Petry
f5d1365bbd
Merge pull request #30938 from nextcloud/fix/user_ldap-fix-check-ldap-new-user
Fix ldap:check-user method for newly created LDAP users
2022-02-17 17:20:21 +01:00
Carl Schwan
028ca0935c Don't redirect when loading files index page
Currently we are redirecting from ?dir=/&fileid=2 to ?dir=/. This is an
issue because we then need to load two pages with full file system setup
and authentification instead of one and the assets won't start loading
until the second page is delivered to the user.

Additionally when loading ?dir=/, we then change the url back to
?dir=/&fileid=2 (without reload) so that the next time we load the page
again we do the same thing again.

Depending on the speed of the server and internet connection we can save
100ms to 400ms, improving the user experience.

Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-02-17 17:06:33 +01:00
Carl Schwan
ac4978e715
Merge pull request #31141 from nextcloud/fix/better-cache-policy
Improve caching policy use immutable when loading versionned assets
2022-02-17 16:58:35 +01:00
Louis
098dfe15c1
Merge pull request #31238 from nextcloud/fix/dashboard_theming
Load scripts of theming app before the dashboard
2022-02-17 13:19:02 +01:00
Louis
5b6a07dac6
Merge pull request #31230 from nextcloud/dependabot/npm_and_yarn/core-js-3.21.1
Bump core-js from 3.21.0 to 3.21.1
2022-02-17 13:18:17 +01:00
dependabot[bot]
27e7129163 Bump core-js from 3.21.0 to 3.21.1
Bumps [core-js](https://github.com/zloirock/core-js) from 3.21.0 to 3.21.1.
- [Release notes](https://github.com/zloirock/core-js/releases)
- [Changelog](https://github.com/zloirock/core-js/blob/master/CHANGELOG.md)
- [Commits](https://github.com/zloirock/core-js/compare/v3.21.0...v3.21.1)

---
updated-dependencies:
- dependency-name: core-js
  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>
2022-02-17 11:55:02 +00:00
Christoph Wurst
2db75819d2
Merge pull request #31205 from nextcloud/enhancement/transactional-db-trait
Add Transactional trait for atomic DB operations
2022-02-17 12:48:55 +01:00
Carl Schwan
6628e18c8d
Merge pull request #31213 from nextcloud/fix/target-unset
Fix target attribute does not exists
2022-02-17 12:44:39 +01:00
dependabot[bot]
25762fb513
Merge pull request #31227 from nextcloud/dependabot/npm_and_yarn/dompurify-2.3.6 2022-02-17 11:07:17 +00:00
Louis Chemineau
b50fd97db4 Load scripts of theming app before the dashboard
This allows dashboard to access OCA.Theming

Signed-off-by: Louis Chemineau <louis@chmn.me>
2022-02-17 11:57:34 +01:00
Carl Schwan
8af4054237 Fix some issues with the API documentation
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-02-17 11:09:06 +01:00
dependabot[bot]
4a48036c2e Bump dompurify from 2.3.5 to 2.3.6
Bumps [dompurify](https://github.com/cure53/DOMPurify) from 2.3.5 to 2.3.6.
- [Release notes](https://github.com/cure53/DOMPurify/releases)
- [Commits](https://github.com/cure53/DOMPurify/compare/2.3.5...2.3.6)

---
updated-dependencies:
- dependency-name: dompurify
  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>
2022-02-17 09:46:59 +00:00
Christoph Wurst
926bfd5e46
Merge pull request #29796 from nextcloud/refactor/calendar-availability-component
Replace CalDAV availability component with component lib
2022-02-17 10:37:11 +01:00
dependabot[bot]
14cc578c3e
Merge pull request #31225 from nextcloud/dependabot/composer/bamarni/composer-bin-plugin-1.4.2 2022-02-17 09:09:32 +00:00
Côme Chilliet
44680b5c3b
Make it explicit that a DN can be used for ldap:check-user
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2022-02-17 10:00:25 +01:00
Côme Chilliet
a6ad06f940
Improve typing in apps/user_ldap/lib/Command/CheckUser.php
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2022-02-17 09:58:51 +01:00
Côme Chilliet
a4f96c18e9
Remove parenthesis around return in apps/user_ldap/lib/Command/CheckUser.php
Co-authored-by: Carl Schwan <carl@carlschwan.eu>

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2022-02-17 09:58:51 +01:00
Christoph Wurst
cb252c5591
Add Transactional trait for atomic DB operations
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2022-02-17 09:58:41 +01:00
Côme Chilliet
75ce9a4832
Fix ldap:check-user method for newly created LDAP users
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2022-02-17 09:58:28 +01:00
Christoph Wurst
daf1b5f6a3
Replace CalDAV availability component with component lib
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2022-02-17 09:38:42 +01:00
Nextcloud bot
5ee0fb3acb
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-02-17 02:27:48 +00:00
dependabot[bot]
ab3737f58e
Merge pull request #31228 from nextcloud/dependabot/npm_and_yarn/sass-loader-12.6.0 2022-02-17 00:04:46 +00:00