Commit Graph

49609 Commits

Author SHA1 Message Date
Roeland Jago Douma ba25fe84e0
Merge pull request #17416 from nextcloud/backport/17397/stable16
[stable16] Fix updating and deleting authtokens
2019-10-05 15:13:42 +02:00
Sergej Nikolaev c934786dc4 fix updating and deleting authtokens
Signed-off-by: Sergej Nikolaev <kinolaev@gmail.com>
2019-10-05 10:42:19 +00:00
Nextcloud bot 6f02458356
[tx-robot] updated from transifex 2019-10-05 02:15:20 +00:00
John Molakvoæ f1cee77582
[stable16] Append / to data(path) for folder content request (#17310)
[stable16] Append / to data(path) for folder content request
2019-10-04 18:09:41 +02:00
Roeland Jago Douma 50f2900b4b
Merge pull request #17282 from nextcloud/backport/17262/stable16
[stable16] dont delete cache entries if deleting an object from object store failed
2019-10-04 11:35:54 +02: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 d932653a29 adjust test expectations
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2019-10-01 10:19:03 +00: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
Roeland Jago Douma c7157ef586
Merge pull request #17347 from nextcloud/backport/stable16/fix/hbs-compile-script
[stable16] Use handlebars from node_modules (on CI)
2019-10-01 12:07:46 +02:00
Christoph Wurst d513d56729
Use handlebars from node_modules (on CI)
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2019-10-01 11:23:46 +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
John Molakvoæ f65e06fd6c
[stable16] Fix fetching additional search results on scrolling… (#17304)
[stable16] Fix fetching additional search results on scrolling down
2019-09-29 17:19:12 +02:00
John Molakvoæ (skjnldsv) 63a142c47d
Append / to data(path) for folder content request
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2019-09-28 17:28:17 +02:00
René Bühlmann 2e99756cb3 Fix fetching additional search results on scrolling down
Signed-off-by: René Bühlmann <rene@buehlmann.net>
2019-09-28 09:45:23 +00: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
Roeland Jago Douma 0ecc8ed904
Merge pull request #17278 from nextcloud/backport/17264/stable16
[stable16] handle moveFromStorage within the same storage even when storage wrap…
2019-09-27 12:28:27 +02: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
Robin Appelman fcd637b938 dont delete cache entries if deleting an object from object store failed
Signed-off-by: Robin Appelman <robin@icewind.nl>
2019-09-26 14:14:57 +00:00
Robin Appelman cbc4134f33 handle moveFromStorage within the same storage even when storage wrappers are applied to the source storage
the target storage doesn't need additional handling for wrappers as the wrappers implementation of moveFromStorage already deals with that

Any storage based on local storage isn't affected by this as local storage already has it's own way of handling with this

Signed-off-by: Robin Appelman <robin@icewind.nl>
2019-09-26 13:54:57 +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
Roeland Jago Douma 9a39b6a622
Merge pull request #17250 from nextcloud/version/16.0.5/final
Nextcloud 16.0.5
2019-09-25 20:23:52 +02:00
Joas Schilling c2e3fce9c6
Merge pull request #17257 from nextcloud/backport/17240/stable16
[stable16] Fix spaces being collapsed in move dialog
2019-09-25 14:52:11 +02:00
Gary Kim 9a7ac74eee Fix spaces being collapsed in move dialog
Signed-off-by: Gary Kim <gary@garykim.dev>
2019-09-25 09:25:07 +00:00
Nextcloud bot 39d041df55
[tx-robot] updated from transifex 2019-09-25 02:15:01 +00:00
Roeland Jago Douma 5ca3a19f9f
Nextcloud 16.0.5
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-09-24 21:28:44 +02: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 36183cb2f1
Merge pull request #17211 from nextcloud/backport/17207/stable16
[stable16] Fix l10n in federated file sharing
2019-09-19 18:31:32 +02:00
Roeland Jago Douma 5fcff2f7c5
Merge pull request #17111 from nextcloud/version/16.0.5/RC1
16.0.5 RC 1
2019-09-19 16:20:53 +02:00
Christoph Wurst 5931eaadec Fix l10n in federated file sharing
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2019-09-19 13:28:54 +00:00