Nextcloud bot
3aacf8305a
[tx-robot] updated from transifex
2018-12-23 01:12:37 +00:00
Roeland Jago Douma
4da786482f
Merge pull request #13215 from nextcloud/backport/13212/stable15
...
[stable15] Files list not rendering if user has favorites navigation unfolded
2018-12-22 12:13:02 +01:00
Julius Härtl
af149c68bf
Replace ChildNode.before with custom before helper
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2018-12-22 10:35:38 +01:00
Arthur Schiwon
c1e03e2a29
do not forgot to store the second displayname portion
...
otherwise it causes a chain reaction of system addressbook updates
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2018-12-21 13:44:01 +00:00
Nextcloud bot
6a618ebd8b
[tx-robot] updated from transifex
2018-12-21 01:11:57 +00:00
Nextcloud bot
d543678651
[tx-robot] updated from transifex
2018-12-20 01:11:55 +00:00
John Molakvoæ (skjnldsv)
8e0ebb10a4
Prevent special characters from breaking the file drop remote url
...
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2018-12-19 08:54:34 +00:00
Nextcloud bot
140f3d2ee0
[tx-robot] updated from transifex
2018-12-19 01:11:56 +00:00
Nextcloud bot
81f1edd432
[tx-robot] updated from transifex
2018-12-18 01:11:44 +00:00
blizzz
921147c76a
Merge pull request #13119 from nextcloud/backport/12693/stable15
...
[stable15] fix exception on LDAP mapping during login
2018-12-17 22:29:03 +01:00
Roeland Jago Douma
c29d11442d
Merge pull request #13076 from nextcloud/stb15-ie11-compatibility-updatenotifications
...
[stable15] Ie11 compatibility updatenotifications
2018-12-17 13:26:10 +01:00
Arthur Schiwon
a7a1be792c
LDAP clear cache on config modification also when done via API or CLI
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2018-12-17 12:08:10 +00:00
Arthur Schiwon
c6b540a738
be careful with mixed return values even if it may look unsuspicious…
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2018-12-17 12:08:10 +00:00
Arthur Schiwon
e3fd241aba
cache users as existing after mapping
...
during login they might be cached as non-existing and cause an Exception
in the long run
reduces some duplication, too
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2018-12-17 12:08:10 +00:00
Nextcloud bot
3f3337af9b
[tx-robot] updated from transifex
2018-12-17 01:11:42 +00:00
Nextcloud bot
3045b6aae2
[tx-robot] updated from transifex
2018-12-16 01:12:42 +00:00
Nextcloud bot
da3196fdb8
[tx-robot] updated from transifex
2018-12-15 01:11:48 +00:00
John Molakvoæ (skjnldsv)
a141ca42e3
Transpile arrow function for ie11 compatibility
...
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2018-12-14 16:41:53 +01:00
Nextcloud bot
e8e61acebc
[tx-robot] updated from transifex
2018-12-14 01:12:42 +00:00
Nextcloud bot
d92e3bb47b
[tx-robot] updated from transifex
2018-12-13 01:12:07 +00:00
Joas Schilling
a3145dc8e2
Better activities for systemtags that are removed by CLI
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2018-12-12 12:38:15 +00:00
Nextcloud bot
4fb51850c5
[tx-robot] updated from transifex
2018-12-12 01:11:48 +00:00
Nextcloud bot
76d1364167
[tx-robot] updated from transifex
2018-12-11 01:11:57 +00:00
Nextcloud bot
303fa31b11
[tx-robot] updated from transifex
2018-12-10 01:11:48 +00:00
Nextcloud bot
9d6d39d218
[tx-robot] updated from transifex
2018-12-09 01:12:37 +00:00
Nextcloud bot
eb7c17add2
[tx-robot] updated from transifex
2018-12-08 01:11:34 +00:00
Roeland Jago Douma
eaa19f891c
If the parent is not cached we should request the file
...
Else we ignore all incomming shares. Which basically does 💥
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-12-07 14:08:09 +00:00
Nextcloud bot
f7ef71bef5
[tx-robot] updated from transifex
2018-12-07 01:11:51 +00:00
Morris Jobke
6d77389fbf
Add abort stub in JSUnit
...
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2018-12-06 12:21:02 +00:00
Roeland Jago Douma
d500c4babf
Do not show general warning on free space error
...
Fixes #12588
Probably needs more fixing for the other cases. But this is the quick
fix I could come up with for now.
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-12-06 12:21:02 +00:00
Nextcloud bot
1f94126f59
[tx-robot] updated from transifex
2018-12-06 01:12:12 +00:00
Morris Jobke
fc6dd2d4cb
Merge pull request #12836 from nextcloud/backport/12624/stable15
...
[stable15] Validate all rich objects
2018-12-05 22:35:47 +01:00
Morris Jobke
4b27584e49
Merge pull request #12828 from nextcloud/backport/12626/stable15
...
[stable15] Unshare from mail activity is missing
2018-12-05 22:33:15 +01:00
Roeland Jago Douma
cf4337ac19
No DAV user enumeration if disabled
...
Fixes #9058
If the option to autocomplete users is disabled. We also should not
enumerate the users on this endpoint.
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-12-05 19:59:27 +00:00
Joas Schilling
ea33663328
Fix wrong used type
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2018-12-05 20:06:11 +01:00
John Molakvoæ (skjnldsv)
d3561d73c0
make a button out of 'What's new' so it's obvious it can be clicked on #12757
...
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2018-12-05 14:17:51 +01:00
Roeland Jago Douma
13da72730c
Merge pull request #12816 from nextcloud/backport/12813/stable15
...
[stable15] Fix the system address book
2018-12-05 08:42:00 +01:00
Nextcloud bot
e77f1ea351
[tx-robot] updated from transifex
2018-12-05 01:12:05 +00:00
Morris Jobke
81fd9ca16a
Fix layout of "i" in admin settings of federated sharing
...
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2018-12-04 18:50:50 +00:00
Joas Schilling
b047d0cba0
Unshare from mail activity is missing
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2018-12-04 17:58:49 +00:00
Roeland Jago Douma
e5d445f852
Fix the system address book
...
c23a66cda4
broke the system address book.
We now move the ACL rules for this special case up and all is good in
the world again.
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-12-04 14:20:41 +00:00
Roeland Jago Douma
94864df68c
Only run the AnonymousOptionsPlugion on Anonymous requests
...
Fixes #12744
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-12-04 12:11:14 +00:00
Nextcloud bot
faf27a1f20
[tx-robot] updated from transifex
2018-12-04 01:12:16 +00:00
Nextcloud bot
00ff059ba1
[tx-robot] updated from transifex
2018-12-03 01:11:44 +00:00
Nextcloud bot
decb8d6068
[tx-robot] updated from transifex
2018-12-02 01:12:48 +00:00
Joas Schilling
9a1d936bbf
Parse activity when a user self-unshares a file
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2018-11-30 09:15:20 +00:00
Morris Jobke
44acc9db88
Merge pull request #12746 from nextcloud/backport/12688/stable15
...
[stable15] Fix cannot set 0 as value on files_external through OCC command
2018-11-30 09:58:50 +01:00
Nextcloud bot
2ca2393513
[tx-robot] updated from transifex
2018-11-30 01:12:08 +00:00
Morris Jobke
96450a9e9b
Merge pull request #12692 from nextcloud/storage-no-encryption-interface-15
...
[15] Add interface to allow storages from opting out of encryption
2018-11-29 22:01:14 +01:00
Robin Appelman
8eb4c21c0d
Fix cannot set 0 as value on files_external through OCC command
...
Signed-off-by: Robin Appelman <robin@icewind.nl>
2018-11-29 20:46:47 +00:00