Joas Schilling
337146412b
Prevent php info about missing index for old events
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-01-09 14:50:38 +01:00
Maxence Lange
e003a77a37
add support for boolean default
...
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
code cleaning
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
code cleaning
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2019-01-09 13:01:06 +00:00
Joas Schilling
dce496311d
Add a repair step to remove sensitive event activity
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-01-09 13:12:55 +01:00
Joas Schilling
ffb145c2d2
Correctly handle the classification of events in the activity stream
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-01-09 13:11:42 +01:00
Nextcloud bot
38a49cb8af
[tx-robot] updated from transifex
2019-01-09 01:12:50 +00:00
Morris Jobke
bd42f05057
Merge pull request #13425 from nextcloud/backport/13418/stable15
...
[stable15] HttpClient getHeader can return empty string
2019-01-08 17:01:42 +01:00
Roeland Jago Douma
bc07098b49
HttpClient getHeader can return empty string
...
Fixes #11999
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-01-08 15:26:23 +00:00
Nextcloud bot
32db64a1ed
[tx-robot] updated from transifex
2019-01-08 01:12:14 +00:00
Roeland Jago Douma
7e2092cfa1
Merge pull request #13411 from nextcloud/backport/13403/stable15
...
[stable15] CSP: Allow fonts to be provided in data
2019-01-07 19:25:47 +01:00
Morris Jobke
dcb43600bb
Merge pull request #13405 from nextcloud/backport/13402/stable15
...
[stable15] Use the real logger in the settings
2019-01-07 15:43:25 +01:00
Roeland Jago Douma
de30c11cf3
CSP: Allow fonts to be provided in data
...
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-01-07 14:40:23 +00:00
John Molakvoæ
d21bc0e314
Merge pull request #13404 from nextcloud/backport/13381/stable15
...
[stable15] Fix apps menu overlapping
2019-01-07 15:33:51 +01:00
Roeland Jago Douma
7416ce20a0
Use the real logger in the settings
...
Fixes #13285
The wrapper logger should not be used here. But we need the real logger.
Since this in internal we can just pass that on directly.
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-01-07 12:40:36 +00:00
John Molakvoæ (skjnldsv)
d472eb3e5d
Fix apps menu overlapping
...
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2019-01-07 12:33:55 +00:00
Nextcloud bot
d98b178a6d
[tx-robot] updated from transifex
2019-01-07 01:12:10 +00:00
Nextcloud bot
06e634330a
[tx-robot] updated from transifex
2019-01-06 01:13:16 +00:00
Roeland Jago Douma
92c84b7f8e
Merge pull request #13346 from nextcloud/version/noid/15.0.1RC1
...
15.0.1 RC 1
2019-01-05 21:38:53 +01:00
Nextcloud bot
a0d08147d9
[tx-robot] updated from transifex
2019-01-05 01:12:08 +00:00
Morris Jobke
e70aeb517f
15.0.1 RC 1
...
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2019-01-04 23:58:55 +01:00
Morris Jobke
b96d4a095f
Merge pull request #13372 from nextcloud/backport/13138/stable15
...
[stable15] register and show when an LDAP user was detected as unavailable/deleted
2019-01-04 23:58:20 +01:00
Morris Jobke
9796736790
Merge pull request #13368 from nextcloud/backport/13367/stable15
...
[stable15] Throttle with correct metadata
2019-01-04 23:25:52 +01:00
Morris Jobke
4b32b68430
Merge pull request #13370 from nextcloud/backport/13363/stable15
...
[stable15] Fix loginflow with apptoken enter on iOS
2019-01-04 23:24:47 +01:00
Arthur Schiwon
03e75aea49
ensure db is pristine before starting the tests
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2019-01-04 21:48:42 +00:00
Arthur Schiwon
bebec87880
LDAP: extend remnants output with "detected on" field
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2019-01-04 21:48:42 +00:00
Arthur Schiwon
55058adb2c
add tests for the DUI
...
as they are interact with the DB they are more integraiton than unit tests
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2019-01-04 21:48:42 +00:00
Morris Jobke
ffa9b5dc1b
Merge pull request #13366 from nextcloud/backport/13117/stable15
...
[stable15] Allow URI as data for vcard PHOTO
2019-01-04 22:43:11 +01:00
Roeland Jago Douma
909fc44538
Fix loginflow with apptoken enter on iOS
...
It seems iOS doesn't like us to change the location. So now we submit it
to the server that geneartes the redirect.
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-01-04 21:43:03 +00:00
Roeland Jago Douma
d92c05e646
Throttle with correct metadata
...
Fixes #13202
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-01-04 21:21:46 +00:00
Morris Jobke
53b09033ae
Update apps/dav/lib/CardDAV/PhotoCache.php
...
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Co-Authored-By: skjnldsv <skjnldsv@users.noreply.github.com>
2019-01-04 20:34:38 +00:00
John Molakvoæ (skjnldsv)
d36f1d97f2
Log failure on parsing
...
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2019-01-04 20:34:38 +00:00
John Molakvoæ (skjnldsv)
a47df3959c
Allow URI as data for vcard PHOTO
...
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2019-01-04 20:34:38 +00:00
Morris Jobke
ffdbe58b67
Merge pull request #13360 from nextcloud/stb15-ie11-compatibility-accessibility
...
Transpile arrow function for ie11 compatibility
2019-01-04 20:16:42 +01:00
Morris Jobke
cf11a4585c
Merge pull request #13361 from nextcloud/backport/13145/stable15
...
[stable15] IE fix for apps menu
2019-01-04 19:45:34 +01:00
Roeland Jago Douma
11aac9e4da
Merge pull request #13357 from nextcloud/backport/13134/stable15
...
[stable15] returns a 404 instead of exception if app is not installed - #13088
2019-01-04 19:39:15 +01:00
John Molakvoæ (skjnldsv)
115ca20a5f
IE fix for apps menu
...
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2019-01-04 18:30:46 +00:00
Morris Jobke
aaba0adcf3
Merge pull request #13354 from BastienDurel/caldav_anon_pb
...
check anonymous OPTIONS requests file in root (not in subdir)
2019-01-04 19:17:03 +01:00
John Molakvoæ (skjnldsv)
914ac82d6c
Transpile arrow function for ie11 compatibility
...
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2019-01-04 18:15:38 +01:00
Bastien Durel
625380ecf8
check anonymous OPTIONS requests file in root (not in subdir)
...
Signed-off-by: Bastien Durel <bastien@durel.org>
2019-01-04 17:48:04 +01:00
Julius Härtl
67ebcf8fa9
Make setup check also pass with a 501 status
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-01-04 16:08:52 +00:00
Maxence Lange
e2d7c2fabb
returns a 501 instead of exception if app is not installed - #13088
...
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2019-01-04 16:08:52 +00:00
Morris Jobke
2c72e44400
Merge pull request #13355 from nextcloud/backport/13286/stable15
...
[stable15] Re add the uploaded file list to file drops
2019-01-04 14:45:20 +01:00
Roeland Jago Douma
1392a3ff95
Merge pull request #13349 from nextcloud/backport/13172/stable15
...
[stable15] fix can change password check in case of encryption is enabled
2019-01-04 14:09:56 +01:00
Michael Weimann
03ca3303e4
Add compiled template
...
Signed-off-by: Michael Weimann <mail@michael-weimann.eu>
2019-01-04 12:22:46 +00:00
Michael Weimann
7549bd2b89
Tweak the uploaded files icon position
...
Signed-off-by: Michael Weimann <mail@michael-weimann.eu>
2019-01-04 12:22:46 +00:00
Michael Weimann
ac28decd8c
Removes lost single quote
...
Signed-off-by: Michael Weimann <mail@michael-weimann.eu>
2019-01-04 12:22:45 +00:00
Michael Weimann
92d30c8005
Add the file drop uploaded files element
...
Signed-off-by: Michael Weimann <mail@michael-weimann.eu>
2019-01-04 12:22:45 +00:00
Morris Jobke
496fe44f14
Merge pull request #13352 from nextcloud/backport/13351/stable15
...
[stable15] Update the CRL
2019-01-04 10:44:57 +01:00
Roeland Jago Douma
94d45c597c
Update the CRL
...
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-01-04 09:39:55 +00:00
Bjoern Schiessle
d715a28cf2
fix can change password check in case of encryption is enabled
...
Admin should _not_ be able to change password when:
- if an encryption module is loaded and it uses per-user keys
- if encryption is enabled but no encryption modules are loaded
Admin should be able to change the password when:
- no encryption module is loaded and encryption is disabled
- encryption module is loaded but it doesn't require per user keys
Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
2019-01-04 08:54:41 +00:00
Nextcloud bot
5270f3996f
[tx-robot] updated from transifex
2019-01-04 01:12:40 +00:00