Coder Social home page Coder Social logo

example-files's People

Contributors

cdamken avatar jancborchardt avatar jnweiger avatar mrow4a avatar pvince81 avatar wakeup avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

example-files's Issues

Makefile now in master QA tarball skeleton

Since commit 936975e the master QA tarball https://download.owncloud.org/community/owncloud-daily-master-qa.tar.bz2 now has:

/owncloud/core/skeleton/Makefile

In addition to ownCloud Manual.pdf and the Documents and Photos folders.

This is causing unit test fails in the encryption app, e.g. https://drone.owncloud.com/owncloud/encryption/619/153

There were 3 failures:

1) OCA\Encryption\Tests\Command\FixEncryptedVersionTest::testEncryptedVersionZero
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
-'Verifying the content of file /test_enc_version_affected_user1/files/hello.txt\n
+'Verifying the content of file /test_enc_version_affected_user1/files/Makefile\n
+The file /test_enc_version_affected_user1/files/Makefile is: OK\n
+Verifying the content of file /test_enc_version_affected_user1/files/hello.txt\n

/var/www/owncloud/server/apps/encryption/tests/unit/Command/FixEncryptedVersionTest.php:147

2) OCA\Encryption\Tests\Command\FixEncryptedVersionTest::testEncryptedVersionLessThanOriginalValue
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
-'Verifying the content of file /test_enc_version_affected_user1/files/foo.txt\n
+'Verifying the content of file /test_enc_version_affected_user1/files/Makefile\n
+The file /test_enc_version_affected_user1/files/Makefile is: OK\n
+Verifying the content of file /test_enc_version_affected_user1/files/foo.txt\n

/var/www/owncloud/server/apps/encryption/tests/unit/Command/FixEncryptedVersionTest.php:231

3) OCA\Encryption\Tests\Command\FixEncryptedVersionTest::testEncryptedVersionGreaterThanOriginalValue
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
-'Verifying the content of file /test_enc_version_affected_user1/files/foo.txt\n
+'Verifying the content of file /test_enc_version_affected_user1/files/Makefile\n
+The file /test_enc_version_affected_user1/files/Makefile is: OK\n
+Verifying the content of file /test_enc_version_affected_user1/files/foo.txt\n

/var/www/owncloud/server/apps/encryption/tests/unit/Command/FixEncryptedVersionTest.php:316

FAILURES!
Tests: 241, Assertions: 704, Failures: 3.

Generating code coverage report in Clover XML format ... done
Makefile:70: recipe for target 'test-php-unit-dbg' failed
make: *** [test-php-unit-dbg] Error 1 

because when doing a general encryption occ command for a user, there is now the file Makefile to be processed.

ownCloudUserManual.pdf default file

There are some issues with the »ownCloudUserManual.pdf« default file we should fix:

  • The name »ownCloudUserManual.pdf« can be improved. Should be called »ownCloud Manual.pdf« for better readability.
  • It is set with Helvetica for headings and serifs for body text. According to our styles we should use Open Sans everywhere instead.
  • There are some horizontal lines throughout the document. These we can just remove as they make everything look old-style. Whitespace is enough to separate.

@karlitschek whom do I need to talk to about this? :) @carlaschroder you maybe because you work on the documentation?

cc @owncloud/designers

Review of "Learn more about ownCloud" files

https://github.com/owncloud/example-files/blob/master/Learn%20more%20about%20ownCloud/Data%20Protection%20and%20Data%20Secrecy%20in%20ownCloud.pdf

page 2: "admi-nistrators" (random hyphen)

https://github.com/owncloud/example-files/blob/master/Learn%20more%20about%20ownCloud/Introducing%20ownCloud.pdf
page 2: "We are an official ownCloud partner" - that sentence seems strange in the context of a document that is publish with the regular ownCloud release. Someone installing ownCloud themselves from the release tarball is not likely to have or be "an official ownCloud partner".

page 3: "we as a partner" - similar issue - the document has been written as if it is to be published by partners.

page 3: "Google Drtive" (typo)

https://github.com/owncloud/example-files/blob/master/Learn%20more%20about%20ownCloud/Keep%20your%20files%20safe%20with%20ownCloud.pdf
page 2: "exluding"

page 3: "..., if critical data is contained" - I am not sure what this means in the context of the sentence.

page 4: "Ransomware Protection blocks malware from encrypting files and folders" - actually the Ransomware Protection app provides a way to recover from a ransomware attack by allowing controlled recovery of files back to a previous point in time. IMO the text needs updating.

https://github.com/owncloud/example-files/blob/master/Learn%20more%20about%20ownCloud/Share%20files%20efficiently%20in%20your%20company.pdf
page 3, bottom right - "cloud means less control over the storage/..." to the next page - a repeated chunk of text.

page 4: "are saved in data/[user]/versions" - that is not quite technically accurate. But, IMO, this document does not even need to try to specify such technical backend implementation.

And it would be good for some to generally review the wording of the documents.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.