summaryrefslogtreecommitdiff
path: root/schema
AgeCommit message (Expand)Author
2012-12-27mysql: fix schema versionAndrew Dolgov
2012-12-27add plugin storage table to schema; add ability to clear plugin dataAndrew Dolgov
2012-12-25experimental support for per-user plugins (bump schema)Andrew Dolgov
2012-11-23implement ttrss_feeds.cache_contentAndrew Dolgov
2012-10-30add ability to auto-assign articles to labels (bump schema)Andrew Dolgov
2012-09-03implement one time passwords using TOTPAndrew Dolgov
2012-08-31fix wrong version in psql update scriptAndrew Dolgov
2012-08-31implement multiple rule/action filtersAndrew Dolgov
2012-08-30hide more obscure preferences under "show more" checkbox in pref-prefs,Andrew Dolgov
2012-08-15properly persist include_childrenAndrew Dolgov
2012-08-13add ttrss_feed_categories.parent_cat, bump schemaAndrew Dolgov
2012-07-11add ttrss_feeds_cat_id_idxAndrew Dolgov
2012-07-11add some more indexesAndrew Dolgov
2012-07-10mysql schema: add few missing indexesAndrew Dolgov
2012-05-24rate-limit requests for favicons when not present to conserve traffic (refs #...Andrew Dolgov
2012-03-29change ON_CATCHUP_SHOW_NEXT_FEED helptext, bump schemaAndrew Dolgov
2012-03-05pref-feeds: apply patch by gmargo@forum to show/hide empty categoriesAndrew Dolgov
2012-02-01update preferred time description to mention UTCAndrew Dolgov
2012-01-30implement preferred time for sending out digestsAndrew Dolgov
2012-01-22improve password storage (use sha256 and long random salt)Andrew Dolgov
2011-12-27fix schema 87 script for mysqlAndrew Dolgov
2011-12-27implement filtering by category (closes #386)Andrew Dolgov
2011-12-21add index on ttrss_enclosures(post_id)Andrew Dolgov
2011-11-11fix drop tableAndrew Dolgov
2011-10-24schema: enable categories by default for new installationsAndrew Dolgov
2011-10-04add missing schema files for version 86Andrew Dolgov
2011-10-04implement sharing articles by unique urlAndrew Dolgov
2011-08-01update mysql schema upgrade files to use ENGINE= instead of TYPE= (closes #359)Andrew Dolgov
2011-05-18mysql schema: change TYPE= to ENGINE=Andrew Dolgov
2011-04-20feedbrowser_cache & linked feeds: add site url (bump schema)Andrew Dolgov
2011-04-20schema: add unique constraint on access_keyAndrew Dolgov
2011-04-20schema: fix psql upgrade script of version 84Andrew Dolgov
2011-04-20schema: add status codesAndrew Dolgov
2011-04-20add rpc method to export feedbrowser data; update schemaAndrew Dolgov
2011-04-20initial schema work on linked instances and shared feedbrowserAndrew Dolgov
2011-04-05fixed typo, missing semicolonigorette
2011-04-01schema: mysql: remove foreign key to ttrss_themes before dropping theme_id fr...Andrew Dolgov
2011-04-01schema: remove ttrss_themesAndrew Dolgov
2011-04-01implement pubsubhubbub subscriber (update schema)Andrew Dolgov
2011-03-29add ttrss_feeds.update_on_checksum_changeAndrew Dolgov
2011-03-29add ttrss_feeds.mark_unread_on_update, bump schema, cleanup ttrss_prefsAndrew Dolgov
2011-03-28authenticate against a hash of identifyable information from certificate inst...Andrew Dolgov
2011-03-28use SSL serial to bind certificate to user; implement autologin using SSL cer...Andrew Dolgov
2011-03-10change description of filter 'filter' action (bump schema)Andrew Dolgov
2011-03-06change description of CDM_AUTO_CATCHUP (bump schema)Andrew Dolgov
2011-03-04mobile: allow showing category content inline (closes #315)Andrew Dolgov
2010-11-29clean obsolete options from schema (bump schema version)Andrew Dolgov
2010-11-24rework user CSS support (bump schema)Andrew Dolgov
2010-11-22add experimental support for Twitter OAuth and Twitter feeds (bump schema)Andrew Dolgov
2010-11-20schema: add some mysql indexesAndrew Dolgov