Commit Graph

556 Commits

Author SHA1 Message Date
El RIDO
ff0c55c0d6 introduce option to disable vizhash for paranoid admins, resolves #20 point 2.4 2016-07-18 10:14:38 +02:00
El RIDO
20cf678a75 adding default configuration for purging, resolves #3 (again) 2016-07-18 09:13:23 +02:00
El RIDO
f8bc40b4e4 introducing automatic purging of expired pastes, triggered by default at least 5 minutes apart, deleting a maximum of 10 pastes - resolves #3 2016-07-15 17:02:59 +02:00
El RIDO
4d10fd9690 fixing support for pre renaming configuration file format, resolves #37 2016-07-13 09:41:45 +02:00
El RIDO
8f2d43722b fixing wrong project URL 2016-07-11 16:31:10 +02:00
El RIDO
615777ffd9 clarifying some code 2016-07-11 16:09:38 +02:00
El RIDO
df5150c7f2 found another 2016-07-11 15:55:23 +02:00
El RIDO
3e0ba161ca reverting some of the changes done to try to support HHVM building, simplifying the dependencies 2016-07-11 15:52:08 +02:00
El RIDO
90a26d8fcb removing some code smells, found in the various code checker tools 2016-07-11 15:47:42 +02:00
El RIDO
c33c50f775 using table name sanitation function to ensure no weird characters are used by accident (e.g. by oddly configured table prefix) 2016-07-11 14:33:45 +02:00
El RIDO
3b3b5277eb refactoring to improve code quality 2016-07-11 14:15:20 +02:00
El RIDO
79509ad48a renaming the fork to PrivateBin 2016-07-11 11:58:15 +02:00
El RIDO
6a663ba07f adding preview feature, resolves #4 2016-07-11 11:09:41 +02:00
El RIDO
7259105ef6 Merge pull request #33 from Draky50110/patch-1
ZeroBin -> PrivateBin
2016-07-10 11:13:04 +02:00
Gilles
a7ef0b54e6 ZeroBin -> PrivateBin
Changing name
2016-07-10 11:02:31 +02:00
El RIDO
ad9fdf8892 switching from CCM to GCM, resolves #27 2016-07-09 21:11:39 +02:00
El RIDO
5586cb6777 ups, that last automerge did not go as planned :-) 2016-07-09 14:45:28 +02:00
El RIDO
147092f25e Merge branch 'master' of git@github.com:PrivateBin/PrivateBin.git 2016-07-09 14:44:12 +02:00
El RIDO
b00b0264f8 fixing formatting issues 2016-07-09 14:43:50 +02:00
rugk
1495e37091 Move logo to the top 2016-07-09 14:41:39 +02:00
El RIDO
e343883d40 updating favicons, resolves #23 2016-07-09 14:35:50 +02:00
rugk
1bf1b6affb Update Travis badge 2016-07-09 14:00:46 +02:00
rugk
8ce4f03bbb Add Scrutinizer-Ci badges 2016-07-09 13:59:50 +02:00
El RIDO
dbdeba5274 fixing path for travis CI, again 2016-07-09 13:34:07 +02:00
El RIDO
b47073eac1 fixing path for travis CI, again 2016-07-09 13:29:31 +02:00
El RIDO
187560b9b4 fixing path for travis CI 2016-07-09 13:21:35 +02:00
El RIDO
54ad12a8b4 bee logos, by Anbileru Adaleru, Creative Commons Attribution 3.0 license 2016-07-09 13:06:25 +02:00
rugk
6977c23382 Update CodeClimate badges 2016-07-09 12:33:33 +02:00
rugk
2172add963 Update links again
This time using the correct ones
2016-07-09 12:25:15 +02:00
rugk
73a002791d Update ZeroBin name & change links 2016-07-09 12:23:53 +02:00
El RIDO
dcd7164d34 Merge pull request #18 from rugk/patch-1
Update CodacyBadge
2016-07-09 12:00:33 +02:00
El RIDO
f95ea349fd Merge pull request #17 from Equinox/spelling-error
Correct spelling error.
2016-07-09 11:59:51 +02:00
rugk
3938e2edf6 Update CodacyBadge
* Update Codacy link
* Shorten Codacy links & remove tracking
* Add Codacy coverage badge & group coverage badges together
2016-07-09 11:58:21 +02:00
Equinox
1026952dd1 Correct spelling error. 2016-07-09 21:52:26 +12:00
El RIDO
87fb3f5d2f implementing @k0nsl suggestion regarding wording, resolves #110 2016-07-08 08:56:42 +02:00
k0nsl
ad3cacd2b0 Fine-tune grammar. (#108)
My "OCD" kicked in. I believe "open source" is grammatically correct, so let us therefore use this rather than "opensource". It looks better too :)
2016-07-07 15:16:22 +02:00
rugk
8f5b6b9de8 Add Code Climate badges
For now only the scan under my repo
2016-07-07 15:12:21 +02:00
El RIDO
b8080acc78 fixing an unhandled case found with scrutinizer-ci 2016-07-06 14:58:06 +02:00
El RIDO
c13caee981 fixing some documentation issues detected by scrutinizer-ci 2016-07-06 14:12:14 +02:00
El RIDO
85b348d39a removing even more codeclimate camel case warnings 2016-07-06 13:57:35 +02:00
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 2016-07-06 13:43:16 +02:00
El RIDO
8b38e26735 add codeclimate settings 2016-07-06 13:20:14 +02:00
El RIDO
790cd9fd3a adding codeclimate coverage reporting to travis 2016-07-06 12:09:19 +02:00
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 2016-07-06 11:37:13 +02:00
El RIDO
6b0b814dc6 removing leftover from previously using a different function, resolves #83 2016-07-06 09:41:07 +02:00
El RIDO
d664af6ce5 giving up on HHVM unit tests for now, will open an issue for it 2016-07-06 09:16:02 +02:00
El RIDO
c175abaf77 improvements to get the HHVM build to pass 2016-07-06 09:01:10 +02:00
El RIDO
36c1b17777 that variable is required to suppress output when unit testing, also travis has composer preinstalled 2016-07-05 17:52:32 +02:00
El RIDO
0730d6b8d2 try to find a phpunit version that is compatible with both PHP 5.5 and HHVM 2016-07-05 17:33:55 +02:00
El RIDO
5046091728 forgot to add a file in the last commit 2016-07-05 17:25:11 +02:00