Commit Graph

21 Commits

Author SHA1 Message Date
denfil f46a30448a Add into sqlite db index by items status 2017-07-09 22:12:35 -04:00
Frederic Guillot a7aeae463f Add subscription option to ignore expire header 2017-04-05 16:49:57 -04:00
Mitchell Hewes 806b70dfd4 Added feeds.title as a utf8mb4 column 2017-01-24 09:20:45 +11:00
Mitchell Hewes 37bb24d5ee New version of mysql schema to support utf8mb4 on title, author, and content 2017-01-24 08:25:59 +11:00
Frederic Guillot 7bfc99bb76 Rollback Mysql field size to the original value 2017-01-14 11:49:16 -05:00
Frederic Guillot e3ed06ce11 Mysql cannot index text column types 2017-01-14 11:34:48 -05:00
Frederic Guillot 66d9fb9a73 Increase url field size for feeds table 2017-01-14 11:20:01 -05:00
Frederic Guillot 32793ce7c0 Improve Mysql implementation 2017-01-11 20:08:39 -05:00
Mitchell Hewes 0a3292ae58 Backticks around identifiers in mysql schema 2017-01-11 09:18:51 +11:00
Mitchell Hewes 5bf177663f Modified to support mysql - no unit tests 2017-01-10 15:26:45 +11:00
Frederic Guillot fe614579ac Add support for Expires and Cache-Control headers 2016-12-28 20:24:00 -05:00
Frederic Guillot 2a9fd5fb62 Disable automatically a feed after too many failures 2016-12-27 22:20:25 -05:00
Frederic Guillot 0b45f1b863 Show last parsing error message in user interface 2016-12-27 21:59:09 -05:00
Frederic Guillot e4c4240317 Add database indexes for Postgres 2016-12-27 21:12:19 -05:00
Frederic Guillot 431b8341be Change author column type 2016-12-26 21:06:03 -05:00
Frederic Guillot be76f89408 Improve database migration script and postgres schema 2016-12-26 20:32:58 -05:00
Frederic Guillot fbe69b54dc Add Postgres database support 2016-12-26 15:07:18 -05:00
Frederic Guillot 82df35a59b Change the database structure to have a single database
This is a major change for the next release of Miniflux.

- There is now only one database that can supports multiple users
- There is no automated schema migration for this release
- A migration procedure is available in the ChangeLog file
2016-12-26 09:51:38 -05:00
Frederic Guillot 506503bbcd
Add Miniflux namespace everywhere 2016-08-24 21:17:58 -04:00
Frederic Guillot b05ad87028
Move OPML export to handlers 2016-08-23 21:38:09 -04:00
Frederic Guillot 1f88eb50f3
Move application code to app folder 2016-08-18 21:02:49 -04:00