aboutsummaryrefslogtreecommitdiff
path: root/runserver.py
Commit message (Collapse)AuthorAge
* chg: [style] improved style. !minorCédric Bonhomme2022-03-30
|
* Added new blueprint for future stats and added a newCédric Bonhomme2022-01-02
| | | | bar chart in the history page.
* Updated Copyright years.Cédric Bonhomme2022-01-01
|
* removed useless importsCédric Bonhomme2021-10-17
|
* updated copyright yearsCédric Bonhomme2021-07-02
|
* Updated URL of the project home page.Cédric Bonhomme2020-05-01
|
* Migrate form Flask-Script to the built-in integration of the click command ↵Cédric Bonhomme2020-04-06
| | | | line interface of Flask.
* fixed wrong importCédric Bonhomme2020-03-14
|
* Updated translations.Cédric Bonhomme2020-03-14
|
* compile translationsCédric Bonhomme2020-03-14
|
* cleaned importsCédric Bonhomme2020-03-10
|
* Updated Python dependencies.Cédric Bonhomme2020-03-10
|
* Added a tiny portion of black magic.Cédric Bonhomme2020-03-10
|
* Refactoring the backend.Cédric Bonhomme2020-03-09
|
* moving the root of source code from / to /src/François Schmidts2015-12-17
|
* Rfactorization. Just a start...Cédric Bonhomme2015-11-25
|
* Add a way to get the json encoded by jquery in the URL when using the GET ↵Cédric Bonhomme2015-11-19
| | | | method.
* sqlalchemy was requesting icons everytime feed where listedFrançois Schmidts2015-08-03
| | | | so i choosed to move the icons into their own table
* facto on config and more option in log levelsFrançois Schmidts2015-04-16
|
* first take on redoing the menuFrançois Schmidts2015-04-12
|
* moving feed views related code in views.feed and massive use of url_forFrançois Schmidts2015-04-12
|
* Bugfix.Cédric Bonhomme2015-04-01
|
* Added a new Jinja filter to get month name from number.Cédric Bonhomme2015-03-16
|
* fixing db_create script, migrating it to the managerFrançois Schmidts2015-03-03
|
* fixing/restoring logging levelFrançois Schmidts2015-03-03
|
* a first big refacto of the existing archFrançois Schmidts2015-03-03
|
* Updated years f copyright.Cédric Bonhomme2015-01-03
|
* Updated some comments.Cédric Bonhomme2014-11-19
|
* making pyagregator runnable by apacheFrançois Schmidts2014-06-09
| | | | | | | | | * adding bootstrap module for basic import * redoing logging (config, proper use of the logging module) * making secret part of config (random wouldn't work with apache since it uses different instances of python) * making server entry point not executing application if just imported * not writing file for opml when we can read it from memory
* small practicity changesFrançois Schmidts2014-06-08
|
* Cleaned code.Cédric Bonhomme2014-04-27
|
* License is now AGPLv3.Cédric Bonhomme2014-04-09
|
* Removed initialization script.Cédric Bonhomme2014-04-09
|
* Uses the host address and port number specified in the configuration file.Cédric Bonhomme2014-01-12
|
* Added new files. First prototype with the Flask micro-framework.Cédric Bonhomme2013-10-13
bgstack15