Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | sqlalchemy was requesting icons everytime feed where listed | François Schmidts | 2015-08-03 |
| | | | | so i choosed to move the icons into their own table | ||
* | ensuring the icon isn't empty and redoing a bit of logging | François Schmidts | 2015-07-31 |
| | |||
* | redoing the etag matching mechanism | François Schmidts | 2015-07-31 |
| | |||
* | fetching mimetypes with images | François Schmidts | 2015-07-21 |
| | |||
* | retrieved date is now when retrieved and comparison are made on the date of ↵ | François Schmidts | 2015-07-21 |
| | | | | articles | ||
* | rebuilding feed url as well | François Schmidts | 2015-07-07 |
| | |||
* | making the crawler getting the feed with high traffic earlier | François Schmidts | 2015-07-07 |
| | |||
* | making it possible for super admin to update other's feed | François Schmidts | 2015-07-06 |
| | |||
* | important fix, the retrieved_date was always now, leading to unmatchable ↵ | François Schmidts | 2015-07-06 |
| | | | | article (added again and again) | ||
* | adding feed icons on feed pages | François Schmidts | 2015-07-06 |
| | |||
* | Minor fixes from a quick review. Need to test deeper. | Cédric Bonhomme | 2015-07-06 |
| | |||
* | the icon isn't a url but a b64 dump | François Schmidts | 2015-07-06 |
| | |||
* | light refact | François Schmidts | 2015-07-06 |
| | | | | | * both crawlers now use the same utils methods * the original crawler use now more of the controllers, enabling the filters feature | ||
* | making bookmaklet work for any url | François Schmidts | 2015-07-06 |
| | |||
* | constructing feed from normal url also | François Schmidts | 2015-07-06 |
| | |||
* | fixing bug on reset link for feeds and hidding feed title for eXtraSmall device | François Schmidts | 2015-07-06 |
| | |||
* | the icon feature | François Schmidts | 2015-07-03 |
| | | | | | | * icon of feeds is now an url retrieved from the feed or the site link * the icon is displayed in the home page making it visually easier to read * the http crawler is in charge of keeping it up to date | ||
* | registering an strftime even if headers don't provide one | François Schmidts | 2015-07-02 |
| | |||
* | correcting log level for error in feed retrieving | François Schmidts | 2015-05-13 |
| | |||
* | enforcing better user of user_id in controllers | François Schmidts | 2015-04-23 |
| | | | | | | thus enhancing rights limitations between users wider_controller are a way to say "I was the maximum rights my role allows me" | ||
* | making admin able to update all other users feed | François Schmidts | 2015-04-22 |
| | |||
* | Merge remote-tracking branch 'upstream/master' | François Schmidts | 2015-04-06 |
|\ | | | | | | | | | | | Conflicts: pyaggr3g470r/controllers/feed.py pyaggr3g470r/templates/home.html | ||
| * | Capure logging for InsecureRequestWarning (https). | Cédric Bonhomme | 2015-03-05 |
| | | |||
* | | 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 | ||
* | | implementing cache construction on crawler side (limiting useless pushes) | François Schmidts | 2015-03-10 |
| | | |||
* | | failover for bad counter manipulation | François Schmidts | 2015-03-10 |
| | | |||
* | | better crawling crontrol | François Schmidts | 2015-03-06 |
| | | |||
* | | correcting wait counter and reactivating last_retrieved | François Schmidts | 2015-03-05 |
|/ | |||
* | last fixes | François Schmidts | 2015-03-03 |
| | |||
* | adding some docstring | François Schmidts | 2015-03-03 |
| | |||
* | cleaning feed on okay download resulting in 304 | François Schmidts | 2015-03-03 |
| | |||
* | displaying feed errors in ui | François Schmidts | 2015-03-03 |
| | |||
* | multi crawler update | François Schmidts | 2015-03-03 |
| | | | | | | * adding action in the manager * removing debug code and adapting logging level * adding a wait method so it can be ran through cli | ||
* | 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 |
| | |||
* | a first big refacto of the existing arch | François Schmidts | 2015-03-03 |
| | |||
* | global esthetics tweak | François Schmidts | 2015-03-03 |