Commit Graph

12 Commits

Author SHA1 Message Date
Frederic Guillot 52a05f0489 Reorganize templates into subfolders 2017-01-21 14:40:24 -05:00
Frederic Guillot 2aba596785 Move autoflush calls 2017-01-15 16:18:58 -05:00
Frederic Guillot f80878422d Avoid useless SQL query when viewing item 2016-12-27 21:16:40 -05:00
Frederic Guillot 533bba270b Ensure that item_id are always integer 2016-12-26 17:19:38 -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 2b71bbf126
Move model proxy to handlers 2016-08-18 22:41:39 -04:00
Frederic Guillot 46bc8cfd71
Create Scraper handler 2016-08-18 22:33:58 -04:00
Frederic Guillot 309ccf0a32
Create ItemGroup model 2016-08-18 22:08:29 -04:00
Frederic Guillot 34ef7b95b9
Create ItemFeed model 2016-08-18 21:53:59 -04:00
Frederic Guillot 1f88eb50f3
Move application code to app folder 2016-08-18 21:02:49 -04:00