summaryrefslogtreecommitdiffstats
path: root/composer.lock
AgeCommit message (Expand)Author
2015-09-12update picofeedBernhard Posselt
2015-08-15swap out unlicensed libBernhard Posselt
2015-08-14update picofeedBernhard Posselt
2015-08-13fix dependencyBernhard Posselt
2015-08-13update html purifier versionBernhard Posselt
2015-08-13remove net url package and update composer depsBernhard Posselt
2015-08-10make error output prettierBernhard Posselt
2015-07-13update picofeedBernhard Posselt
2015-04-30update depsBernhard Posselt
2015-04-15remove youtube autoplay in picofeedBernhard Posselt
2015-04-11update picofeed, fix #763Bernhard Posselt
2015-03-31update picofeedBernhard Posselt
2015-03-07update picofeedBernhard Posselt
2015-02-27update picofeedBernhard Posselt
2015-02-24update picofeed, fix #723Bernhard Posselt
2015-02-19fix #734 and set a CSP on masterBernhard Posselt
2015-01-27update picofeedBernhard Posselt
2014-12-22udpate picofeedBernhard Posselt
2014-12-17update picofeed, fix #695Bernhard Posselt
2014-11-26update picofeedBernhard Posselt
2014-11-23udpate picofeed to fix xxeBernhard Posselt
2014-11-21fix #660Bernhard Posselt
2014-11-09update picofeed to 0.1.0Bernhard Posselt
2014-11-05update picofeed, add max size setting, fix #642Bernhard Posselt
2014-10-21use composer for autoloading reposBernhard Posselt
00DD; font-weight: bold } /* Literal.Number.Integer */ .highlight .mo { color: #0000DD; font-weight: bold } /* Literal.Number.Oct */ .highlight .sa { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Affix */ .highlight .sb { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Backtick */ .highlight .sc { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Char */ .highlight .dl { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Delimiter */ .highlight .sd { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Doc */ .highlight .s2 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Double */ .highlight .se { color: #0044dd; background-color: #fff0f0 } /* Literal.String.Escape */ .highlight .sh { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Heredoc */ .highlight .si { color: #3333bb; background-color: #fff0f0 } /* Literal.String.Interpol */ .highlight .sx { color: #22bb22; background-color: #f0fff0 } /* Literal.String.Other */ .highlight .sr { color: #008800; background-color: #fff0ff } /* Literal.String.Regex */ .highlight .s1 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Single */ .highlight .ss { color: #aa6600; background-color: #fff0f0 } /* Literal.String.Symbol */ .highlight .bp { color: #003388 } /* Name.Builtin.Pseudo */ .highlight .fm { color: #0066bb; font-weight: bold } /* Name.Function.Magic */ .highlight .vc { color: #336699 } /* Name.Variable.Class */ .highlight .vg { color: #dd7700 } /* Name.Variable.Global */ .highlight .vi { color: #3333bb } /* Name.Variable.Instance */ .highlight .vm { color: #336699 } /* Name.Variable.Magic */ .highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */
<?xml version="1.0"?>
<info xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://apps.nextcloud.com/schema/apps/info.xsd">
    <id>news</id>
    <name>News</name>
    <summary>An RSS/Atom feed reader</summary>
    <description><![CDATA[The News app is an RSS/Atom feed reader for Nextcloud which can be synced with many mobile devices. A list of all clients and requirements can be found [in the README](https://github.com/nextcloud/news)

Before you update to a new version, [check the changelog](https://github.com/nextcloud/news/blob/master/CHANGELOG.md) to avoid surprises.

**Important**: To enable feed updates you will need to enable either [Nextcloud system cron](https://docs.nextcloud.org/server/latest/admin_manual/configuration_server/background_jobs_configuration.html#cron) or use [an updater](https://github.com/nextcloud/news-updater) which uses the built in update API and disable cron updates. More information can be found [in the README](https://github.com/nextcloud/news).]]></description>
    <version>15.1.0</version>
    <licence>agpl</licence>
    <author>Benjamin Brahmer</author>
    <author>Sean Molenaar</author>
    <author>Bernhard Posselt (former)</author>
    <author>Alessandro Cosentino (former)</author>
    <author>Jan-Christoph Borchardt (former)</author>
    <namespace>News</namespace>
    <documentation>
        <admin>https://github.com/nextcloud/news#readme</admin>
        <developer>https://github.com/nextcloud/news/tree/master/docs</developer>
    </documentation>
    <category>multimedia</category>
    <website>https://github.com/nextcloud/news</website>
    <bugs>https://github.com/nextcloud/news/issues</bugs>
    <repository type="git">https://github.com/nextcloud/news.git</repository>
    <screenshot small-thumbnail="https://raw.githubusercontent.com/nextcloud/news/master/screenshots/1-small.png">https://raw.githubusercontent.com/nextcloud/news/master/screenshots/1.png</screenshot>
    <screenshot small-thumbnail="https://raw.githubusercontent.com/nextcloud/news/master/screenshots/2-small.png">https://raw.githubusercontent.com/nextcloud/news/master/screenshots/2.png</screenshot>
    <screenshot small-thumbnail="https://raw.githubusercontent.com/nextcloud/news/master/screenshots/3-small.png">https://raw.githubusercontent.com/nextcloud/news/master/screenshots/3.png</screenshot>
    <dependencies>
        <php min-version="7.2"/>
        <database min-version="10">pgsql</database>
        <database>sqlite</database>
        <database min-version="8.0">mysql</database>
        <lib min-version="2.7.8">libxml</lib>
        <lib>curl</lib>
        <lib>dom</lib>
        <lib>SimpleXML</lib>
        <lib>iconv</lib>
        <lib>json</lib>

        <owncloud max-version="0" min-version="0"/>
        <nextcloud min-version="20" max-version="21"/>
    </dependencies>

    <background-jobs>
        <job>OCA\News\Cron\UpdaterJob</job>
    </background-jobs>

    <repair-steps>
        <post-migration>
            <step>OCA\News\Migration\MigrateStatusFlags</step>
            <step>OCA\News\Migration\MigrateConfig</step>
        </post-migration>
    </repair-steps>

    <commands>
        <command>OCA\News\Command\ExploreGenerator</command>
        <command>OCA\News\Command\ShowFeed</command>
        <command>OCA\News\Command\Updater\AllFeeds</command>
        <command>OCA\News\Command\Updater\UpdateFeed</command>
        <command>OCA\News\Command\Updater\BeforeUpdate</command>
        <command>OCA\News\Command\Updater\AfterUpdate</command>
        <command>OCA\News\Command\Config\FolderList</command>
        <command>OCA\News\Command\Config\FolderAdd</command>
        <command>OCA\News\Command\Config\FolderDelete</command>
        <command>OCA\News\Command\Config\FeedList</command>
        <command>OCA\News\Command\Config\FeedAdd</command>
        <command>OCA\News\Command\Config\FeedDelete</command>
        <command>OCA\News\Command\Config\FeedDelete</command>
        <command>OCA\News\Command\Config\OpmlExport</command>
    </commands>

    <settings>
        <admin>OCA\News\Settings\AdminSettings</admin>
        <admin-section>OCA\News\Settings\AdminSection</admin-section>
    </settings>

    <navigations>
        <navigation>
            <name>News</name>
            <route>news.page.index</route>
        </navigation>
    </navigations>
</info>