Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Updated README. | Cédric Bonhomme | 2014-06-18 |
| | |||
* | Authentication based on the session (when the user is already logged on the ↵ | Cédric Bonhomme | 2014-06-18 |
| | | | | site) or authentication via HTTP only (with request.authorization). | ||
* | Testing a REST API. | Cédric Bonhomme | 2014-06-18 |
| | |||
* | Updated French translations. | Cédric Bonhomme | 2014-06-16 |
| | |||
* | Renamed submit button. | Cédric Bonhomme | 2014-06-16 |
| | |||
* | Enables the user to recover its account when he has forgotten its password. | Cédric Bonhomme | 2014-06-16 |
| | |||
* | Updated translations. | Cédric Bonhomme | 2014-06-14 |
| | |||
* | Strip '=' character at the end of URLs. | Cédric Bonhomme | 2014-06-14 |
| | |||
* | Updated translations. | Cédric Bonhomme | 2014-06-13 |
| | |||
* | Display a message when the user doesn't have any feeds. | Cédric Bonhomme | 2014-06-13 |
| | |||
* | Translations have been updated. | Cédric Bonhomme | 2014-06-13 |
| | |||
* | Clicking on the article link from the 'Feed' column opens a new tab. | Cédric Bonhomme | 2014-06-13 |
| | |||
* | We should filter articles only for one user. | Cédric Bonhomme | 2014-06-13 |
| | |||
* | revert last change | Cédric Bonhomme | 2014-06-13 |
| | |||
* | Try to fix a problem on Heroku with the list of feeds (1). | Cédric Bonhomme | 2014-06-13 |
| | |||
* | Sort the list of feeds by number of unread artiles and alphabetically. | Cédric Bonhomme | 2014-06-13 |
| | |||
* | Added AUTHORS.rst file. | Cédric Bonhomme | 2014-06-12 |
| | |||
* | Reseolved 'Page Not Found' error when clicking on 'Mark all as read'. | Cédric Bonhomme | 2014-06-12 |
| | |||
* | Merged in jaesivsm/pyaggr3g470r (pull request #4) | Cédric Bonhomme | 2014-06-12 |
|\ | | | | | Some UI improvements | ||
| * | more ui_tweak for menus | François Schmidts | 2014-06-12 |
| | | |||
| * | unread redirects home | François Schmidts | 2014-06-12 |
| | | |||
| * | style correction | François Schmidts | 2014-06-12 |
|/ | |||
* | Merged in jaesivsm/pyaggr3g470r/ui_tweak (pull request #3) | Cédric Bonhomme | 2014-06-12 |
|\ | | | | | Redoing home page with a table a few less SQL queries | ||
| * | reimplementing the unread count in left menu | François Schmidts | 2014-06-12 |
| | | |||
| * | aligning message box to the right | François Schmidts | 2014-06-12 |
| | | |||
| * | redoing home page | François Schmidts | 2014-06-12 |
| | | |||
| * | adding the capacity to mark articles as unread | François Schmidts | 2014-06-10 |
|/ | |||
* | fixes #7 | Cédric Bonhomme | 2014-06-10 |
| | |||
* | Not writing JSON file when importing an account. | Cédric Bonhomme | 2014-06-10 |
| | |||
* | Fixed a problem when running in standalone mode. | Cédric Bonhomme | 2014-06-09 |
| | |||
* | Merged in jaesivsm/pyaggr3g470r (pull request #2) | Cédric Bonhomme | 2014-06-09 |
|\ | | | | | making pyagregator runnable by apache | ||
| * | fixing parsing for already quoted url as well | François Schmidts | 2014-06-09 |
| |\ | |/ |/| | |||
* | | A problem with urllib.quote() has been detected with the url: ↵ | Cédric Bonhomme | 2014-06-08 |
| | | | | | | | | http://standblog.org/blog/post/2014/02/04/Confiance-en-Google-%3A-81-de-non. | ||
* | | Merged in jaesivsm/pyaggr3g470r (pull request #1) | Cédric Bonhomme | 2014-06-08 |
|\ \ | | | | | | | misc fixes | ||
| | * | making pyagregator runnable by apache | François Schmidts | 2014-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 | ||
| * | supporting feed without date or with ill formated date | François Schmidts | 2014-06-08 |
| | | |||
| * | fix from | François Schmidts | 2014-06-08 |
| | | | | | | | | http://stackoverflow.com/questions/8774958/keyerror-in-module-threading-after-a-successful-py-test-run | ||
| * | fixing crash when logging with nonexisting user | François Schmidts | 2014-06-08 |
| | | |||
| * | small practicity changes | François Schmidts | 2014-06-08 |
|/ | |||
* | Font size for the sidebar: 100% | Cédric Bonhomme | 2014-06-01 |
| | |||
* | Autoscroll for the sidebar. | Cédric Bonhomme | 2014-06-01 |
| | |||
* | Hide the sidebar on small and extra small screens. | Cédric Bonhomme | 2014-06-01 |
| | |||
* | Improved sidenav bar. | Cédric Bonhomme | 2014-06-01 |
| | |||
* | Tryin the affix sidenav. | Cédric Bonhomme | 2014-06-01 |
| | |||
* | fetch.py can now retrieved articles for all user (when no arguments are given). | Cédric Bonhomme | 2014-05-29 |
| | |||
* | Updated README. | Cédric Bonhomme | 2014-05-28 |
| | |||
* | Testing a performance improvement. | Cédric Bonhomme | 2014-05-27 |
| | |||
* | Updated anchor. | Cédric Bonhomme | 2014-05-27 |
| | |||
* | Updated translations. | Cédric Bonhomme | 2014-05-27 |
| | |||
* | Updated translations. | Cédric Bonhomme | 2014-05-27 |
| |