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
/
views.py
Commit message (
Expand
)
Author
Age
*
redoing sorting on SQL and allowing to reverse sorting
François Schmidts
2015-04-16
*
introducing the or filter component
François Schmidts
2015-04-16
*
redoing full text search
François Schmidts
2015-04-16
*
making fetch call dependent to the crawling method option
François Schmidts
2015-04-14
*
redoing conf gathering and using it in templates
François Schmidts
2015-04-14
*
It is now possible to sort articles by date (default) or by feed.
Cédric Bonhomme
2015-04-13
*
Bugfix: forgot to pass the 'user' variable to the template.
Cédric Bonhomme
2015-04-12
*
Removed useless form instance.
Cédric Bonhomme
2015-04-12
*
Fixed a bug when creating a new user via the dashboard. An other little impro...
Cédric Bonhomme
2015-04-12
*
Typo.
Cédric Bonhomme
2015-04-12
*
Do not display the search button on Heroku.
Cédric Bonhomme
2015-04-12
*
It is now possible to add a new feed from any page via a dropdown menu.
Cédric Bonhomme
2015-04-12
*
improving look and feel of home page
François Schmidts
2015-04-12
*
making the favorites link switch to home when the displayed page is favorites
François Schmidts
2015-04-12
*
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
*
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
*
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
|
\
|
*
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
|
*
The manual retrieving of news is solely available for administrator, on the H...
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
*
|
misc update
François Schmidts
2015-04-06
|
/
*
Provides to the user a way to set the error count of a feed to 0 by enabling ...
Cédric Bonhomme
2015-03-05
*
The side menu of the main page now displays all the feeds.
Cédric Bonhomme
2015-03-05
*
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
*
displaying feed errors in ui
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
*
global esthetics tweak
François Schmidts
2015-03-03
bgstack15