Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #1478 from K-Phoen/rule-based-tags | Jeremy Benoist | 2015-12-06 | 1 | -1/+2 |
|\ | | | | | Rule based tags | ||||
| * | Add matches operator | Kévin Gomez | 2015-11-13 | 1 | -1/+1 |
| | | |||||
| * | Update rulerz-bundle | Kévin Gomez | 2015-11-11 | 1 | -1/+1 |
| | | |||||
| * | Add a command to automatically tag all entries for a user | Kévin Gomez | 2015-11-11 | 1 | -1/+1 |
| | | |||||
| * | Use a tagged version of kphoen/rulerz-bundle | Kévin Gomez | 2015-11-11 | 1 | -1/+1 |
| | | |||||
| * | PoC of rule-based tagging | Kévin Gomez | 2015-11-11 | 1 | -1/+2 |
| | | |||||
* | | SMTP configuration through environment | Mathieu Bruyen | 2015-11-26 | 1 | -1/+10 |
|/ | | | | | | | | | | Configuring SMTP parameters required to be written in files which is not convenient when using docker containers as the credentials need to be in the filesystem. Created environment parameters override for those parameters. A new build script created in order to generate those parameters right before launching the application. | ||||
* | Rework on export | Jeremy Benoist | 2015-11-09 | 1 | -1/+1 |
| | | | | | | - all export now return a `HttpFoundation\Response` - return a 404 on unsupported format - add tests | ||||
* | Start work on export | Thomas Citharel | 2015-11-09 | 1 | -1/+9 |
| | | | | | | | | For now: - ebook - mobi - pdf - csv | ||||
* | Lock DoctrineBundle to 1.5.2 | Jeremy Benoist | 2015-11-08 | 1 | -1/+1 |
| | | | | | | Because of a bad change, SQLite database cannot be created anymore. :arrow_right: https://github.com/doctrine/DoctrineBundle/pull/434 | ||||
* | Update deps & add PHPUnit Bridge | Jeremy Benoist | 2015-11-06 | 1 | -1/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changelogs summary: - symfony/phpunit-bridge installed in version v2.7.6 Release notes: https://github.com/symfony/phpunit-bridge/releases/tag/v2.7.6 - twig/twig updated from v1.23.0 to v1.23.1 See changes: https://github.com/twigphp/Twig/compare/v1.23.0...v1.23.1 Release notes: https://github.com/twigphp/Twig/releases/tag/v1.23.1 - doctrine/inflector updated from v1.0.1 to v1.1.0 See changes: https://github.com/doctrine/inflector/compare/v1.0.1...v1.1.0 Release notes: https://github.com/doctrine/inflector/releases/tag/v1.1.0 - doctrine/cache updated from v1.5.0 to v1.5.1 See changes: https://github.com/doctrine/cache/compare/v1.5.0...v1.5.1 Release notes: https://github.com/doctrine/cache/releases/tag/v1.5.1 - doctrine/doctrine-cache-bundle updated from v1.0.1 to 1.2.1 See changes: https://github.com/doctrine/DoctrineCacheBundle/compare/v1.0.1...1.2.1 Release notes: https://github.com/doctrine/DoctrineCacheBundle/releases/tag/1.2.1 - doctrine/doctrine-bundle updated from v1.5.2 to 1.6.0 See changes: https://github.com/doctrine/DoctrineBundle/compare/v1.5.2...1.6.0 Release notes: https://github.com/doctrine/DoctrineBundle/releases/tag/1.6.0 - friendsofsymfony/user-bundle updated from dev-master to dev-master See changes: https://github.com/FriendsOfSymfony/FOSUserBundle/compare/d5b28c3...45d6f40 | ||||
* | 2factor authentication via email | Nicolas Lœuillet | 2015-10-13 | 1 | -1/+2 |
| | |||||
* | * public registration | Nicolas Lœuillet | 2015-10-03 | 1 | -1/+2 |
| | | | | | * remove WSSE implementation * add oAuth2 implementation | ||||
* | Use tecnickcom/tcpdf | Jeremy Benoist | 2015-09-26 | 1 | -1/+1 |
| | | | | tecnick.com/tcpdf is abandonned. | ||||
* | implement FosUser | Nicolas Lœuillet | 2015-09-11 | 1 | -1/+2 |
| | |||||
* | Update deps | Jeremy Benoist | 2015-09-10 | 1 | -1/+1 |
| | |||||
* | Integrate graby | Jeremy Benoist | 2015-08-24 | 1 | -14/+3 |
| | |||||
* | Fixed my name & website :ok_hand: | Jeremy Benoist | 2015-08-20 | 1 | -0/+1 |
| | |||||
* | diet for composer | Nicolas Lœuillet | 2015-08-18 | 1 | -28/+2 |
| | |||||
* | some cleanup | Nicolas Lœuillet | 2015-08-17 | 1 | -0/+4 |
| | |||||
* | store estimated reading time / filters on reading time | Nicolas Lœuillet | 2015-08-12 | 1 | -1/+2 |
| | |||||
* | Update to Symfony 2.7 | Jeremy Benoist | 2015-06-02 | 1 | -9/+8 |
| | | | | And fix some deps instead of using dev tags | ||||
* | Add Pagerfanta | William Durand | 2015-03-06 | 1 | -1/+2 |
| | |||||
* | first draft of hypermedia implementation | Nicolas Lœuillet | 2015-03-06 | 1 | -0/+1 |
| | |||||
* | Add LiipThemeBundle | Jeremy | 2015-03-01 | 1 | -0/+1 |
| | | | | | | | | Re-defined the config / user relation to be OneToOne bidirectionnal. ConfigType is now a service so I can inject the list of available themes that are also used by LiipThemeBundle Force sqlite for test In case of people use a different driver in parameter.yml (yes I do :)) | ||||
* | enable CORS | Nicolas Lœuillet | 2015-02-27 | 1 | -0/+1 |
| | |||||
* | Add some fixtures | Jeremy | 2015-02-08 | 1 | -0/+1 |
| | | | | | | Improve test, so user can login Fix some leftJoin Cleanup EntryController | ||||
* | Installation should be launch manually | Jeremy | 2015-02-02 | 1 | -3/+2 |
| | | | | Also upadte readme for v2 and define a test database (for the future) | ||||
* | New wallabag installer | Jeremy | 2015-02-01 | 1 | -7/+2 |
| | | | | | | | | Instead of the legacy bin/install here is a symfony command that can initialize wallabag. There are still work to do on the requirements part (to be sure that wallabag can run like a charm). I've also added (but commented) the fixtures load part (which will need an extra doctrine package). We'll see that point later. | ||||
* | Use tagged version in composer | Jeremy | 2015-01-31 | 1 | -12/+11 |
| | |||||
* | add dependencies for API | Nicolas Lœuillet | 2015-01-28 | 1 | -0/+3 |
| | |||||
* | symfony is there | Nicolas Lœuillet | 2015-01-22 | 1 | -4/+41 |
| | |||||
* | move templates into resources | Nicolas Lœuillet | 2015-01-21 | 1 | -3/+0 |
| | |||||
* | add install script after composer install | Nicolas Lœuillet | 2015-01-21 | 1 | -0/+8 |
| | |||||
* | restructure folders | Nicolas Lœuillet | 2015-01-20 | 1 | -1/+1 |
| | |||||
* | new folders | Nicolas Lœuillet | 2015-01-20 | 1 | -0/+3 |
| | |||||
* | @fivefilters via composer | Nicolas Lœuillet | 2015-01-19 | 1 | -1/+6 |
| | |||||
* | htmlawed via composer | Nicolas Lœuillet | 2015-01-19 | 1 | -0/+1 |
| | |||||
* | simplepie via composer | Nicolas Lœuillet | 2015-01-19 | 1 | -2/+3 |
| | |||||
* | tcpdf via composer | Nicolas Lœuillet | 2015-01-19 | 1 | -1/+2 |
| | |||||
* | update composer | Nicolas Lœuillet | 2015-01-19 | 1 | -1/+11 |
| | |||||
* | phpepub via composer | Nicolas Lœuillet | 2015-01-19 | 1 | -1/+6 |
| | |||||
* | phinx for database migration | Nicolas Lœuillet | 2015-01-19 | 1 | -1/+2 |
| | |||||
* | foo test | Nicolas Lœuillet | 2015-01-19 | 1 | -2/+7 |
| | |||||
* | add phpunit | Nicolas Lœuillet | 2015-01-19 | 1 | -1/+2 |
| | |||||
* | pagination with composer and move FlattrItem | Nicolas Lœuillet | 2015-01-19 | 1 | -1/+6 |
| | |||||
* | replace session class | Nicolas Lœuillet | 2015-01-18 | 1 | -1/+6 |
| | |||||
* | replace flash messages library | Nicolas Lœuillet | 2015-01-18 | 1 | -1/+8 |
| | |||||
* | remove 3rd libraries | Nicolas Lœuillet | 2015-01-18 | 1 | -1/+4 |
| | |||||
* | remove autoload section in composer.json | Nicolas Lœuillet | 2015-01-16 | 1 | -5/+0 |
| |