Commit Graph

23 Commits

Author SHA1 Message Date
Frederic Guillot c8234cc3c3 Remove automatic software update from the user interface
- This process is not considered safe
- This feature might leads to potential security flaws
- Miniflux focus on minimalism
2016-12-26 10:16:04 -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 dac1dc21e0
Add validator namespace 2016-08-23 22:03:45 -04:00
Frederic Guillot b05ad87028
Move OPML export to handlers 2016-08-23 21:38:09 -04:00
Frederic Guillot 8fa6d65614
Move service model to handlers 2016-08-18 22:53:52 -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 7e20a3fdc3
Create Search model 2016-08-18 22:20:49 -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 321f8a71f8
Create Bookmark model 2016-08-18 21:44:36 -04:00
Frederic Guillot 8eac424386
Use password-compat as vendor library 2016-08-18 21:14:21 -04:00
Frederic Guillot 1f88eb50f3
Move application code to app folder 2016-08-18 21:02:49 -04:00
Frederic Guillot 3e308a5f37
Split helpers into multiple files 2016-08-17 22:16:13 -04:00
Frederic Guillot 0d96059945
Move csrf functions to Helper namespace 2016-08-17 22:05:11 -04:00
Frederic Guillot c4a5d4a7bc
Update PicoFeed version 2016-07-28 21:17:03 -04:00
Alexis Mousset a2d2e95555 Use hashes to identify favicons 2016-01-10 01:21:56 +01:00
Frederic Guillot 1c0d14bc94 Include PicoFarad into Miniflux 2015-08-28 21:34:34 -04:00
Kordian Bruck dd47b3f82e Add feed group feature
- each feed can have multiple groups assigned
- group assignments are done on the add or edit feed page
- groups are only visible on the unread page
- groups are exported via the fever api
- it's not possible do delete a group manually from the database (the group will be removed automatically, as soon as the last association of a group to a feed is removed)
- if you try to create an already existing group, the existing group is used to prevent duplicates
2015-08-05 01:01:21 +02:00
Frederic Guillot 16945c3649 Fix helper include 2015-01-11 11:26:55 -05:00
Frédéric Guillot 7d4d4e0193 Add image proxy to avoid https mixed content warnings 2014-12-24 15:58:24 -05:00
Frédéric Guillot 635e3bb813 Add Pinboard bookmark sync 2014-12-24 10:47:24 -05:00
Frédéric Guillot c6ed11c116 Move to Composer and update to the last version of PicoFeed 2014-12-23 21:28:26 -05:00