Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | no redirect from home if no feed has been tfiltered in | François Schmidts | 2015-04-12 | |
| | ||||
* | first take on redoing the menu | François Schmidts | 2015-04-12 | |
| | ||||
* | regrouping favorties and home, redoing the tab selection jscode | François Schmidts | 2015-04-12 | |
| | ||||
* | correcting a bug where we didn't allow to edit a feed | François Schmidts | 2015-04-12 | |
| | ||||
* | removing unread page | François Schmidts | 2015-04-12 | |
| | ||||
* | auto redirect to the all including filter when landing on no result | François Schmidts | 2015-04-12 | |
| | ||||
* | adding a reset link to the feed page | François Schmidts | 2015-04-12 | |
| | ||||
* | getting things out of the view a little more | François Schmidts | 2015-04-12 | |
| | ||||
* | moving feed views related code in views.feed and massive use of url_for | François Schmidts | 2015-04-12 | |
| | ||||
* | The minimum error count is now specified in the configuration file. | Cédric Bonhomme | 2015-04-08 | |
| | ||||
* | correcting the way we use the controllers and adding documentation | François Schmidts | 2015-04-07 | |
| | ||||
* | Merge remote-tracking branch 'upstream/master' | François Schmidts | 2015-04-06 | |
|\ | | | | | | | | | | | Conflicts: pyaggr3g470r/controllers/feed.py pyaggr3g470r/templates/home.html | |||
| * | Bugfix. | Cédric Bonhomme | 2015-04-01 | |
| | | ||||
| * | Use more the controllers in views.py. user_id_key is the email. | Cédric Bonhomme | 2015-03-29 | |
| | | ||||
| * | Typo... | Cédric Bonhomme | 2015-03-28 | |
| | | ||||
| * | Test of the headers was to strict. | Cédric Bonhomme | 2015-03-28 | |
| | | ||||
| * | It is now possible to delete all duplicate articles with one request. | Cédric Bonhomme | 2015-03-28 | |
| | | ||||
| * | The manual retrieving of news is solely available for administrator, on the ↵ | Cédric Bonhomme | 2015-03-23 | |
| | | | | | | | | Heroku platform. | |||
| * | Fixed a minor bug in the '/feed' page. | Cédric Bonhomme | 2015-03-23 | |
| | | ||||
| * | Improvements and fixes for the history() function. | Cédric Bonhomme | 2015-03-16 | |
| | | ||||
| * | forgot login required decorator | Cédric Bonhomme | 2015-03-15 | |
| | | ||||
| * | A new test for the history page. | Cédric Bonhomme | 2015-03-15 | |
| | | ||||
| * | pylint check | Cédric Bonhomme | 2015-03-15 | |
| | | ||||
| * | Bug fix. | Cédric Bonhomme | 2015-03-09 | |
| | | ||||
| * | Test | Cédric Bonhomme | 2015-03-09 | |
| | | ||||
| * | Test | Cédric Bonhomme | 2015-03-09 | |
| | | ||||
| * | Moved duplicate() function in utils.py. Some minor cosmethic changes. | Cédric Bonhomme | 2015-03-08 | |
| | | ||||
| * | Feed GET HTTP resource accepts request with no json data (test). | Cédric Bonhomme | 2015-03-06 | |
| | | ||||
| * | Bug fix: 'sqlalchemy.exc.DataError: (DataError) LIMIT must not be negative' ↵ | Cédric Bonhomme | 2015-03-05 | |
| | | | | | | | | when loading the page /articles/id | |||
* | | misc update | François Schmidts | 2015-04-06 | |
|/ | | | | | | updating the way we maintain feed up to date in the database fixing the counter bumping the minimum error count | |||
* | Fix the authenticate decorator. | Cédric Bonhomme | 2015-03-05 | |
| | ||||
* | Provides to the user a way to set the error count of a feed to 0 by enabling ↵ | Cédric Bonhomme | 2015-03-05 | |
| | | | | it again. | |||
* | The side menu of the main page now displays all the feeds. | Cédric Bonhomme | 2015-03-05 | |
| | ||||
* | Typo. | Cédric Bonhomme | 2015-03-04 | |
| | ||||
* | The feed abject should be loaded when 'feed_id' is not None. | Cédric Bonhomme | 2015-03-04 | |
| | ||||
* | adding refresh rate to the profile form | François Schmidts | 2015-03-04 | |
| | ||||
* | Merge remote-tracking branch 'origin/master' into evol/api | François Schmidts | 2015-03-03 | |
| | | | | | | | | Conflicts: bootstrap.py pyaggr3g470r/models.py pyaggr3g470r/notifications.py pyaggr3g470r/rest.py | |||
* | fixing the multi api | François Schmidts | 2015-03-03 | |
| | ||||
* | adding some docstring | François Schmidts | 2015-03-03 | |
| | ||||
* | displaying feed errors in ui | François Schmidts | 2015-03-03 | |
| | ||||
* | fixing multi get | François Schmidts | 2015-03-03 | |
| | ||||
* | fixing/restoring logging level | François Schmidts | 2015-03-03 | |
| | ||||
* | new crawler with cache control and error handling | François Schmidts | 2015-03-03 | |
| | ||||
* | continuing refacto | François Schmidts | 2015-03-03 | |
| | ||||
* | first implementation of fetchable feeds | François Schmidts | 2015-03-03 | |
| | ||||
* | a first big refacto of the existing arch | François Schmidts | 2015-03-03 | |
| | ||||
* | splitting and refactoring the Restful api part | François Schmidts | 2015-03-03 | |
| | ||||
* | global esthetics tweak | François Schmidts | 2015-03-03 | |