]> source.dussan.org Git - nextcloud-server.git/log
nextcloud-server.git
7 years agoDo not scan for keys just get all the keys (with prefix) 4666/head
Roeland Jago Douma [Tue, 16 May 2017 07:52:05 +0000 (09:52 +0200)]
Do not scan for keys just get all the keys (with prefix)

Apparently scan leads to some issues sometimes on cluster. So just use
the get function to fetch the keys.

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
7 years agoMake cache tests a bit more clear
Morris Jobke [Wed, 3 May 2017 20:31:09 +0000 (17:31 -0300)]
Make cache tests a bit more clear

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
7 years agoAdd redis cluster tests to our CI jobs
Morris Jobke [Tue, 2 May 2017 21:08:43 +0000 (18:08 -0300)]
Add redis cluster tests to our CI jobs

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
7 years agoMerge pull request #4817 from nextcloud/more-app-update-logs
Lukas Reschke [Thu, 11 May 2017 19:52:33 +0000 (21:52 +0200)]
Merge pull request #4817 from nextcloud/more-app-update-logs

Proper logging for appstore updates

7 years agoProper logging for appstore updates 4817/head
Morris Jobke [Thu, 11 May 2017 18:35:17 +0000 (13:35 -0500)]
Proper logging for appstore updates

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
7 years agoMerge pull request #4804 from nextcloud/proper-upgrade-size
Lukas Reschke [Thu, 11 May 2017 15:10:45 +0000 (17:10 +0200)]
Merge pull request #4804 from nextcloud/proper-upgrade-size

Properly decide on actual users if instance is too big

7 years agoMerge pull request #4808 from nextcloud/downstream-27788
Morris Jobke [Thu, 11 May 2017 14:07:57 +0000 (09:07 -0500)]
Merge pull request #4808 from nextcloud/downstream-27788

Adjust sample documentation

7 years agoMerge pull request #4800 from nextcloud/remove-unused-config.php-option
Morris Jobke [Thu, 11 May 2017 14:04:54 +0000 (09:04 -0500)]
Merge pull request #4800 from nextcloud/remove-unused-config.php-option

SSL menu is now shown for files_external

7 years agoMerge pull request #4803 from nextcloud/postgres-sleep
Morris Jobke [Thu, 11 May 2017 14:03:46 +0000 (09:03 -0500)]
Merge pull request #4803 from nextcloud/postgres-sleep

Add 10 seconds sleep time after postgres startup

7 years agoMore fixes 4808/head
Joas Schilling [Thu, 11 May 2017 09:30:51 +0000 (11:30 +0200)]
More fixes

Signed-off-by: Joas Schilling <coding@schilljs.com>
7 years agoAdjust sample documentation
Joas Schilling [Thu, 11 May 2017 08:15:49 +0000 (10:15 +0200)]
Adjust sample documentation

Signed-off-by: Joas Schilling <coding@schilljs.com>
7 years agoProperly decide on actual users if instance is too big 4804/head
Morris Jobke [Thu, 11 May 2017 02:39:09 +0000 (21:39 -0500)]
Properly decide on actual users if instance is too big

* state the reason why NC thinks it is a big instance

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
7 years agoAdd 10 seconds sleep time after postgres startup 4803/head
Morris Jobke [Thu, 11 May 2017 02:37:09 +0000 (21:37 -0500)]
Add 10 seconds sleep time after postgres startup

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
7 years ago[tx-robot] updated from transifex
Nextcloud bot [Thu, 11 May 2017 00:08:08 +0000 (00:08 +0000)]
[tx-robot] updated from transifex

7 years agoMerge pull request #4783 from nextcloud/lite-application-classes
Morris Jobke [Wed, 10 May 2017 22:31:05 +0000 (17:31 -0500)]
Merge pull request #4783 from nextcloud/lite-application-classes

Use automatic injection for appdata folders

7 years agoMerge pull request #4798 from nextcloud/multibucket-root-fs
Morris Jobke [Wed, 10 May 2017 21:50:19 +0000 (16:50 -0500)]
Merge pull request #4798 from nextcloud/multibucket-root-fs

Setup root FS for multibucket object storage

7 years agoSSL menu is now shown for files_external 4800/head
Morris Jobke [Wed, 10 May 2017 21:08:40 +0000 (16:08 -0500)]
SSL menu is now shown for files_external

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
7 years agoUse distributed cache for SCSS dependencies as well 4798/head
Morris Jobke [Wed, 10 May 2017 18:31:45 +0000 (13:31 -0500)]
Use distributed cache for SCSS dependencies as well

* followup to #3978 because with the proper setup of
  appdata we now are using the same data on all nodes

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
7 years agoSetup root FS for multibucket object storage
Morris Jobke [Wed, 10 May 2017 18:21:35 +0000 (13:21 -0500)]
Setup root FS for multibucket object storage

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
7 years agoMerge pull request #4762 from nextcloud/add-unsafe-global-eval-fn
Morris Jobke [Wed, 10 May 2017 16:37:06 +0000 (11:37 -0500)]
Merge pull request #4762 from nextcloud/add-unsafe-global-eval-fn

Add fallback to jQuery.fn.globalEval

7 years agoMerge pull request #4787 from nextcloud/missing-parameter
Roeland Jago Douma [Wed, 10 May 2017 12:44:24 +0000 (14:44 +0200)]
Merge pull request #4787 from nextcloud/missing-parameter

Fix missing placeholder for doc link

7 years agoMerge pull request #4788 from nextcloud/issue-4756-cron-error
Lukas Reschke [Wed, 10 May 2017 11:22:40 +0000 (13:22 +0200)]
Merge pull request #4788 from nextcloud/issue-4756-cron-error

Fix errors with LookupServerConnector background job

7 years agoEval script elemtents in HTML body response 4762/head
Lukas Reschke [Wed, 10 May 2017 11:03:15 +0000 (13:03 +0200)]
Eval script elemtents in HTML body response

Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
7 years agoMerge pull request #4771 from nextcloud/error-page-logo-css
Joas Schilling [Wed, 10 May 2017 10:10:38 +0000 (12:10 +0200)]
Merge pull request #4771 from nextcloud/error-page-logo-css

use the same logo css for the error page as the login page

7 years agoUse the configured lookup server 4788/head
Joas Schilling [Wed, 10 May 2017 09:59:14 +0000 (11:59 +0200)]
Use the configured lookup server

Signed-off-by: Joas Schilling <coding@schilljs.com>
7 years agoDefine method shouldRun
Joas Schilling [Wed, 10 May 2017 09:54:27 +0000 (11:54 +0200)]
Define method shouldRun

Signed-off-by: Joas Schilling <coding@schilljs.com>
7 years agoFix missing placeholder for doc link 4787/head
Joas Schilling [Wed, 10 May 2017 09:44:01 +0000 (11:44 +0200)]
Fix missing placeholder for doc link

Signed-off-by: Joas Schilling <coding@schilljs.com>
7 years agoAutomatic injection into the Fetchers 4783/head
Joas Schilling [Wed, 10 May 2017 07:56:38 +0000 (09:56 +0200)]
Automatic injection into the Fetchers

Signed-off-by: Joas Schilling <coding@schilljs.com>
7 years agoAutomatic creation of Identity manager
Joas Schilling [Wed, 10 May 2017 07:44:28 +0000 (09:44 +0200)]
Automatic creation of Identity manager

Signed-off-by: Joas Schilling <coding@schilljs.com>
7 years agoUse automatic DI injection for UpdateLookupServer
Joas Schilling [Wed, 10 May 2017 07:44:02 +0000 (09:44 +0200)]
Use automatic DI injection for UpdateLookupServer

Signed-off-by: Joas Schilling <coding@schilljs.com>
7 years agoAutomatic injection for CssController
Joas Schilling [Wed, 10 May 2017 07:42:40 +0000 (09:42 +0200)]
Automatic injection for CssController

Signed-off-by: Joas Schilling <coding@schilljs.com>
7 years agoAutomatic injection for JsController
Joas Schilling [Wed, 10 May 2017 07:41:33 +0000 (09:41 +0200)]
Automatic injection for JsController

Signed-off-by: Joas Schilling <coding@schilljs.com>
7 years agoMerge pull request #4770 from nextcloud/bugfix/4749/properties_table_propertyvalue_clob
Morris Jobke [Wed, 10 May 2017 05:20:57 +0000 (00:20 -0500)]
Merge pull request #4770 from nextcloud/bugfix/4749/properties_table_propertyvalue_clob

we can't predict the size of propertyvalue. text -> clob

7 years ago[tx-robot] updated from transifex
Nextcloud bot [Wed, 10 May 2017 00:08:31 +0000 (00:08 +0000)]
[tx-robot] updated from transifex

7 years agoMerge pull request #4772 from nextcloud/fix-theming-background-preview
Lukas Reschke [Tue, 9 May 2017 22:31:55 +0000 (00:31 +0200)]
Merge pull request #4772 from nextcloud/fix-theming-background-preview

Fix theming preview for background image

7 years agoMerge pull request #4702 from nextcloud/handle-user-folder-not-available
Roeland Jago Douma [Tue, 9 May 2017 20:50:52 +0000 (22:50 +0200)]
Merge pull request #4702 from nextcloud/handle-user-folder-not-available

Stop if user folder is not available

7 years agoStop if user folder is not available 4702/head
Morris Jobke [Thu, 4 May 2017 22:34:01 +0000 (19:34 -0300)]
Stop if user folder is not available

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
7 years agoFix theming preview for background image 4772/head
Julius Härtl [Tue, 9 May 2017 16:21:41 +0000 (18:21 +0200)]
Fix theming preview for background image

Signed-off-by: Julius Härtl <jus@bitgrid.net>
7 years agoMerge pull request #4737 from nextcloud/logo-icon-container
Robin Appelman [Tue, 9 May 2017 16:21:01 +0000 (18:21 +0200)]
Merge pull request #4737 from nextcloud/logo-icon-container

fix sizing of logo in header

7 years agouse the same logo css for the error page as the login page 4771/head
Robin Appelman [Tue, 9 May 2017 16:14:33 +0000 (18:14 +0200)]
use the same logo css for the error page as the login page

Signed-off-by: Robin Appelman <robin@icewind.nl>
7 years agowe can't predict the size of propertyvalue. text -> clob 4770/head
Georg Ehrke [Tue, 9 May 2017 16:12:50 +0000 (18:12 +0200)]
we can't predict the size of propertyvalue. text -> clob

Signed-off-by: Georg Ehrke <developer@georgehrke.com>
7 years agoMerge pull request #4758 from nextcloud/fix_3470
Roeland Jago Douma [Tue, 9 May 2017 13:00:35 +0000 (15:00 +0200)]
Merge pull request #4758 from nextcloud/fix_3470

Do not write and read rootcerts.crt at the same time

7 years agoMerge pull request #4746 from nextcloud/fix-mentioned-user-not-clickable-after-postin...
Roeland Jago Douma [Tue, 9 May 2017 12:23:29 +0000 (14:23 +0200)]
Merge pull request #4746 from nextcloud/fix-mentioned-user-not-clickable-after-posting-or-editing-a-comment

Fix mentioned user not clickable after posting or editing a comment

7 years agoDo not write and read rootcerts.crt at the same time 4758/head
Roeland Jago Douma [Tue, 9 May 2017 11:00:07 +0000 (13:00 +0200)]
Do not write and read rootcerts.crt at the same time

(Possibly) fixes #3470

When updating the main file /files_external/rootcerts.crt we should not
read from /files_external/rootcerts.crt at the same time.

For 2 reasons: writing to a file and reading from it at the same time
can have non deterministic results

And we don't want all the certificates to appear 2 times in there.

This isn't caught by our standard file locking (that does not allow this
actually) because it is in a non locked path....

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
7 years agoMerge pull request #4752 from nextcloud/fix-personal-settings-popover
Roeland Jago Douma [Tue, 9 May 2017 10:15:20 +0000 (12:15 +0200)]
Merge pull request #4752 from nextcloud/fix-personal-settings-popover

Fix privacy settings drop downs on personal settings page

7 years agoMerge pull request #4736 from nextcloud/richdef-opengraph v12.0.0beta2
Lukas Reschke [Tue, 9 May 2017 09:15:56 +0000 (11:15 +0200)]
Merge pull request #4736 from nextcloud/richdef-opengraph

open-graph

7 years agoAdd circle as well 4736/head
Joas Schilling [Tue, 9 May 2017 08:44:11 +0000 (10:44 +0200)]
Add circle as well

Signed-off-by: Joas Schilling <coding@schilljs.com>
7 years agoMerge pull request #4705 from nextcloud/htaccess-upload
Roeland Jago Douma [Tue, 9 May 2017 08:35:38 +0000 (10:35 +0200)]
Merge pull request #4705 from nextcloud/htaccess-upload

Proper exception for upload of .htaccess file via WebDAV

7 years agoMerge pull request #4757 from nextcloud/fix/system-users-enumeration-contacts-menu
Roeland Jago Douma [Tue, 9 May 2017 08:34:37 +0000 (10:34 +0200)]
Merge pull request #4757 from nextcloud/fix/system-users-enumeration-contacts-menu

Do not list system users in contacts menu if sharing autocompletion i…

7 years agoFix privacy settings drop downs on personal settings page 4752/head
Morris Jobke [Tue, 9 May 2017 01:52:10 +0000 (20:52 -0500)]
Fix privacy settings drop downs on personal settings page

* fixes #4672

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
7 years agomy name as author
Maxence Lange [Tue, 9 May 2017 08:14:52 +0000 (07:14 -0100)]
my name as author

Signed-off-by: Maxence Lange <maxence@nextcloud.com>
7 years agousing title as name
Maxence Lange [Tue, 9 May 2017 08:10:16 +0000 (07:10 -0100)]
using title as name

Signed-off-by: Maxence Lange <maxence@nextcloud.com>
7 years agoDo not list system users in contacts menu if sharing autocompletion is disabled 4757/head
Christoph Wurst [Tue, 9 May 2017 06:45:36 +0000 (08:45 +0200)]
Do not list system users in contacts menu if sharing autocompletion is disabled

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
7 years agoMerge pull request #4753 from nextcloud/fix-links-on-error-page
Roeland Jago Douma [Tue, 9 May 2017 06:45:11 +0000 (08:45 +0200)]
Merge pull request #4753 from nextcloud/fix-links-on-error-page

Fix escaped HTML on error pages

7 years agoMerge pull request #4751 from nextcloud/wait-for-postgres
Roeland Jago Douma [Tue, 9 May 2017 06:44:28 +0000 (08:44 +0200)]
Merge pull request #4751 from nextcloud/wait-for-postgres

Wait for Postgres to be available

7 years agoMerge pull request #4750 from nextcloud/allow-requests-to-manifest-json
Roeland Jago Douma [Tue, 9 May 2017 06:43:35 +0000 (08:43 +0200)]
Merge pull request #4750 from nextcloud/allow-requests-to-manifest-json

Don't redirect requests to /core/img/manifest.json

7 years ago[tx-robot] updated from transifex
Nextcloud bot [Tue, 9 May 2017 05:08:07 +0000 (05:08 +0000)]
[tx-robot] updated from transifex

7 years ago[tx-robot] updated from transifex
Nextcloud bot [Tue, 9 May 2017 04:32:51 +0000 (04:32 +0000)]
[tx-robot] updated from transifex

7 years agoMerge pull request #4755 from nextcloud/l10n-extraction
Morris Jobke [Tue, 9 May 2017 04:25:20 +0000 (23:25 -0500)]
Merge pull request #4755 from nextcloud/l10n-extraction

Extract app name and navigation entries for l10n

7 years agoExtract app name and navigation entries for l10n 4755/head
Morris Jobke [Tue, 9 May 2017 04:13:29 +0000 (23:13 -0500)]
Extract app name and navigation entries for l10n

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
7 years agoFix escaped HTML on error pages 4753/head
Morris Jobke [Tue, 9 May 2017 02:16:08 +0000 (21:16 -0500)]
Fix escaped HTML on error pages

* fixes #4655

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
7 years agoProper exception for upload of .htaccess file via WebDAV 4705/head
Morris Jobke [Thu, 4 May 2017 23:43:03 +0000 (20:43 -0300)]
Proper exception for upload of .htaccess file via WebDAV

* fixes #2860

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
7 years ago[tx-robot] updated from transifex
Nextcloud bot [Tue, 9 May 2017 00:07:51 +0000 (00:07 +0000)]
[tx-robot] updated from transifex

7 years agoWait for Postgres to be available 4751/head
Morris Jobke [Mon, 8 May 2017 22:57:49 +0000 (17:57 -0500)]
Wait for Postgres to be available

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
7 years agoDon't redirect requests to /core/img/manifest.json 4750/head
Lukas Reschke [Mon, 8 May 2017 22:02:37 +0000 (00:02 +0200)]
Don't redirect requests to /core/img/manifest.json

Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
7 years ago[tx-robot] updated from transifex
Nextcloud bot [Mon, 8 May 2017 20:49:06 +0000 (20:49 +0000)]
[tx-robot] updated from transifex

7 years agoMerge pull request #4745 from nextcloud/improve-text
Lukas Reschke [Mon, 8 May 2017 20:29:04 +0000 (22:29 +0200)]
Merge pull request #4745 from nextcloud/improve-text

Improve readability of verify text

7 years agoFix mentioned user not clickable after posting or editing a comment 4746/head
Daniel Calviño Sánchez [Mon, 8 May 2017 20:00:00 +0000 (22:00 +0200)]
Fix mentioned user not clickable after posting or editing a comment

The contactsMenu plugin was called on avatar elements from
_postRenderItem, which is called when a new comment is added to the
collection. Due to this contactsMenu was not called when messages were
edited; when a new comment is posted _postRenderItem is called, but at
that time the "mentions" attribute is not filled yet, so "@username" is
not replaced by avatars in the message and thus contactsMenu has no
avatars to be called on.

Calling contactsMenu was moved to a new method, _postRenderMessage,
which is called from _postRenderItem and from the success callback when
fetching the model in _onSubmitSuccess (which replaces "@username" by
avatars in the message after posting or editing a comment).

Fixes #4555

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
7 years agoImprove readability of verify text 4745/head
Morris Jobke [Mon, 8 May 2017 19:56:20 +0000 (14:56 -0500)]
Improve readability of verify text

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
7 years agoAdd missing unit tests for comments with mentions
Daniel Calviño Sánchez [Mon, 8 May 2017 19:55:22 +0000 (21:55 +0200)]
Add missing unit tests for comments with mentions

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
7 years agoMerge pull request #4692 from nextcloud/unify-sharing-messages
Morris Jobke [Mon, 8 May 2017 18:32:04 +0000 (13:32 -0500)]
Merge pull request #4692 from nextcloud/unify-sharing-messages

don't mention the owner of a file in case of a re-share by mail.

7 years agoMerge pull request #4718 from nextcloud/handle-stalled-or-invisible-elements-automati...
Morris Jobke [Mon, 8 May 2017 17:52:30 +0000 (12:52 -0500)]
Merge pull request #4718 from nextcloud/handle-stalled-or-invisible-elements-automatically-in-acceptance-tests

Handle stale or invisible elements automatically in acceptance tests

7 years agoMerge pull request #4621 from nextcloud/fix_readonly_shared_calendar_proppatch
Morris Jobke [Mon, 8 May 2017 17:42:30 +0000 (12:42 -0500)]
Merge pull request #4621 from nextcloud/fix_readonly_shared_calendar_proppatch

fix PROPPATCH requests to read-only shared calendars

7 years agodon't mention the owner of a file in case of a re-share by mail. The recipient doesn... 4692/head
Bjoern Schiessle [Thu, 4 May 2017 10:41:44 +0000 (12:41 +0200)]
don't mention the owner of a file in case of a re-share by mail. The recipient doesn't care about the owner and probably don't even know it

Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
7 years agoMerge pull request #4675 from nextcloud/fix_4651
Morris Jobke [Mon, 8 May 2017 17:20:27 +0000 (12:20 -0500)]
Merge pull request #4675 from nextcloud/fix_4651

Create a photo cache to speedup the contactsmenu

7 years agoMerge pull request #4733 from nextcloud/fix-browser-dav-root
Robin Appelman [Mon, 8 May 2017 16:04:13 +0000 (18:04 +0200)]
Merge pull request #4733 from nextcloud/fix-browser-dav-root

fix error when browsing the dav root

7 years agoMerge pull request #4695 from nextcloud/reset-verify-state
Lukas Reschke [Mon, 8 May 2017 15:51:07 +0000 (17:51 +0200)]
Merge pull request #4695 from nextcloud/reset-verify-state

reset verification state if max tries are reached

7 years agoMerge pull request #4741 from nextcloud/bump-to-beta2
Lukas Reschke [Mon, 8 May 2017 15:50:06 +0000 (17:50 +0200)]
Merge pull request #4741 from nextcloud/bump-to-beta2

Increase version to beta2

7 years agoMerge pull request #4727 from stffabi/IncreaseDeviceEntropy
Lukas Reschke [Mon, 8 May 2017 15:49:52 +0000 (17:49 +0200)]
Merge pull request #4727 from stffabi/IncreaseDeviceEntropy

Increase device password entropy.

7 years agoMerge pull request #4734 from nextcloud/allow-specifying-logo-mimetype
Lukas Reschke [Mon, 8 May 2017 15:48:50 +0000 (17:48 +0200)]
Merge pull request #4734 from nextcloud/allow-specifying-logo-mimetype

Add function to request SVG or regular fallback image

7 years agoMerge pull request #4740 from nextcloud/external-moved-to-appstore
Lukas Reschke [Mon, 8 May 2017 15:48:25 +0000 (17:48 +0200)]
Merge pull request #4740 from nextcloud/external-moved-to-appstore

External has been moved to appstore

7 years agoMerge pull request #4738 from nextcloud/check-if-nextcloud-is-installed
Lukas Reschke [Mon, 8 May 2017 15:48:11 +0000 (17:48 +0200)]
Merge pull request #4738 from nextcloud/check-if-nextcloud-is-installed

Check if Nextcloud is installed

7 years agoIncrease version to beta2 4741/head
Lukas Reschke [Mon, 8 May 2017 14:04:57 +0000 (16:04 +0200)]
Increase version to beta2

Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
7 years agoExternal has been moved to appstore 4740/head
Lukas Reschke [Mon, 8 May 2017 13:46:09 +0000 (15:46 +0200)]
External has been moved to appstore

As discussed with Joas.

Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
7 years agoCheck if Nextcloud is installed 4738/head
Lukas Reschke [Mon, 8 May 2017 13:10:53 +0000 (15:10 +0200)]
Check if Nextcloud is installed

Fixes https://github.com/nextcloud/server/issues/4735

Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
7 years agofix sizing of logo in header 4737/head
Robin Appelman [Mon, 8 May 2017 13:08:30 +0000 (15:08 +0200)]
fix sizing of logo in header

Signed-off-by: Robin Appelman <robin@icewind.nl>
7 years agoopen-graph
Maxence Lange [Mon, 8 May 2017 12:57:41 +0000 (11:57 -0100)]
open-graph

Signed-off-by: Maxence Lange <maxence@nextcloud.com>
7 years agoAdd function to request SVG or regular fallback image 4734/head
Lukas Reschke [Mon, 8 May 2017 12:51:55 +0000 (14:51 +0200)]
Add function to request SVG or regular fallback image

Fixes https://github.com/nextcloud/server/issues/4647

Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
7 years agofix error when browsing the dav root 4733/head
Robin Appelman [Mon, 8 May 2017 12:34:36 +0000 (14:34 +0200)]
fix error when browsing the dav root

Signed-off-by: Robin Appelman <robin@icewind.nl>
7 years agoMerge pull request #4716 from nextcloud/user-settings-dropdown
Robin Appelman [Mon, 8 May 2017 12:25:52 +0000 (14:25 +0200)]
Merge pull request #4716 from nextcloud/user-settings-dropdown

polish user actions dropdown

7 years agoIncrease device password entropy. Use lower- and upper-case characters and digits... 4727/head
Fabrizio Steiner [Sun, 7 May 2017 21:10:02 +0000 (23:10 +0200)]
Increase device password entropy. Use lower- and upper-case characters and digits, but exclude ambiguous characters. The number of digits has also been increased to 25.

Signed-off-by: Fabrizio Steiner <fabrizio.steiner@gmail.com>
7 years agoFix init 4675/head
Roeland Jago Douma [Mon, 8 May 2017 09:25:02 +0000 (11:25 +0200)]
Fix init

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
7 years agoMerge pull request #4556 from nextcloud/downstream-ldap-78
Lukas Reschke [Mon, 8 May 2017 10:29:38 +0000 (12:29 +0200)]
Merge pull request #4556 from nextcloud/downstream-ldap-78

LDAP: only use proxy classes as backend

7 years agoMerge pull request #4514 from nextcloud/automatic-mysql-4byte-detection
Lukas Reschke [Mon, 8 May 2017 10:18:40 +0000 (12:18 +0200)]
Merge pull request #4514 from nextcloud/automatic-mysql-4byte-detection

Automatic mysql 4byte detection

7 years agoMerge pull request #4617 from nextcloud/theming-plain-background
Lukas Reschke [Mon, 8 May 2017 10:15:59 +0000 (12:15 +0200)]
Merge pull request #4617 from nextcloud/theming-plain-background

Theming app: Add plain background color option

7 years agoMerge pull request #4632 from nextcloud/login-logo-ratio
Lukas Reschke [Mon, 8 May 2017 10:11:15 +0000 (12:11 +0200)]
Merge pull request #4632 from nextcloud/login-logo-ratio

show non landscape logos bigger on the login page

7 years agofix PROPPATCH requests to read-only shared calendars 4621/head
Georg Ehrke [Mon, 1 May 2017 12:37:24 +0000 (14:37 +0200)]
fix PROPPATCH requests to read-only shared calendars

Signed-off-by: Georg Ehrke <developer@georgehrke.com>
7 years agoMerge pull request #4719 from nextcloud/error-page-theming
Lukas Reschke [Mon, 8 May 2017 09:51:34 +0000 (11:51 +0200)]
Merge pull request #4719 from nextcloud/error-page-theming

ensure theming app is loaded when showing an error page

7 years agoFix docs 4514/head
Joas Schilling [Mon, 8 May 2017 09:34:47 +0000 (11:34 +0200)]
Fix docs

Signed-off-by: Joas Schilling <coding@schilljs.com>
7 years agoFix ImageExportPluginTest
Roeland Jago Douma [Fri, 5 May 2017 13:29:43 +0000 (15:29 +0200)]
Fix ImageExportPluginTest

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>