aboutsummaryrefslogtreecommitdiffhomepage
path: root/composer.json
Commit message (Collapse)AuthorAgeFilesLines
...
| * PoC of rule-based taggingKévin Gomez2015-11-111-1/+2
| |
* | SMTP configuration through environmentMathieu Bruyen2015-11-261-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 exportJeremy Benoist2015-11-091-1/+1
| | | | | | - all export now return a `HttpFoundation\Response` - return a 404 on unsupported format - add tests
* Start work on exportThomas Citharel2015-11-091-1/+9
| | | | | | | | For now: - ebook - mobi - pdf - csv
* Lock DoctrineBundle to 1.5.2Jeremy Benoist2015-11-081-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 BridgeJeremy Benoist2015-11-061-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 emailNicolas Lœuillet2015-10-131-1/+2
|
* * public registrationNicolas Lœuillet2015-10-031-1/+2
| | | | | * remove WSSE implementation * add oAuth2 implementation
* Use tecnickcom/tcpdfJeremy Benoist2015-09-261-1/+1
| | | | tecnick.com/tcpdf is abandonned.
* implement FosUserNicolas Lœuillet2015-09-111-1/+2
|
* Update depsJeremy Benoist2015-09-101-1/+1
|
* Integrate grabyJeremy Benoist2015-08-241-14/+3
|
* Fixed my name & website :ok_hand:Jeremy Benoist2015-08-201-0/+1
|
* diet for composerNicolas Lœuillet2015-08-181-28/+2
|
* some cleanupNicolas Lœuillet2015-08-171-0/+4
|
* store estimated reading time / filters on reading timeNicolas Lœuillet2015-08-121-1/+2
|
* Update to Symfony 2.7Jeremy Benoist2015-06-021-9/+8
| | | | And fix some deps instead of using dev tags
* Add PagerfantaWilliam Durand2015-03-061-1/+2
|
* first draft of hypermedia implementationNicolas Lœuillet2015-03-061-0/+1
|
* Add LiipThemeBundleJeremy2015-03-011-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 CORSNicolas Lœuillet2015-02-271-0/+1
|
* Add some fixturesJeremy2015-02-081-0/+1
| | | | | | Improve test, so user can login Fix some leftJoin Cleanup EntryController
* Installation should be launch manuallyJeremy2015-02-021-3/+2
| | | | Also upadte readme for v2 and define a test database (for the future)
* New wallabag installerJeremy2015-02-011-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 composerJeremy2015-01-311-12/+11
|
* add dependencies for APINicolas Lœuillet2015-01-281-0/+3
|
* symfony is thereNicolas Lœuillet2015-01-221-4/+41
|
* move templates into resourcesNicolas Lœuillet2015-01-211-3/+0
|
* add install script after composer installNicolas Lœuillet2015-01-211-0/+8
|
* restructure foldersNicolas Lœuillet2015-01-201-1/+1
|
* new foldersNicolas Lœuillet2015-01-201-0/+3
|
* @fivefilters via composerNicolas Lœuillet2015-01-191-1/+6
|
* htmlawed via composerNicolas Lœuillet2015-01-191-0/+1
|
* simplepie via composerNicolas Lœuillet2015-01-191-2/+3
|
* tcpdf via composerNicolas Lœuillet2015-01-191-1/+2
|
* update composerNicolas Lœuillet2015-01-191-1/+11
|
* phpepub via composerNicolas Lœuillet2015-01-191-1/+6
|
* phinx for database migrationNicolas Lœuillet2015-01-191-1/+2
|
* foo testNicolas Lœuillet2015-01-191-2/+7
|
* add phpunitNicolas Lœuillet2015-01-191-1/+2
|
* pagination with composer and move FlattrItemNicolas Lœuillet2015-01-191-1/+6
|
* replace session classNicolas Lœuillet2015-01-181-1/+6
|
* replace flash messages libraryNicolas Lœuillet2015-01-181-1/+8
|
* remove 3rd librariesNicolas Lœuillet2015-01-181-1/+4
|
* remove autoload section in composer.jsonNicolas Lœuillet2015-01-161-5/+0
|
* packagistNicolas Lœuillet2015-01-161-0/+28
|
* composerNicolas Lœuillet2013-08-041-1/+1
|
* composerNicolas Lœuillet2013-08-031-0/+7