Commit Graph

28 Commits (6f480bf014b36175f6d1a69aecf05a8a616a7887)

Author SHA1 Message Date
El RIDO 0dbbb61d11
implementing web crypto API for encryption 2018-09-01 19:42:22 +02:00
El RIDO fd6c18e573
updating random_compat library to 2.0.15 (not upgrading identicon, would raise PHP requirements to 5.5) 2018-07-01 15:32:22 +02:00
El RIDO df921ad658
fixing licence identifier according to spdx.org for Packagist / composer 2018-02-25 10:18:43 +01:00
El RIDO 76c14795ef
removing unnecessary repository from composer: We do not depend on ourselves 2018-01-02 07:30:51 +01:00
rugk f514381aa5
Correct license
We do not use the acknowledge version.
Cf.:
Without ack.: https://spdx.org/licenses/Zlib.html#licenseText
With ack.:    https://spdx.org/licenses/zlib-acknowledgement.html#licenseText
2017-04-19 00:09:41 +02:00
El RIDO 88b02d866e
fixes #186 for good 2017-03-24 19:20:34 +01:00
El RIDO 651e38acbe
make travis use phpunit < 6 to avoid failing builds for PHP 7, see: https://github.com/travis-ci/travis-ci/issues/7226#issuecomment-285852088 2017-03-12 14:38:49 +01:00
El RIDO 920f02e43d
fixing composer package versions, thanks @jelhan (#84) 2017-01-30 20:36:38 +01:00
rugk 75cb771e4b Merge branch 'master' into prng, resolve merge conflicts 2016-08-15 18:15:57 +02:00
rugk bea9a577a6 Use better random number generator #29 2016-08-10 23:15: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 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
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 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 7875d7b0a3 Some rewording 2016-07-19 13:05:07 +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 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 790cd9fd3a adding codeclimate coverage reporting to travis 2016-07-06 12:09:19 +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 8e11f0873c small code style improvements, trying to get phpunit with hhvm to work in travis 2016-07-05 17:23:25 +02:00
El RIDO 9267e281f5 adding support for automatic code coverage generation into codacy 2016-07-05 17:01:26 +02:00