Nextcloud bot
f777018ee7
[tx-robot] updated from transifex
2018-05-12 00:13:49 +00:00
Nextcloud bot
5cfba894a2
[tx-robot] updated from transifex
2018-05-10 00:13:52 +00:00
Nextcloud bot
f84eaa66dd
[tx-robot] updated from transifex
2018-04-27 00:12:37 +00:00
Nextcloud bot
b97eaf2291
[tx-robot] updated from transifex
2018-04-22 00:12:37 +00:00
Nextcloud bot
3477c22016
[tx-robot] updated from transifex
2018-03-23 01:12:18 +00:00
Nextcloud bot
93b8a486dc
[tx-robot] updated from transifex
2018-03-15 01:12:29 +00:00
Nextcloud bot
c4a97a2144
[tx-robot] updated from transifex
2018-03-09 01:13:00 +00:00
Nextcloud bot
ac8d572102
[tx-robot] updated from transifex
2018-03-06 01:13:03 +00:00
Nextcloud bot
e225f9548b
[tx-robot] updated from transifex
2018-03-02 01:13:08 +00:00
Nextcloud bot
22e9568664
[tx-robot] updated from transifex
2018-02-28 01:13:25 +00:00
Nextcloud bot
730a68402d
[tx-robot] updated from transifex
2018-02-24 01:13:07 +00:00
Nextcloud bot
260cbfe36f
[tx-robot] updated from transifex
2018-02-22 01:13:16 +00:00
Morris Jobke
0b21cabf10
Merge pull request #8205 from nextcloud/bugfix/noid/fix-result-size-when-searching-for-sharees
...
[stable12] Better result handling of email search
2018-02-21 15:44:41 +01:00
Nextcloud bot
5cbbf9c9b7
[tx-robot] updated from transifex
2018-02-21 01:12:58 +00:00
Nextcloud bot
82d077df32
[tx-robot] updated from transifex
2018-02-19 01:12:43 +00:00
Nextcloud bot
c07be4414e
[tx-robot] updated from transifex
2018-02-18 01:12:53 +00:00
Nextcloud bot
245ededfb4
[tx-robot] updated from transifex
2018-02-17 01:12:55 +00:00
Nextcloud bot
48c4328b06
[tx-robot] updated from transifex
2018-02-14 21:38:20 +00:00
Joas Schilling
7b31703407
Limit the number of results when searching for remotes and emails
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2018-02-14 16:48:39 +01:00
Nextcloud bot
363b1da044
[tx-robot] updated from transifex
2018-02-14 01:12:43 +00:00
Nextcloud bot
b4c492ad07
[tx-robot] updated from transifex
2018-02-13 10:49:21 +00:00
Nextcloud bot
deeed1664f
[tx-robot] updated from transifex
2018-02-12 21:34:26 +00:00
Nextcloud bot
966010f87f
[tx-robot] updated from transifex
2018-02-09 15:29:41 +00:00
Nextcloud bot
2b1e759ef4
[tx-robot] updated from transifex
2018-02-09 01:11:18 +00:00
Nextcloud bot
d36b9c7479
[tx-robot] updated from transifex
2018-02-08 01:10:51 +00:00
Nextcloud bot
1a6f21d6d3
[tx-robot] updated from transifex
2018-02-07 01:10:47 +00:00
Nextcloud bot
2a7e629ca5
[tx-robot] updated from transifex
2018-02-04 01:10:51 +00:00
Nextcloud bot
b63c93367f
[tx-robot] updated from transifex
2018-02-03 01:10:55 +00:00
Nextcloud bot
26beb5b7f3
[tx-robot] updated from transifex
2018-02-02 01:10:40 +00:00
Nextcloud bot
4620eb8515
[tx-robot] updated from transifex
2018-02-01 17:20:21 +00:00
Nextcloud bot
cdbf584d37
[tx-robot] updated from transifex
2018-01-15 01:10:56 +00:00
Bjoern Schiessle
6634266946
return correct mount type for federated shares
...
fix https://github.com/nextcloud/server/issues/6584
Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
2018-01-11 10:22:04 +01:00
Nextcloud bot
27a4a8247c
[tx-robot] updated from transifex
2018-01-06 01:11:22 +00:00
Nextcloud bot
233fd16049
[tx-robot] updated from transifex
2018-01-04 09:48:45 +00:00
Tobia De Koninck
7f18a8d19f
Don't show users which e-mail address match if they belong to a group we may not share with
...
Signed-off-by: Tobia De Koninck <tobia@ledfan.be>
2017-12-19 08:43:08 +01:00
Daniel Calviño Sánchez
26cf16d67f
Fix constructor spy in unit test with Sinon 4.1.3
...
When a constructor is spied using Sinon it is wrapped by a proxy
function, which calls the original constructor when invoked. When "new
Foo()" is executed a "Foo" object is created, "Foo" is invoked with the
object as "this", and the object is returned as the result of the whole
"new" expression.
Before Sinon 4.1.3 the proxy called the original constructor directly
using the "thisValue" of the spied call; "thisValue" was the object
created by the "new" operator that called the proxy. The proxy assigned
"thisValue" to "returnValue", so it was also the value returned by the
proxy and, in turn, the value returned by the whole "new" expression.
Since Sinon 4.1.3 (see pull request 1626) the proxy calls the original
constructor using "new" instead of directly. The "thisValue" created by
the outermost "new" (the one that called the proxy) is no longer used by
the original constructor; the internal "new" creates a new object, which
is the one passed to the original constructor and returned by the
internal "new" expression. This object is also the value returned by the
proxy ("returnValue") and, in turn, the value returned by the whole
outermost "new" expression.
Thus, now "returnValue" should be used instead of "thisValue" to get the
object created by the spied constructor.
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2017-12-11 16:49:39 +01:00
Nextcloud bot
0ff717c600
[tx-robot] updated from transifex
2017-12-10 01:10:38 +00:00
Morris Jobke
5dd15c4a7d
Merge pull request #7323 from nextcloud/shared-jailed-source-root-12
...
[12]Use the correct root for shared jail when the source storage is also a jail
2017-12-08 09:03:03 +01:00
Nextcloud bot
53fa7fb3c6
[tx-robot] updated from transifex
2017-12-08 01:10:26 +00:00
Nextcloud bot
f3b9b213eb
[tx-robot] updated from transifex
2017-12-06 01:10:37 +00:00
Robin Appelman
4144580167
delay calculating the shared cache root until it's used
...
Signed-off-by: Robin Appelman <robin@icewind.nl>
2017-12-04 15:18:23 +01:00
Nextcloud bot
8656462edb
[tx-robot] updated from transifex
2017-11-30 01:13:31 +00:00
Robin Appelman
6d8de960c9
Use the correct root for shared jail when the source storage is also a jail
...
Signed-off-by: Robin Appelman <robin@icewind.nl>
2017-11-28 13:55:42 +01:00
Nextcloud bot
097e8a4994
[tx-robot] updated from transifex
2017-11-11 01:10:24 +00:00
Nextcloud bot
5e14b64c55
[tx-robot] updated from transifex
2017-11-10 01:10:05 +00:00
Nextcloud bot
98b012d545
[tx-robot] updated from transifex
2017-11-08 01:09:33 +00:00
Nextcloud bot
0756fc0893
[tx-robot] updated from transifex
2017-11-07 01:09:08 +00:00
Nextcloud bot
43341833fd
[tx-robot] updated from transifex
2017-11-03 01:09:18 +00:00
Nextcloud bot
f7ac152a6c
[tx-robot] updated from transifex
2017-10-26 00:08:49 +00:00
Nextcloud bot
895336a3f3
[tx-robot] updated from transifex
2017-10-24 00:08:57 +00:00