aboutsummaryrefslogtreecommitdiff
path: root/pyaggr3g470r
Commit message (Expand)AuthorAge
* Improved installation processus.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
* 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
* 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
* utm_* parameters are automatically removed from article's URLs.Cédric Bonhomme2014-01-06
* Bug fix in the feedgetter.Cédric Bonhomme2014-01-06
* Minor fix when a feed contains 0 article.Cédric Bonhomme2014-01-06
* Displaying more information in the /feed page.Cédric Bonhomme2014-01-01
* Link to the page to edit feed informations.Cédric Bonhomme2014-01-01
* Share articles with reddit.Cédric Bonhomme2014-01-01
* sorting by date all articles for each feed.Cédric Bonhomme2013-12-30
* Test without sorting articles.Cédric Bonhomme2013-12-30
* Added favicon link in the layout template.Cédric Bonhomme2013-12-28
* Added favicon.png.Cédric Bonhomme2013-12-28
* Removed old test file.Cédric Bonhomme2013-12-28
* Removed useless imports.Cédric Bonhomme2013-12-28
* Using a for..else loop here.Cédric Bonhomme2013-12-28
* Added comments.Cédric Bonhomme2013-12-28
* Released version 4.4.Cédric Bonhomme2013-12-27
* Removed bootstrat-responsive.cssCédric Bonhomme2013-12-27
* Feed deleteion confirmation.Cédric Bonhomme2013-12-27
* Improved Flask flash messages.Cédric Bonhomme2013-12-27
* Minor bugfix.Cédric Bonhomme2013-12-27
* Flash messsages.Cédric Bonhomme2013-12-27
* Minor fix in the template of unread articles.Cédric Bonhomme2013-12-27
* Sort the result of the search.Cédric Bonhomme2013-12-27
* Log timeout exception.Cédric Bonhomme2013-12-27
* Don't log that.Cédric Bonhomme2013-12-27
bgstack15