Frederic Guillot
d3fb2bf69d
Update PicoDb version
2016-07-30 18:41:42 -04:00
Frederic Guillot
b2edaad23d
Added Beanstalkd producer/worker
2016-05-01 22:03:21 -04:00
Mathias Kresin
6d36e1cb16
Do not use the DIRECTORY_SEPARATOR constant for URLs
...
The constant DIRECTORY_SEPARATOR is "\" on windows and therefore the favicon urls are invalid for php on windows.
Renamed the FAVICON_PUBLIC_DIRECTORY constant to a more descriptive name.
2015-12-09 20:28:11 +01:00
Alexis Mousset
1efeee42d9
Use files for favicons
2015-12-07 17:42:26 +01:00
Frederic Guillot
9b08fc9160
Fix cosmetic errors
2015-10-19 21:21:18 -04:00
Frederic Guillot
4f7ea89925
Update dependencies
2015-08-14 21:33:39 -04:00
Mathias Kresin
17113779ff
Allow to override the maximum feed size limit
2015-08-04 18:41:23 +02:00
Kordian Bruck
6e10b01d4a
Changed setting from a database value to be stored as a constant in the config.php
2015-08-02 18:20:38 +02:00
Frederic Guillot
d189bda524
Enable Strict-Transport-Security header for HTTPS
2015-05-17 13:40:56 -04:00
Frederic Guillot
fa1ddb486a
Normalize helper functions
2015-04-10 20:57:44 -04:00
Frederic Guillot
578f9cbf14
Add custom rules directory support
2015-04-10 20:34:48 -04:00
Frederic Guillot
33a6e50c96
Add debug_mode config option and update vendor
2015-01-28 21:57:34 -05:00
Frederic Guillot
b0c1f57213
Update dependencies, enable temporary PicoFeed debug logs
2015-01-19 20:00:16 -05:00
Mathias Kresin
8e78c77fc1
introduce release script
...
This script replaces make-archive.sh and make-tag.sh.
Switch to 'git archive' to create a ZIP file from the repo. Its way
more faster, automates a lot things and works with the GitHub download
HEAD/Release/Tag as ZIP functionality as well.
git archive reads the file .gitattributes to determine which files has
to be excluded from the zip file.
It replaces the following placeholders in common.php:
$Format:%d$": with the output of git log --pretty=format:%d which
contains the tag of the last commit (if tagged).
$Format:%H$": with the hash of the latest included commit.
If no tag can be found the hash is appended to "master" and shown as
version number.
The approach is kind of hackish since no distinct format option for the
tag exists.
Fixes #231 , https://github.com/fguillot/miniflux/issues/213#issuecomment-65631765
2015-01-10 09:37:52 +01:00
Mathias Kresin
3b33544cae
introduce integration tests
2015-01-04 18:47:59 +01: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
c6ed11c116
Move to Composer and update to the last version of PicoFeed
2014-12-23 21:28:26 -05:00
Frédéric Guillot
b761e8f17c
Prefix custom config with __DIR__
2014-11-06 21:15:37 -05:00
Frédéric Guillot
5801258ace
Add Fever API support
2014-10-29 21:28:23 -04:00
Frédéric Guillot
e2280f1b7b
Update PicoFeed and PicoDb
2014-10-19 14:42:31 -04:00
Frédéric Guillot
871f1d1d64
Update PicoDb and improve schema migration error handling
2014-09-15 13:23:55 +02:00
Frédéric Guillot
da8351ec5c
Fix #208 and #209
2014-05-28 16:10:41 -04:00
Frédéric Guillot
7e553f72fd
Add RememberMe authentication
2014-05-26 20:47:40 -04: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
c1221de62c
Add Miniflux auto-update feature
2014-03-30 15:59:26 -04:00
Frédéric Guillot
b74b8dd784
Remove PicoTools
2014-03-16 21:56:43 -04:00
Frédéric Guillot
e6e6db71f8
Add RTL language support
2014-03-16 21:35:57 -04:00
Frédéric Guillot
49583f381f
Improve files organization
2014-02-08 14:13:14 -05:00
Frédéric Guillot
4fb68b9b80
Split models and controllers in different files
2013-12-22 20:55:53 -05:00
Frédéric Guillot
5469dd00db
Add proxy support
2013-09-23 19:22:13 -04:00
Frédéric Guillot
e77b785263
Improve content grabber: add rules for specific websites and add automatic download for feeds
2013-08-31 11:05:45 -04:00
Frédéric Guillot
b6adfb7168
Add console to display debug messages
2013-08-29 19:34:11 -04:00
Frederic Guillot
f21f2c1951
Add the possibility to change the session save path
2013-07-23 18:26:53 -04:00
Frederic Guillot
a30c21dd50
First version of the theme system
2013-07-16 21:58:11 -04:00
Frederic Guillot
d6c65bec9d
Add support to dump debug output to a log file
2013-07-06 14:29:45 -04:00
Frederic Guillot
16f0bd4966
Add support to override application constants
2013-07-06 12:11:29 -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
667f3f0773
Add items paging
2013-07-05 22:37:19 -04:00
Frederic Guillot
64a7c887f3
Change default HTTP timeout to 10 seconds
2013-07-04 20:53:32 -04:00
Frederic Guillot
17fbb3de91
Refactoring of bookmarks
2013-06-14 23:12:08 -04:00
doubleface
c601c6e68d
Added nocontent feature to avoid a to big database
2013-06-06 11:54:22 -04:00
Frederic Guillot
4346b27648
Improve autoflush of read items
2013-05-26 13:09:34 -04:00
MonsieurPaulLeBoulanger
f03c543ded
Add an auto flush function while reaching action=default or action=history.
...
It will flush all read items older than the specified number of days in
the preferences
1 correction in the translation file fr_FR
2013-05-23 13:44:45 +02:00
Frederic Guillot
30ea882cc7
Minor code refactoring
2013-05-22 13:13:56 +02:00
Frederic Guillot
8fd7b18927
Move everything to the top-level directory
2013-05-21 12:34:39 +02:00