aboutsummaryrefslogtreecommitdiff
path: root/newspipe/web
Commit message (Expand)AuthorAge
* 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: [forms] Fixed an issue in Flask-WTF.Cédric Bonhomme2023-05-07
* chg: [dependencies] Updated poetry project config and pip-audit.Cédric Bonhomme2023-01-16
* 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 new blueprint for future stats and added a newCé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
* 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
* various fixes concerning the management of the tagsCédric Bonhomme2021-07-06
* 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
* updated copyright yearsCédric Bonhomme2021-07-02
* harmonize CRAWLER_RESOLVE_ARTICLE_URL configuration variable.Cédric Bonhomme2020-12-10
* chg: [view] Articles are now ordered by date on the public users's stream page.Cédric Bonhomme2020-11-11
* chg: [API] allow search with filters from controllers for articles.Cédric Bonhomme2020-10-12
* fixed self deletion of account.Cédric Bonhomme2020-08-26
* chg: [ui] improved forms in navbar.Cédric Bonhomme2020-06-23
* new: [categories] when creating or editing a category it is now possible to s...Cédric Bonhomme2020-06-07
* improved feed menuCédric Bonhomme2020-06-06
* Updated URL of the project home page.Cédric Bonhomme2020-05-01
* fixed erros reported by flake.Cédric Bonhomme2020-04-03
* Improved the feed creation form.Cédric Bonhomme2020-04-02
* display feeds icon in public pages for feedsCédric Bonhomme2020-03-30
* return transparent image if no favicon are foundCédric Bonhomme2020-03-30
* Display some information about the instance in the about/more page.Cédric Bonhomme2020-03-22
* Updated translations.Cédric Bonhomme2020-03-14
* compile translationsCédric Bonhomme2020-03-14
* Improved the mamagement of parameter transferd via URL for the search of arti...Cédric Bonhomme2020-03-14
* Improved the search form.Cédric Bonhomme2020-03-12
* get the search param filtersCédric Bonhomme2020-03-12
* Uses Bootstrap4 for the pagination component generated by Flask-Pagination.Cédric Bonhomme2020-03-11
* removed unused importsCédric Bonhomme2020-03-10
* cleaned importsCédric Bonhomme2020-03-10
* removed unused variableCédric Bonhomme2020-03-10
* fixed issues reported by flake8.Cédric Bonhomme2020-03-10
* Updated Python dependencies.Cédric Bonhomme2020-03-10
* Fixed typo.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
bgstack15