Commit Graph

432 Commits

Author SHA1 Message Date
rugk 38ab755733 Replace HTTP links with HTTPS
Using this regexp: https://regex101.com/r/rZ2dE2/1
2016-07-19 13:56:52 +02:00
rugk d485ab2d88 Use HTTPS for browser links & add Edge 2016-07-19 13:33:51 +02:00
rugk 1923039f75 Make favicons subdirectory-compatible 2016-07-19 13:08:48 +02:00
rugk 7875d7b0a3 Some rewording 2016-07-19 13:05:07 +02:00
rugk 58f5c8601f Merge branch 'master' of https://github.com/PrivateBin/PrivateBin 2016-07-19 12:39:56 +02:00
rugk 327eba268d 🔧 Update Safari favicon SVG with minified version 2016-07-19 12:39:10 +02:00
El RIDO c3a114d923 fixing favicon includes in templates, thanks @rugk for spotting it 2016-07-19 08:53:32 +02:00
El RIDO 7d1dc55a27 actually use local variable (for Codacy) 2016-07-19 08:40:33 +02:00
rugk d367655c6d Fix build
Thanks https://stackoverflow.com/questions/12346876/php-foreach-that-returns-keys-only#12346910
2016-07-18 18:46:41 +02:00
rugk e70159c1bb Avoid unused local variables
Funnily you introduced this in a "code quality improve commit" (b53efda635), but Codacy complained about it...
2016-07-18 18:37:18 +02:00
El RIDO 6b20836461 upgrading SJCL library to 1.0.4: https://github.com/bitwiseshiftleft/sjcl/releases/tag/1.0.4 2016-07-18 16:54:33 +02:00
El RIDO c851dfff5f freeing up space in bootstrap layouts by using logo instead of brand name 2016-07-18 16:39:43 +02:00
El RIDO 2c6e0b2e38 fixing URL in README 2016-07-18 16:27:06 +02:00
El RIDO a5c10aac8a replacing favicons with new design by @rugk, resolves #23 2016-07-18 16:25:06 +02:00
rugk 08b46975f3 🐼 Minify favicon files with TinyPNG 2016-07-18 16:11:24 +02:00
rugk 6f59a6844c Add favicon 2016-07-18 16:11:13 +02:00
El RIDO 03306dabff using TEXT data type for PostgreSQL instead of BLOB, hopefully resolves #8 2016-07-18 15:55:51 +02:00
El RIDO e7dde4d212 cleaning REQUEST_URI for good measure 2016-07-18 15:21:32 +02:00
El RIDO e1d6db88a1 Merge pull request #44 from PrivateBin/rugk-itBugsMe
Change array used for language selection
2016-07-18 15:15:41 +02:00
El RIDO afaa111d22 code style 2016-07-18 15:13:56 +02:00
El RIDO 918de8f0c4 Merge branch 'master' of github.com:PrivateBin/PrivateBin 2016-07-18 14:47:47 +02:00
El RIDO b53efda635 improving code coverage and unit testing 2016-07-18 14:47:32 +02:00
rugk 2e863e3ed9 Search key first
Looks a bit complicated, but well...
2016-07-18 13:25:41 +02:00
rugk 80e9d75477 Remove unnecessary array
Now it is right...
2016-07-18 13:12:54 +02:00
rugk 19d5659a8f Change array
https://github.com/PrivateBin/PrivateBin/issues/41

Not tested locally, let's say what Travis says... 😄
2016-07-18 13:11:15 +02:00
rugk e087d2f206 Hightlight name & link GCM 2016-07-18 11:23:47 +02:00
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