summaryrefslogtreecommitdiff
path: root/schema/ttrss_schema_pgsql.sql
AgeCommit message (Expand)Author
2014-04-06bump schema version to fix resetpass_token created as a wrong type in 124Andrew Dolgov
2014-03-09schema: add resetpass_token (bump schema)Andrew Dolgov
2013-09-17add update script to convert myisam tables to innodb (bump version)Andrew Dolgov
2013-07-31add text_languagedetect to guess article language for better hyphenationAndrew Dolgov
2013-05-30switch AUTO_ASSIGN_LABELS to off by default (bump schema)Andrew Dolgov
2013-05-28schema: fix reinitialization not working for older databasesAndrew Dolgov
2013-04-29remove language selector from the login form, store language in the database ...Andrew Dolgov
2013-04-26set default timezone to automatic (bump schema)Andrew Dolgov
2013-04-16experimental SQL-based error loggerAndrew Dolgov
2013-04-15fix schema for favicon_avg_colorAndrew Dolgov
2013-04-09update default of allow_duplicate_posts to false, bump schemaAndrew Dolgov
2013-04-02schema: remove unused prefs help_text/short_desc/section_nameAndrew Dolgov
2013-04-01schema: add feed/cat view_settingsAndrew Dolgov
2013-03-31implement stop actionAndrew Dolgov
2013-03-31add necessary schema plumbing to implement filter orderingAndrew Dolgov
2013-03-29set combined display mode as defaultAndrew Dolgov
2013-03-28add ability to select CSS files in themes/Andrew Dolgov
2013-03-27change description of HIDE_READ_FEEDSAndrew Dolgov
2013-03-26schema: disable sort headlines by feed date by defaultAndrew Dolgov
2013-03-25drop ttrss_filters from the schemaAndrew Dolgov
2013-03-25let us rejoice on being able to create double negative filters (refs #631)Andrew Dolgov
2013-03-19rework STRIP_IMAGES to remove embedding; add per-feed control over embedded i...Andrew Dolgov
2013-03-17implement proper last_marked/last_published feeds for proper sorting ofAndrew Dolgov
2013-03-14rename STRIP_IMAGES to make it less confusing (bump schema)Andrew Dolgov
2013-02-21add ttrss_user_entries.plugin_data (bump schema)Andrew Dolgov
2012-12-28add _MOBILE_REVERSE_HEADLINES (closes #524)Andrew 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-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-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-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-04implement sharing articles by unique urlAndrew Dolgov
2011-04-20feedbrowser_cache & linked feeds: add site url (bump schema)Andrew Dolgov
2011-04-20schema: add unique constraint on access_keyAndrew Dolgov