Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Add a way to get the json encoded by jquery in the URL when using the GET ↵ | Cédric Bonhomme | 2015-11-19 |
| | | | | method. | ||
* | simplification | Cédric Bonhomme | 2015-11-17 |
| | |||
* | minor improvements when deleting old articles, this was stupid... | Cédric Bonhomme | 2015-11-17 |
| | |||
* | With the new version of Flask-Login is_authenticated is now a property. | Cédric Bonhomme | 2015-09-18 |
| | |||
* | Merged in jaesivsm/pyaggr3g470r (pull request #21) | Cédric Bonhomme | 2015-08-06 |
|\ | | | | | | | fixing bug on http crawler and light refact | ||
| * | making it easier to request with lists | François Schmidts | 2015-08-05 |
| | | |||
| * | refact feed list | François Schmidts | 2015-08-05 |
| | | |||
| * | making feeds/fetchable and articles/challenge returns 204 on empty | François Schmidts | 2015-08-05 |
| | | |||
* | | Ensuere that the arguments is an integer. | Cédric Bonhomme | 2015-08-05 |
|/ | |||
* | It is now possible to mark articles as read only older than 1 day or 10 days. | Cédric Bonhomme | 2015-08-05 |
| | |||
* | Secure back redirects with WTForms. | Cédric Bonhomme | 2015-08-04 |
| | |||
* | By hoping this closes #9 without adding another bug. | Cédric Bonhomme | 2015-08-04 |
| | |||
* | 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 | ||
* | redoing the etag matching mechanism | François Schmidts | 2015-07-31 |
| | |||
* | adding munin probes | François Schmidts | 2015-07-31 |
| | |||
* | The numver ov values of the splited string is variable (sometimes the ↵ | Cédric Bonhomme | 2015-07-22 |
| | | | | charset encoding is present, sometimes not). | ||
* | making gen_url get args order predictable so cache generation works | François Schmidts | 2015-07-21 |
| | |||
* | fetching mimetypes with images | François Schmidts | 2015-07-21 |
| | |||
* | adding a no change return policy | François Schmidts | 2015-07-21 |
| | |||
* | Updated translations. | Cédric Bonhomme | 2015-07-10 |
| | |||
* | Management of connection errors when adding a new feed. | Cédric Bonhomme | 2015-07-10 |
| | |||
* | Only start the classic crawler if we were able to get the feed of the site. | Cédric Bonhomme | 2015-07-10 |
| | |||
* | protecting pyagg against empty feed | François Schmidts | 2015-07-07 |
| | |||
* | using bookmarklet for adding feed from navbar | François Schmidts | 2015-07-07 |
| | |||
* | making it possible for super admin to update other's feed | François Schmidts | 2015-07-06 |
| | |||
* | adding feed icons on feed pages | François Schmidts | 2015-07-06 |
| | |||
* | adding cache control on icons | François Schmidts | 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 |
| | |||
* | 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 | ||
* | basic UI to maniuplate filters | François Schmidts | 2015-07-02 |
| | |||
* | a more bootstrap edit feed page & removing unused code | François Schmidts | 2015-07-02 |
| | |||
* | adding unread count when listing feeds, using count_by_feed for user management | François Schmidts | 2015-07-02 |
| | |||
* | accelerating the feeds page | François Schmidts | 2015-07-02 |
| | |||
* | Bugfix: the variable 'favorites' wasn't transfered to the template. | Cédric Bonhomme | 2015-06-29 |
| | |||
* | Typo. | Cédric Bonhomme | 2015-06-12 |
| | |||
* | No need to display the /duplicates page when there is no duplicate. | Cédric Bonhomme | 2015-06-12 |
| | |||
* | The bookmarklet to subscribe to a feed has been slightly updated. | Cédric Bonhomme | 2015-06-03 |
| | |||
* | Bug fix: the 'expire_articles' function was deleting articles of all users! | Cédric Bonhomme | 2015-06-02 |
| | |||
* | It is now possible to sort the list of articles on the second column (title ↵ | Cédric Bonhomme | 2015-06-02 |
| | | | | of article). | ||
* | The search is now case unsensitive. | Cédric Bonhomme | 2015-06-01 |
| | |||
* | This sort is supposed to be based on the feed's name. | Cédric Bonhomme | 2015-06-01 |
| | |||
* | Finally, the side menu was easier to understand before. | Cédric Bonhomme | 2015-05-17 |
| | |||
* | pep8 | François Schmidts | 2015-05-13 |
| | |||
* | The list of inactive feeds is now sorted. | Cédric Bonhomme | 2015-05-10 |
| | |||
* | Removed 'articles' view. | Cédric Bonhomme | 2015-05-09 |
| | |||
* | Just a try to get a more comprehensive counter of unread articles. | Cédric Bonhomme | 2015-04-23 |
| | |||
* | 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" |