aboutsummaryrefslogtreecommitdiff
path: root/newspipe/commands.py
Commit message (Collapse)AuthorAge
* Addresses some flake8 warnings.Cédric Bonhomme2023-06-24
|
* fix: [database] Fixed an issue in the database create.Cédric Bonhomme2023-05-07
|
* chg: [commands] Removed command fix_article_entry_id.Cédric Bonhomme2023-02-13
|
* chg: [style] improved style. !minorCédric Bonhomme2022-03-30
|
* various !minor fixesCédric Bonhomme2022-01-02
|
* Removed unused import.Cédric Bonhomme2022-01-01
|
* TypeError: As of 3.10, the *loop* parameter was removed fromCédric Bonhomme2022-01-01
| | | | Queue() since it is no longer necessary.
* only delete read article retrieved more than 60 days ago.Cédric Bonhomme2021-07-05
|
* deleted read article (and not liked) that are retrieved since more than 15 days.Cédric Bonhomme2021-07-03
|
* delete read articles retrieved since more than 15 days.Cédric Bonhomme2021-07-02
|
* new [commands]: added fix_article_entry_id command.Cédric Bonhomme2021-04-14
|
* chg: [commands] delete_read_articles will delete only 5000 articles.Cédric Bonhomme2020-12-06
|
* chg: [commands] delete_read_articles will also delete unread articles.Cédric Bonhomme2020-12-05
|
* new: [commands] Added a function which deletes read articles retrieved since ↵Cédric Bonhomme2020-12-05
| | | | more than 5 days ago.
* added a command to disable inactive users (number of months given in parameter).Cédric Bonhomme2020-11-03
|
* fixed deletion of inactive users. users are now deleted in a for loop on the ↵Cédric Bonhomme2020-11-02
| | | | result of the read method.
* fix definition of the filter variableCédric Bonhomme2020-11-02
|
* added a command to delete inactive users (number of months given in parameter).Cédric Bonhomme2020-11-02
|
* added a command to delete a user with its id.Cédric Bonhomme2020-11-02
|
* catch potential errors during creation of the first admin user.Cédric Bonhomme2020-04-07
|
* Removed useless import.Cédric Bonhomme2020-04-06
|
* Migrate form Flask-Script to the built-in integration of the click command ↵Cédric Bonhomme2020-04-06
line interface of Flask.
bgstack15