Commit Graph

32 Commits

Author SHA1 Message Date
George Baev ea47307fce
Allow the Reading Preferences to be configured in the config.php file 2017-03-15 16:13:14 +02:00
mb 9537b0fa25 Hungarian Translation added 2017-02-21 15:22:47 +01:00
Frederic Guillot 2c113bb822 Add option to not redirect user when having nothing to read 2017-02-01 18:10:50 -05:00
Frederic Guillot 3dfc748155 Offer the possibility to edit/delete groups 2017-02-01 17:25:32 -05:00
Frederic Guillot 13a6d0797f Do not download again items with content scraper enabled 2017-01-15 19:53:11 -05:00
Frederic Guillot 4ab9ca165c Allow producer to be executed only for a given user 2017-01-15 17:48:13 -05:00
Frederic Guillot c01619d835 Display list of groups for each subscription 2017-01-15 14:51:55 -05:00
Frederic Guillot d3207cda53 Disable automatically duplicated feeds 2017-01-15 14:00:32 -05:00
Frederic Guillot 31bf0711ee Fix issue when marking special group "Unread" as read in Fever API
This special group has the ID 0 and do not match any valid group
in Miniflux database.
2017-01-09 17:57:31 -05:00
Frederic Guillot 99a6307415 Flush all user remember me sessions when changing password 2017-01-03 21:22:12 -05:00
Frederic Guillot d6d9368ab3 Do not overwrite existing favicons 2017-01-02 20:34:41 -05:00
Frederic Guillot 75808c5369 Add functional tests for Fever API 2016-12-29 18:04:56 -05:00
Frederic Guillot 818c501b07 Trim username and password 2016-12-29 17:53:46 -05:00
Frederic Guillot 56d21dc726 Add functional API tests 2016-12-29 15:45:09 -05:00
Frederic Guillot fe614579ac Add support for Expires and Cache-Control headers 2016-12-28 20:24:00 -05:00
Frederic Guillot 834633e670 Improve favicons handling
- Make sure that deleted favicons on the filesystem are downloaded again
- Purge orphan icons
- Add unit tests
2016-12-26 16:54:44 -05:00
Frederic Guillot fbe69b54dc Add Postgres database support 2016-12-26 15:07:18 -05:00
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
sairuk 477f59c43b Add titles only option to unread listing 2016-10-08 12:05:14 +11:00
sairuk 57b0e4e124 fix php 5.3.3 compatiblity by removing DirectoryIterator::getExtension dependancy (req >=5.3.6), remove requirement for short tags 2016-10-02 13:24:33 +11:00
Frederic Guillot 506503bbcd
Add Miniflux namespace everywhere 2016-08-24 21:17:58 -04: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 1f88eb50f3
Move application code to app folder 2016-08-18 21:02:49 -04:00