]> source.dussan.org Git - nextcloud-server.git/log
nextcloud-server.git
9 years agoThe key is over configkey, user and app, not the value
Joas Schilling [Mon, 16 Mar 2015 14:37:12 +0000 (15:37 +0100)]
The key is over configkey, user and app, not the value

stupid me :(

9 years agoMerge pull request #14883 from owncloud/imagepng_expects_resource_issue
Thomas Müller [Mon, 16 Mar 2015 11:22:27 +0000 (12:22 +0100)]
Merge pull request #14883 from owncloud/imagepng_expects_resource_issue

validate resource's integrity before using it

9 years agovalidate resource's integrity before using it
Georg Ehrke [Fri, 13 Mar 2015 16:23:02 +0000 (17:23 +0100)]
validate resource's integrity before using it

9 years agoMerge pull request #14766 from owncloud/fix-insertifnotexists-poc
Morris Jobke [Mon, 16 Mar 2015 09:31:36 +0000 (10:31 +0100)]
Merge pull request #14766 from owncloud/fix-insertifnotexists-poc

Allow specifying the compare-array for insertIfNotExists()

9 years agoMerge pull request #14133 from rullzer/fix_10600
Thomas Müller [Mon, 16 Mar 2015 09:05:57 +0000 (10:05 +0100)]
Merge pull request #14133 from rullzer/fix_10600

Always display max upload size in admin panel

9 years agoMerge pull request #14644 from owncloud/trash-expire-command
Thomas Müller [Mon, 16 Mar 2015 09:04:05 +0000 (10:04 +0100)]
Merge pull request #14644 from owncloud/trash-expire-command

Expire files from the trash in the background

9 years agoMerge pull request #14776 from owncloud/fix-14629-master
Thomas Müller [Mon, 16 Mar 2015 08:58:41 +0000 (09:58 +0100)]
Merge pull request #14776 from owncloud/fix-14629-master

verify the file name length not to exceed 255 characters + verify path d...

9 years agoMerge pull request #14848 from owncloud/kill-curl-fallback-master
Thomas Müller [Mon, 16 Mar 2015 08:56:31 +0000 (09:56 +0100)]
Merge pull request #14848 from owncloud/kill-curl-fallback-master

drop any fallback code related to curl

9 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Mon, 16 Mar 2015 05:55:15 +0000 (01:55 -0400)]
[tx-robot] updated from transifex

9 years agoMerge pull request #14899 from owncloud/setupwarning-text
Morris Jobke [Sun, 15 Mar 2015 19:20:32 +0000 (20:20 +0100)]
Merge pull request #14899 from owncloud/setupwarning-text

Put notice about checking logs in setup warning

9 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Sun, 15 Mar 2015 05:54:38 +0000 (01:54 -0400)]
[tx-robot] updated from transifex

9 years agoPut notice about checking logs in setup warning
Robin McCorkell [Sun, 15 Mar 2015 01:22:03 +0000 (01:22 +0000)]
Put notice about checking logs in setup warning

9 years agoMerge pull request #14872 from owncloud/issue/14870-avatar-user-non-object
Joas Schilling [Sat, 14 Mar 2015 10:43:18 +0000 (11:43 +0100)]
Merge pull request #14872 from owncloud/issue/14870-avatar-user-non-object

Fix getting the avatar of a non-existing user

9 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Sat, 14 Mar 2015 05:54:45 +0000 (01:54 -0400)]
[tx-robot] updated from transifex

9 years agoMerge pull request #14871 from owncloud/use-proper-error-type
Thomas Müller [Fri, 13 Mar 2015 22:30:49 +0000 (23:30 +0100)]
Merge pull request #14871 from owncloud/use-proper-error-type

Use proper error type and clean-up code

9 years agoMerge pull request #14880 from owncloud/drop-example-backend
Thomas Müller [Fri, 13 Mar 2015 22:00:03 +0000 (23:00 +0100)]
Merge pull request #14880 from owncloud/drop-example-backend

Drop example user backend

9 years agoNo user no avatar easy as that
Joas Schilling [Fri, 13 Mar 2015 16:35:34 +0000 (17:35 +0100)]
No user no avatar easy as that

9 years agoRemove outdated comment
Lukas Reschke [Fri, 13 Mar 2015 15:19:52 +0000 (16:19 +0100)]
Remove outdated comment

9 years agoDrop example user backend
Lukas Reschke [Fri, 13 Mar 2015 15:12:32 +0000 (16:12 +0100)]
Drop example user backend

We already provide an interface for application developers, this file is outdated and thus should get removed.

Addresses No. 3 from https://github.com/owncloud/core/issues/14847

9 years agoMerge pull request #14867 from owncloud/drop-OC_User_HTTP
Morris Jobke [Fri, 13 Mar 2015 14:53:22 +0000 (15:53 +0100)]
Merge pull request #14867 from owncloud/drop-OC_User_HTTP

Remove OC_User_HTTP

9 years agoColor avatars of non-existing users gray and display X instead
Joas Schilling [Fri, 13 Mar 2015 12:30:26 +0000 (13:30 +0100)]
Color avatars of non-existing users gray and display X instead

9 years agoFix order of expected and actual on assertEquals() calls
Joas Schilling [Fri, 13 Mar 2015 14:14:01 +0000 (15:14 +0100)]
Fix order of expected and actual on assertEquals() calls

9 years agoFix getting the avatar of a non-existing user
Joas Schilling [Fri, 13 Mar 2015 12:12:14 +0000 (13:12 +0100)]
Fix getting the avatar of a non-existing user

9 years agoMerge pull request #14874 from owncloud/correct-typehint
Lukas Reschke [Fri, 13 Mar 2015 13:36:00 +0000 (14:36 +0100)]
Merge pull request #14874 from owncloud/correct-typehint

Can also be null

9 years agoCan also be null
Lukas Reschke [Fri, 13 Mar 2015 12:19:29 +0000 (13:19 +0100)]
Can also be null

If the user does not exist this returns null and can lead to nasty bugs since the IDE is not indicating this...

9 years agoUse proper error type and clean-up code
Lukas Reschke [Fri, 13 Mar 2015 12:04:31 +0000 (13:04 +0100)]
Use proper error type and clean-up code

9 years agoMerge pull request #14849 from owncloud/fix-11292
blizzz [Fri, 13 Mar 2015 12:16:33 +0000 (13:16 +0100)]
Merge pull request #14849 from owncloud/fix-11292

support paged results against 389ds.

9 years agoRemove OC_User_HTTP
Lukas Reschke [Fri, 13 Mar 2015 11:26:33 +0000 (12:26 +0100)]
Remove OC_User_HTTP

Addresses No. 1 from https://github.com/owncloud/core/issues/14847

9 years agoMerge pull request #14844 from owncloud/fix-14843-master
Thomas Müller [Fri, 13 Mar 2015 08:25:05 +0000 (09:25 +0100)]
Merge pull request #14844 from owncloud/fix-14843-master

cron shall not operate in case we are in maintenance mode

9 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Fri, 13 Mar 2015 05:54:55 +0000 (01:54 -0400)]
[tx-robot] updated from transifex

9 years agosupport paged results against 389ds.
Arthur Schiwon [Thu, 12 Mar 2015 21:47:20 +0000 (22:47 +0100)]
support paged results against 389ds.

9 years agodrop any fallback code related to curl - refs https://github.com/owncloud/core/pull...
Thomas Müller [Thu, 12 Mar 2015 20:43:41 +0000 (21:43 +0100)]
drop any fallback code related to curl - refs https://github.com/owncloud/core/pull/14838#issuecomment-78586447

9 years agocron shall not operate in case we are in maintenance mode - fixes #14843
Thomas Müller [Thu, 12 Mar 2015 20:03:26 +0000 (21:03 +0100)]
cron shall not operate in case we are in maintenance mode - fixes #14843

9 years agoMerge pull request #14838 from owncloud/add-curl-hard-dependency
Thomas Müller [Thu, 12 Mar 2015 19:37:14 +0000 (20:37 +0100)]
Merge pull request #14838 from owncloud/add-curl-hard-dependency

Add cURL as hard-dependency

9 years agoAdd cURL as hard-dependency
Lukas Reschke [Thu, 12 Mar 2015 17:39:54 +0000 (18:39 +0100)]
Add cURL as hard-dependency

It is required by other functionalities such as S2S anyways and ownCloud will fail hard at a lot of places without it.

9 years agoMerge pull request #14830 from owncloud/kill-locks-table-master
Morris Jobke [Thu, 12 Mar 2015 15:12:26 +0000 (16:12 +0100)]
Merge pull request #14830 from owncloud/kill-locks-table-master

we no longer support webdav locks - no need to keep the column

9 years agowe no longer support webdav locks - no need to keep the column
Thomas Müller [Thu, 12 Mar 2015 14:23:44 +0000 (15:23 +0100)]
we no longer support webdav locks - no need to keep the column

9 years agoverify the file name length not to exceed 255 characters + verify path during rename
Thomas Müller [Tue, 10 Mar 2015 12:08:22 +0000 (13:08 +0100)]
verify the file name length not to exceed 255 characters + verify path during rename

9 years agoMerge pull request #14785 from owncloud/issue/14733-active-class-missing-for-admin...
Thomas Müller [Thu, 12 Mar 2015 09:45:03 +0000 (10:45 +0100)]
Merge pull request #14785 from owncloud/issue/14733-active-class-missing-for-admin-navigation-entry

Do not overwrite the active menu entry of the navigation

9 years agoMerge pull request #14613 from kampka/no-table-prefix
Morris Jobke [Thu, 12 Mar 2015 09:06:21 +0000 (10:06 +0100)]
Merge pull request #14613 from kampka/no-table-prefix

Install command should not require table prefix

9 years agoAlso use all keys for an empty array, just in case
Joas Schilling [Thu, 12 Mar 2015 08:18:43 +0000 (09:18 +0100)]
Also use all keys for an empty array, just in case

9 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Thu, 12 Mar 2015 05:55:59 +0000 (01:55 -0400)]
[tx-robot] updated from transifex

9 years agoMerge pull request #14809 from rullzer/avatarcontroller_cache_fix
Thomas Müller [Wed, 11 Mar 2015 22:27:47 +0000 (23:27 +0100)]
Merge pull request #14809 from rullzer/avatarcontroller_cache_fix

Fix the avatarcontroller cache needing the cache dir

9 years agoInstall command should not require table prefix
Christian Kampka [Sat, 28 Feb 2015 20:41:33 +0000 (21:41 +0100)]
Install command should not require table prefix

9 years agoMerge pull request #14357 from owncloud/fix/1373
Morris Jobke [Wed, 11 Mar 2015 17:33:51 +0000 (18:33 +0100)]
Merge pull request #14357 from owncloud/fix/1373

Run `updateDataDirectory` after Update

9 years agoFix the avatarcontroller cache needing the cache dir
Roeland Jago Douma [Wed, 11 Mar 2015 17:18:33 +0000 (18:18 +0100)]
Fix the avatarcontroller cache needing the cache dir

This was removed in 82254ad5efb65e8650567f49343ec37eb55e2f3e and
unfortunatly missed by jenkins before mering into master.

9 years agoMerge pull request #14705 from rullzer/avatarcontroller
Lukas Reschke [Wed, 11 Mar 2015 16:15:42 +0000 (17:15 +0100)]
Merge pull request #14705 from rullzer/avatarcontroller

Move AvatarController to AppFramework

9 years agoMerge pull request #13893 from owncloud/create-cachedir-on-user
Morris Jobke [Wed, 11 Mar 2015 15:49:24 +0000 (16:49 +0100)]
Merge pull request #13893 from owncloud/create-cachedir-on-user

Only make sure the cache directory exists when we use it

9 years agoAvatar controller moved to AppFrameWork
Roeland Jago Douma [Tue, 3 Mar 2015 11:52:27 +0000 (12:52 +0100)]
Avatar controller moved to AppFrameWork

* Original avatarcontroller migrated to the appframework
* Added DataDisplayResponse that show data inline in the browser (used
  to retrun the image)
* Removed some unneeded code
* Added unit tests for the avatarcontroller

9 years agoMerge pull request #14798 from owncloud/enable-oci-autotest-master
Lukas Reschke [Wed, 11 Mar 2015 15:14:54 +0000 (16:14 +0100)]
Merge pull request #14798 from owncloud/enable-oci-autotest-master

Setting oci as supported database

9 years agoMerge pull request #14794 from owncloud/add-console-command-user-add
Morris Jobke [Wed, 11 Mar 2015 15:09:23 +0000 (16:09 +0100)]
Merge pull request #14794 from owncloud/add-console-command-user-add

Add a console command user:add to create users over the console

9 years agoMerge pull request #13648 from oparoz/sfnt-fonts-preview
Morris Jobke [Wed, 11 Mar 2015 14:56:32 +0000 (15:56 +0100)]
Merge pull request #13648 from oparoz/sfnt-fonts-preview

Add support for font previews

9 years agoDon't play with config values ...
Thomas Müller [Wed, 11 Mar 2015 14:47:24 +0000 (15:47 +0100)]
Don't play with config values ...

9 years agoMerge pull request #14773 from owncloud/allow-iframes-from-self-in-share-view
Lukas Reschke [Wed, 11 Mar 2015 14:13:59 +0000 (15:13 +0100)]
Merge pull request #14773 from owncloud/allow-iframes-from-self-in-share-view

Allow iframes from same domain in share view

9 years agoMerge pull request #13839 from owncloud/issue/13678-improve-remote-domain-detection...
Morris Jobke [Wed, 11 Mar 2015 13:38:41 +0000 (14:38 +0100)]
Merge pull request #13839 from owncloud/issue/13678-improve-remote-domain-detection-in-sharedropdown

Better finding the remote URL from user input in share dropdown

9 years agoSetting oci as supported database
Thomas Müller [Wed, 11 Mar 2015 13:29:22 +0000 (14:29 +0100)]
Setting oci as supported database

9 years agoAdd a console command user:add to create users over the console
Joas Schilling [Wed, 11 Mar 2015 11:35:16 +0000 (12:35 +0100)]
Add a console command user:add to create users over the console

9 years agoMerge pull request #13513 from owncloud/repair-legacystoragenofatalfail
Morris Jobke [Wed, 11 Mar 2015 12:32:33 +0000 (13:32 +0100)]
Merge pull request #13513 from owncloud/repair-legacystoragenofatalfail

Do not abort when meeting unfixable legacy storages

9 years agoMerge pull request #14791 from owncloud/fix-14516
Lukas Reschke [Wed, 11 Mar 2015 11:52:18 +0000 (12:52 +0100)]
Merge pull request #14791 from owncloud/fix-14516

Adding a more meaningful message for sabre dav exception

9 years agoMerge pull request #14788 from cmeh/patch-3
Thomas Müller [Wed, 11 Mar 2015 11:26:49 +0000 (12:26 +0100)]
Merge pull request #14788 from cmeh/patch-3

Correct "one invalid characters" to "one invalid character"

9 years agoMerge pull request #14662 from owncloud/issue/14661-show-versions-in-occ-applist
Thomas Müller [Wed, 11 Mar 2015 11:23:22 +0000 (12:23 +0100)]
Merge pull request #14662 from owncloud/issue/14661-show-versions-in-occ-applist

Add an option to include the installed app version in "occ app:list"

9 years agoAdding a more meaningful message for sabre dav exception - fixes #14516
Thomas Müller [Wed, 11 Mar 2015 10:53:31 +0000 (11:53 +0100)]
Adding a more meaningful message for sabre dav exception - fixes #14516

9 years agoMerge pull request #14789 from owncloud/better-app-install-error-messages
Bernhard Posselt [Wed, 11 Mar 2015 10:28:28 +0000 (11:28 +0100)]
Merge pull request #14789 from owncloud/better-app-install-error-messages

display app update error messages

9 years agoMerge pull request #14778 from owncloud/use-occ-setup-in-autotest-master
Thomas Müller [Wed, 11 Mar 2015 10:00:49 +0000 (11:00 +0100)]
Merge pull request #14778 from owncloud/use-occ-setup-in-autotest-master

Use occ to install ownCloud in autotest.sh

9 years agodisplay app update error messages - fixes #14611
Thomas Müller [Wed, 11 Mar 2015 08:59:56 +0000 (09:59 +0100)]
display app update error messages - fixes #14611

9 years agoCorrect "one invalid characters" to "one invalid character"
cmeh [Wed, 11 Mar 2015 08:59:42 +0000 (09:59 +0100)]
Correct "one invalid characters" to "one invalid character"

Corrected "one invalid characters" to "one invalid character" in line 1575.

9 years agoAlways include the installed app version in "occ app:list"
Joas Schilling [Tue, 3 Mar 2015 09:26:09 +0000 (10:26 +0100)]
Always include the installed app version in "occ app:list"

9 years agoThrow a RuntimeException in the cache aswell
Joas Schilling [Wed, 11 Mar 2015 08:33:50 +0000 (09:33 +0100)]
Throw a RuntimeException in the cache aswell

9 years agoDo not overwrite the active menu entry of the navigation
Joas Schilling [Wed, 11 Mar 2015 08:27:28 +0000 (09:27 +0100)]
Do not overwrite the active menu entry of the navigation

9 years agoProperly handle available databases at runtime and respect setup checks in command...
Thomas Müller [Tue, 10 Mar 2015 22:44:29 +0000 (23:44 +0100)]
Properly handle available databases at runtime and respect setup checks in command line as well

9 years agoNo need to restart the web server in cli mode
Thomas Müller [Tue, 10 Mar 2015 21:59:23 +0000 (22:59 +0100)]
No need to restart the web server in cli mode

9 years agoUse occ to install ownCloud in autotest.sh
Thomas Müller [Tue, 10 Mar 2015 14:59:07 +0000 (15:59 +0100)]
Use occ to install ownCloud in autotest.sh

9 years agoMerge pull request #14783 from owncloud/dont-timeout-cron-master
Morris Jobke [Wed, 11 Mar 2015 08:23:22 +0000 (09:23 +0100)]
Merge pull request #14783 from owncloud/dont-timeout-cron-master

cron.php on cli has no time limitation - fixes #14481

9 years agoFix doc blocks of insertIfNotExists() method
Joas Schilling [Wed, 11 Mar 2015 08:00:47 +0000 (09:00 +0100)]
Fix doc blocks of insertIfNotExists() method

9 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Wed, 11 Mar 2015 05:55:38 +0000 (01:55 -0400)]
[tx-robot] updated from transifex

9 years agocron.php on cli has no time limitation - fixes #14481
Thomas Müller [Wed, 11 Mar 2015 00:09:12 +0000 (01:09 +0100)]
cron.php on cli has no time limitation - fixes #14481

9 years agoMerge pull request #14640 from owncloud/rescanversionsonlyonce
Thomas Müller [Tue, 10 Mar 2015 23:54:20 +0000 (00:54 +0100)]
Merge pull request #14640 from owncloud/rescanversionsonlyonce

Only rescan versions once in trashbin

9 years agoupdate 3rdparty master
Morris Jobke [Tue, 10 Mar 2015 15:06:01 +0000 (16:06 +0100)]
update 3rdparty master

9 years agoMerge pull request #14115 from owncloud/update-symphony-components
Morris Jobke [Tue, 10 Mar 2015 15:05:12 +0000 (16:05 +0100)]
Merge pull request #14115 from owncloud/update-symphony-components

update symphony components to 2.6.4

9 years agoupdate symphony components to 2.6.4
Robin Appelman [Tue, 10 Mar 2015 13:47:08 +0000 (14:47 +0100)]
update symphony components to 2.6.4

9 years agoMerge pull request #14759 from owncloud/clean-up-code
Lukas Reschke [Tue, 10 Mar 2015 13:18:21 +0000 (14:18 +0100)]
Merge pull request #14759 from owncloud/clean-up-code

Clean-up code and use proper exception types

9 years agodon't rely on \OCP\User::getUser() - it is not set properly in case of async operations
Thomas Müller [Tue, 10 Mar 2015 10:47:52 +0000 (11:47 +0100)]
don't rely on \OCP\User::getUser() - it is not set properly in case of async operations

9 years agotearDown the filesystem right before setting it up again
Thomas Müller [Tue, 10 Mar 2015 10:47:06 +0000 (11:47 +0100)]
tearDown the filesystem right before setting it up again

9 years agoMerge pull request #14346 from owncloud/storage-based-path-validation
Lukas Reschke [Tue, 10 Mar 2015 10:02:47 +0000 (11:02 +0100)]
Merge pull request #14346 from owncloud/storage-based-path-validation

adding storage specific filename verification

9 years agoMerge pull request #14534 from owncloud/add-child-src
Thomas Müller [Tue, 10 Mar 2015 09:30:44 +0000 (10:30 +0100)]
Merge pull request #14534 from owncloud/add-child-src

Add support for 'child-src' directive

9 years agoAllow iframes from same domain in share view
Lukas Reschke [Tue, 10 Mar 2015 09:06:15 +0000 (10:06 +0100)]
Allow iframes from same domain in share view

This is required because the PDF Viewer itself is embedded using an iframe from the same domain. The default policy is blocking this.

Going on further, we have to come up with a solution in the future how to handle previews by applications, one example might be that they call their own endpoint and not the generic share page to allow applications to have full control over how to display previews.

Anyways, to test this behaviour use a decent newer browser (such as Chrome 41) and share a PDF file, obviously the PDF viewer needs to be enabled as well. Without this patch publicly shared PDF files should not get previewed and an error is thrown. (if it isn't then your browser is probably not obeying our Content-Security-Policy and you might consider switching to another one ;))

9 years agoAdd test for UniqueConstraintViolationException on wrong key
Joas Schilling [Tue, 10 Mar 2015 08:26:45 +0000 (09:26 +0100)]
Add test for UniqueConstraintViolationException on  wrong key

9 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Tue, 10 Mar 2015 05:55:39 +0000 (01:55 -0400)]
[tx-robot] updated from transifex

9 years agoMerge pull request #14689 from owncloud/better-missing-resource-handling
Thomas Müller [Mon, 9 Mar 2015 22:33:25 +0000 (23:33 +0100)]
Merge pull request #14689 from owncloud/better-missing-resource-handling

Log errors and create 404 in network list when a css or js is missing

9 years agoMerge pull request #14753 from owncloud/verify-csrf-token-earlier
Thomas Müller [Mon, 9 Mar 2015 22:06:15 +0000 (23:06 +0100)]
Merge pull request #14753 from owncloud/verify-csrf-token-earlier

Verify CSRF token already in update.php and not the EventSource code

9 years agolet insertIfNotExist() throw the native DBALException - no need to hide the real...
Thomas Müller [Mon, 9 Mar 2015 21:12:31 +0000 (22:12 +0100)]
let insertIfNotExist() throw the native DBALException - no need to hide the real exception

9 years agoAdding unit test which shows insertIfNotExists to fall apart in certain situations
Thomas Müller [Mon, 9 Mar 2015 19:53:08 +0000 (20:53 +0100)]
Adding unit test which shows insertIfNotExists to fall apart in certain situations

9 years agoGet the id before using it
Joas Schilling [Mon, 9 Mar 2015 18:27:02 +0000 (19:27 +0100)]
Get the id before using it

9 years agoBetter save then sorry
Joas Schilling [Mon, 9 Mar 2015 18:07:22 +0000 (19:07 +0100)]
Better save then sorry

9 years agoinsertIfNotExists() for storage insertion
Joas Schilling [Mon, 9 Mar 2015 18:02:34 +0000 (19:02 +0100)]
insertIfNotExists() for storage insertion

9 years agoOnly check unique keys for the comparison on filecache insert & update otherwise
Joas Schilling [Mon, 9 Mar 2015 17:20:51 +0000 (18:20 +0100)]
Only check unique keys for the comparison on filecache insert & update otherwise

9 years agoAllow specifying the compare-array for insertIfNotExists()
Joas Schilling [Mon, 9 Mar 2015 16:25:02 +0000 (17:25 +0100)]
Allow specifying the compare-array for insertIfNotExists()

9 years agoMerge pull request #14720 from owncloud/fix-shareetagpropagation
Morris Jobke [Mon, 9 Mar 2015 15:24:06 +0000 (16:24 +0100)]
Merge pull request #14720 from owncloud/fix-shareetagpropagation

Fix size propagation over shared storage boundary

9 years agoMerge pull request #14429 from owncloud/issue/14176-validate-timezone-before-using
Morris Jobke [Mon, 9 Mar 2015 15:16:16 +0000 (16:16 +0100)]
Merge pull request #14429 from owncloud/issue/14176-validate-timezone-before-using

Etc timezones don't exist for .5 and .75 offsets

9 years agoAdd unit test for size propagation across share boundaries
Vincent Petry [Mon, 9 Mar 2015 11:41:29 +0000 (12:41 +0100)]
Add unit test for size propagation across share boundaries