Nextcloud bot
2d91e9f00d
[tx-robot] updated from transifex
2019-01-01 01:11:45 +00:00
Nextcloud bot
933d0c1902
[tx-robot] updated from transifex
2018-12-31 01:11:52 +00:00
Nextcloud bot
9cc7b9b9ec
[tx-robot] updated from transifex
2018-12-30 01:12:51 +00:00
Nextcloud bot
520ac7c8b1
[tx-robot] updated from transifex
2018-12-29 01:11:53 +00:00
Nextcloud bot
9e315b1ac4
[tx-robot] updated from transifex
2018-12-28 01:11:59 +00:00
Daniel Kesselberg
92938f6f00
Access id property without getter.
...
Some implementations typehint getId to integer but default is null.
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2018-12-27 17:01:57 +00:00
Daniel Kesselberg
97b03745b0
Fetch lastInsertId only when id null
...
When id column has no autoincrement flag query for lastInsertId fails
on postgres because no value has been generated. Call lastInsertId only
if id is null.
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2018-12-27 17:01:57 +00:00
Nextcloud bot
424fc68d4c
[tx-robot] updated from transifex
2018-12-27 01:11:51 +00:00
Nextcloud bot
32eeb94692
[tx-robot] updated from transifex
2018-12-26 01:12:06 +00:00
Nextcloud bot
1accc18b8d
[tx-robot] updated from transifex
2018-12-25 01:11:46 +00:00
Julius Härtl
3be77ba956
Add default values when parsing account data
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2018-12-24 13:19:38 +00:00
Nextcloud bot
23889c50fc
[tx-robot] updated from transifex
2018-12-24 01:11:59 +00:00
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
Roeland Jago Douma
5975f40f14
Merge pull request #13209 from nextcloud/backport/13185/stable15
...
[stable15] SCSS cache buster is a combination of apps/theming/scc_vars
2018-12-22 10:36:08 +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
Nextcloud bot
925d7733ea
[tx-robot] updated from transifex
2018-12-22 01:11:57 +00:00
blizzz
d1490a96ee
Merge pull request #13218 from nextcloud/backport/13187/stable15
...
[stable15] do not forgot to store the second displayname portion
2018-12-21 16:59:01 +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
Roeland Jago Douma
3538e2e25a
Merge pull request #13206 from nextcloud/backport/13154/stable15
...
[stable15] Fix ie11 checkboxes
2018-12-21 14:21:38 +01:00
Roeland Jago Douma
77a81d00cf
SCSS cache buster is a combination of apps/theming/scc_vars
...
Else on scss files we'd get <file>?v=<hash>?v=<hash2>
This is of course not valid. Now it becomes <file>?v=<hash>-<hash2>
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-12-21 09:33:18 +00:00
John Molakvoæ (skjnldsv)
c454ce5c33
Fix ie11 checkboxes
...
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2018-12-21 09:18:34 +00:00
Nextcloud bot
6a618ebd8b
[tx-robot] updated from transifex
2018-12-21 01:11:57 +00:00
Roeland Jago Douma
6eec2c0665
Merge pull request #13179 from nextcloud/backport/13171/stable15
...
[stable15] Use a case insensitive search for email
2018-12-20 20:37:38 +01:00
Roeland Jago Douma
7b09d11924
Use a case insensitive search for email
...
Fixes #7084
Now entering wrongly cased email (roeland@ instead of Roeland@) for
password reset etc. Will also work.
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-12-20 15:19:15 +00:00
Roeland Jago Douma
e17a2bdfc7
Merge pull request #13169 from nextcloud/backport/13163/stable15
...
[stable15] Make the footer "Get your own free account" translatable
2018-12-20 09:44:20 +01:00
Christoph Wurst
c2aa9263b7
Merge pull request #13155 from nextcloud/fulltextsearc-createindex
...
[15.0.1] allow content provider to generate new Index
2018-12-20 09:33:27 +01:00
Michael Weimann
fb02625e8e
Make the footer "Get your own free account" translatable
...
Signed-off-by: Michael Weimann <mail@michael-weimann.eu>
2018-12-20 06:47:00 +00:00
Nextcloud bot
d543678651
[tx-robot] updated from transifex
2018-12-20 01:11:55 +00:00
Maxence Lange
663f9706f7
using the createIndex from FullTextSearchManager
...
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2018-12-19 11:27:37 -01:00
Roeland Jago Douma
f9707abc0b
Merge pull request #13150 from nextcloud/backport/13116/stable15
...
[stable15] Only trust the X-FORWARDED-HOST header for trusted proxies
2018-12-19 12:59:20 +01:00
Maxence Lange
3c1fd5cf29
allow content provide to generate new Index
...
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2018-12-19 09:36:38 -01:00
John Molakvoæ
fc621142bf
Merge pull request #13151 from nextcloud/backport/13133/stable15
...
[stable15] Prevent special characters from breaking the file drop remote url
2018-12-19 11:03:12 +01: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
Roeland Jago Douma
9f6ee5b939
Only trust the X-FORWARDED-HOST header for trusted proxies
...
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-12-19 08:48:18 +00:00
Nextcloud bot
140f3d2ee0
[tx-robot] updated from transifex
2018-12-19 01:11:56 +00:00
Roeland Jago Douma
bc9e42a9d3
Merge pull request #13123 from nextcloud/backport/13118/stable15
...
[stable15] Fix SAML Client login flow on Apple devices
2018-12-18 16:31:49 +01: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
5350fee90d
Fix SAML Client login flow on Apple devices
...
Because the redirect from the SAML/SSO endpoint is a POST the lax/strict
cookies are not properly send.
Note that it is not strictly requried on this endpoint as we do not need
the remember me data. Only the real session info is enough. The endpoint
is also already protected by a state token.
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-12-17 13:18:32 +00: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
acc7eee830
run LDAP integrations tests with redis which is the recommended setup
...
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