Luca Santarelli
|
15a365a882
|
Fix: remove obsolete theme_id column
The theme_id column was removed in schema version 83 update script, but not in the initialization one.
|
11 years ago |
Andrew Dolgov
|
3b19a53acf
|
schema: add resetpass_token (bump schema)
|
11 years ago |
Andrew Dolgov
|
e596b5a9dd
|
add update script to convert myisam tables to innodb (bump version)
|
11 years ago |
Andrew Dolgov
|
4df07d50b1
|
specify engine=innodb for all tt-rss tables
|
11 years ago |
Andrew Dolgov
|
6b4617970f
|
add text_languagedetect to guess article language for better hyphenation
(bump schema)
|
11 years ago |
Andrew Dolgov
|
2457679aed
|
switch AUTO_ASSIGN_LABELS to off by default (bump schema)
|
12 years ago |
Andrew Dolgov
|
5ddc750427
|
schema: fix reinitialization not working for older databases
|
12 years ago |
Andrew Dolgov
|
7b149552cb
|
remove language selector from the login form, store language in the database per-user
|
12 years ago |
Andrew Dolgov
|
3fbb4d183d
|
set default timezone to automatic (bump schema)
|
12 years ago |
Andrew Dolgov
|
889a5f9f19
|
experimental SQL-based error logger
|
12 years ago |
Andrew Dolgov
|
14118af36f
|
fix schema for favicon_avg_color
|
12 years ago |
Andrew Dolgov
|
881a158032
|
update default of allow_duplicate_posts to false, bump schema
|
12 years ago |
Andrew Dolgov
|
923b5c8b11
|
schema: remove unused prefs help_text/short_desc/section_name
|
12 years ago |
Andrew Dolgov
|
b4f83063cc
|
schema: add feed/cat view_settings
|
12 years ago |
Andrew Dolgov
|
5e736e4592
|
implement stop action
|
12 years ago |
Andrew Dolgov
|
8e8c8934a9
|
add necessary schema plumbing to implement filter ordering
also add filter titles
|
12 years ago |
Andrew Dolgov
|
9cac360bd7
|
set combined display mode as default
|
12 years ago |
Andrew Dolgov
|
5d40efc9b0
|
add ability to select CSS files in themes/
|
12 years ago |
Andrew Dolgov
|
d14004776a
|
change description of HIDE_READ_FEEDS
|
12 years ago |
Andrew Dolgov
|
24c0e2e57d
|
schema: disable sort headlines by feed date by default
|
12 years ago |
Andrew Dolgov
|
b6274383ed
|
drop ttrss_filters from the schema
|
12 years ago |
Andrew Dolgov
|
a3a896a127
|
let us rejoice on being able to create double negative filters (refs #631)
|
12 years ago |
Andrew Dolgov
|
bfd61d3f85
|
rework STRIP_IMAGES to remove embedding; add per-feed control over embedded images (bump schema)
|
12 years ago |
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
|
12 years ago |
Andrew Dolgov
|
d26859b5e1
|
rename STRIP_IMAGES to make it less confusing (bump schema)
|
12 years ago |
Andrew Dolgov
|
7bfb3dabdd
|
add ttrss_user_entries.plugin_data (bump schema)
|
12 years ago |
Andrew Dolgov
|
a6b4518788
|
add _MOBILE_REVERSE_HEADLINES (closes #524)
|
12 years ago |
Andrew Dolgov
|
d26111f541
|
mysql: fix schema version
|
12 years ago |
Andrew Dolgov
|
5d9abb1e11
|
add plugin storage table to schema; add ability to clear plugin data
|
12 years ago |
Andrew Dolgov
|
de612e7a38
|
experimental support for per-user plugins (bump schema)
|
12 years ago |
Andrew Dolgov
|
87764a50cf
|
implement ttrss_feeds.cache_content
|
12 years ago |
Andrew Dolgov
|
b24504b121
|
add ability to auto-assign articles to labels (bump schema)
|
12 years ago |
Andrew Dolgov
|
fb70f26ed9
|
implement one time passwords using TOTP
|
12 years ago |
Andrew Dolgov
|
6aff784575
|
implement multiple rule/action filters
|
12 years ago |
Andrew Dolgov
|
f9ebb32ca0
|
hide more obscure preferences under "show more" checkbox in pref-prefs,
bump schema
|
12 years ago |
Andrew Dolgov
|
e07f89815b
|
properly persist include_children
|
12 years ago |
Andrew Dolgov
|
9432bfa076
|
add ttrss_feed_categories.parent_cat, bump schema
|
12 years ago |
Andrew Dolgov
|
44f1eeed56
|
add ttrss_feeds_cat_id_idx
|
12 years ago |
Andrew Dolgov
|
2ced2bb804
|
add some more indexes
|
12 years ago |
Andrew Dolgov
|
8514e925ab
|
mysql schema: add few missing indexes
|
12 years ago |
Andrew Dolgov
|
382268c6c9
|
rate-limit requests for favicons when not present to conserve traffic (refs #457)
|
13 years ago |
Andrew Dolgov
|
af0845ca9a
|
change ON_CATCHUP_SHOW_NEXT_FEED helptext, bump schema
|
13 years ago |
Andrew Dolgov
|
5b7bd238ee
|
pref-feeds: apply patch by gmargo@forum to show/hide empty categories
|
13 years ago |
Andrew Dolgov
|
6841e9d75f
|
update preferred time description to mention UTC
|
13 years ago |
Andrew Dolgov
|
61c1812f29
|
implement preferred time for sending out digests
|
13 years ago |
Andrew Dolgov
|
e90053fe84
|
improve password storage (use sha256 and long random salt)
bump schema
|
13 years ago |
Andrew Dolgov
|
ba975b2ec7
|
implement filtering by category (closes #386)
|
13 years ago |
Andrew Dolgov
|
f0143d4ef9
|
add index on ttrss_enclosures(post_id)
|
13 years ago |
Andrew Dolgov
|
b4a3e2ffcd
|
schema: enable categories by default for new installations
|
13 years ago |
Andrew Dolgov
|
83cd33fcec
|
implement sharing articles by unique url
|
13 years ago |