Commit Graph

113 Commits (php-unit-testing)

Author SHA1 Message Date
El RIDO 8c8da54b61
followed Style CI code style recommendations, forgot one
7 years ago
El RIDO cd22948c31
ensuring all PHP versions use the same phpunit from composer in travis CI and documented this alternative in the README
7 years ago
El RIDO 7277eef7f2
followed Style CI code styke recommendations
7 years ago
El RIDO b80ce78e01
updating unit testing README with new requirements for eris library
7 years ago
El RIDO 6a9f3303dc
turning Sjcl test case into property based one, implemented paste generator facility in Helper
7 years ago
El RIDO aad162895c
turning Filter::slowEquals() test case into property based one
7 years ago
El RIDO 40f5988758
turning Filter::formatHumanReadableSize() test case into property based one
7 years ago
El RIDO 79dafd5af4
turning Filter::formatHumanReadableTime() test case into property based one, clarifying the allowed units
7 years ago
El RIDO e41f0a7561
turning static IP test cases into property based ones with random IPv4 and IPv6 addresses
7 years ago
El RIDO 59adfc1962
introduced property based unit tests using the eris library, found an unhandled error case (empty string) in the Vizhash library and handled it
7 years ago
El RIDO db307c3a77
updated test cases and delete logic to properly implement documented API, thanks @r4sas #188
7 years ago
El RIDO fdef8bc5be
starting to work on JSVerify & Mocha based unit tests for our JS code base
7 years ago
El RIDO a7de0e095b
added supported language, updated credits and changelog
7 years ago
El RIDO 67f6c4eb61
turned bootstrap template variants into logic
7 years ago
El RIDO 06496f2ede
updated View test to test every available template instead of just the page one
7 years ago
El RIDO f79c00378b
Choosing correct Occitan plural formula, added unit tests for Occitan and Chinese, corrected casing of languages in unit test
7 years ago
El RIDO a5d91298ff
add an option to change the site name, solves #154
8 years ago
El RIDO 4a036aea80
updated SRI hashes, added missing formula for slowene plurals and unit test for it, updated credits and changelog
8 years ago
El RIDO 577031cc1f
written unit test to reproduce #149
8 years ago
El RIDO ecd8a51137
writing a unit test for #145 lead to the discovery of two errors in the polish translations: error in formula and missing number placeholders in the translation strings
8 years ago
El RIDO 0506ac018d
correcting instructions based on Ubuntu 16.04
8 years ago
El RIDO f49927712a
updated documentation and credits
8 years ago
rugk f628ac78f8
Fix style of operator spaces
8 years ago
El RIDO 1f46823942
applying patch based on StyleCI ruleset
8 years ago
rugk ec7af3a738
Improve formatting
8 years ago
El RIDO e925833090 bumping version number to 1.0
8 years ago
El RIDO 3d7b35aed4 PSR-2/4 fixes
8 years ago
El RIDO f72e260ee7 adding subresource integrity hashes for all javascript includes, resolves #6
8 years ago
rugk 75cb771e4b Merge branch 'master' into prng, resolve merge conflicts
8 years ago
El RIDO bd5a15bcab Merge branch 'master' of github.com:PrivateBin/PrivateBin
8 years ago
El RIDO 0a628e83c1 Merge pull request #59 from PrivateBin/52-identicons
8 years ago
El RIDO 390ef09764 minor cleanup
8 years ago
El RIDO 6cb7454d07 Added tests for JSON errors, should help us figure out the cause of the problem in #11
8 years ago
rugk bea9a577a6 Use better random number generator #29
8 years ago
El RIDO 3988b860b0 implemented Identicon library as new default for comment icons, made Vizhash an optional alternative, refactored Vizhash and removed string lenghtening
8 years ago
El RIDO 3fa0881c07 updated documentation, small cleanups
8 years ago
El RIDO b45bef8388 Renamed classes for full PSR-2 compliance, some cleanup
8 years ago
El RIDO 9bde729cb5 Merge pull request #54 from Sobak/coding-style
8 years ago
El RIDO 8e55eafd89 fixing "risky" unit tests
8 years ago
Sobak 5d7003ecc1 Convert to PSR-2 coding style (using phpcs-fixer)
8 years ago
Simon Rupf d14eb0efe4 fixing configuration and its test to match the new namespaces
8 years ago
Sobak 54f96b9938 Introduce PSR-4 autoloading
8 years ago
El RIDO 9a9362789b addressing issues with failed attachement uploads due to webserver configuration, resolves #15
8 years ago
rugk 535710cdd6 Add htaccess to prevent template access
8 years ago
El RIDO c5606a47fe refactoring away RainTPL and templating, resolves #36
8 years ago
El RIDO 7d1dc55a27 actually use local variable (for Codacy)
8 years ago
rugk d367655c6d Fix build
8 years ago
rugk e70159c1bb Avoid unused local variables
8 years ago
El RIDO b53efda635 improving code coverage and unit testing
8 years ago
El RIDO ff0c55c0d6 introduce option to disable vizhash for paranoid admins, resolves #20 point 2.4
8 years ago