Nextcloud bot
517a0015ad
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-02-20 02:26:51 +07: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 +07: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 +07:00
dependabot[bot]
4cdc8900f7
Merge pull request #31270 from nextcloud/dependabot/npm_and_yarn/webpack-5.69.1
2022-02-19 04:20:16 +07:00
dependabot[bot]
02ea8c94f9
Merge pull request #31269 from nextcloud/dependabot/npm_and_yarn/sass-1.49.8
2022-02-19 03:42:36 +07:00
Nextcloud bot
3175579f90
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-02-19 02:27:04 +07: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 +07: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 +07: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 +07: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 +07: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 +07: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 +07: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 +07:00
Carl Schwan
e1f8b09b92
Fix external app
...
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-02-17 18:02:46 +07: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 +07: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 +07: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 +07: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 +07: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 +07: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 +07: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 +07: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 +07: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 +07:00
dependabot[bot]
25762fb513
Merge pull request #31227 from nextcloud/dependabot/npm_and_yarn/dompurify-2.3.6
2022-02-17 11:07:17 +07: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 +07: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 +07: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 +07: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 +07: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 +07: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 +07: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 +07: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 +07: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 +07: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 +07: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 +07:00
Nextcloud bot
5ee0fb3acb
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-02-17 02:27:48 +07: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 +07:00
dependabot[bot]
fc88bbd361
Bump sass-loader from 12.4.0 to 12.6.0
...
Bumps [sass-loader](https://github.com/webpack-contrib/sass-loader ) from 12.4.0 to 12.6.0.
- [Release notes](https://github.com/webpack-contrib/sass-loader/releases )
- [Changelog](https://github.com/webpack-contrib/sass-loader/blob/master/CHANGELOG.md )
- [Commits](https://github.com/webpack-contrib/sass-loader/compare/v12.4.0...v12.6.0 )
---
updated-dependencies:
- dependency-name: sass-loader
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-02-16 23:10:21 +07:00
dependabot[bot]
0d8fe95765
Merge pull request #31231 from nextcloud/dependabot/npm_and_yarn/puppeteer-13.3.2
2022-02-16 23:08:44 +07:00
dependabot[bot]
af2f015e6a
Merge pull request #31229 from nextcloud/dependabot/npm_and_yarn/webpack-5.69.0
2022-02-16 22:56:29 +07:00
dependabot[bot]
6ef29a71ff
Bump puppeteer from 13.3.1 to 13.3.2
...
Bumps [puppeteer](https://github.com/puppeteer/puppeteer ) from 13.3.1 to 13.3.2.
- [Release notes](https://github.com/puppeteer/puppeteer/releases )
- [Changelog](https://github.com/puppeteer/puppeteer/blob/main/CHANGELOG.md )
- [Commits](https://github.com/puppeteer/puppeteer/compare/v13.3.1...v13.3.2 )
---
updated-dependencies:
- dependency-name: puppeteer
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-02-16 21:46:12 +07:00
dependabot[bot]
2e88e9108f
Bump webpack from 5.68.0 to 5.69.0
...
Bumps [webpack](https://github.com/webpack/webpack ) from 5.68.0 to 5.69.0.
- [Release notes](https://github.com/webpack/webpack/releases )
- [Commits](https://github.com/webpack/webpack/compare/v5.68.0...v5.69.0 )
---
updated-dependencies:
- dependency-name: webpack
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-02-16 21:45:14 +07:00
dependabot[bot]
13d98d72ab
Bump bamarni/composer-bin-plugin from 1.4.1 to 1.4.2
...
Bumps [bamarni/composer-bin-plugin](https://github.com/bamarni/composer-bin-plugin ) from 1.4.1 to 1.4.2.
- [Release notes](https://github.com/bamarni/composer-bin-plugin/releases )
- [Commits](https://github.com/bamarni/composer-bin-plugin/compare/1.4.1...1.4.2 )
---
updated-dependencies:
- dependency-name: bamarni/composer-bin-plugin
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-02-16 21:39:59 +07:00
blizzz
4fe4eef458
Merge pull request #31216 from nextcloud/td/noid/update-dependabot
...
only security updates for 21
2022-02-16 22:34:27 +07:00
Arthur Schiwon
3f133f62aa
only security updates for 21
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2022-02-16 15:52:54 +07:00
Louis
1bfd001cf6
Merge pull request #30862 from nextcloud/feat/crud_share_permission
...
Support CRUD share permissions
2022-02-16 15:31:09 +07:00
Carl Schwan
b66c92e6dd
Fix target attribute does not exists
...
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-02-16 14:35:51 +07:00
szaimen
aa1c7ebbd3
hide download button for images
...
Signed-off-by: szaimen <szaimen@e.mail.de>
2022-02-16 13:38:11 +07:00
Carl Schwan
7dddbd0c35
Improve caching policy
...
* Cache css with version in url. This makes most js and css requests to
be cached by the browser
* Force caching previews, the etag is in the url so that if the propfind
gives a new etag, we will refresh it otherwise it's no use to try to
fetch the new etag and do tons of DB queries
Tested with firefox and 'debug' => false (important so that the js/css
urls are generated with ?v= parameter)
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-02-16 11:35:57 +07:00
Nextcloud bot
393d581c3a
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-02-16 02:27:42 +07:00