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
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
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 +00:00
dependabot[bot]
0d8fe95765
Merge pull request #31231 from nextcloud/dependabot/npm_and_yarn/puppeteer-13.3.2
2022-02-16 23:08:44 +00:00
dependabot[bot]
af2f015e6a
Merge pull request #31229 from nextcloud/dependabot/npm_and_yarn/webpack-5.69.0
2022-02-16 22:56:29 +00: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 +00: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 +00: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 +00:00
blizzz
4fe4eef458
Merge pull request #31216 from nextcloud/td/noid/update-dependabot
...
only security updates for 21
2022-02-16 22:34:27 +01:00
Arthur Schiwon
3f133f62aa
only security updates for 21
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2022-02-16 15:52:54 +01:00
Louis
1bfd001cf6
Merge pull request #30862 from nextcloud/feat/crud_share_permission
...
Support CRUD share permissions
2022-02-16 15:31:09 +01:00
Carl Schwan
b66c92e6dd
Fix target attribute does not exists
...
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-02-16 14:35:51 +01: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 +01:00
Nextcloud bot
393d581c3a
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-02-16 02:27:42 +00:00
Joas Schilling
6d7feebe73
Merge pull request #31180 from nextcloud/feature/ChrisCano66/Add_Target_Blank_To_Links_Menu
...
Target_Blank option to open External links
2022-02-15 19:58:25 +01:00
Louis Chemineau
da435b1e67
Support CRUD share permissions
...
Signed-off-by: Louis Chemineau <louis@chmn.me>
2022-02-15 11:54:17 +01:00
Louis
9026455dac
Merge pull request #31170 from nextcloud/enh/noid/fix-broken-tooltip
...
fix a broken tooltip
2022-02-15 11:47:06 +01:00
christophe canovas
d6a9278422
Target_Blank option to open External links
...
Signed-off-by: christophe canovas <christophecanovas66@gmail.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2022-02-15 09:57:50 +00:00
Vincent Petry
acba237ec5
Merge pull request #31178 from nextcloud/fix-dav-namespace-typo
...
Fix typo in DAV namespace registration
2022-02-15 09:50:43 +01:00
Côme Chilliet
77ed32b613
Merge pull request #31174 from nextcloud/fix/script_loading_ldap
...
Fix script loading in ldap's settings
2022-02-15 09:10:08 +01:00
Julius Härtl
43ac9c10f5
Merge pull request #31176 from nextcloud/remove-obsolete-dav-defaultUsernamePath
...
Remove setting defaultUsernamePath dynamically
2022-02-15 08:27:43 +01:00
Nextcloud bot
ba7a31d73b
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-02-15 02:45:26 +00:00
Thomas Citharel
46e9f6d0c5
Fix typo in DAV namespace registration
...
See b0afba6d65/sabre/dav/lib/DAV/Xml/Service.php (L43)
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2022-02-14 20:58:29 +01:00
Thomas Citharel
f695b3af9a
Remove setting defaultUsernamePath dynamically
...
Since Sabre 3.0.6 this is no longer possible.
@see https://github.com/sabre-io/dav/pull/582
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2022-02-14 19:40:31 +01:00
Louis Chemineau
95478ad9e2
Fix script loading in ldap's settings
...
Signed-off-by: Louis Chemineau <louis@chmn.me>
2022-02-14 16:56:55 +01:00
Louis
b3ba02b382
Merge pull request #31167 from nextcloud/dependabot/npm_and_yarn/css-loader-6.6.0
...
Bump css-loader from 5.2.7 to 6.6.0
2022-02-14 15:49:02 +01:00
szaimen
6d7a0fae38
try to fix broken tooltip
...
Signed-off-by: szaimen <szaimen@e.mail.de>
2022-02-14 15:14:28 +01:00