Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add missing "new" when raising an InvaludArgumentException | nashe | 2018-01-04 | 1 | -1/+1 |
| | |||||
* | Do not assume that Composer autoload is case insensitive | nashe | 2018-01-04 | 2 | -2/+2 |
| | |||||
* | Merge pull request #98 from moonmoon/anti-csrf | thomas | 2018-01-02 | 12 | -9/+203 |
|\ | | | | | Implement a mitigation against CSRF attacks | ||||
| * | Safely generate random HMAC keys for CSRF tokens | nashe | 2018-01-02 | 1 | -1/+7 |
| | | |||||
| * | Add paragonie/random_compat to implement a polyfill for random_bytes | nashe | 2018-01-02 | 3 | -3/+57 |
| | | |||||
| * | Add CSRF token checks | nashe | 2017-12-23 | 4 | -1/+11 |
| | | |||||
| * | Implement and expose a CSRF mitigation | nashe | 2017-12-23 | 2 | -1/+50 |
| | | |||||
| * | Give a session to the users | nashe | 2017-12-23 | 3 | -3/+13 |
| | | |||||
| * | Add hash_equals polyfill and related tests | nashe | 2017-12-18 | 2 | -1/+66 |
| | | |||||
* | | Speed up Travis build by caching composer packages | nashe | 2018-01-02 | 1 | -0/+4 |
| | | |||||
* | | Remove unnecessary calls to Spyc | nashe | 2018-01-02 | 1 | -4/+2 |
|/ | |||||
* | Fix link to CONTRIBUTING.md in README.md | Thomas Chauchefoin | 2017-10-26 | 1 | -2/+2 |
| | |||||
* | Fix phpunit output on Travis builds | Thomas Chauchefoin | 2017-10-26 | 1 | -3/+0 |
| | | | See #97. | ||||
* | Improve project structure | nashe | 2017-10-21 | 6 | -144/+157 |
| | |||||
* | Cleanup install.php | nashe | 2017-10-17 | 2 | -25/+15 |
| | |||||
* | Add GuzzleHarness and use it | nashe | 2017-10-17 | 3 | -30/+47 |
| | |||||
* | Use new *_path helpers in install.php | nashe | 2017-10-17 | 1 | -2/+2 |
| | |||||
* | Move the setup page into a view | nashe | 2017-10-17 | 2 | -118/+119 |
| | |||||
* | Add view_path and admin_path helpers | nashe | 2017-10-17 | 1 | -0/+22 |
| | |||||
* | Update .travis.yml | nashe | 2017-07-17 | 1 | -3/+3 |
| | | | | In Travis, xdebug is not enabled on non-stable versions of PHP. | ||||
* | Troubleshoot failures on some test targets | nashe | 2017-07-16 | 1 | -0/+1 |
| | |||||
* | Use phpunit from vendor/ | nashe | 2017-07-16 | 1 | -0/+3 |
| | |||||
* | Use bash in .travis.yml | nashe | 2017-07-16 | 1 | -2/+2 |
| | |||||
* | Oops, forgot to make guzzle update effective | nashe | 2017-07-16 | 1 | -23/+33 |
| | |||||
* | Run the built-in web servers in a subshell | nashe | 2017-07-16 | 1 | -2/+2 |
| | |||||
* | Use HHVM's built-in web server when necessary | nashe | 2017-07-16 | 1 | -2/+2 |
| | |||||
* | Use HHVM's built-in web server when necessary | nashe | 2017-07-16 | 1 | -1/+2 |
| | |||||
* | Make tests pass on php-nightly | nashe | 2017-07-16 | 1 | -1/+1 |
| | | | | See https://github.com/guzzle/guzzle/releases/tag/6.3.0 | ||||
* | Fix typo in project's description | nashe | 2017-07-16 | 1 | -1/+1 |
| | |||||
* | Add tests for the installer | nashe | 2017-07-16 | 2 | -0/+87 |
| | |||||
* | Files to test for +w rights were not removed by the installer | nashe | 2017-07-16 | 1 | -0/+3 |
| | | | | It leds to some issues with the cache. | ||||
* | Move helper functions to a separate file | nashe | 2017-07-16 | 3 | -14/+34 |
| | | | | This will be useful to use it in the tests. | ||||
* | Hide errors of cron.php if not in debug mode | nashe | 2017-07-16 | 1 | -3/+5 |
| | |||||
* | Update CONTRIBUTING.md | nashe | 2017-07-16 | 2 | -3/+3 |
| | |||||
* | Update issue_template.md | nashe | 2017-07-15 | 1 | -6/+0 |
| | |||||
* | Update README.md | nashe | 2017-07-15 | 1 | -24/+11 |
| | |||||
* | Add CONTRIBUTING.md | nashe | 2017-07-15 | 1 | -0/+37 |
| | |||||
* | Add an issue template for Github | nashe | 2017-07-15 | 1 | -0/+24 |
| | |||||
* | Update docs | nashe | 2017-07-15 | 2 | -0/+0 |
| | |||||
* | Change submodule path to https:// rather than ssh:// | nashe | 2017-07-14 | 1 | -1/+1 |
| | | | | … and make Travis tests pass. | ||||
* | Point docs/ to the wiki | nashe | 2017-07-14 | 2 | -0/+3 |
| | |||||
* | docs/ were moved to moonmoon/moonmoon.github.io | nashe | 2017-07-13 | 3 | -241/+0 |
| | |||||
* | Delete CNAME | Thomas Chauchefoin | 2017-07-13 | 1 | -1/+0 |
| | |||||
* | Announce text/xml instead of application/atom+xml in atom.php | nashe | 2017-07-13 | 1 | -1/+1 |
| | |||||
* | Add an option to disable feed certificate check | nashe | 2017-07-13 | 5 | -2/+18 |
| | |||||
* | Update composer.json to use the last version of SimplePie | nashe | 2017-07-13 | 2 | -8/+14 |
| | | | | | | This version allows us to pass cURL options to SimplePie, this will be needed to correctly handle feeds over SSL/TLS but with invalid certificates. | ||||
* | Do not encode feed title twice | nashe | 2017-07-13 | 1 | -1/+1 |
| | | | | cf. #95 | ||||
* | Only display $Planet->errors in debug mode | nashe | 2017-07-13 | 1 | -3/+5 |
| | |||||
* | Fix Cache.php encoding | nashe | 2017-07-13 | 1 | -1/+1 |
| | |||||
* | Fix PHP notice | nashe | 2017-07-12 | 2 | -2/+2 |
| | | | | | "Only variables should be assigned by reference in moonmoon/custom/views/default/sidebar.tpl.php" |