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