summaryrefslogtreecommitdiffstats
path: root/appinfo/database.xml
AgeCommit message (Collapse)Author
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)
2012-07-19introduces field userid in the feed table to fix a bug in the update functionsAlessandro Cosentino
2012-07-17adds favicon; needs css polishingAlessandro Cosentino
2012-05-31close tag in database.xmlAlessandro Cosentino
2012-05-30rename some fields of database schemaAlessandro Cosentino
2012-05-30fix name on db schemaAlessandro Cosentino