1
0
mirror of https://tt-rss.org/git/tt-rss.git synced 2024-06-25 11:57:42 +02:00
Commit Graph

306 Commits

Author SHA1 Message Date
Andrew Dolgov
a3a896a127 let us rejoice on being able to create double negative filters (refs #631) 2013-03-25 19:46:43 +04:00
Andrew Dolgov
bfd61d3f85 rework STRIP_IMAGES to remove embedding; add per-feed control over embedded images (bump schema) 2013-03-19 22:41:10 +04:00
Andrew Dolgov
7873d58822 implement proper last_marked/last_published feeds for proper sorting of
published and marked virtual feeds, remove sorting by last_read
workaround
api: add pubsubhubbub ping when article is being set published
bump schema
2013-03-17 15:38:21 +04:00
Andrew Dolgov
d26859b5e1 rename STRIP_IMAGES to make it less confusing (bump schema) 2013-03-14 18:52:44 +04:00
Andrew Dolgov
7bfb3dabdd add ttrss_user_entries.plugin_data (bump schema) 2013-02-21 22:08:38 +04:00
Andrew Dolgov
a6b4518788 add _MOBILE_REVERSE_HEADLINES (closes #524) 2012-12-28 00:49:54 +04:00
Andrew Dolgov
d26111f541 mysql: fix schema version 2012-12-27 20:27:28 +04:00
Andrew Dolgov
5d9abb1e11 add plugin storage table to schema; add ability to clear plugin data 2012-12-27 19:20:36 +04:00
Andrew Dolgov
de612e7a38 experimental support for per-user plugins (bump schema) 2012-12-25 00:45:10 +04:00
Andrew Dolgov
87764a50cf implement ttrss_feeds.cache_content 2012-11-23 13:22:34 +04:00
Andrew Dolgov
b24504b121 add ability to auto-assign articles to labels (bump schema) 2012-10-30 12:58:35 +04:00
Andrew Dolgov
fb70f26ed9 implement one time passwords using TOTP 2012-09-03 18:33:46 +04:00
Andrew Dolgov
6aff784575 implement multiple rule/action filters 2012-08-31 12:13:47 +04:00
Andrew Dolgov
f9ebb32ca0 hide more obscure preferences under "show more" checkbox in pref-prefs,
bump schema
2012-08-30 13:10:28 +04:00
Andrew Dolgov
e07f89815b properly persist include_children 2012-08-15 09:11:43 +04:00
Andrew Dolgov
9432bfa076 add ttrss_feed_categories.parent_cat, bump schema 2012-08-13 14:47:54 +04:00
Andrew Dolgov
44f1eeed56 add ttrss_feeds_cat_id_idx 2012-07-11 12:52:59 +04:00
Andrew Dolgov
2ced2bb804 add some more indexes 2012-07-11 12:39:43 +04:00
Andrew Dolgov
8514e925ab mysql schema: add few missing indexes 2012-07-10 23:49:05 +04:00
Andrew Dolgov
382268c6c9 rate-limit requests for favicons when not present to conserve traffic (refs #457) 2012-05-24 16:20:03 +04:00
Andrew Dolgov
af0845ca9a change ON_CATCHUP_SHOW_NEXT_FEED helptext, bump schema 2012-03-29 15:08:12 +04:00
Andrew Dolgov
5b7bd238ee pref-feeds: apply patch by gmargo@forum to show/hide empty categories 2012-03-05 12:08:39 +04:00
Andrew Dolgov
6841e9d75f update preferred time description to mention UTC 2012-02-01 15:52:09 +04:00
Andrew Dolgov
61c1812f29 implement preferred time for sending out digests 2012-01-30 16:34:45 +04:00
Andrew Dolgov
e90053fe84 improve password storage (use sha256 and long random salt)
bump schema
2012-01-22 11:48:14 +04:00
Andrew Dolgov
ba975b2ec7 implement filtering by category (closes #386) 2011-12-27 12:57:38 +04:00
Andrew Dolgov
f0143d4ef9 add index on ttrss_enclosures(post_id) 2011-12-21 18:49:27 +04:00
Andrew Dolgov
b4a3e2ffcd schema: enable categories by default for new installations 2011-10-24 12:51:30 +04:00
Andrew Dolgov
83cd33fcec implement sharing articles by unique url 2011-10-04 13:18:41 +04:00
Andrew Dolgov
7bfeaa17ca mysql schema: change TYPE= to ENGINE= 2011-05-18 12:01:31 +04:00
Andrew Dolgov
109662e12f feedbrowser_cache & linked feeds: add site url (bump schema) 2011-04-20 20:05:10 +04:00
Andrew Dolgov
1eb3012f82 schema: add unique constraint on access_key 2011-04-20 16:17:57 +04:00
Andrew Dolgov
cfc0647184 schema: add status codes 2011-04-20 14:46:53 +04:00
Andrew Dolgov
afb875ccd7 add rpc method to export feedbrowser data; update schema 2011-04-20 12:07:07 +04:00
Andrew Dolgov
58fa1bbc00 initial schema work on linked instances and shared feedbrowser 2011-04-20 11:42:16 +04:00
Andrew Dolgov
9507ab7f92 schema: remove ttrss_themes 2011-04-01 15:26:02 +04:00
Andrew Dolgov
5ab9791f34 implement pubsubhubbub subscriber (update schema) 2011-04-01 13:55:39 +04:00
Andrew Dolgov
74b046a1c9 add ttrss_feeds.update_on_checksum_change 2011-03-29 12:16:09 +04:00
Andrew Dolgov
9382ca847f add ttrss_feeds.mark_unread_on_update, bump schema, cleanup ttrss_prefs 2011-03-29 12:05:39 +04:00
Andrew Dolgov
8de8bfb871 authenticate against a hash of identifyable information from certificate instead of only serial (refs #324) 2011-03-28 09:45:23 +04:00
Andrew Dolgov
3d72afa19a use SSL serial to bind certificate to user; implement autologin using SSL certificate; set a separate session cookie for SSL connections (refs #324) 2011-03-28 08:30:15 +04:00
Andrew Dolgov
b9ad7cface change description of filter 'filter' action (bump schema) 2011-03-10 11:54:10 +03:00
Andrew Dolgov
2f42315a13 change description of CDM_AUTO_CATCHUP (bump schema) 2011-03-06 09:55:40 +03:00
Andrew Dolgov
cfad9259a6 mobile: allow showing category content inline (closes #315) 2011-03-04 17:53:02 +03:00
Andrew Dolgov
30b6ee8c08 clean obsolete options from schema (bump schema version) 2010-11-29 13:02:44 +03:00
Andrew Dolgov
88e4e5979c rework user CSS support (bump schema) 2010-11-24 19:23:24 +03:00
Andrew Dolgov
57e24c8267 add experimental support for Twitter OAuth and Twitter feeds (bump schema) 2010-11-22 16:26:00 +03:00
Andrew Dolgov
ed7f0ecd37 schema: add some mysql indexes 2010-11-20 00:47:22 +03:00
Andrew Dolgov
567810362c schema: add ttrss_feeds.order_id 2010-11-18 12:56:21 +03:00
Andrew Dolgov
905ff52a36 implement label cache; misc fixes (bump schema) 2010-11-10 19:01:14 +03:00
Andrew Dolgov
b3990c92e7 add option to sort headlines by feed-specified date (bump schema) 2010-11-10 13:56:42 +03:00
Andrew Dolgov
490c366d39 add tag cache for user_entries (bump schema) 2010-11-09 22:41:13 +03:00
Andrew Dolgov
c3fc5e470e allow filtering by article tags (bump schema) 2010-11-09 14:49:41 +03:00
Andrew Dolgov
73fe13afd4 add ttrss_users.full_name; bump schema 2010-11-08 16:34:49 +03:00
Andrew Dolgov
8801fb017c replace old-style published feed with universal secretkey-based approach used for all feeds; do not allow user/pass handling in generated feed urls; bump schema 2010-11-08 13:15:00 +03:00
Andrew Dolgov
8b640f50e0 schema: fix mysql feedbrowser cache table encoding 2010-11-07 20:15:43 +03:00
Andrew Dolgov
8e54a21e77 update ttrss_entries.content to longtext type; config: set default mysql charset to UTF8 2010-11-07 19:48:24 +03:00
Andrew Dolgov
505b4b034d mysql schema: properly set UTF8 charset 2010-11-07 19:41:14 +03:00
Andrew Dolgov
324944f332 implement per-user timezone support; store dates in UTC internally (closes #254) 2010-11-07 18:14:48 +03:00
Andrew Dolgov
1f8c187de3 replace tt-rss.spb.ru references with tt-rss.org; update translations 2010-11-03 13:39:09 +03:00
Andrew Dolgov
25ea280502 add ttrss_entries.date_updated; use date_updated instead of date_enered for expiry checking (bump schema) 2010-10-27 12:05:20 +04:00
Andrew Dolgov
fa3317be48 allow filtering by article author (bump schema) 2010-03-23 14:38:58 +03:00
Andrew Dolgov
fbe2ea1c6d change description of DEFAULT_UPDATE_INTERVAL (bump schema) 2010-01-20 14:21:25 +03:00
Andrew Dolgov
dce46cade3 query themes from filesystem; obsolete ttrss_themes 2010-01-14 13:39:05 +03:00
Andrew Dolgov
d9084cf220 implement settings profiles (bump schema) 2010-01-13 18:31:51 +03:00
Andrew Dolgov
e9105eb50d mobile: properly save preferences 2010-01-11 14:06:19 +03:00
Andrew Dolgov
6f068202d7 rework the way DEFAULT_ARTICLE_LIMIT works, remove limit toolbar dropdown (bump schema) 2010-01-04 12:12:31 +03:00
Andrew Dolgov
24902606eb add ttrss_archived_feeds (MODIFY SCHEMA v60) 2009-12-28 19:15:15 +03:00
Andrew Dolgov
e04c18a2c2 implement archived articles feed; bump schema 2009-12-28 17:23:01 +03:00
Andrew Dolgov
57937c42b9 obsolete cookie storage for collapsed status of feedlist and special categories (bump schema) 2009-12-24 15:25:06 +03:00
Andrew Dolgov
3a216db45c add per-user option to enable access to API 2009-12-16 14:36:59 +03:00
Andrew Dolgov
e0382fd6df schema: add ttrss_feeds.always_display_enclosures 2009-10-06 14:14:55 +04:00
Andrew Dolgov
f574fec6a6 workaround against ttrss_enclosures mysql data being wrong (nukes the enclosures table) 2009-05-11 23:32:16 +04:00
Andrew Dolgov
42a5226a74 mysql: ttrss_enclosures should be an InnoDB table 2009-05-11 23:25:56 +04:00
Andrew Dolgov
c7e51de137 Revert "update translations"
This reverts commit 2b38f79c86.

Wrong commit from wrong branch.
2009-03-21 23:11:58 +03:00
Andrew Dolgov
2b38f79c86 update translations 2009-03-21 22:58:32 +03:00
Andrew Dolgov
5161564f3d add support for adding syndicated notes to published articles 2009-03-06 13:40:59 +03:00
Andrew Dolgov
0351576bd8 schema: update help text for ENABLE_OFFLINE_READING 2009-02-10 12:00:51 +03:00
Andrew Dolgov
5de926d8cc new option: ENABLE_OFFLINE_READING (bump schema) 2009-02-10 11:50:39 +03:00
Andrew Dolgov
41cb233a11 mysql schema: remove commented stuff (closes #229) 2009-02-06 17:14:41 +03:00
Andrew Dolgov
aec57d7ad4 schema: add ttrss_labels2 color fields (bump schema) 2009-01-26 10:41:16 +01:00
Andrew Dolgov
84004f8c5f mysql schema: enable utf8 2009-01-20 15:54:45 +01:00
Andrew Dolgov
931dcbc137 feedbrowser_cache: store title; implement by-title search in feed browser 2009-01-20 11:01:22 +01:00
Andrew Dolgov
f054b5475b schema: remove ttrss_labels 2009-01-18 16:42:07 +01:00
Andrew Dolgov
e2549229e1 display article labels in headlines buffer 2009-01-18 14:54:40 +01:00
Andrew Dolgov
f8bfb81fd1 schema fixes 2009-01-18 11:46:28 +01:00
Andrew Dolgov
ceb30ba49d new style labels (bump schema) 2009-01-18 09:28:42 +01:00
Andrew Dolgov
8a4c759ea3 a variety of ccache work 2009-01-16 14:11:19 +01:00
Andrew Dolgov
a1eba24b24 alter ttrss_counters_cache; bump schema 2009-01-16 12:48:16 +01:00
Andrew Dolgov
0c630ef326 schema: add ttrss_feedbrowser_cache (bump schema) 2009-01-16 10:33:25 +01:00
Andrew Dolgov
2362de6d9b schema: add field for filter type-specific params; bump schema 2008-12-13 13:19:06 +01:00
Andrew Dolgov
75fa1e3126 schema: add new filter type (refs #225) 2008-12-13 12:57:01 +01:00
Andrew Dolgov
a969b30bb1 block cdmWatchdog() in Fresh feed 2008-11-13 06:53:41 +01:00
Andrew Dolgov
4d73637869 schema: add ttrss_counters_cache 2008-10-13 14:10:31 +01:00
Andrew Dolgov
f7f939b29c alter ttrss_labels.sql_exp to text, bump schema (closes #221) 2008-09-18 06:02:43 +01:00
Andrew Dolgov
7b4d02a834 main toolbar: add dropbox to select headlines sort mode 2008-09-09 04:30:12 +01:00
Andrew Dolgov
782ddd7014 implement (incomplete) sortable feedlist 2008-08-29 08:34:35 +01:00
Andrew Dolgov
2dcb7e80e5 rename description of option ENABLE_FEED_ICONS, bump schema 2008-08-08 06:22:38 +01:00
Andrew Dolgov
e7490ab155 set the default for ENABLE_FLASH_PLAYER to true 2008-08-01 06:15:17 +01:00
Andrew Dolgov
8dccabedae merge two patches: STRIP_IMAGES and ENABLE_FLASH_PLAYER from Sten (bump schema) 2008-08-01 04:38:17 +01:00