summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Updates dependenciesMaurice Svay2017-01-241-211/+533
|
* Move to semverMaurice Svay2017-01-241-1/+1
|
* Merge pull request #77 from manicki/admin-index-typoMaurice Svay2016-03-021-1/+1
|\ | | | | Fix typo in admin/index.php
| * Fix typoLeszek Manicki2016-03-021-1/+1
|/
* Merge pull request #70 from samwilson/rm-config-filesMaurice Svay2015-10-306-24/+13
|\ | | | | Remove config files and update installation checks
| * Updated.Sam Wilson2015-10-040-0/+0
| |\
| | * Ignore the cache directory. Refs #66.Sam Wilson2015-01-161-0/+1
| | |
| | * Remove the cache directory. It will be created at install-time. Refs #66.Sam Wilson2015-01-162-4/+0
| | |
| | * Update installation checks for now-nonexistant config files. Refs #69.Sam Wilson2015-01-161-5/+5
| | |
| | * Remove config files that are created on install. Refs #69.Sam Wilson2015-01-163-14/+5
| | |
| * | Ignore the cache directory. Refs #66.Sam Wilson2015-10-041-4/+5
| | |
| * | Remove the cache directory. It will be created at install-time. Refs #66.Sam Wilson2015-10-042-4/+0
| | |
| * | Update installation checks for now-nonexistant config files. Refs #69.Sam Wilson2015-10-041-5/+5
| | |
| * | Remove config files that are created on install. Refs #69.Sam Wilson2015-10-043-12/+4
|/ /
* | Merge pull request #75 from nashe/path-autoloadingMaurice Svay2015-08-1521-418/+77
|\ \ | | | | | | Fix autoloading
| * | Clean codenashe2015-08-1118-55/+55
| | | | | | | | | | | | Replace dirname(__FILE__) by __DIR__.
| * | Fix class autoloadingnashe2015-08-1110-366/+25
|/ / | | | | | | | | | | | | Made some mistakes with my last PR: I tested that everything were working, but on the wrong branch. This commit fixes all the autoloading error that were left.
* | Merge pull request #74 from nashe/patch-composerMaurice Svay2015-08-1130-18709/+4479
|\ \ | | | | | | Package the project with Composer
| * | Add more tests for _filterItemsByCategorynashe2015-08-091-3/+5
| | |
| * | Fix dependency problemnashe2015-08-082-172/+264
| | | | | | | | | | | | Guzzle 6.* were requiring PHP 5.5.0.
| * | Re-add composer.locknashe2015-08-082-3/+1621
| | | | | | | | | | | |
| * | Merge branch 'travis-experiments' into patch-composernashe2015-08-0824-56/+2613
| |\ \
| | * | Travis automatic release testnashe2015-08-081-11/+18
| | | |
| | * | Merge branch 'patch-unit'nashe2015-08-071-0/+17
| | |\ \
| | | * \ Merge remote-tracking branch 'origin/patch-unit' into patch-unitnashe2015-08-071-0/+17
| | | |\ \
| | | | * | Create .travis.ymlThomas Chauchefoin2015-08-071-0/+17
| | | | | |
| | * | | | Merge branch 'patch-unit'nashe2015-08-0728-18708/+2619
| | |\ \ \ \ | |/ / / / / |/| | / / / | | |/ / /
| | * | | Require Codeceptionnashe2015-08-071-0/+3
| | |/ /
| | * | Port the testmore unit tests to Codeceptionnashe2015-08-055-55/+75
| | | |
| | * | Require Codeception 2nashe2015-08-0520-1/+2510
| | | |
| * | | Add composer.locknashe2015-08-062-2/+122
| | | |
| * | | Update README.markdownnashe2015-08-051-1/+3
| |/ /
| * | Change PHP version requirementnashe2015-08-053-9/+9
| | | | | | | | | | | | | | | Require at least PHP 5.4: this is the oldest "old stable" version of PHP that can be downloaded.
| * | Require spyc 0.5.1nashe2015-08-052-1047/+2
| | |
| * | Require simplepie 1.3nashe2015-08-053-17598/+1
| | |
| * | Initialize composer projectnashe2015-08-053-0/+21
|/ /
* | Merge pull request #73 from nashe/patch-shortMaurice Svay2015-08-042-2/+2
|\ \ | | | | | | Fix short echo open tags deprecation
| * | Fix short echo open tags deprecation.nashe2015-08-042-2/+2
| |/ | | | | | | | | Short echo open tags are deprecated and disabled by default in php.ini since PHP 5.5.0. It does not broke anything for olders versions.
* | Merge pull request #72 from nashe/patch-jugglingMaurice Svay2015-08-042-7/+46
|\ \ | |/ |/| Hardening the authentication
| * Make authentication timing-safenashe2015-08-042-1/+42
| | | | | | | | | | | | | | Improve the authentication to make it timing-safe against bruteforce attacks. See code comments for more details on the implementation.
| * Improve coding stylenashe2015-08-031-7/+5
| |
| * Avoid type juggling vulnerability.nashe2015-08-031-2/+2
|/ | | | | | | | | | | | | | | | | Password comparison should not be done with the `==` operator, but `===`, due to type juggling. References: * http://phpsadness.com/sad/47 * turbochaos.blogspot.fr/2013/08/exploiting-exotic-bugs-php-type-juggling. html ### Test case * Create an administrator with the password "240610708". * Try to login to the dashboard with the password "QNKCDZO" :-)
* Merge pull request #65 from mozillahispano/fix-feed-lockMaurice Svay2014-03-267-8/+43
|\ | | | | Avoid timeouts when any feed is down. Fix #64
| * Merge with upstream/masterNukeador2014-03-224-2/+256
| |\ | |/ |/|
* | Add spanish translation, contributed by Javier GuerraMaurice Svay2014-02-192-0/+245
| |
* | Merge pull request #57 from samwilson/silenceMaurice Svay2013-12-041-1/+3
|\ \ | | | | | | Only produce output if there are any errors to report
| * | Only produce output if there are any errors to report.Sam Wilson2013-12-041-1/+3
|/ /
* | Remove timeoutMaurice Svay2013-11-171-1/+0
| |
* | Update README with installation instructionsMaurice Svay2013-08-081-1/+8
| |
| * Control width blacklisting feed are down, cron.php manage the status of this ↵Fernando García2014-03-047-9/+43
|/ | | | feeds