aboutsummaryrefslogtreecommitdiff
path: root/newspipe
Commit message (Expand)AuthorAge
* display external-auth on user for admin edit-user pageB. Stack2023-06-24
* add better branding, and do not use git for versionB. Stack2023-06-24
* disallow ext-auth user to change nicknameB. Stack2023-06-24
* use attribute external_authB. Stack2023-06-24
* WIP: add db string user.external_authB. Stack2023-06-24
* WIP: initial ldap supportB. Stack2023-06-24
* Addresses some flake8 warnings.Cédric Bonhomme2023-06-24
* Applied patch from "B. Stack" <bgstack15@gmail.com>B. Stack2023-06-24
* chg: [security] fix CVE-2023-32681 (GHSA-j8r2-6x86-q33q).Cédric Bonhomme2023-05-23
* fix: [database] Fixed an issue in the database create.Cédric Bonhomme2023-05-07
* fix: [forms] Fixed an issue in Flask-WTF.Cédric Bonhomme2023-05-07
* chg: [commands] Removed command fix_article_entry_id.Cédric Bonhomme2023-02-13
* chg: [templates] Replaced chart.min.js by chart.umd.js.Cédric Bonhomme2023-01-30
* Added __init_.py in newspipe module (fixes a mypy issue). !minorCédric Bonhomme2023-01-16
* chg: [dependencies] Updated poetry project config and pip-audit.Cédric Bonhomme2023-01-16
* removed bootstrap-selectCédric Bonhomme2022-08-18
* added robots dot txt page.Cédric Bonhomme2022-04-25
* fix: [controllers] fixed an issue in the management of bookmark's tags.Cédric Bonhomme2022-03-30
* chg: [style] improved style. !minorCédric Bonhomme2022-03-30
* added a spinner before the display of the bar chartCédric Bonhomme2022-01-02
* Improved bar chart for the history of articles.Cédric Bonhomme2022-01-02
* Added new blueprint for future stats and added a newCédric Bonhomme2022-01-02
* simplify process_filters in article_utils.pyCédric Bonhomme2022-01-02
* Resolved some flakes warnings.Cédric Bonhomme2022-01-02
* various !minor fixesCédric Bonhomme2022-01-02
* Updated Copyright years.Cédric Bonhomme2022-01-01
* Removed unused import.Cédric Bonhomme2022-01-01
* TypeError: As of 3.10, the *loop* parameter was removed fromCédric Bonhomme2022-01-01
* chg: [style] Format with black.Cédric Bonhomme2021-12-28
* do not use base exceptionCédric Bonhomme2021-10-17
* removed useless importsCédric Bonhomme2021-10-17
* removed uselle blueprintCédric Bonhomme2021-10-17
* chg: removed useless importCédric Bonhomme2021-10-15
* chg: removed useless importCédric Bonhomme2021-10-15
* updated btn-group-xs style for the list of atticles.Cédric Bonhomme2021-09-26
* improved display of the list of newsCédric Bonhomme2021-09-25
* fixed navbar-togglerCédric Bonhomme2021-07-11
* updated foreign_keys for bookmarfs in tag.pyCédric Bonhomme2021-07-07
* various fixes concerning the management of the tagsCédric Bonhomme2021-07-06
* only delete read article retrieved more than 60 days ago.Cédric Bonhomme2021-07-05
* removed the requirements on the password for the UserFormCédric Bonhomme2021-07-05
* updated bootstrap and various UI fixesCédric Bonhomme2021-07-03
* raise the minimum of characters of a password to 20Cédric Bonhomme2021-07-03
* 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
* updated copyright yearsCédric Bonhomme2021-07-02
* fixed alert messagesCédric Bonhomme2021-07-02
* various fixes in the JavaScript functions to mark an article as read/unread a...Cédric Bonhomme2021-07-02
* added new ix_articletag_aid index in article_tagCédric Bonhomme2021-07-01
* new [commands]: added fix_article_entry_id command.Cédric Bonhomme2021-04-14
bgstack15