]> git.immae.eu Git - github/wallabag/wallabag.git/commit
Changed RSS to Atom feed and improve paging
authorThomas Citharel <tcit@tcit.fr>
Tue, 13 Jun 2017 16:48:10 +0000 (18:48 +0200)
committerJeremy Benoist <jeremy.benoist@gmail.com>
Thu, 25 Apr 2019 11:46:31 +0000 (13:46 +0200)
commit531c8d0a5c55fa93438e227a7d349235fbd31d28
treede2ff4a1e09161a5bbec32170471190e836d3bbc
parent522e37ad274361dde697da13a92ff3f846599822
Changed RSS to Atom feed and improve paging
57 files changed:
app/Resources/static/themes/baggy/css/article.scss
app/Resources/static/themes/baggy/css/pictos.scss
app/config/security.yml
src/Wallabag/CoreBundle/Controller/ConfigController.php
src/Wallabag/CoreBundle/Controller/FeedController.php [moved from src/Wallabag/CoreBundle/Controller/RssController.php with 63% similarity]
src/Wallabag/CoreBundle/DependencyInjection/WallabagCoreExtension.php
src/Wallabag/CoreBundle/Entity/Config.php
src/Wallabag/CoreBundle/Form/Type/FeedType.php [moved from src/Wallabag/CoreBundle/Form/Type/RssType.php with 77% similarity]
src/Wallabag/CoreBundle/Helper/PreparePagerForEntries.php
src/Wallabag/CoreBundle/ParamConverter/UsernameFeedTokenConverter.php [moved from src/Wallabag/CoreBundle/ParamConverter/UsernameRssTokenConverter.php with 88% similarity]
src/Wallabag/CoreBundle/Resources/config/services.yml
src/Wallabag/CoreBundle/Resources/translations/messages.da.yml
src/Wallabag/CoreBundle/Resources/translations/messages.de.yml
src/Wallabag/CoreBundle/Resources/translations/messages.en.yml
src/Wallabag/CoreBundle/Resources/translations/messages.es.yml
src/Wallabag/CoreBundle/Resources/translations/messages.fa.yml
src/Wallabag/CoreBundle/Resources/translations/messages.fr.yml
src/Wallabag/CoreBundle/Resources/translations/messages.it.yml
src/Wallabag/CoreBundle/Resources/translations/messages.oc.yml
src/Wallabag/CoreBundle/Resources/translations/messages.pl.yml
src/Wallabag/CoreBundle/Resources/translations/messages.pt.yml
src/Wallabag/CoreBundle/Resources/translations/messages.ro.yml
src/Wallabag/CoreBundle/Resources/translations/messages.tr.yml
src/Wallabag/CoreBundle/Resources/translations/validators.da.yml
src/Wallabag/CoreBundle/Resources/translations/validators.de.yml
src/Wallabag/CoreBundle/Resources/translations/validators.en.yml
src/Wallabag/CoreBundle/Resources/translations/validators.es.yml
src/Wallabag/CoreBundle/Resources/translations/validators.fa.yml
src/Wallabag/CoreBundle/Resources/translations/validators.fr.yml
src/Wallabag/CoreBundle/Resources/translations/validators.it.yml
src/Wallabag/CoreBundle/Resources/translations/validators.oc.yml
src/Wallabag/CoreBundle/Resources/translations/validators.pl.yml
src/Wallabag/CoreBundle/Resources/translations/validators.pt.yml
src/Wallabag/CoreBundle/Resources/translations/validators.ro.yml
src/Wallabag/CoreBundle/Resources/translations/validators.tr.yml
src/Wallabag/CoreBundle/Resources/views/themes/baggy/Config/index.html.twig
src/Wallabag/CoreBundle/Resources/views/themes/baggy/Entry/entries.html.twig
src/Wallabag/CoreBundle/Resources/views/themes/baggy/Tag/tags.html.twig
src/Wallabag/CoreBundle/Resources/views/themes/common/Entry/_feed_link.html.twig [new file with mode: 0644]
src/Wallabag/CoreBundle/Resources/views/themes/common/Entry/_rss_link.html.twig [deleted file]
src/Wallabag/CoreBundle/Resources/views/themes/common/Entry/entries.xml.twig
src/Wallabag/CoreBundle/Resources/views/themes/common/Static/quickstart.html.twig
src/Wallabag/CoreBundle/Resources/views/themes/material/Config/index.html.twig
src/Wallabag/CoreBundle/Resources/views/themes/material/Entry/entries.html.twig
src/Wallabag/CoreBundle/Resources/views/themes/material/Tag/tags.html.twig
src/Wallabag/CoreBundle/Tools/Utils.php
src/Wallabag/CoreBundle/Twig/WallabagExtension.php
src/Wallabag/UserBundle/EventListener/CreateConfigListener.php
src/Wallabag/UserBundle/Repository/UserRepository.php
src/Wallabag/UserBundle/Resources/config/services.yml
tests/Wallabag/CoreBundle/Controller/ConfigControllerTest.php
tests/Wallabag/CoreBundle/Controller/FeedControllerTest.php [new file with mode: 0644]
tests/Wallabag/CoreBundle/Controller/RssControllerTest.php [deleted file]
tests/Wallabag/CoreBundle/Controller/SecurityControllerTest.php
tests/Wallabag/CoreBundle/ParamConverter/UsernameFeedTokenConverterTest.php [moved from tests/Wallabag/CoreBundle/ParamConverter/UsernameRssTokenConverterTest.php with 90% similarity]
tests/Wallabag/CoreBundle/Twig/WallabagExtensionTest.php
tests/Wallabag/UserBundle/EventListener/CreateConfigListenerTest.php