Commit Graph

50538 Commits

Author SHA1 Message Date
Roeland Jago Douma 6be8a077e0
Merge pull request #17358 from nextcloud/backport/17353/stable17
[stable17] Fix typo in "which"
2019-10-01 19:26:06 +02:00
Joas Schilling 6670a2c51c Fix typo in "which"
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-10-01 14:16:51 +00:00
Nextcloud bot 3db8553eb2
[tx-robot] updated from transifex 2019-10-01 12:42:01 +00:00
Roeland Jago Douma 20ffc551d8
Merge pull request #17298 from nextcloud/backport/17258/stable17
[stable17] add (hidden) option to configure smb timeout
2019-10-01 12:10:59 +02:00
Roeland Jago Douma 95ea467c88
Merge pull request #17348 from nextcloud/backport/stable17fix/hbs-compile-script
[stable17] Use handlebars from node_modules (on CI)
2019-10-01 11:59:31 +02:00
Christoph Wurst 5d98f3fc0f
Use handlebars from node_modules (on CI)
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2019-10-01 08:00:00 +02:00
Roeland Jago Douma 7cceb667e9
Merge pull request #17295 from nextcloud/backport/17286/stable17
[stable17] Correctly detect the mimetype from uploads
2019-09-30 17:11:29 +02:00
Roeland Jago Douma 028568c4b8
Merge pull request #17273 from nextcloud/backport/14913/stable17
[stable17] Fix directory detection for s3
2019-09-30 17:10:02 +02:00
John Molakvoæ e9b27b2e98
Revert "[stable17] Bring the default font size up to 15px" (#17330)
Revert "[stable17] Bring the default font size up to 15px"
2019-09-30 15:43:34 +02:00
John Molakvoæ 3207bdd293
Revert "[stable17] Bring the default font size up to 15px" 2019-09-30 11:03:29 +02:00
John Molakvoæ ea1d40ff6f
Merge pull request #17309 from nextcloud/backport/17228/stable17
[stable17] Bring the default font size up to 15px
2019-09-28 19:24:51 +02:00
Marco Ambrosini 477af8a913 Bring the default font size up to 15px
Signed-off-by: Marco Ambrosini <marcoambrosini@pm.me>
2019-09-28 15:27:37 +00:00
Nextcloud bot 55c94b2d77
[tx-robot] updated from transifex 2019-09-28 02:14:59 +00:00
Robin Appelman 70ab6b93d8 Update apps/files_external/lib/Lib/Backend/SMB.php
Co-Authored-By: Daniel Kesselberg <mail@danielkesselberg.de>
2019-09-27 10:30:45 +00:00
Robin Appelman 14a1bdb6e1 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:30:45 +00:00
Roeland Jago Douma 4f54d12ff9
Merge pull request #17277 from nextcloud/backport/17264/stable17
[stable17] handle moveFromStorage within the same storage even when storage wrap…
2019-09-27 12:28:40 +02:00
Roeland Jago Douma b29bc1e593
Merge pull request #17281 from nextcloud/backport/17262/stable17
[stable17] dont delete cache entries if deleting an object from object store failed
2019-09-27 12:28:11 +02:00
Joas Schilling 3c937ca396 Correctly detect the mimetype from uploads
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-09-27 08:51:59 +00:00
Roeland Jago Douma 072d51ec08
Merge pull request #17219 from nextcloud/backport/17017/stable17
[stable17] fix "create folder" icon overlaying home icon
2019-09-26 22:45:04 +02:00
Roeland Jago Douma 6245481f7b
Merge pull request #17274 from nextcloud/backport/17252/stable17
[stable17] Fix user with id 0 to be able to comment
2019-09-26 22:26:17 +02:00
Robin Appelman ffcb590583 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:44 +00:00
Robin Appelman 1048bc5102 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:44 +00:00
Joas Schilling b29efda7c7 Fix user with id 0 to be able to comment
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-09-26 11:50:33 +00:00
Daniel Kesselberg 32b3064b92 Use local variable for directory name
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2019-09-26 09:41:45 +00:00
Daniel Kesselberg bb16bd8e73 Don't strip path from directory prefix
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2019-09-26 09:41:45 +00:00
Daniel Kesselberg 812402f3ac Fill directory cache from opendir
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2019-09-26 09:41:45 +00:00
Daniel Kesselberg 97e12415ae Change visibility to private (from protected)
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2019-09-26 09:41:45 +00:00
Daniel Kesselberg c0649bed36 Rename $location to $path
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2019-09-26 09:41:45 +00:00
Daniel Kesselberg 22c937bdf1 Add method to check if directory exists
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2019-09-26 09:41:45 +00:00
Roeland Jago Douma c937c8f175
Merge pull request #17249 from nextcloud/version/17/final
Nextcloud 17
2019-09-26 09:15:16 +02:00
Nextcloud bot c0e71fb12a
[tx-robot] updated from transifex 2019-09-26 02:15:05 +00:00
Joas Schilling 66ed0ae6d9
Merge pull request #17256 from nextcloud/backport/17240/stable17
[stable17] Fix spaces being collapsed in move dialog
2019-09-25 14:52:24 +02:00
Gary Kim 8974574b92 Fix spaces being collapsed in move dialog
Signed-off-by: Gary Kim <gary@garykim.dev>
2019-09-25 09:24:22 +00:00
Nextcloud bot bbd04fcb49
[tx-robot] updated from transifex 2019-09-25 02:14:54 +00:00
Roeland Jago Douma 57e469b7fa
Nextcloud 17
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-09-24 21:25:31 +02:00
Nextcloud bot 1d2059205a
[tx-robot] updated from transifex 2019-09-24 02:14:49 +00:00
Roeland Jago Douma 84d7bc5fd6
Merge pull request #17238 from nextcloud/backport/17162/stable17
[stable17] Fix the recent/favorite/shared filename problem
2019-09-23 16:48:35 +02:00
Roeland Jago Douma ce4cba3f00
Merge pull request #17215 from nextcloud/backport/17206/stable17
[stable17] catch exceptions that occur during logging
2019-09-23 10:13:40 +02:00
Greta Doci 2d89801e68 Fix the recent/favorite/shared filename problem
Signed-off-by: Greta Doci <gretadoci@gmail.com>
2019-09-23 05:54:39 +00:00
Nextcloud bot 54c9d0b3b0
[tx-robot] updated from transifex 2019-09-22 02:15:43 +00:00
Nextcloud bot 8add7228f1
[tx-robot] updated from transifex 2019-09-21 02:14:57 +00:00
Nextcloud bot 6cc17cd069
[tx-robot] updated from transifex 2019-09-20 02:15:11 +00:00
ritsute c0c1de6d2d fix "create folder" icon overlaying home icon
Signed-off-by: Brandon <brandon.yeow@websparks.sg>
2019-09-19 19:37:24 +00:00
Roeland Jago Douma db51d166b7
Merge pull request #17172 from nextcloud/backport/17159/stable17
[stable17] Sabre/VObject returns a DateAndOrTime object now, so adapt to it in Birthday service
2019-09-19 21:31:24 +02:00
Robin Appelman 186c2474b7 catch exceptions that occur during logging
Signed-off-by: Robin Appelman <robin@icewind.nl>
2019-09-19 16:34:40 +00:00
Roeland Jago Douma 8f43f5973b
Merge pull request #17210 from nextcloud/backport/17207/stable17
[stable17] Fix l10n in federated file sharing
2019-09-19 18:31:42 +02:00
Christoph Wurst 4e1f7f1c59 Fix l10n in federated file sharing
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2019-09-19 13:28:09 +00:00
Roeland Jago Douma 05174fc132
Merge pull request #17177 from nextcloud/version/17.0.0/RC2
17 RC 2
2019-09-19 12:43:25 +02:00
Roeland Jago Douma da17aa9f29
17 RC 2
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-09-19 10:11:43 +02:00
Roeland Jago Douma 3aa5e613a9
Merge pull request #17204 from nextcloud/backport/17201/stable17
[stable17] Use the actual password to update the tokens
2019-09-19 10:07:33 +02:00