aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
| * Improvement of the Flask redirection for the view mark_as_read().Cédric Bonhomme2014-02-03
* | Added naive benchmarks for Whoosh and ElasticSearch.Cédric Bonhomme2014-02-03
|/
* Removed import of 'conf' module.Cédric Bonhomme2014-02-02
* Typo.Cédric Bonhomme2014-02-02
* Removed print statement.Cédric Bonhomme2014-02-02
* Updated README.Cédric Bonhomme2014-02-02
* Affed fetch.py script to use with cron.Cédric Bonhomme2014-02-02
* Mark all articles as read by feed.Cédric Bonhomme2014-02-02
* Test with another time format (only for the home page).Cédric Bonhomme2014-01-31
* Updated /search template.Cédric Bonhomme2014-01-30
* Updated template with Bootstrap 3.1 headers.Cédric Bonhomme2014-01-30
* Merge branch 'master' of bitbucket.org:cedricbonhomme/pyaggr3g470rCédric Bonhomme2014-01-30
|\
| * Updated README.Cédric Bonhomme2014-01-30
* | Upgraded to Bootstrap 3.1.0.Cédric Bonhomme2014-01-30
|/
* Released version 4.5. Installation in one step. Misc improvements to the Jinj...Cédric Bonhomme2014-01-29
* Updated README.Cédric Bonhomme2014-01-29
* Updated README.Cédric Bonhomme2014-01-29
* Improved installation processus.Cédric Bonhomme2014-01-29
* Updated README.Cédric Bonhomme2014-01-29
* Updated README.Cédric Bonhomme2014-01-29
* Updated README.Cédric Bonhomme2014-01-29
* Updated setup script.Cédric Bonhomme2014-01-29
* Fixed setup script.Cédric Bonhomme2014-01-29
* explicitly mark a string as safe HTML with |safeCédric Bonhomme2014-01-27
* Improved /inactives template.Cédric Bonhomme2014-01-27
* Catch exception if the description is not available.Cédric Bonhomme2014-01-26
* Updated /feed page.Cédric Bonhomme2014-01-26
* Added feed description as link title.Cédric Bonhomme2014-01-26
* The description is not required.Cédric Bonhomme2014-01-26
* The description of the feed is stored in the database.Cédric Bonhomme2014-01-26
* Added an option to choose if URL of articles behind proxies should be resolved.Cédric Bonhomme2014-01-21
* Updated default configuration file and README.Cédric Bonhomme2014-01-20
* Removed debug print.Cédric Bonhomme2014-01-20
* Finally always try to get the real URL...Cédric Bonhomme2014-01-20
* The MongoEngine object is saved after all threads are done.Cédric Bonhomme2014-01-19
* Only get the URL with requests if the string 'feedproxy' is found in the netl...Cédric Bonhomme2014-01-19
* Replaced eye-open icon by info-sign.Cédric Bonhomme2014-01-15
* Added a link to the page to add/edit feeds.Cédric Bonhomme2014-01-14
* Continue on exception.Cédric Bonhomme2014-01-13
* requests is now too using the defined proxy.Cédric Bonhomme2014-01-13
* Feedgetter now uses the defined proxy of HTTP and HTTPS.Cédric Bonhomme2014-01-13
* Uses the host address and port number specified in the configuration file.Cédric Bonhomme2014-01-12
* Display the number of unread articles in the Browser tab title.Cédric Bonhomme2014-01-12
* Only display this icon if the feed is enabled.Cédric Bonhomme2014-01-12
* Removed useless print.Cédric Bonhomme2014-01-12
* It is now possible to feth only one feed.Cédric Bonhomme2014-01-12
* Keep the MongoDB database and Whoosh index synchronized.Cédric Bonhomme2014-01-12
* The term wasn't adequate.Cédric Bonhomme2014-01-06
* utm_* parameters are now systematically removed.Cédric Bonhomme2014-01-06
* Bugfix: variable name.Cédric Bonhomme2014-01-06
bgstack15