summaryrefslogtreecommitdiffstats
path: root/appinfo/database.xml
AgeCommit message (Collapse)Author
2020-08-26Cleanup appinfo filesSean Molenaar
Signed-off-by: Sean Molenaar <sean@seanmolenaar.eu>
2020-02-24Index improvementsMarc Cousin
Close #510 Hopefully this will solve performance with MySQL/MariaDB. There is no way to prove this though. See #510 Signed-off-by: Marc Cousin <marc.cousin@people-doc.com>
2020-02-16Basic Media-RSS support (#599)Éloi Rivard
Signed-off-by: Éloi Rivard <azmeuk@gmail.com>
2017-08-14Split binary to booleans (#203)Daniel Opitz
* replaced old status with 2 flags for unread and starred * add fields to db, replace int(1,0) with booleans in sql queries, removed StatusFlags class + refactor code relying to it * add repair step for migration * again use integer(1,0) instead of bool in sql queries, because of sqlite doesn't support true/false * add/fix unit tests for new boolean status * set unread/starred flags as statements in sql * fixed mysql unknown column items.unread, fixed marking of read items on repair step * remove unnecessary bool casts * add empty checks to Items::is* methods * update migration to use native sql instead of the querybuilder * don't cast the flags manually, let the api do the work
2017-06-06Fix travis build (#178)Daniel Schaal
* Use stable12 branch for travis * Shorten db indices to max 27 characters to satisfy app:check-code * Use precise container, downgrade to psql 9.4 * Create psql role * Fix ContentController test * Fix PageController and StatusService tests * Use OCP\IDBConnection, OCP\IDb was removed * Extend IntegrationTest from \Test\Testcase, use loginAsUser to login * Require phpunit 5, nextcloud tests not compatible with phpunit 6 Change tests to use phpunit from vendor directory
2017-05-02revert database schema changeBernhard Posselt
2017-04-30bump length for hashesBernhard Posselt
2017-01-04Add updatedDate to item model (#81)Daniel Schaal
* Update picoFeed to v0.1.28 * Add updated_date to database and bump version to 10.1.1 * Add updatedDate to item model * Check for updatedDate when updating a feed * Fix unit test to check for newer updatedDate
2016-10-02revertBernhard Posselt
2016-10-01Add updatedDate to item model (#43)Daniel Schaal
* Update picoFeed to 0.1.25 * Add updated_date to database * Add updatedDate to item model * Bump version to 9.0.5 * Check for updatedDate when updating a feed * Fix unit test to check for newer updatedDate
2016-08-03add indices for last_modified columnsBernhard Posselt
2016-07-23Add timestamps for all entities in milisecond unix time formatBernhard Posselt
2016-05-28Add content hash to itemsBernhard Posselt
2016-04-09drop last_modified columnBernhard Posselt
2016-04-09add last modified fields for feed and folder and move etag and lastmodified ↵Bernhard Posselt
to http_etag and http_last_modified columns
2016-03-25add basic basic auth supportBernhard Posselt
2015-11-27add last feed update error to messageBernhard Posselt
2015-11-20If a feed failed to update more than 10 times, show a hint in the web interfaceBernhard Posselt
2015-11-20add a fingerprint for all articlesBernhard Posselt
2015-11-01fix #882Bernhard Posselt
2015-09-06fix # 848Bernhard Posselt
2015-08-26add rtl supportBernhard Posselt
2015-08-12serverside full textBernhard Posselt
remove enhancers add full text client side implementation fix bugs and tests for full text feed
2015-03-21generate an indexBernhard Posselt
2015-01-23fix #711Bernhard Posselt
2014-11-06try to fix delete older than threshold so we can test it properlyBernhard Posselt
2014-11-06more integration testsBernhard Posselt
2014-10-27semantic versioningBernhard Posselt
2014-10-22fix #302Bernhard Posselt
2014-10-21convert tabs indention to indention with 4 spaces because of mixing of both ↵Bernhard Posselt
variants in code and better readability on github and websites because you cant set the indention width there and 8 spaces will be used for a tab
2014-08-30remove unique constraint for indexBernhard Posselt
2014-04-08require status to be not nullBernhard Posselt
2013-09-2264bit integers for everyoneBernhard Posselt
2013-09-15remove unsigned form articles_per_update which causes problems on mysqlBernhard Posselt
2013-09-13also store feeds per article when doing updatesBernhard Posselt
2013-05-10use a deleted flag for deleted feeds to handle undoBernhard Posselt
2013-04-22added import from google reader, fix #80Bernhard Posselt
2013-04-19added a way to prevent feed from being updatedBernhard Posselt
2013-04-08add link to feed which gets opened when clicked on the subheading of an itemBernhard Posselt
2013-03-27changed timestamp datatype to integer which fixes #10Bernhard Posselt
2013-03-25implemented feed updateBernhard Posselt
2013-03-20updated docsBernhard Posselt
2013-03-19added namespaced indices for the newsappBernhard Posselt
2013-03-18added indices and primary keysBernhard Posselt
2012-11-28Play audio podcasts from feeds in the News appNick Frey
2012-09-08remember collapsed folders, simplyfied css and jsBernhard Posselt
2012-08-17change charset to utf8Alessandro Cosentino
2012-08-16saves and shows datetime of itemsAlessandro Cosentino
2012-08-13database tables changedAlessandro Cosentino
2012-08-10importing opml becomes simple for debugging reasons (ignore SimplePie issues ↵Alessandro Cosentino
for now)