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
John Molakvoæ
22dd5e21ea
Merge pull request #31292 from nextcloud/fix/edit_perm_on_file_share
2022-02-21 12:55:02 +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
Nextcloud bot
2996f71d20
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-02-21 02:27:38 +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
Nextcloud bot
3175579f90
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-02-19 02:27:04 +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
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 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
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
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
Louis
1bfd001cf6
Merge pull request #30862 from nextcloud/feat/crud_share_permission
...
Support CRUD share permissions
2022-02-16 15:31:09 +01:00
Louis Chemineau
bc2c02f451
Wrap S3 multipart upload exception
...
Signed-off-by: Louis Chemineau <louis@chmn.me>
2022-02-16 14:56:14 +01:00
szaimen
aa1c7ebbd3
hide download button for images
...
Signed-off-by: szaimen <szaimen@e.mail.de>
2022-02-16 13:38:11 +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
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
Thomas Citharel
22f8c42f06
Clean reminders for calendar when deleting a subscription
...
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2022-02-15 10:15:46 +01:00
Thomas Citharel
6f9afa77b3
Consider only reminders with calendar data
...
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2022-02-15 10:15:46 +01: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
szaimen
6d7a0fae38
try to fix broken tooltip
...
Signed-off-by: szaimen <szaimen@e.mail.de>
2022-02-14 15:14:28 +01:00
Nextcloud bot
eb0d4efdc3
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-02-14 02:28:25 +00:00
Nextcloud bot
a615d15046
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-02-13 02:26:57 +00:00
Nextcloud bot
c686ee791a
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-02-12 02:28:00 +00:00
Simon L
fbf260f39a
Merge pull request #31090 from nextcloud/fix/31069/fix-overlapping-buttons-apps-management
...
fix overlapping buttons in apps-management
2022-02-11 11:16:34 +01:00
szaimen
d460c37024
try to fix overlapping buttons in apps-management
...
Signed-off-by: szaimen <szaimen@e.mail.de>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2022-02-10 20:26:55 +00:00
Vincent Petry
62d47100ec
Merge pull request #30953 from nextcloud/feat/init-storage-when-transferring-ownership
...
Init user's file system if not existing on ownership transfer
2022-02-10 18:13:43 +01:00
Vincent Petry
713840ccc0
Merge pull request #31032 from nextcloud/instanceName
...
Don't use plain URL on the email subject
2022-02-10 18:07:50 +01:00
Vincent Petry
cd1bf94181
Merge pull request #31073 from nextcloud/fix/user_ldap-fix-access-typing
...
Improve typing in OCA\User_LDAP\Access and reduce psalm errors
2022-02-10 17:53:58 +01:00
Vincent Petry
d29293e019
Merge pull request #31079 from nextcloud/ignore-self-contact-interaction
...
Ignore contact interaction with self
2022-02-10 17:50:54 +01:00