]> source.dussan.org Git - nextcloud-server.git/log
nextcloud-server.git
8 years agoRequire a ThemingDefaults class again 1034/head
Roeland Jago Douma [Wed, 24 Aug 2016 11:22:44 +0000 (13:22 +0200)]
Require a ThemingDefaults class again

8 years agoDark autoloader magic for ThemingDefaults
Roeland Jago Douma [Wed, 24 Aug 2016 11:22:21 +0000 (13:22 +0200)]
Dark autoloader magic for ThemingDefaults

8 years agoMerge pull request #1029 from nextcloud/stable10_1013
Roeland Jago Douma [Wed, 24 Aug 2016 07:30:27 +0000 (09:30 +0200)]
Merge pull request #1029 from nextcloud/stable10_1013

[Stable10] Do not error on NotFoundException

8 years agoDo not error on NotFoundException 1029/head
Roeland Jago Douma [Tue, 23 Aug 2016 17:15:28 +0000 (19:15 +0200)]
Do not error on NotFoundException

Since this exception can be thrown when a shared file is in the
trashbin there is no need to spam the log like crazy.

Fixes #938

8 years agoMerge pull request #993 from nextcloud/stable10-965
Lukas Reschke [Tue, 23 Aug 2016 20:16:17 +0000 (22:16 +0200)]
Merge pull request #993 from nextcloud/stable10-965

[stable10] Fix hidden files handling

8 years agoMerge pull request #1008 from nextcloud/shared-storage-non-recursive-10
Lukas Reschke [Tue, 23 Aug 2016 20:15:21 +0000 (22:15 +0200)]
Merge pull request #1008 from nextcloud/shared-storage-non-recursive-10

[10] Fix shared storage recursive setup

8 years agoMerge pull request #1022 from nextcloud/backport-1005
Lukas Reschke [Tue, 23 Aug 2016 13:44:00 +0000 (15:44 +0200)]
Merge pull request #1022 from nextcloud/backport-1005

[stable10] Do not error on maxUploadChange

8 years agoprevent infinite recursion while getting storage from mount 1008/head
Robin Appelman [Mon, 22 Aug 2016 13:12:39 +0000 (15:12 +0200)]
prevent infinite recursion while getting storage from mount

8 years agoMerge pull request #1021 from nextcloud/stable10-1017
Roeland Jago Douma [Tue, 23 Aug 2016 10:24:36 +0000 (12:24 +0200)]
Merge pull request #1021 from nextcloud/stable10-1017

Cache registered autoloaders

8 years agoBackport of Do not error on maxUploadChange #1005 to stable10 1022/head
Roeland Jago Douma [Mon, 22 Aug 2016 08:10:28 +0000 (10:10 +0200)]
Backport of Do not error on maxUploadChange #1005 to stable10

Do not error on maxUploadChange

The new admin page broke the updating of the max upload size. This is
due to very old code there.

* Now update is done in the background using js
* Added proper route+controller to update

Fixes #994

put file handling into a section again

8 years agoCache registered autoloaders 1021/head
Lukas Reschke [Mon, 22 Aug 2016 21:49:46 +0000 (23:49 +0200)]
Cache registered autoloaders

This saves more than 20ms (!) on every request, the previous problem was that `\OC_App::registerAutoloading` calls `\OC\AppFramework\App::buildAppNamespace` which parses the appinfo.xml. Since that was also called multiple times (e.g. on cloud.nextcloud.com over 200 times) that had a significant performance impact. Also on simple PROPFIND requests.

https://blackfire.io/profiles/compare/65a53e6e-7f35-4974-b559-4c81abd01c3b/graph shows the difference nicely.

8 years agoMerge pull request #1009 from nextcloud/backport-995
Lukas Reschke [Tue, 23 Aug 2016 09:20:13 +0000 (11:20 +0200)]
Merge pull request #1009 from nextcloud/backport-995

[stable10] Backport Workflow section + hidden empty sections #995 to stabble10

8 years agoMerge pull request #1019 from nextcloud/stable10_956
Joas Schilling [Tue, 23 Aug 2016 09:13:02 +0000 (11:13 +0200)]
Merge pull request #1019 from nextcloud/stable10_956

[Stable10] When using permalinks don't error out if file id can't be found

8 years agoWhen requesting a permalink to an invalid file redirect 1019/head
Roeland Jago Douma [Fri, 19 Aug 2016 08:10:19 +0000 (10:10 +0200)]
When requesting a permalink to an invalid file redirect

We need to do the redirect to update address bar.

8 years agoWhen using permalinks don't error out if file id can't be found
Roeland Jago Douma [Fri, 19 Aug 2016 06:15:30 +0000 (08:15 +0200)]
When using permalinks don't error out if file id can't be found

Fixes #952

* Use only the index route (since it went to showFile anyways)
* Fix tests
* Use getUserFolder to force init of users mounts

8 years agoBackport Workflow section + hidden empty sections #995 to stabble10 1009/head
Arthur Schiwon [Fri, 19 Aug 2016 15:44:24 +0000 (17:44 +0200)]
Backport Workflow section + hidden empty sections #995 to stabble10

add section to worklfowengine

enlist only registered sections that also have settings registered to

adjust test

Move admin settings to workflow section

fix wrong var name

Save the container with the app's namespace so we can resolve it

8 years agoMerge pull request #1012 from nextcloud/hide_tryLogin_params
Roeland Jago Douma [Mon, 22 Aug 2016 13:59:32 +0000 (15:59 +0200)]
Merge pull request #1012 from nextcloud/hide_tryLogin_params

[stable10] hide parameters of tryLogin when logging

8 years agoMerge pull request #1010 from nextcloud/backport-1006
Roeland Jago Douma [Mon, 22 Aug 2016 13:08:56 +0000 (15:08 +0200)]
Merge pull request #1010 from nextcloud/backport-1006

[stable10] fixes registering of theming settings where server return OC_Defaults

8 years agohide parameters of tryLogin when logging 1012/head
Arthur Schiwon [Mon, 22 Aug 2016 12:33:23 +0000 (14:33 +0200)]
hide parameters of tryLogin when logging

8 years agoMerge pull request #1001 from nextcloud/backport-969-allow-to-validate-operations
Lukas Reschke [Mon, 22 Aug 2016 11:43:17 +0000 (13:43 +0200)]
Merge pull request #1001 from nextcloud/backport-969-allow-to-validate-operations

[stable10] Allow to validate operations

8 years agofixes registering of theming settings where server return OC_Defaults instead of... 1010/head
Arthur Schiwon [Mon, 22 Aug 2016 10:02:06 +0000 (12:02 +0200)]
fixes registering of theming settings where server return OC_Defaults instead of ThemingDefaults

8 years agohandle failed shares
Robin Appelman [Mon, 22 Aug 2016 10:32:39 +0000 (12:32 +0200)]
handle failed shares

8 years agoLazy init shared storage
Robin Appelman [Mon, 22 Aug 2016 10:27:56 +0000 (12:27 +0200)]
Lazy init shared storage

8 years agoreuse existing root id
Robin Appelman [Mon, 22 Aug 2016 10:27:20 +0000 (12:27 +0200)]
reuse existing root id

8 years agoAllow jail wrappers to lazily initialize the source storage
Robin Appelman [Mon, 22 Aug 2016 10:26:27 +0000 (12:26 +0200)]
Allow jail wrappers to lazily initialize the source storage

8 years agoAllow storage wrappers to lazily initialize the source storage
Robin Appelman [Mon, 22 Aug 2016 10:23:55 +0000 (12:23 +0200)]
Allow storage wrappers to lazily initialize the source storage

8 years agoMerge pull request #918 from nextcloud/stable10_891
blizzz [Mon, 22 Aug 2016 10:09:27 +0000 (12:09 +0200)]
Merge pull request #918 from nextcloud/stable10_891

[Stable10] [OC] Fix unmerged shares repair targetdecision

8 years agoMerge pull request #1003 from nextcloud/backport-978-add-feedback-for-password-change
Marius Blüm [Mon, 22 Aug 2016 10:08:41 +0000 (12:08 +0200)]
Merge pull request #1003 from nextcloud/backport-978-add-feedback-for-password-change

[stable10] Add feedback for password change

8 years agoMerge pull request #1002 from nextcloud/stable10_966
Roeland Jago Douma [Mon, 22 Aug 2016 09:41:53 +0000 (11:41 +0200)]
Merge pull request #1002 from nextcloud/stable10_966

[Stable10] Make e-mail icon visible

8 years ago25532_issue_password_update_notification_updated (#25756) 1003/head
Jack Davis [Fri, 19 Aug 2016 08:45:39 +0000 (09:45 +0100)]
25532_issue_password_update_notification_updated (#25756)

* Password Update Notification

Added an IF ELSE statement to ensure that feedback is provided to the
user on successfully updating a user password in settings.

* Password Update Success Message

Updated the password update success message

8 years agoMake e-mail icon visible 1002/head
Roeland Jago Douma [Sun, 21 Aug 2016 12:36:10 +0000 (14:36 +0200)]
Make e-mail icon visible

Fixes #996

* Make mail icon visible
* Opacity to .5
* Add tooltip

8 years agoValidate the operation 1001/head
Joas Schilling [Fri, 19 Aug 2016 08:34:45 +0000 (10:34 +0200)]
Validate the operation

8 years agoSystem tags are not sharing but workflow
Joas Schilling [Fri, 19 Aug 2016 08:33:41 +0000 (10:33 +0200)]
System tags are not sharing but workflow

8 years agoFix hidden files handling 993/head
Vincent Petry [Wed, 17 Aug 2016 15:34:15 +0000 (17:34 +0200)]
Fix hidden files handling

Hidden files (dot files) are now always rendered in the DOM to make
sure that all file operations and selection still work as expected.

Their visibility is now toggled on CSS level.

8 years agoMerge pull request #981 from nextcloud/stable10-backport-federation-icon
Roeland Jago Douma [Fri, 19 Aug 2016 18:40:32 +0000 (20:40 +0200)]
Merge pull request #981 from nextcloud/stable10-backport-federation-icon

[stable10] Update federation and update notification icon

8 years agouse simple bell as update notification icon 981/head
Morris Jobke [Fri, 19 Aug 2016 11:59:33 +0000 (13:59 +0200)]
use simple bell as update notification icon

8 years agoChange federation icon to the share icon
Morris Jobke [Fri, 19 Aug 2016 11:51:27 +0000 (13:51 +0200)]
Change federation icon to the share icon

8 years agoMerge pull request #972 from nextcloud/stable10-backport-971
Julius Härtl [Fri, 19 Aug 2016 11:34:32 +0000 (13:34 +0200)]
Merge pull request #972 from nextcloud/stable10-backport-971

[stable10] Fix loading of ThemingDefaults

8 years agoMerge pull request #973 from nextcloud/stable10-959
Marius Blüm [Fri, 19 Aug 2016 11:13:50 +0000 (13:13 +0200)]
Merge pull request #973 from nextcloud/stable10-959

[stable10] Update mimetypes

8 years agoMerge pull request #966 from nextcloud/stable9-1-link-share
Roeland Jago Douma [Fri, 19 Aug 2016 10:39:17 +0000 (12:39 +0200)]
Merge pull request #966 from nextcloud/stable9-1-link-share

[stable10] In cases where the server dictates the link share expirat…

8 years agoMerge pull request #961 from nextcloud/fix-caldavtester-stable10
Lukas Reschke [Fri, 19 Aug 2016 10:16:33 +0000 (12:16 +0200)]
Merge pull request #961 from nextcloud/fix-caldavtester-stable10

[stable10] Move over to new CalDAVTester repo (#25859)

8 years agoUpdate mimetypes 973/head
Roeland Jago Douma [Fri, 19 Aug 2016 07:55:38 +0000 (09:55 +0200)]
Update mimetypes

8 years agoFix loading of ThemingDefaults 972/head
Julius Haertl [Fri, 19 Aug 2016 09:26:22 +0000 (11:26 +0200)]
Fix loading of ThemingDefaults

8 years ago[stable9.1] In cases where the server dictates the link share expiration the date... 966/head
Thomas Müller [Thu, 11 Aug 2016 08:11:24 +0000 (10:11 +0200)]
[stable9.1] In cases where the server dictates the link share expiration the date is not updated on consequitive changes and enable/disable actions

8 years agoMove over to new CalDAVTester repo (#25859) 961/head
Thomas Müller [Fri, 19 Aug 2016 06:29:48 +0000 (08:29 +0200)]
Move over to new CalDAVTester repo (#25859)

* Move over to new caldac tester repo

* no run.py anymore

8 years agoMerge pull request #957 from nextcloud/stable10_fix_948
Marius Blüm [Fri, 19 Aug 2016 07:39:09 +0000 (09:39 +0200)]
Merge pull request #957 from nextcloud/stable10_fix_948

[Stable10] Nextcloud is being updated. Not ownCloud

8 years agoNextcloud is being updated. Not ownCloud 957/head
Roeland Jago Douma [Fri, 19 Aug 2016 06:36:17 +0000 (08:36 +0200)]
Nextcloud is being updated. Not ownCloud

Fixes #948

8 years agoMerge pull request #939 from nextcloud/stable10-backport-937 v10.0RC1
Roeland Jago Douma [Thu, 18 Aug 2016 17:21:28 +0000 (19:21 +0200)]
Merge pull request #939 from nextcloud/stable10-backport-937

[stable10] SVG defintions always take the first one

8 years agoMerge pull request #926 from nextcloud/backport-925-use-util-methods
Morris Jobke [Thu, 18 Aug 2016 14:38:55 +0000 (16:38 +0200)]
Merge pull request #926 from nextcloud/backport-925-use-util-methods

[stable10] Load the Template class in case it's not loaded

8 years agoSVG defintions always take the first one 939/head
Roeland Jago Douma [Thu, 18 Aug 2016 13:54:19 +0000 (15:54 +0200)]
SVG defintions always take the first one

* Move filter definition out

8 years agoMerge pull request #935 from nextcloud/stable10-add-cachebusters
Morris Jobke [Thu, 18 Aug 2016 13:49:44 +0000 (15:49 +0200)]
Merge pull request #935 from nextcloud/stable10-add-cachebusters

[Stable10] add cachebusters

8 years agoMerge pull request #932 from nextcloud/backport-930-check-isset-require
Roeland Jago Douma [Thu, 18 Aug 2016 12:16:31 +0000 (14:16 +0200)]
Merge pull request #932 from nextcloud/backport-930-check-isset-require

[stable10] Fix "Undefined index" when the values do not exist

8 years agoAdd cachebuster to apps.css 935/head
Lukas Reschke [Thu, 18 Aug 2016 10:38:41 +0000 (12:38 +0200)]
Add cachebuster to apps.css

8 years agoAdd cachebuster to apps.css
Lukas Reschke [Thu, 18 Aug 2016 10:38:14 +0000 (12:38 +0200)]
Add cachebuster to apps.css

8 years agoAdd cachebuster to styles.css
Lukas Reschke [Thu, 18 Aug 2016 10:37:22 +0000 (12:37 +0200)]
Add cachebuster to styles.css

8 years agoAdd cachebuster to right navigation
Lukas Reschke [Thu, 18 Aug 2016 10:36:14 +0000 (12:36 +0200)]
Add cachebuster to right navigation

8 years agoAdd cache buster to left menu bar
Lukas Reschke [Thu, 18 Aug 2016 10:34:55 +0000 (12:34 +0200)]
Add cache buster to left menu bar

8 years agoAdd cache buster to logo
Lukas Reschke [Thu, 18 Aug 2016 10:30:49 +0000 (12:30 +0200)]
Add cache buster to logo

8 years agoMerge pull request #904 from nextcloud/backport-903-allow-disable-comments
Lukas Reschke [Thu, 18 Aug 2016 10:06:11 +0000 (12:06 +0200)]
Merge pull request #904 from nextcloud/backport-903-allow-disable-comments

[stable10] Revert "Always add activities for comments to the stream"

8 years agoFix "Undefined index" when the values do not exist 932/head
Joas Schilling [Thu, 18 Aug 2016 09:51:43 +0000 (11:51 +0200)]
Fix "Undefined index" when the values do not exist

8 years agoLoad the Template class in case it's not loaded 926/head
Joas Schilling [Thu, 18 Aug 2016 10:00:59 +0000 (12:00 +0200)]
Load the Template class in case it's not loaded

8 years agoMerge pull request #921 from nextcloud/backport-867-notification-primary-action-alway...
Roeland Jago Douma [Thu, 18 Aug 2016 08:39:27 +0000 (10:39 +0200)]
Merge pull request #921 from nextcloud/backport-867-notification-primary-action-always-first

[stable10] Make sure the primary action is always the first one

8 years agoMerge pull request #910 from nextcloud/stable10_864
Joas Schilling [Thu, 18 Aug 2016 07:30:47 +0000 (09:30 +0200)]
Merge pull request #910 from nextcloud/stable10_864

[Stable10] Ensure the user exists before calling a method on it

8 years agoMake sure the primary action is always the first one 921/head
Joas Schilling [Mon, 15 Aug 2016 09:12:25 +0000 (11:12 +0200)]
Make sure the primary action is always the first one

8 years agoMerge pull request #915 from nextcloud/stable10-backport-914
Lukas Reschke [Wed, 17 Aug 2016 17:45:19 +0000 (19:45 +0200)]
Merge pull request #915 from nextcloud/stable10-backport-914

add viewBox to app icon for proper scaling in Firefox

8 years agoImprove regexp to detect duplicate folders when repairing unmerged shares 918/head
Vincent Petry [Wed, 17 Aug 2016 07:58:53 +0000 (09:58 +0200)]
Improve regexp to detect duplicate folders when repairing unmerged shares

8 years agoFix unmerged shares repair with mixed group and direct shares
Vincent Petry [Fri, 12 Aug 2016 10:06:57 +0000 (12:06 +0200)]
Fix unmerged shares repair with mixed group and direct shares

Whenever a group share is created after a direct share, the stime order
needs to be properly considered in the repair routine, considering that
the direct user share is appended to the $subShares array and breaking
its order.

8 years agoImprove file_target finding logic when repairing unmerged shares
Vincent Petry [Fri, 12 Aug 2016 09:44:34 +0000 (11:44 +0200)]
Improve file_target finding logic when repairing unmerged shares

Pick the most recent subshare that has no parenthesis from duplication
which should match whichever name the user picked last. If all
subshares have duplicate parenthesis names, use the least recent group
share's target instead.

8 years agoadd viewBox to app icon for proper scaling in Firefox 915/head
Morris Jobke [Wed, 17 Aug 2016 16:36:10 +0000 (18:36 +0200)]
add viewBox to app icon for proper scaling in Firefox

8 years agoMerge pull request #913 from nextcloud/increase-version-to-rc1
Marius Blüm [Wed, 17 Aug 2016 16:07:14 +0000 (18:07 +0200)]
Merge pull request #913 from nextcloud/increase-version-to-rc1

[stable10] Increase version to 10.0 RC1

8 years agoMerge pull request #912 from nextcloud/stable10-backport-905
Lukas Reschke [Wed, 17 Aug 2016 15:54:07 +0000 (17:54 +0200)]
Merge pull request #912 from nextcloud/stable10-backport-905

Stable10 backport 905

8 years agoIncrease version to 10.0 RC1 913/head
Lukas Reschke [Wed, 17 Aug 2016 15:02:41 +0000 (17:02 +0200)]
Increase version to 10.0 RC1

Let's get ready for that ;-)

8 years agoFix null reference in IE 912/head
Morris Jobke [Wed, 17 Aug 2016 14:04:53 +0000 (16:04 +0200)]
Fix null reference in IE

8 years agoEmpty tags are not allowed for image and feColorMatrix in IE11 and below
Morris Jobke [Wed, 17 Aug 2016 13:59:30 +0000 (15:59 +0200)]
Empty tags are not allowed for image and feColorMatrix in IE11 and below

8 years agoAdd viewBox to app icons
Roeland Jago Douma [Wed, 17 Aug 2016 13:23:51 +0000 (15:23 +0200)]
Add viewBox to app icons

If we don't add a viewbox a lot of browsers will just say NOPE!!! when
we ask them to scale.

8 years agoRemove hack
Roeland Jago Douma [Wed, 17 Aug 2016 13:16:48 +0000 (15:16 +0200)]
Remove hack

8 years agoIntroduce weird hack for Firefox
Morris Jobke [Wed, 17 Aug 2016 12:45:08 +0000 (14:45 +0200)]
Introduce weird hack for Firefox

* everything is 4 times as big (doubled width and doubled height)

8 years agoFilter can't be named invert in FF
Roeland Jago Douma [Wed, 17 Aug 2016 11:36:17 +0000 (13:36 +0200)]
Filter can't be named invert in FF

8 years agoMerge pull request #907 from nextcloud/nfd-default-10
Lukas Reschke [Wed, 17 Aug 2016 14:24:12 +0000 (16:24 +0200)]
Merge pull request #907 from nextcloud/nfd-default-10

[uc][10] Disable NFD encoding wrapper by default

8 years agouse $userId instead of $user 910/head
Jörn Friedrich Dreyer [Thu, 11 Aug 2016 07:38:06 +0000 (09:38 +0200)]
use $userId instead of $user

8 years agoEnsure the user exists before calling a method on it - fixes #24751
Thomas Müller [Fri, 29 Jul 2016 13:00:18 +0000 (15:00 +0200)]
Ensure the user exists before calling a method on it - fixes #24751

8 years agoMerge pull request #909 from nextcloud/stable10-backport-l10n
Morris Jobke [Wed, 17 Aug 2016 13:44:22 +0000 (15:44 +0200)]
Merge pull request #909 from nextcloud/stable10-backport-l10n

[stable10][tx-robot] updated from transifex

8 years ago[tx-robot] updated from transifex 909/head
Nextcloud bot [Wed, 17 Aug 2016 13:32:21 +0000 (13:32 +0000)]
[tx-robot] updated from transifex

8 years agoDisable NFD encoding wrapper by default 907/head
Vincent Petry [Tue, 16 Aug 2016 13:44:26 +0000 (15:44 +0200)]
Disable NFD encoding wrapper by default

Seems I forgot to set it back to false after testing.
Will give a performance boost for all storages.

8 years agoRevert "Always add activities for comments to the stream" 904/head
Joas Schilling [Wed, 17 Aug 2016 11:30:32 +0000 (13:30 +0200)]
Revert "Always add activities for comments to the stream"

This reverts commit 48c41b888c6a464f645de3e9087a39c163086d9f

8 years agoMerge pull request #897 from nextcloud/stable10-backport-834
Julius Härtl [Wed, 17 Aug 2016 09:12:01 +0000 (11:12 +0200)]
Merge pull request #897 from nextcloud/stable10-backport-834

[stable10] Use darker colors for app icons in app management

8 years agoMerge pull request #896 from nextcloud/backport-890-quota-unlimited-via-api
Lukas Reschke [Wed, 17 Aug 2016 08:45:06 +0000 (10:45 +0200)]
Merge pull request #896 from nextcloud/backport-890-quota-unlimited-via-api

[stable10] Allow to retrieve the quota itself via the provisioning api

8 years agoFixes image preview when fetched from the store. 897/head
Raghu Nayyar [Sun, 14 Aug 2016 19:19:33 +0000 (00:49 +0530)]
Fixes image preview when fetched from the store.

8 years agoAdds opacity to image container.
Raghu Nayyar [Thu, 11 Aug 2016 10:23:39 +0000 (15:53 +0530)]
Adds opacity to image container.

8 years agoRemoves uneeded styles.
Raghu Nayyar [Thu, 11 Aug 2016 07:39:42 +0000 (13:09 +0530)]
Removes uneeded styles.

8 years agoUses javascript to invert the SVGs.
Raghu Nayyar [Thu, 11 Aug 2016 07:29:57 +0000 (12:59 +0530)]
Uses javascript to invert the SVGs.

8 years agoFix constant name, copy-pasterino 896/head
Joas Schilling [Tue, 16 Aug 2016 09:42:28 +0000 (11:42 +0200)]
Fix constant name, copy-pasterino

8 years agoAllow to retrieve the quota itself via the provisioning api
Joas Schilling [Tue, 16 Aug 2016 09:21:10 +0000 (11:21 +0200)]
Allow to retrieve the quota itself via the provisioning api

8 years agoMerge pull request #894 from nextcloud/stable10-implement_712
Lukas Reschke [Wed, 17 Aug 2016 07:39:35 +0000 (09:39 +0200)]
Merge pull request #894 from nextcloud/stable10-implement_712

[Stable10] Backport 796

8 years agoUse getMockBuilder instead of createMock 894/head
Lukas Reschke [Tue, 16 Aug 2016 19:36:59 +0000 (21:36 +0200)]
Use getMockBuilder instead of createMock

8 years agoRename class reference
Lukas Reschke [Tue, 16 Aug 2016 19:28:26 +0000 (21:28 +0200)]
Rename class reference

File has been renamed only on master

8 years agoadjust tests to latest changes
Arthur Schiwon [Tue, 16 Aug 2016 16:59:45 +0000 (18:59 +0200)]
adjust tests to latest changes

8 years agofor new we cannot have nested settings, default module is only appended if available
Arthur Schiwon [Tue, 16 Aug 2016 16:26:16 +0000 (18:26 +0200)]
for new we cannot have nested settings, default module is only appended if available

8 years agoadd missing encryption modules to settings
Arthur Schiwon [Tue, 16 Aug 2016 16:11:59 +0000 (18:11 +0200)]
add missing encryption modules to settings

8 years agofix missing parameters in sharing settings page
Arthur Schiwon [Tue, 16 Aug 2016 15:59:21 +0000 (17:59 +0200)]
fix missing parameters in sharing settings page