97ed1a5cf4found a better JS html entity escape function and use it to fix regression introduced by the preview feature, resolves#43
El RIDO
2016-07-19 16:12:11 +0200
e087d2f206Hightlight name & link GCM
rugk
2016-07-18 11:23:47 +0200
ff0c55c0d6introduce option to disable vizhash for paranoid admins, resolves#20 point 2.4
El RIDO
2016-07-18 10:14:38 +0200
20cf678a75adding default configuration for purging, resolves#3 (again)
El RIDO
2016-07-18 09:13:23 +0200
f8bc40b4e4introducing automatic purging of expired pastes, triggered by default at least 5 minutes apart, deleting a maximum of 10 pastes - resolves#3
El RIDO
2016-07-15 17:02:59 +0200
4d10fd9690fixing support for pre renaming configuration file format, resolves#37
El RIDO
2016-07-13 09:41:45 +0200
8f2d43722bfixing wrong project URL
El RIDO
2016-07-11 16:31:10 +0200
615777ffd9clarifying some code
El RIDO
2016-07-11 16:09:38 +0200
df5150c7f2found another
El RIDO
2016-07-11 15:55:23 +0200
3e0ba161careverting some of the changes done to try to support HHVM building, simplifying the dependencies
El RIDO
2016-07-11 15:52:08 +0200
90a26d8fcbremoving some code smells, found in the various code checker tools
El RIDO
2016-07-11 15:47:42 +0200
c33c50f775using table name sanitation function to ensure no weird characters are used by accident (e.g. by oddly configured table prefix)
El RIDO
2016-07-11 14:33:45 +0200
3b3b5277ebrefactoring to improve code quality
El RIDO
2016-07-11 14:15:20 +0200
79509ad48arenaming the fork to PrivateBin
El RIDO
2016-07-11 11:58:15 +0200
6a663ba07fadding preview feature, resolves#4
El RIDO
2016-07-11 11:09:41 +0200
7259105ef6Merge pull request #33 from Draky50110/patch-1
El RIDO
2016-07-10 11:13:04 +0200
b8080acc78fixing an unhandled case found with scrutinizer-ci
El RIDO
2016-07-06 14:58:06 +0200
c13caee981fixing some documentation issues detected by scrutinizer-ci
El RIDO
2016-07-06 14:12:14 +0200
85b348d39aremoving even more codeclimate camel case warnings
El RIDO
2016-07-06 13:57:35 +0200
03565a0988ignore 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
El RIDO
2016-07-06 13:43:16 +0200
8b38e26735add codeclimate settings
El RIDO
2016-07-06 13:20:14 +0200
790cd9fd3aadding codeclimate coverage reporting to travis
El RIDO
2016-07-06 12:09:19 +0200
0e217a42c5introduce 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
El RIDO
2016-07-06 11:37:13 +0200
6b0b814dc6removing leftover from previously using a different function, resolves#83
El RIDO
2016-07-06 09:41:07 +0200
d664af6ce5giving up on HHVM unit tests for now, will open an issue for it
El RIDO
2016-07-06 09:16:02 +0200
c175abaf77improvements to get the HHVM build to pass
El RIDO
2016-07-06 09:01:10 +0200
36c1b17777that variable is required to suppress output when unit testing, also travis has composer preinstalled
El RIDO
2016-07-05 17:52:32 +0200
0730d6b8d2try to find a phpunit version that is compatible with both PHP 5.5 and HHVM
El RIDO
2016-07-05 17:33:55 +0200
5046091728forgot to add a file in the last commit
El RIDO
2016-07-05 17:25:11 +0200
8e11f0873csmall code style improvements, trying to get phpunit with hhvm to work in travis
El RIDO
2016-07-05 17:23:25 +0200
9267e281f5adding support for automatic code coverage generation into codacy
El RIDO
2016-07-05 17:01:26 +0200
5980f8b603removing some unused code detected by codacy
El RIDO
2016-07-04 20:46:45 +0200
a856a50bc3addressing random unit test failures, resolves#106
El RIDO
2016-07-04 20:21:14 +0200