aboutsummaryrefslogtreecommitdiff
path: root/src/conf.py
Commit message (Collapse)AuthorAge
* The project is now using Poetry.Cédric Bonhomme2020-02-26
|
* Uses getboolean instead of get in conf.pyCédric Bonhomme2019-05-11
|
* Removed tag cloud from the public feed page.Cédric Bonhomme2018-10-28
|
* The Postmark team has chosen not to continue development of the Heroku ↵Cédric Bonhomme2017-06-17
| | | | Add-on as of June 30, 2017. Newspipe is now using SendGrid when deployed on Heroku.
* Merge branch 'master' into bookmarkCédric Bonhomme2017-04-07
|\
| * PLATFORM_URL is not required.Cédric Bonhomme2017-04-07
| |
* | checkCédric Bonhomme2017-04-06
| |
* | revertCédric Bonhomme2017-04-06
| |
* | there is something strange with the Heroku form.Cédric Bonhomme2017-04-06
|/
* Renamed crawler name.Cédric Bonhomme2016-11-22
|
* Cleaning config variables.Cédric Bonhomme2016-11-17
|
* It is now possible to configure the refresh interval of feeds (in minutes).Cédric Bonhomme2016-11-10
|
* various improvements to the crawler (better use of coroutines, test if an ↵Cédric Bonhomme2016-11-08
| | | | article should be updated). tags are now retrieved for the k-means clustering (previously achived with the content of articles)
* Starting to improve the loging for Heroku (with logging.StreamHandler).Cédric Bonhomme2016-11-03
|
* fixCédric Bonhomme2016-10-10
|
* updated default email addressCédric Bonhomme2016-10-10
|
* restoring TLSCédric Bonhomme2016-10-10
|
* new name: the last one.Cédric Bonhomme2016-10-10
|
* updated platform URLCédric Bonhomme2016-10-10
|
* Minor improvements.Cédric Bonhomme2016-09-26
|
* Fixed bad URL.Cédric Bonhomme2016-09-11
|
* Removed recaptcha.Cédric Bonhomme2016-04-07
|
* major problems fixed.Cédric Bonhomme2016-04-06
|
* begin integration of the new architectureCédric Bonhomme2016-03-01
|
* we now specify the validity period of the activation link.Cédric Bonhomme2016-02-18
|
* Typo.Cédric Bonhomme2016-02-18
|
* New environment variable for the token salt on Heroku.Cédric Bonhomme2016-02-18
|
* New management of the token for the account confirmation.Cédric Bonhomme2016-02-18
|
* I now know why my sessios was always lost on Heroku...Cédric Bonhomme2016-02-16
|
* Fixed another 'bad' URL.Cédric Bonhomme2016-02-14
|
* more simple to just use os.urandom for the secret key.Cédric Bonhomme2016-02-14
|
* article URL resolving has been removed (wasn't used)Cédric Bonhomme2016-02-14
|
* Removed proxy support. Not so used and better to set at the system level.Cédric Bonhomme2016-02-14
|
* fixed loading of the CDN addressCédric Bonhomme2016-02-03
|
* It is now possible to give the address of a CDN server through the ↵Cédric Bonhomme2016-02-03
| | | | configuratin file (or a system variable).
* handling errors from one page appFrançois Schmidts2016-01-31
|
* using user agent in web crawlerFrançois Schmidts2016-01-11
|
* it seemms that alembic do not find the modelsCédric Bonhomme2016-01-06
|
* moving the root of source code from / to /src/François Schmidts2015-12-17
bgstack15