index
:
newspipe
add-reverse-proxy
combine-apps
hide-registration-button
ldap-auth
master
reverse-proxy
reverse-proxy-for-patch
stackrpms-branding
stackrpms-master
A web news aggregator.
bgstack15
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
pyaggr3g470r
/
views
/
api
/
common.py
Commit message (
Collapse
)
Author
Age
*
With the new version of Flask-Login is_authenticated is now a property.
Cédric Bonhomme
2015-09-18
|
*
making it easier to request with lists
François Schmidts
2015-08-05
|
*
making it possible for super admin to update other's feed
François Schmidts
2015-07-06
|
*
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
|
*
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
|
*
pylint check
Cédric Bonhomme
2015-03-15
|
*
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
|
*
Fix the authenticate decorator.
Cédric Bonhomme
2015-03-05
|
*
fixing the multi api
François Schmidts
2015-03-03
|
*
adding some docstring
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
bgstack15