aboutsummaryrefslogtreecommitdiff
path: root/pyaggr3g470r/views.py
Commit message (Collapse)AuthorAge
* Python 3 supportCédric Bonhomme2014-10-01
|
* Significative performance improvement for the /favorites view.Cédric Bonhomme2014-09-23
|
* Significative performance improvement for the /unread view.Cédric Bonhomme2014-09-22
|
* Some minor uninteresting changes.Cédric Bonhomme2014-09-20
|
* Bugfix: FlushError. Conflicts between persistent ant transcient SQLAlchemy ↵Cédric Bonhomme2014-09-15
| | | | objects.
* Version 5.6.3 of pyAggr3g470r released.Cédric Bonhomme2014-08-27
|
* Bugfix.Cédric Bonhomme2014-08-26
|
* Changed a test of a environment variable. Updated README.Cédric Bonhomme2014-08-26
|
* Minor typo..Cédric Bonhomme2014-08-25
|
* Better to use a warning message.Cédric Bonhomme2014-08-25
|
* Display a message when self registration is disabled.Cédric Bonhomme2014-08-25
|
* It is now possible to enable or disable self registration with an ↵Cédric Bonhomme2014-08-25
| | | | environment variable.
* Finally delete article older and retrieved before 10 weeks.Cédric Bonhomme2014-08-20
|
* Confirmation of deletion.Cédric Bonhomme2014-08-20
|
* It is now possible to delete articles older than a given number of weeks.Cédric Bonhomme2014-08-20
|
* Updated header information.Cédric Bonhomme2014-08-10
|
* Articles are automatically retrieved after the import of an OPML file.Cédric Bonhomme2014-08-10
|
* Update headers tags.Cédric Bonhomme2014-07-13
|
* Performance imporvement (loading of the management page).Cédric Bonhomme2014-07-13
|
* Removed a trailing space.Cédric Bonhomme2014-07-13
|
* It is now possible to add new feeds with a bookmarklet.Cédric Bonhomme2014-07-07
|
* No trailing space for the 'logout' view.Cédric Bonhomme2014-06-24
|
* Removed trailing slashes from the routes.Cédric Bonhomme2014-06-24
|
* Added a comment for the home() view.Cédric Bonhomme2014-06-22
|
* Testing a REST API.Cédric Bonhomme2014-06-18
|
* Enables the user to recover its account when he has forgotten its password.Cédric Bonhomme2014-06-16
|
* Updated translations.Cédric Bonhomme2014-06-14
|
* We should filter articles only for one user.Cédric Bonhomme2014-06-13
|
* revert last changeCédric Bonhomme2014-06-13
|
* Try to fix a problem on Heroku with the list of feeds (1).Cédric Bonhomme2014-06-13
|
* Reseolved 'Page Not Found' error when clicking on 'Mark all as read'.Cédric Bonhomme2014-06-12
|
* unread redirects homeFrançois Schmidts2014-06-12
|
* reimplementing the unread count in left menuFrançois Schmidts2014-06-12
|
* redoing home pageFrançois Schmidts2014-06-12
|
* adding the capacity to mark articles as unreadFrançois Schmidts2014-06-10
|
* fixes #7Cédric Bonhomme2014-06-10
|
* Not writing JSON file when importing an account.Cédric Bonhomme2014-06-10
|
* making pyagregator runnable by apacheFrançois Schmidts2014-06-09
| | | | | | | | | * adding bootstrap module for basic import * redoing logging (config, proper use of the logging module) * making secret part of config (random wouldn't work with apache since it uses different instances of python) * making server entry point not executing application if just imported * not writing file for opml when we can read it from memory
* Testing a performance improvement.Cédric Bonhomme2014-05-27
|
* Updated JSON export.Cédric Bonhomme2014-05-27
|
* Updated JSON export.Cédric Bonhomme2014-05-27
|
* And now its a typo...Cédric Bonhomme2014-05-23
|
* Bug fix.Cédric Bonhomme2014-05-23
|
* Test.Cédric Bonhomme2014-05-23
|
* Feeds with unread articles are displayed before.Cédric Bonhomme2014-05-23
|
* Bootstrap badge to display the number of unread articles by feed.Cédric Bonhomme2014-05-23
|
* Display unread articles for one feed.Cédric Bonhomme2014-05-23
|
* When form is not validated, redirect to create_user.Cédric Bonhomme2014-05-23
|
* Send notification messages to platform users.Cédric Bonhomme2014-05-20
|
* Updated translations.Cédric Bonhomme2014-05-16
|
bgstack15