Commit Graph

20745 Commits

Author SHA1 Message Date
Nextcloud bot 8c43734cca
[tx-robot] updated from transifex 2019-12-14 02:26:46 +00:00
Michał Węgrzynek 2f8cfbb76d Fix comments search result to work with multibyte strings
Currently, the searching in comments breaks up, if comments contain multibyte characters and string manipulation logic in getRelevantMessagePart happens to cut through them rendering the resulting string invalid (not UTF-8 compliant). This patch replaces all string manipulating functions in this code to multibyte aware ones.

Signed-off-by: Michał Węgrzynek <michal.wegrzynek@malloc.com.pl>
2019-12-13 14:39:25 +00:00
Nextcloud bot c4c8b7677d
[tx-robot] updated from transifex 2019-12-13 02:26:37 +00:00
Joas Schilling 42a51146d1 Allow to specify apps that somethign is a dir
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-12-12 22:05:18 +00:00
Joas Schilling 25d7d6965d Improve mimetype detection in workflow components
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-12-12 22:05:17 +00:00
Roeland Jago Douma d41f36dad5
Merge pull request #18356 from nextcloud/backport/17935/stable16
[stable16] adding share type circles
2019-12-12 13:09:14 +01:00
Georg Ehrke 2addd34277 Support more IPv6 addresses in the RefreshWebcalJob
Signed-off-by: Georg Ehrke <developer@georgehrke.com>
2019-12-12 10:06:54 +00:00
Nextcloud bot e7611e308a
[tx-robot] updated from transifex 2019-12-12 02:26:49 +00:00
Maxence Lange b73faad2a1 adding share type circles
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2019-12-11 11:40:17 +00:00
Roeland Jago Douma 174bc54911
Expose capability if the lookup server should be queried by default
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-12-11 08:13:20 +01:00
Roeland Jago Douma 2a9c872d7a
Always do sharee lookup on lookup server in GS
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-12-11 08:13:11 +01:00
Nextcloud bot 8af38e7dcf
[tx-robot] updated from transifex 2019-12-11 02:17:06 +00:00
Nextcloud bot 623776f5e5
[tx-robot] updated from transifex 2019-12-10 02:17:01 +00:00
Roeland Jago Douma 8e74b232ed
Merge pull request #18248 from nextcloud/backport/18241/stable16
[stable16] Allow to unfavorite all files
2019-12-09 21:27:59 +01:00
Nextcloud bot d37e870515
[tx-robot] updated from transifex 2019-12-09 02:16:47 +00:00
Nextcloud bot 726a5101ac
[tx-robot] updated from transifex 2019-12-08 02:17:49 +00:00
John Molakvoæ 7c98898b38
[stable16] Hide the tooltip if the list row is rerendered (#18260)
[stable16] Hide the tooltip if the list row is rerendered
2019-12-07 09:53:18 +01:00
Nextcloud bot caccc2caf1
[tx-robot] updated from transifex 2019-12-07 02:16:55 +00:00
Nextcloud bot 8a815060a0
[tx-robot] updated from transifex 2019-12-06 02:17:20 +00:00
Julius Härtl bbf417ec85 Hide the tooltip if the list row is rerendered
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-12-05 19:52:15 +00:00
Joas Schilling 806a067bfb Allow to unfavorite all files
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-12-05 10:39:59 +00:00
Nextcloud bot b307d32ed1
[tx-robot] updated from transifex 2019-12-05 02:17:11 +00:00
Nextcloud bot b7c8bce168
[tx-robot] updated from transifex 2019-12-04 09:24:31 +00:00
Nextcloud bot d07742b80d
[tx-robot] updated from transifex 2019-12-04 02:17:10 +00:00
Nextcloud bot 00e9f5f024
[tx-robot] updated from transifex 2019-12-03 02:17:04 +00:00
Nextcloud bot 56528c6ab1
[tx-robot] updated from transifex 2019-12-02 02:17:11 +00:00
Nextcloud bot 9f1bba8597
[tx-robot] updated from transifex 2019-12-01 02:18:31 +00:00
Nextcloud bot 0485022d8b
[tx-robot] updated from transifex 2019-11-30 02:17:06 +00:00
Nextcloud bot a8031dd301
[tx-robot] updated from transifex 2019-11-29 02:17:12 +00:00
Nextcloud bot c3823a2892
[tx-robot] updated from transifex 2019-11-28 02:17:14 +00:00
Nextcloud bot 36b0bee728
[tx-robot] updated from transifex 2019-11-27 02:16:41 +00:00
Nextcloud bot 6a04dbda58
[tx-robot] updated from transifex 2019-11-26 02:16:13 +00:00
Roeland Jago Douma da23aa3f0f
Merge pull request #18055 from nextcloud/backport/18016/stable16
[stable16] make chunksize (used to check for gone LDAP users) configurable
2019-11-25 08:40:35 +01:00
Nextcloud bot e7f3790ee6
[tx-robot] updated from transifex 2019-11-25 02:16:11 +00:00
Nextcloud bot 2a501eb3ff
[tx-robot] updated from transifex 2019-11-23 02:16:24 +00:00
Nextcloud bot ed8740205b
[tx-robot] updated from transifex 2019-11-22 02:16:34 +00:00
Arthur Schiwon a88f6309c6 make chunksize (used to check for gone LDAP users) configurable
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2019-11-21 10:07:30 +00:00
Arthur Schiwon 3259cb64a9 uid can be false when the user record does not exit
fixes not loading files app for users who got a share by the gone LDAP user

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2019-11-21 06:10:11 +00:00
Nextcloud bot 7d7b7fcb58
[tx-robot] updated from transifex 2019-11-21 02:16:19 +00:00
Nextcloud bot a61d88f473
[tx-robot] updated from transifex 2019-11-20 02:16:36 +00:00
Nextcloud bot 0660f1fcc7
[tx-robot] updated from transifex 2019-11-19 02:18:06 +00:00
Nextcloud bot 15e097ae6c
[tx-robot] updated from transifex 2019-11-18 02:16:14 +00:00
Roeland Jago Douma 6cbc8a08d5
Merge pull request #17944 from nextcloud/backport/17926/stable16
[stable16] re-acquired expired shared locks on large file uploads
2019-11-17 09:10:00 +01:00
Nextcloud bot 3273c51485
[tx-robot] updated from transifex 2019-11-17 02:17:31 +00:00
Nextcloud bot f943a656bd
[tx-robot] updated from transifex 2019-11-16 02:16:13 +00:00
Nextcloud bot d814c457c1
[tx-robot] updated from transifex 2019-11-15 02:16:20 +00:00
Robin Appelman 61382f525b re-acquired expired shared locks on large file uploads
during large file uploads, the shared lock that we get at the begining can expire
leading to locked errors later on, instead of erroring, try to re-get the lock

Signed-off-by: Robin Appelman <robin@icewind.nl>
2019-11-14 18:35:08 +00:00
Roeland Jago Douma 711ce573c1
Merge pull request #17929 from nextcloud/backport/17873/stable16
[stable16] Make timeout a optional parameter
2019-11-14 09:52:33 +01:00
Nextcloud bot e400b70e0b
[tx-robot] updated from transifex 2019-11-14 02:16:31 +00:00
Daniel Kesselberg 6c3faa96d2 Make timeout a optional parameter
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2019-11-13 16:08:15 +00:00
Roeland Jago Douma 5c94ae2c25 Check quota before transfer ownership
Fixes #15664

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-11-13 14:09:50 +00:00
Nextcloud bot 4ef8ff5660
[tx-robot] updated from transifex 2019-11-13 02:16:25 +00:00
Roeland Jago Douma a2c2389dd4
Merge pull request #17857 from nextcloud/backport/17847/stable16
[stable16] Also set X-OC-Mtime header for files that are smaller than 10MB
2019-11-12 08:11:36 +01:00
Nextcloud bot fe78fe9ba8
[tx-robot] updated from transifex 2019-11-12 02:16:29 +00:00
Nextcloud bot e19a32ccfc
[tx-robot] updated from transifex 2019-11-10 02:17:15 +00:00
Julius Härtl 26aa01e161 Also set X-OC-Mtime header for files that are smaller than 10MB
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-11-08 09:23:56 +00:00
Nextcloud bot 04e6470b2f
[tx-robot] updated from transifex 2019-11-08 02:16:32 +00:00
Nextcloud bot 00b838ca6c
[tx-robot] updated from transifex 2019-11-07 02:16:14 +00:00
Nextcloud bot bf3de19f62
[tx-robot] updated from transifex 2019-11-06 02:16:25 +00:00
Nextcloud bot a575ef9145
[tx-robot] updated from transifex 2019-11-05 02:16:03 +00:00
Nextcloud bot 153a764e3c
[tx-robot] updated from transifex 2019-11-04 02:15:43 +00:00
Nextcloud bot 803b54186b
[tx-robot] updated from transifex 2019-11-03 02:16:22 +00:00
Nextcloud bot 96d4233545
[tx-robot] updated from transifex 2019-11-02 02:15:14 +00:00
Roeland Jago Douma c34abfa16b
Merge pull request #17768 from nextcloud/backport/17755/stable16
[stable16] Bring back external storage group select delete
2019-11-01 08:51:48 +01:00
Nextcloud bot 18d484dd30
[tx-robot] updated from transifex 2019-11-01 07:46:47 +00:00
John Molakvoæ (skjnldsv) 61681c9688 Bring back external storage group select delete
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2019-10-31 14:55:59 +00:00
Nextcloud bot a7de52e9d9
[tx-robot] updated from transifex 2019-10-29 02:15:36 +00:00
Nextcloud bot fc707b6f5b
[tx-robot] updated from transifex 2019-10-28 02:15:50 +00:00
Nextcloud bot c5273404ee
[tx-robot] updated from transifex 2019-10-27 02:14:27 +00:00
Roeland Jago Douma 4dc91420cf Cleanup theming mess
* Do not do translations in the constructor. This gets called to early
so there is no user yet. Which means we can't obtain the locale. Which
means we store the wrong translation instance.

* Same for the theming app magic. Just use the parent call when needed.

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-10-26 10:15:46 +00:00
Nextcloud bot 57f901e972
[tx-robot] updated from transifex 2019-10-26 02:15:31 +00:00
Nextcloud bot e298edb243
[tx-robot] updated from transifex 2019-10-25 02:15:47 +00:00
Nextcloud bot 27cadc5dcd
[tx-robot] updated from transifex 2019-10-24 02:15:40 +00:00
Nextcloud bot b8be6ed15e
[tx-robot] updated from transifex 2019-10-23 02:15:39 +00:00
Nextcloud bot 377a955f86
[tx-robot] updated from transifex 2019-10-22 02:15:58 +00:00
Roeland Jago Douma 6b18986a87
Merge pull request #17619 from nextcloud/fix/noid/visibility
[stable16] fix method scope
2019-10-21 21:04:30 +02:00
Arthur Schiwon 7a31a482f4
fix call of a protected method by a different class
was due to a backport while relying on not backported changes

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2019-10-21 12:50:47 +02:00
Arthur Schiwon 8ce5346491 treat LDAP error 50 as auth issue, prevents lost server connection errors
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2019-10-21 09:57:24 +00:00
Nextcloud bot 63479ba72e
[tx-robot] updated from transifex 2019-10-21 02:16:05 +00:00
Nextcloud bot 54166dfbcd
[tx-robot] updated from transifex 2019-10-20 02:16:57 +00:00
Roeland Jago Douma 75c5f0662f
Merge pull request #17588 from nextcloud/backport/17585/stable16
[stable16] added documentation links on settings pages
2019-10-19 11:10:57 +02:00
Nextcloud bot 9c0b20ca29
[tx-robot] updated from transifex 2019-10-19 02:15:57 +00:00
Sascha Wiswedel 7711585ab7 added documentation links on settings pages
Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com>
2019-10-18 10:08:55 +00:00
Nextcloud bot f4853072ef
[tx-robot] updated from transifex 2019-10-18 02:15:38 +00:00
Nextcloud bot 0708ffcf77
[tx-robot] updated from transifex 2019-10-16 02:15:55 +00:00
Roeland Jago Douma 86cf56df14
Merge pull request #17539 from nextcloud/backport/17332/stable16
[stable16] Only cache the mimetype if the file exists
2019-10-15 17:01:12 +02:00
Roeland Jago Douma 16690a2e04
Merge pull request #17542 from nextcloud/backport/17503/stable16
[stable16] Set the proper filename for version downloads
2019-10-15 09:18:06 +02:00
Nextcloud bot cd975f8036
[tx-robot] updated from transifex 2019-10-15 02:15:20 +00:00
Roeland Jago Douma 8a58c4cef1 Set the proper filename for version downloads
Before it just used the internalid (timestamp often) which is not really
user friendly.

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-10-14 20:29:01 +00:00
Joas Schilling 323fd3c538 Only cache the mimetype if the file exists
Otherwise files access control will cache "application/octet-stream"
for all the target node on:
rename, move, copy and all other methods which create a new item

To check this:
1. Add an automated tagging rule which tags on mimetype NOT "httpd/unix-directory"
2. Add an access control rule which checks for any mimetype
3. Create a folder and rename it, the folder should not be tagged, but it is

Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-10-14 19:40:14 +00:00
Nextcloud bot 91a94469c1
[tx-robot] updated from transifex 2019-10-14 02:15:22 +00:00
Nextcloud bot 1ab9ef8224
[tx-robot] updated from transifex 2019-10-13 02:16:04 +00:00
Nextcloud bot 8183f23f34
[tx-robot] updated from transifex 2019-10-12 02:15:23 +00:00
John Molakvoæ bb34e90866
[stable16] Force hide tooltips on sidebar close (#17500)
[stable16] Force hide tooltips on sidebar close
2019-10-11 07:45:39 +02:00
John Molakvoæ (skjnldsv) 41d2aaa32c Force hide tooltips on sidebar close
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
2019-10-11 04:49:34 +00:00
Nextcloud bot b8cc88ce86
[tx-robot] updated from transifex 2019-10-11 02:14:56 +00:00
Nextcloud bot 701343c1c8
[tx-robot] updated from transifex 2019-10-09 02:15:22 +00:00
Nextcloud bot 54411b724e
[tx-robot] updated from transifex 2019-10-08 02:15:15 +00:00
Joas Schilling 58bf308c40 Don't call basename on null
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-10-07 12:02:56 +00:00
Roeland Jago Douma f09d1d6dbf
Merge pull request #17419 from nextcloud/backport/17387/stable16
[stable16] Allow removing federated shares of locally reshared files
2019-10-07 09:43:32 +02:00
Nextcloud bot d248f94835
[tx-robot] updated from transifex 2019-10-07 02:14:56 +00:00
Nextcloud bot 3cb1d4f579
[tx-robot] updated from transifex 2019-10-06 02:15:26 +00:00
Roeland Jago Douma 0c5978447f Allow removing federated shares of locally reshared files
* UserA shares a folder to UserB
* UserB does a federated share to userC@serverC
* UserB now tries to revoke the federated share

Before we always tried to notify the remote cloud. The case that the
file was reshared locally was not considered. This patch makes sure not
to try to notify a federated server if both users are local users.

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-10-05 13:19:53 +00:00
Nextcloud bot 6f02458356
[tx-robot] updated from transifex 2019-10-05 02:15:20 +00:00
Roeland Jago Douma 82f72f9282
Merge pull request #17352 from nextcloud/backport/17001/stable16
[stable16] reduce adressbook change events and handling
2019-10-04 11:34:27 +02:00
Nextcloud bot 3a8d3cdf90
[tx-robot] updated from transifex 2019-10-04 02:15:40 +00:00
John Molakvoæ bda30e590a
[stable16] Don't process known avatars from LDAP (#17373)
[stable16] Don't process known avatars from LDAP
2019-10-03 08:39:27 +02:00
Nextcloud bot fa59e681dc
[tx-robot] updated from transifex 2019-10-03 02:14:38 +00:00
Arthur Schiwon c5b9fcaf90 Don't process known avatars from LDAP
* avoids useless FS operation
* avoids useless DB writes
* avoids useless addressbook updates
* addendum to #17001

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2019-10-02 14:34:27 +00:00
Nextcloud bot f6f82d3fa8
[tx-robot] updated from transifex 2019-10-02 02:15:24 +00:00
Nextcloud bot ce2906782c
[tx-robot] updated from transifex 2019-10-01 12:42:10 +00:00
Roeland Jago Douma 387eeeba7f
Merge pull request #17342 from nextcloud/backport/16798/stable16
[stable16] Fix scrolling after switching to grid view
2019-10-01 12:55:15 +02:00
Arthur Schiwon 0b7ad2c22b reduce adressbook change events and handling
... from four to one on avatar updates

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2019-10-01 10:19:03 +00:00
Roeland Jago Douma 8918b0174f
Merge pull request #17299 from nextcloud/backport/17258/stable16
[stable16] add (hidden) option to configure smb timeout
2019-10-01 12:11:38 +02:00
Jonathan Matthews 4cd718efae Fix grid view
Signed-off-by: Jonathan Matthews <jgit@pixelnet.work>
2019-09-30 15:34:46 +00:00
Roeland Jago Douma d4f3bfb4cc
Merge pull request #17296 from nextcloud/backport/17286/stable16
[stable16] Correctly detect the mimetype from uploads
2019-09-30 17:11:15 +02:00
Roeland Jago Douma 1918cda75f
Merge pull request #17271 from nextcloud/backport/14913/stable16
[stable16] Fix directory detection for s3
2019-09-30 17:10:23 +02:00
Nextcloud bot bac125e201
[tx-robot] updated from transifex 2019-09-28 02:15:06 +00:00
Robin Appelman 5504bb4430 Update apps/files_external/lib/Lib/Backend/SMB.php
Co-Authored-By: Daniel Kesselberg <mail@danielkesselberg.de>
2019-09-27 10:31:30 +00:00
Robin Appelman 167af81d26 add (hidden) option to configure smb timeout
hidden from ui to prevent clutter

```occ files_external:config <mount> timeout 30```

Signed-off-by: Robin Appelman <robin@icewind.nl>
2019-09-27 10:31:29 +00:00
Joas Schilling ec1ff53a64 Correctly detect the mimetype from uploads
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-09-27 08:52:43 +00:00
Daniel Kesselberg 0263bc2e35 Use local variable for directory name
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2019-09-26 09:40:10 +00:00
Daniel Kesselberg 42b905c070 Don't strip path from directory prefix
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2019-09-26 09:40:10 +00:00
Daniel Kesselberg 1a4b07cae4 Fill directory cache from opendir
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2019-09-26 09:40:10 +00:00
Daniel Kesselberg b07f656432 Change visibility to private (from protected)
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2019-09-26 09:40:09 +00:00
Daniel Kesselberg 2b090ffa6f Rename $location to $path
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2019-09-26 09:40:09 +00:00
Daniel Kesselberg dd7548ac69 Add method to check if directory exists
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2019-09-26 09:40:09 +00:00
Nextcloud bot c1018bbbe4
[tx-robot] updated from transifex 2019-09-26 02:15:12 +00:00
Nextcloud bot 39d041df55
[tx-robot] updated from transifex 2019-09-25 02:15:01 +00:00
Nextcloud bot 32bf44195b
[tx-robot] updated from transifex 2019-09-24 02:14:55 +00:00
Nextcloud bot 31e399cccd
[tx-robot] updated from transifex 2019-09-22 02:15:49 +00:00
Nextcloud bot 279b9ad577
[tx-robot] updated from transifex 2019-09-21 02:15:03 +00:00
Nextcloud bot 29c8844306
[tx-robot] updated from transifex 2019-09-20 02:15:17 +00:00
Roeland Jago Douma 4e8aae50a8
Merge pull request #16994 from nextcloud/backport/16835/stable16
[stable16] Remove orphaned calendar data from deleted subscriptions
2019-09-19 10:26:17 +02:00
Roeland Jago Douma 1b47b99456
Merge pull request #17155 from nextcloud/stable16-16976
[stable16] Always use the folder icon depending on the mount type if not a share mount
2019-09-19 10:20:51 +02:00
Nextcloud bot d2042c5af4
[tx-robot] updated from transifex 2019-09-19 02:15:52 +00:00
Nextcloud bot 7b755993a3
[tx-robot] updated from transifex 2019-09-18 02:15:09 +00:00
Julius Härtl bd0b4c52ec Fallback to directory icon based on the mount type
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
2019-09-17 14:39:25 +00:00
Nextcloud bot 8ba431b9a6
[tx-robot] updated from transifex 2019-09-17 12:33:44 +00:00
Roeland Jago Douma ad01cbfb78
Merge pull request #17061 from nextcloud/backport/16985/stable16
[stable16] Properly initialize the CacheJail for sharing
2019-09-16 16:10:36 +02:00
Roeland Jago Douma 1db1d2ce9d Use the owner from the storage
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-09-11 10:38:50 +00:00
Julius Härtl f4ef37285b Emit moveToTrash event only for the deleting user
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-09-11 10:38:50 +00:00
Roeland Jago Douma 1b8ae61b7c
Merge pull request #17091 from nextcloud/backport/16969/stable16
[stable16] When you click on thumbnail of a file, it should open the file not the sidebar
2019-09-11 11:04:06 +02:00
Nextcloud bot 372307a762
[tx-robot] updated from transifex 2019-09-11 02:15:24 +00:00
Greta Doci 1d0971b72e Change filelist _onClickFile function so thumbnail to open the file instead of the sidebar
Signed-off-by: Greta Doci <gretadoci@gmail.com>
2019-09-10 14:51:33 +00:00
blizzz 34daee58e7
Merge pull request #17070 from nextcloud/backport/16836/stable16
[stable16] Fix SMB availability status + higher delay on auth issues
2019-09-10 13:50:05 +02:00
Nextcloud bot 4878a1e40d
[tx-robot] updated from transifex 2019-09-10 02:15:40 +00:00
Arthur Schiwon f42a6e0506 set a storage availability delay on auth issues to avoid lock out
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2019-09-09 14:51:31 +00:00
Arthur Schiwon f29395e89d catch auth issues also when php-smbclient is in use
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2019-09-09 14:51:31 +00:00
Joas Schilling a7c0bb030c Correctly check for new default root
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-09-09 13:01:06 +00:00
Julius Härtl 55b416c448 Properly initialize the CacheJail for sharing
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-09-09 13:01:06 +00:00
Nextcloud bot 56c7864fc7
[tx-robot] updated from transifex 2019-09-08 02:16:49 +00:00
Nextcloud bot 999cc69568
[tx-robot] updated from transifex 2019-09-07 02:15:41 +00:00
Nextcloud bot 7d6cb4eb6b
[tx-robot] updated from transifex 2019-09-06 02:15:10 +00:00
Nextcloud bot d810883587
[tx-robot] updated from transifex 2019-09-05 02:16:22 +00:00
Thomas Citharel 6d856ceaf9 Check the calendar type of calendarobjects & calendarchanges
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2019-09-04 08:55:47 +00:00
Thomas Citharel 0b753f052a Remove orphaned calendar data from deleted subscriptions
Closes #16833. Ref #13511

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2019-09-04 08:55:47 +00:00
Roeland Jago Douma b5f407e02d Be sure to get the jailed path if the storage is a jail
Fixes: https://github.com/nextcloud/groupfolders/issues/583

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-09-04 06:56:34 +00:00
Nextcloud bot 1025cee109
[tx-robot] updated from transifex 2019-09-04 02:16:24 +00:00
Nextcloud bot 6d926c8b28
[tx-robot] updated from transifex 2019-09-03 02:15:14 +00:00
Nextcloud bot a0b0b1904e
[tx-robot] updated from transifex 2019-09-02 02:15:19 +00:00
Nextcloud bot c2dbe61088
[tx-robot] updated from transifex 2019-09-01 02:16:31 +00:00
Nextcloud bot 3244d910ee
[tx-robot] updated from transifex 2019-08-31 02:14:52 +00:00
Nextcloud bot 71e46474df
[tx-robot] updated from transifex 2019-08-30 02:15:20 +00:00
Nextcloud bot fc9f12d72d
[tx-robot] updated from transifex 2019-08-29 02:15:00 +00:00
Roeland Jago Douma e7039cc2f5
Merge pull request #16891 from nextcloud/backport/15993/stable16
[stable16] Properly redirect if accessing invalid file though /f/ entrypoint
2019-08-28 09:02:57 +02:00
Nextcloud bot 300631a4e9
[tx-robot] updated from transifex 2019-08-28 02:15:35 +00:00
Julius Härtl 35a7d5707c Properly redirect if accessing invalid file though /f/ entrypoint
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-08-27 16:51:00 +00:00
Nextcloud bot 930dea7129
[tx-robot] updated from transifex 2019-08-27 02:15:28 +00:00
Nextcloud bot 7355173156
[tx-robot] updated from transifex 2019-08-26 02:14:42 +00:00
Nextcloud bot 8d572cc80d
[tx-robot] updated from transifex 2019-08-23 02:19:36 +00:00
Nextcloud bot c8d2c5ed33
[tx-robot] updated from transifex 2019-08-22 02:14:42 +00:00
Nextcloud bot c37b4e3f75
[tx-robot] updated from transifex 2019-08-20 02:14:56 +00:00
Nextcloud bot e66f58135d
[tx-robot] updated from transifex 2019-08-19 02:15:05 +00:00
Nextcloud bot a584e2e899
[tx-robot] updated from transifex 2019-08-18 02:15:47 +00:00
Nextcloud bot 2bca7f372c
[tx-robot] updated from transifex 2019-08-17 02:15:09 +00:00
Nextcloud bot 94a74b8eba
[tx-robot] updated from transifex 2019-08-16 02:14:24 +00:00
Roeland Jago Douma fbeae1cc7b
Merge pull request #16745 from nextcloud/backport/16154/stable16
[stable16] Make possible to focus grid/list view toggle via keyboard
2019-08-15 19:41:42 +02:00
John Molakvoæ (skjnldsv) 7c63605886 Always put the gridview toggle on the visible part of the page
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2019-08-15 08:59:45 +00:00
John Molakvoæ (skjnldsv) 7fefb77f5c Rename delete label to Delete folder/file
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2019-08-15 08:22:13 +00:00
Nextcloud bot ed0f6033af
[tx-robot] updated from transifex 2019-08-15 02:14:42 +00:00
Nextcloud bot 85a070b242
[tx-robot] updated from transifex 2019-08-14 02:15:08 +00:00
Nextcloud bot aebcbc4b04
[tx-robot] updated from transifex 2019-08-12 02:14:55 +00:00
Nextcloud bot fb3ac4dcaf
[tx-robot] updated from transifex 2019-08-11 02:15:35 +00:00
Nextcloud bot c577bd1bdb
[tx-robot] updated from transifex 2019-08-10 02:14:56 +00:00
Nextcloud bot d7590ab90d
[tx-robot] updated from transifex 2019-08-09 02:14:22 +00:00
Roeland Jago Douma d88324e5e8
Merge pull request #16695 from nextcloud/backport/16638/stable16
[stable16] delay sending event from app init to when they are needed
2019-08-08 19:17:27 +02:00
Arthur Schiwon 18aa047dd4 delay sending event from app init to when they are needed
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2019-08-08 08:49:44 +00:00
John Molakvoæ (skjnldsv) 9ec4527cb7 Fix enable/disable user audit message
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2019-08-08 06:21:16 +00:00
Nextcloud bot 89ba8c6c6d
[tx-robot] updated from transifex 2019-08-08 02:14:51 +00:00
Nextcloud bot 8280bb5bf1
[tx-robot] updated from transifex 2019-08-07 02:14:45 +00:00
blizzz d5053d00c7
Merge pull request #16637 from nextcloud/backport/16525/stable16
[stable16] files_external: proper user context for sharing
2019-08-06 10:58:14 +02:00
Nextcloud bot b8068fc11d
[tx-robot] updated from transifex 2019-08-06 02:14:45 +00:00
Morris Jobke fb65d1e0ae
Merge pull request #16627 from nextcloud/backport/16586/stable16
[stable16] log circles and remote shares in admin_audit
2019-08-05 12:51:42 +02:00
Nextcloud bot 2754e49925
[tx-robot] updated from transifex 2019-08-05 02:14:34 +00:00
Nextcloud bot e031965348
[tx-robot] updated from transifex 2019-08-04 02:15:29 +00:00
Nextcloud bot 25235a770f
[tx-robot] updated from transifex 2019-08-03 02:14:39 +00:00
Arthur Schiwon b0c50ef6e9 fix check for null
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2019-08-02 12:08:22 +00:00
Julius Härtl 271f86cff3 Adjust tests
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-08-02 12:08:22 +00:00
Arthur Schiwon 29b04742db do not send null value when string is expected
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2019-08-02 12:08:22 +00:00