Roeland Jago Douma
79b7f39753
[3rdparty] Bump pimpe to 3.2.3
...
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-01-23 14:09:31 +01:00
Roeland Jago Douma
4537faa5da
Merge pull request #7918 from nextcloud/properly-log-exceptions
...
Properly log the full exception instead of only the message
2018-01-23 11:56:02 +01:00
Morris Jobke
9cb3a79b18
Merge pull request #7971 from nextcloud/comradekingu-patch-1
...
Spelling: There was an error loading → could not load
2018-01-23 10:58:43 +01:00
Morris Jobke
2a38605545
Properly log the full exception instead of only the message
...
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2018-01-23 10:57:21 +01:00
Morris Jobke
5c360a41e9
Merge pull request #7858 from nextcloud/fix-local-storage
...
Use fallback path if data dir is not available for Storage/Local.php
2018-01-23 10:52:41 +01:00
Roeland Jago Douma
ef127a30ec
Fix tests
...
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-01-23 10:35:37 +01:00
Morris Jobke
caccf7a2e9
Merge pull request #7989 from nextcloud/cleanup-unused-share-methods
...
Remove not used methods of legacy share.php
2018-01-23 10:00:24 +01:00
Roeland Jago Douma
0660e57b1f
Don't polute log when loggin into dav with email
...
* We first try the email as username but this fails
* Then we get the uid from the email and try again
We should not log the first attempt since it polutes the log with failed
login attempts while the login actually is valid.
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-01-23 09:41:44 +01:00
Nextcloud bot
cc4f9986cf
[tx-robot] updated from transifex
2018-01-23 01:10:50 +00:00
blizzz
c7d9e5fd63
Merge pull request #7354 from nextcloud/refacor-update-page-print
...
Refactor method to check if update is needed
2018-01-22 22:50:05 +01:00
Roeland Jago Douma
23768d5fea
Merge pull request #7985 from nextcloud/remove-public-video
...
Remove video preview from files_sharing
2018-01-22 21:05:41 +01:00
Roeland Jago Douma
eb3fd4bce6
Merge pull request #7988 from nextcloud/cleanup-old-repair-steps
...
Remove old repair steps that aren't executed anymore
2018-01-22 19:54:46 +01:00
Roeland Jago Douma
97aff2dbe0
Merge pull request #7994 from nextcloud/smb-notify-test-timeout
...
increase the time we wait for smb notifications in the test
2018-01-22 19:54:00 +01:00
Robin Appelman
80aef8ed08
increase the time we wait for smb notifications in the test
...
Signed-off-by: Robin Appelman <robin@icewind.nl>
2018-01-22 17:08:24 +01:00
Morris Jobke
37026d8b9d
Send a proper response for status.php on trusted domain error
...
* fixes #7732
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2018-01-22 15:58:57 +01:00
Morris Jobke
520f2fd6ea
Merge pull request #7986 from nextcloud/fix_7749
...
If the preview is size 0 it is invalid
2018-01-22 15:37:49 +01:00
Morris Jobke
71cf31f211
Remove not used methods of legacy share.php
...
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2018-01-22 14:54:07 +01:00
Morris Jobke
d9b1492e03
Remove old repair steps that aren't executed anymore
...
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2018-01-22 14:51:02 +01:00
Roeland Jago Douma
8703df3233
If the preview is size 0 it is invalid
...
* delete it
* throw a NotFound Exception
- This should a proper 404 to the user
- Next time it is then regenerated
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-01-22 13:57:00 +01:00
Julius Härtl
4d3dbb345f
Remove video preview from files_sharing
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2018-01-22 13:22:52 +01:00
Roeland Jago Douma
1194e4c2bd
Merge pull request #7975 from nextcloud/3rdparty_rm_polyfill
...
[3rdparty] Remove polyfill-php70
2018-01-22 09:06:23 +01:00
Nextcloud bot
4b4931905c
[tx-robot] updated from transifex
2018-01-22 01:10:39 +00:00
Roeland Jago Douma
226e75d9ca
[3rdparty] Remove polyfill-php70
...
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-01-21 10:43:31 +01:00
Nextcloud bot
5845b177c7
[tx-robot] updated from transifex
2018-01-21 01:10:50 +00:00
Roeland Jago Douma
c450dba1a0
Merge pull request #7956 from nextcloud/remove-vendor-detection
...
Remove vendor detection
2018-01-20 11:42:48 +01:00
Morris Jobke
80a36380fc
Disable vendor detection when upgrading from 11.0.x
...
Upgrade from 11 to 14 is not supported anyways.
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2018-01-20 11:14:06 +01:00
Julius Härtl
4d99faae4f
Merge pull request #7955 from nextcloud/remove-app-disable-upgrade
...
Remove not needed 3rdparty app disabling during upgrade for PHP 5.x
2018-01-20 11:01:31 +01:00
Allan Nordhøy
7fb1e458fa
There was an error loading → Could not load
2018-01-20 09:17:26 +01:00
Allan Nordhøy
29d68d7a35
There was an error loading → could not load
2018-01-20 09:15:50 +01:00
Nextcloud bot
2635073909
[tx-robot] updated from transifex
2018-01-20 01:10:57 +00:00
Roeland Jago Douma
0599d9284d
Merge pull request #7961 from nextcloud/smb-2.0.4
...
update icewind/smb to 2.0.4
2018-01-19 20:23:14 +01:00
Robin Appelman
f6c95ca850
update icewind/smb to 2.0.4
...
Signed-off-by: Robin Appelman <robin@icewind.nl>
2018-01-19 16:22:36 +01:00
Morris Jobke
34a3613a64
Merge pull request #7953 from nextcloud/theming-background-highres
...
Theming: adjust background image resizing
2018-01-19 14:14:25 +01:00
Morris Jobke
c70927eaa0
Remove not needed 3rdparty app disabling during upgrade for PHP 5.x
...
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2018-01-19 14:00:27 +01:00
Julius Härtl
422e20569b
Theming: adjust background image resizing
...
Support high resolution login images by resizing only images that are wider than 4096px
fixes #7459
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2018-01-19 13:34:43 +01:00
Nextcloud bot
fdd7a53250
[tx-robot] updated from transifex
2018-01-19 01:10:55 +00:00
Morris Jobke
bcba1a97ad
Use fallback path if data dir is not available for Storage/Local.php
...
Found while testing strict types for PHP7+.
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Signed-off-by: Robin Appelman <robin@icewind.nl>
2018-01-18 16:38:01 +01:00
Roeland Jago Douma
fc49e77093
Merge pull request #7941 from nextcloud/fix-7934
...
remove hardcoded sharepoint icon path
2018-01-18 15:55:25 +01:00
Morris Jobke
9247c48e04
Merge pull request #7939 from nextcloud/do-not-show-non-installed-warning-on-install
...
Do not show "Not installed warning" during occ install
2018-01-18 15:43:29 +01:00
Arthur Schiwon
116bcb9c60
remove hardcoded sharepoint icon path
...
it does not exist and if it would, it was not themable
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2018-01-18 15:32:19 +01:00
Morris Jobke
0d9f73a814
Do not show "Not installed warning" during occ install
...
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2018-01-18 14:55:32 +01:00
Julius Härtl
f0b7b2dedf
Merge pull request #7911 from nextcloud/improve-oc_image
...
Improve OC_Image code to not guess the type of input
2018-01-18 14:39:08 +01:00
Morris Jobke
3d4c698f44
Improve OC_Image code to not guess the type of input, but actually request the specific methods to be called
...
Followup to #7836
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2018-01-18 13:40:55 +01:00
Morris Jobke
d0c46ab45e
Merge pull request #7923 from nextcloud/files_external_ocscontroller
...
[files_external] OCS endpoint to proper OCSController
2018-01-18 12:17:46 +01:00
Morris Jobke
d78a4daf7e
Merge pull request #7924 from nextcloud/dep_iappconfig
...
Remove deprecated function from IAppConfig
2018-01-18 12:03:55 +01:00
Morris Jobke
4836a5e536
Merge pull request #7930 from nextcloud/update-notification-strict
...
Make Update notficiations strict and fix all inspections
2018-01-18 12:00:35 +01:00
Roeland Jago Douma
05f75f803a
[files_external] OCS endpoint to proper OCSController
...
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-01-18 11:15:03 +01:00
Joas Schilling
19f7cc9e92
Make Update notficiations strict and fix all inspections
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2018-01-18 10:55:44 +01:00
Morris Jobke
9296116297
Merge pull request #7863 from nextcloud/update-notifications-plusplus
...
Update notifications ++
2018-01-18 10:51:14 +01:00
Nextcloud bot
b6eb50069b
[tx-robot] updated from transifex
2018-01-18 01:10:40 +00:00