Commit Graph

704 Commits

Author SHA1 Message Date
El RIDO
3988b860b0 implemented Identicon library as new default for comment icons, made Vizhash an optional alternative, refactored Vizhash and removed string lenghtening 2016-08-10 17:41:46 +02:00
El RIDO
461aed8573 added identicon library, including license, regenerated autoloader 2016-08-10 15:14:50 +02:00
El RIDO
1ef28d7a5c minor fixes, typos 2016-08-10 15:03:06 +02:00
El RIDO
767a995916 added missing composer.lock and added new identicon library, running: composer update --no-dev --optimize-autoloader 2016-08-10 15:01:47 +02:00
El RIDO
fc677b8e95 added missing CSS for buttondisabled class to bootstrap templates, resolves #11 2016-08-09 15:06:21 +02:00
El RIDO
addb666a23 introducing CSP header to mitigate XSS attacks, closes #10 2016-08-09 14:46:32 +02:00
El RIDO
a28aebae7d make key size and authentication tag size explicit instead of trusting on defaults 2016-08-09 13:16:15 +02:00
El RIDO
5b7b234821 doc bloc corrections 2016-08-09 13:07:11 +02:00
El RIDO
c2efe2e609 some optimization 2016-08-09 12:45:26 +02:00
El RIDO
3fa0881c07 updated documentation, small cleanups 2016-08-09 12:21:32 +02:00
El RIDO
b45bef8388 Renamed classes for full PSR-2 compliance, some cleanup 2016-08-09 11:54:42 +02:00
rugk
6e558aab0a Use HTTPS for PHP link 2016-08-08 19:11:07 +02:00
rugk
868429ebdb Fix links 2016-08-08 19:09:51 +02:00
rugk
cc65b3b700 Add explicit license statement to PR template
See https://opensource.stackexchange.com/questions/4267/how-does-contributing-to-a-floss-project-work-from-a-legal-perspective/4268
2016-08-08 19:07:07 +02:00
El RIDO
7447e685ce Updated the installation instructions 2016-08-08 14:43:30 +02:00
El RIDO
94691cb788 removing more composer artifacts 2016-08-08 09:39:09 +02:00
El RIDO
5e3db214a8 remove not checked in modules from composer autoloader 2016-08-08 09:26:29 +02:00
El RIDO
778fa6d0f5 added missing composer autoloader 2016-08-04 16:08:16 +02:00
El RIDO
9bde729cb5 Merge pull request #54 from Sobak/coding-style
Coding style
2016-08-04 15:58:46 +02:00
El RIDO
aa5c926a72 Merge pull request #56 from PrivateBin/rugk-icon-style
Improve icon display
2016-08-02 11:32:50 +02:00
rugk
5296659014 Update privatebin.css 2016-08-02 11:02:19 +02:00
rugk
a094c2153c Add changes to bootstrap CSS 2016-08-02 11:01:33 +02:00
rugk
2d0df4d22b Remove changes from pave theme css 2016-08-02 11:01:21 +02:00
El RIDO
8e55eafd89 fixing "risky" unit tests 2016-08-02 10:29:25 +02:00
rugk
7f3339def0 Revert darkstrap css change 2016-08-01 15:34:30 +02:00
rugk
058690f243 Include brand css part better here 2016-07-31 23:13:02 +02:00
rugk
065af6c26c Improve icon display 2016-07-31 23:09:11 +02:00
Sobak
5d7003ecc1 Convert to PSR-2 coding style (using phpcs-fixer) 2016-07-26 08:19:35 +02:00
Sobak
884310add6 Oficially bump minimal PHP version to 5.3.0 2016-07-26 08:06:40 +02:00
Sobak
23fab964ee Merge pull request #1 from elrido/coding-style
fixing configuration and its test to match the new namespaces
2016-07-26 07:59:47 +02:00
El RIDO
731b755215 updating changelog in preparation of next release 2016-07-25 16:30:58 +02:00
Simon Rupf
d14eb0efe4 fixing configuration and its test to match the new namespaces 2016-07-25 11:02:39 +02:00
rugk
b8ada1fff8 missing comma 2016-07-23 09:26:00 +02:00
rugk
a2b860ffd6 This has to be an array... 2016-07-23 09:25:46 +02:00
rugk
547c050c4a Missing comma 2016-07-23 09:18:34 +02:00
rugk
dbd802124e Add required PHPversion
This is required by Packagist
2016-07-23 09:18:21 +02:00
rugk
b99ccb056d Add more metadata in Composer.json 2016-07-23 09:06:48 +02:00
Sobak
b1305beb0f Improve workaround for keeping config file format BC 2016-07-22 15:31:42 +02:00
Sobak
e4f95190c3 Undo unrelated changes in composer.json 2016-07-22 15:18:15 +02:00
Sobak
54f96b9938 Introduce PSR-4 autoloading 2016-07-22 12:11:48 +02:00
rugk
6e7365e949 Update PULL_REQUEST_TEMPLATE.md
I should really end the sentences I am writing... 😉
2016-07-21 21:57:11 +02:00
rugk
f51bfb7265 Update PULL_REQUEST_TEMPLATE.md 2016-07-21 21:56:42 +02:00
rugk
62dafbe8dd Merge pull request #51 from Sobak/php-net-https-fix
Fix HTTPS links to php.net
2016-07-20 20:33:40 +02:00
Sobak
e4b71dada5 Fix HTTPS links to php.net 2016-07-20 20:28:42 +02:00
rugk
34218071fe Update CREDITS.md 2016-07-19 18:02:57 +02:00
rugk
b05404ab38 Update CONTRIBUTING.md 2016-07-19 17:58:39 +02:00
rugk
ae8e975247 Update CONTRIBUTING.md 2016-07-19 17:58:30 +02:00
rugk
5a023ba881 Create CONTRIBUTING.md 2016-07-19 17:50:50 +02:00
rugk
5fed9b4189 Update ISSUE_TEMPLATE.md 2016-07-19 17:48:06 +02:00
rugk
911b2a482b Update PULL_REQUEST_TEMPLATE.md 2016-07-19 17:47:55 +02:00