aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Updated README.Cédric Bonhomme2014-06-23
|
* Updated README.Cédric Bonhomme2014-06-23
|
* DELETE method for the REST service has been implemented.Cédric Bonhomme2014-06-23
|
* Updated README and fixed a problem when parsing the publication date of the ↵Cédric Bonhomme2014-06-23
| | | | article.
* POST method should be defined in ArticleListAPI.Cédric Bonhomme2014-06-23
|
* Updated README.Cédric Bonhomme2014-06-23
|
* Updated README.Cédric Bonhomme2014-06-23
|
* It is now possible to add new articles with the API!Cédric Bonhomme2014-06-23
|
* The JSON service now returns HTTPS status code with messages to explain the ↵Cédric Bonhomme2014-06-23
| | | | problem.
* The API has been updated.Cédric Bonhomme2014-06-22
|
* Updated translations.Cédric Bonhomme2014-06-22
|
* Braces for translations.Cédric Bonhomme2014-06-22
|
* Added some messages to the home page.Cédric Bonhomme2014-06-22
|
* Added a comment for the home() view.Cédric Bonhomme2014-06-22
|
* if the crawler is not able to get the link of the article, continue.Cédric Bonhomme2014-06-21
|
* Merge branch 'master' of bitbucket.org:cedricbonhomme/pyaggr3g470rCédric Bonhomme2014-06-21
|\
| * Updated README.Cédric Bonhomme2014-06-20
| |
* | Do not fetch articles for blocked users.Cédric Bonhomme2014-06-21
|/
* Check if the account of the user is activated when accessing via the Web ↵Cédric Bonhomme2014-06-19
| | | | service.
* More informations about how to use the web service.Cédric Bonhomme2014-06-18
|
* Updated README.Cédric Bonhomme2014-06-18
|
* Authentication based on the session (when the user is already logged on the ↵Cédric Bonhomme2014-06-18
| | | | site) or authentication via HTTP only (with request.authorization).
* Testing a REST API.Cédric Bonhomme2014-06-18
|
* Updated French translations.Cédric Bonhomme2014-06-16
|
* Renamed submit button.Cédric Bonhomme2014-06-16
|
* 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
|
* Strip '=' character at the end of URLs.Cédric Bonhomme2014-06-14
|
* Updated translations.Cédric Bonhomme2014-06-13
|
* Display a message when the user doesn't have any feeds.Cédric Bonhomme2014-06-13
|
* Translations have been updated.Cédric Bonhomme2014-06-13
|
* Clicking on the article link from the 'Feed' column opens a new tab.Cédric Bonhomme2014-06-13
|
* 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
|
* Sort the list of feeds by number of unread artiles and alphabetically.Cédric Bonhomme2014-06-13
|
* Added AUTHORS.rst file.Cédric Bonhomme2014-06-12
|
* Reseolved 'Page Not Found' error when clicking on 'Mark all as read'.Cédric Bonhomme2014-06-12
|
* Merged in jaesivsm/pyaggr3g470r (pull request #4) Cédric Bonhomme2014-06-12
|\ | | | | Some UI improvements
| * more ui_tweak for menusFrançois Schmidts2014-06-12
| |
| * unread redirects homeFrançois Schmidts2014-06-12
| |
| * style correctionFrançois Schmidts2014-06-12
|/
* Merged in jaesivsm/pyaggr3g470r/ui_tweak (pull request #3) Cédric Bonhomme2014-06-12
|\ | | | | Redoing home page with a table a few less SQL queries
| * reimplementing the unread count in left menuFrançois Schmidts2014-06-12
| |
| * aligning message box to the rightFranç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
|
* Fixed a problem when running in standalone mode.Cédric Bonhomme2014-06-09
|
bgstack15