Commit Graph

652 Commits (77f464f6509714e8f720e6dd959bc4a8de92195e)
 

Author SHA1 Message Date
El RIDO 8f2d43722b fixing wrong project URL
8 years ago
El RIDO 615777ffd9 clarifying some code
8 years ago
El RIDO df5150c7f2 found another
8 years ago
El RIDO 3e0ba161ca reverting some of the changes done to try to support HHVM building, simplifying the dependencies
8 years ago
El RIDO 90a26d8fcb removing some code smells, found in the various code checker tools
8 years ago
El RIDO c33c50f775 using table name sanitation function to ensure no weird characters are used by accident (e.g. by oddly configured table prefix)
8 years ago
El RIDO 3b3b5277eb refactoring to improve code quality
8 years ago
El RIDO 79509ad48a renaming the fork to PrivateBin
8 years ago
El RIDO 6a663ba07f adding preview feature, resolves #4
8 years ago
El RIDO 7259105ef6 Merge pull request #33 from Draky50110/patch-1
8 years ago
Gilles a7ef0b54e6 ZeroBin -> PrivateBin
8 years ago
El RIDO ad9fdf8892 switching from CCM to GCM, resolves #27
8 years ago
El RIDO 5586cb6777 ups, that last automerge did not go as planned :-)
8 years ago
El RIDO 147092f25e Merge branch 'master' of git@github.com:PrivateBin/PrivateBin.git
8 years ago
El RIDO b00b0264f8 fixing formatting issues
8 years ago
rugk 1495e37091 Move logo to the top
8 years ago
El RIDO e343883d40 updating favicons, resolves #23
8 years ago
rugk 1bf1b6affb Update Travis badge
8 years ago
rugk 8ce4f03bbb Add Scrutinizer-Ci badges
8 years ago
El RIDO dbdeba5274 fixing path for travis CI, again
8 years ago
El RIDO b47073eac1 fixing path for travis CI, again
8 years ago
El RIDO 187560b9b4 fixing path for travis CI
8 years ago
El RIDO 54ad12a8b4 bee logos, by Anbileru Adaleru, Creative Commons Attribution 3.0 license
8 years ago
rugk 6977c23382 Update CodeClimate badges
8 years ago
rugk 2172add963 Update links again
8 years ago
rugk 73a002791d Update ZeroBin name & change links
8 years ago
El RIDO dcd7164d34 Merge pull request #18 from rugk/patch-1
8 years ago
El RIDO f95ea349fd Merge pull request #17 from Equinox/spelling-error
8 years ago
rugk 3938e2edf6 Update CodacyBadge
8 years ago
Equinox 1026952dd1 Correct spelling error.
8 years ago
El RIDO 87fb3f5d2f implementing @k0nsl suggestion regarding wording, resolves #110
8 years ago
k0nsl ad3cacd2b0 Fine-tune grammar. (#108)
8 years ago
rugk 8f5b6b9de8 Add Code Climate badges
8 years ago
El RIDO b8080acc78 fixing an unhandled case found with scrutinizer-ci
8 years ago
El RIDO c13caee981 fixing some documentation issues detected by scrutinizer-ci
8 years ago
El RIDO 85b348d39a removing even more codeclimate camel case warnings
8 years ago
El RIDO 03565a0988 ignore some phpmd issues: variables do not follow camel case in this project, super global access is almost completely encapsulated already, I personally favor else expressions for clarity and the project currently does not use a DI, hence the many static accesses
8 years ago
El RIDO 8b38e26735 add codeclimate settings
8 years ago
El RIDO 790cd9fd3a adding codeclimate coverage reporting to travis
8 years ago
El RIDO 0e217a42c5 introduce new zerobincompatibility option, replacing the base64 one, if it is enabled, delete tokens use sha256; added per paste salt with server salt fallback; this resolves the points 2.2 & 2.9 in #103
8 years ago
El RIDO 6b0b814dc6 removing leftover from previously using a different function, resolves #83
8 years ago
El RIDO d664af6ce5 giving up on HHVM unit tests for now, will open an issue for it
8 years ago
El RIDO c175abaf77 improvements to get the HHVM build to pass
8 years ago
El RIDO 36c1b17777 that variable is required to suppress output when unit testing, also travis has composer preinstalled
8 years ago
El RIDO 0730d6b8d2 try to find a phpunit version that is compatible with both PHP 5.5 and HHVM
8 years ago
El RIDO 5046091728 forgot to add a file in the last commit
8 years ago
El RIDO 8e11f0873c small code style improvements, trying to get phpunit with hhvm to work in travis
8 years ago
El RIDO 9267e281f5 adding support for automatic code coverage generation into codacy
8 years ago
El RIDO 5980f8b603 removing some unused code detected by codacy
8 years ago
El RIDO a856a50bc3 addressing random unit test failures, resolves #106
8 years ago