Andrew Dolgov
|
1aea205cc1
|
update mysql schema upgrade files to use ENGINE= instead of TYPE= (closes #359)
|
2011-08-01 12:57:38 +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
|
368eb3f861
|
schema: fix psql upgrade script of version 84
|
2011-04-20 15:56:07 +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 |
|
igorette
|
dfa7bb2f63
|
fixed typo, missing semicolon
|
2011-04-05 16:42:08 +04:00 |
|
Andrew Dolgov
|
dd0345769a
|
schema: mysql: remove foreign key to ttrss_themes before dropping theme_id from ttrss_users
|
2011-04-01 15:32:27 +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
|
f0259baf13
|
schema: add some indexes
|
2010-11-18 16:56:34 +03:00 |
|
Andrew Dolgov
|
567810362c
|
schema: add ttrss_feeds.order_id
|
2010-11-18 12:56:21 +03:00 |
|
Andrew Dolgov
|
bf9fb81f75
|
schema: add ttrss_entries(updated) idx
|
2010-11-14 17:29:07 +03:00 |
|
Andrew Dolgov
|
e2f08094cf
|
schema: add ttrss_user_entries(unread) index
|
2010-11-14 17:26:26 +03:00 |
|
Andrew Dolgov
|
90c9c16f0e
|
schema: add index on ttrss_tags
|
2010-11-13 19:26:29 +03:00 |
|
Andrew Dolgov
|
c011b36b85
|
add upgrade files for schema #74
|
2010-11-10 19:12:49 +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
|
90ef9c7da3
|
schema: wrap upgrade scripts in transaction blocks
|
2010-11-10 11:45:28 +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
|
b97e6e0267
|
reorganize theme support; add some themeable icons; add neon theme
|
2010-01-14 16:11:54 +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
|
661aabe741
|
add missing schema files
|
2010-01-11 14:51:57 +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 |
|