Commit Graph

19 Commits

Author SHA1 Message Date
Frederic Guillot d9295207b0 Background jobs are not loading user settings properly 2017-01-15 18:03:53 -05:00
Alexis Mousset b8a9b6fa8a Allow different limits for users in cronjob
When using update_interval and call_interval, the limit computed for the first user is used for all other users (which, when the first user is admin and has no feeds, breaks the update).
2017-01-09 14:08:34 +01: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 91ef795d71
Fix wrong path in cronjob.php 2016-08-18 21:06:46 -04:00
Frederic Guillot b2edaad23d Added Beanstalkd producer/worker 2016-05-01 22:03:21 -04:00
Frederic Guillot 4f7ea89925 Update dependencies 2015-08-14 21:33:39 -04:00
Mathias Kresin cfd03efc01 Fix database hijacking
Check if a requested database can be selected. Error out if not.
This prevents automatic fallbacks to the default database.

Remove the authorized information from the session if a new database
gets selected.

Factor out logout function to reuse existing code.
2015-01-17 21:14:44 +01:00
Frédéric Guillot 4313909052 Add option to flush all unread items after X days, default 45 days (avoid very large database) 2014-12-15 20:38:35 -05:00
Frédéric Guillot 3840a87128 Update to the last version of PicoFeed 2014-05-20 14:20:27 -04:00
Frédéric Guillot eab942537f Add support for multiple users/databases 2014-04-05 20:24:13 -04:00
Frédéric Guillot 49583f381f Improve files organization 2014-02-08 14:13:14 -05:00
Frédéric Guillot cd671c60b7 Add autoflush() call to the cronjob 2013-12-22 22:19:27 -05:00
Frédéric Guillot 4fb68b9b80 Split models and controllers in different files 2013-12-22 20:55:53 -05:00
Frederic Guillot d6c65bec9d Add support to dump debug output to a log file 2013-07-06 14:29:45 -04:00
Frederic Guillot a79211d47f Improve items paging, get config values, add option to set the number of items per page and add comments 2013-07-06 10:50:37 -04:00
Frederic Guillot 30ea882cc7 Minor code refactoring 2013-05-22 13:13:56 +02:00
Neck 1bd79b27d6 Allow cronjob.php to be called from web. 2013-05-21 19:18:19 +01:00
Frederic Guillot 8fd7b18927 Move everything to the top-level directory 2013-05-21 12:34:39 +02:00