]> git.immae.eu Git - github/wallabag/wallabag.git/commit - src/Wallabag/CoreBundle/Resources/views/themes/common/Entry/entries.xml.twig
Add rss for entries
authorJeremy <jeremy.benoist@gmail.com>
Sat, 28 Mar 2015 13:27:45 +0000 (14:27 +0100)
committerJeremy <jeremy.benoist@gmail.com>
Tue, 31 Mar 2015 20:47:43 +0000 (22:47 +0200)
commit0c83fd5994861efa728097dd151c994796c39ae1
tree925520c0bb62d2b9ba7270020fc2ebcebb520f8c
parentf98a2a0fc3ae8a5955bb811f083c3d2535f96791
Add rss for entries

will fix #1000
13 files changed:
app/config/parameters.yml.dist
src/Wallabag/CoreBundle/Command/InstallCommand.php
src/Wallabag/CoreBundle/Controller/ConfigController.php
src/Wallabag/CoreBundle/Controller/RssController.php [new file with mode: 0644]
src/Wallabag/CoreBundle/Entity/Config.php
src/Wallabag/CoreBundle/Entity/User.php
src/Wallabag/CoreBundle/Form/Type/RssType.php [new file with mode: 0644]
src/Wallabag/CoreBundle/ParamConverter/UsernameRssTokenConverter.php [new file with mode: 0644]
src/Wallabag/CoreBundle/Repository/UserRepository.php [new file with mode: 0644]
src/Wallabag/CoreBundle/Resources/config/services.yml
src/Wallabag/CoreBundle/Resources/views/Config/index.html.twig
src/Wallabag/CoreBundle/Resources/views/Entry/entries.xml.twig [new file with mode: 0644]
src/Wallabag/CoreBundle/Tools/Utils.php [new file with mode: 0644]