aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* disambiguate prefixB. Stack2023-08-31
|
* try prefix()B. Stack2023-08-31
|
* add prefix() to context_processor and hardcoded urlsB. Stack2023-08-31
|
* disable adding prefix to _uf?B. Stack2023-08-31
|
* improve debug by printfB. Stack2023-08-31
|
* use local var instead of application.configB. Stack2023-08-31
|
* and now remove url_for from newspipe.lib.utilsB. Stack2023-08-31
|
* try a context processorB. Stack2023-08-31
|
* debug by printfB. Stack2023-08-31
|
* add newspipe.lib.utils url_for()B. Stack2023-08-31
|
* leave PREFIX disabled by default in configB. Stack2023-08-30
|
* improve syntaxB. Stack2023-08-30
|
* ignore dns.resolver.NoAnswerB. Stack2023-08-30
|
* check config after loading configB. Stack2023-08-30
|
* add support for reverse-proxy in configB. Stack2023-08-30
|
* customize cssB. Stack2023-06-24
|
* 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
| | | | | Still need schema support for attribute user.external_auth, probably of type bool.
* Addresses some flake8 warnings.Cédric Bonhomme2023-06-24
|
* Applied patch from "B. Stack" <bgstack15@gmail.com>B. Stack2023-06-24
|
* chg: [dependencies] Updated Python dependencies.Cédric Bonhomme2023-06-06
|
* chg: [security] fix CVE-2023-32681 (GHSA-j8r2-6x86-q33q).Cédric Bonhomme2023-05-23
|
* chg: [documentation] Updated README.Cédric Bonhomme2023-05-07
|
* 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: [security] Updated Flask (CVE-2023-30861) and markdown-it-py.Cédric Bonhomme2023-05-02
|
* chg: [dependencies] Updated Python dependencies.Cédric Bonhomme2023-04-03
|
* chg: [dependencies] Updated markdown-it-py.Cédric Bonhomme2023-02-25
|
* Updated poetry.lock.Cédric Bonhomme2023-02-18
|
* build(deps): bump werkzeug from 2.2.2 to 2.2.3dependabot[bot]2023-02-18
| | | | | | | | | | | | | | Bumps [werkzeug](https://github.com/pallets/werkzeug) from 2.2.2 to 2.2.3. - [Release notes](https://github.com/pallets/werkzeug/releases) - [Changelog](https://github.com/pallets/werkzeug/blob/main/CHANGES.rst) - [Commits](https://github.com/pallets/werkzeug/compare/2.2.2...2.2.3) --- updated-dependencies: - dependency-name: werkzeug dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
* Updated alembic.Cédric Bonhomme2023-02-18
|
* Updated werkzeug to version 2.2.3.Cédric Bonhomme2023-02-16
|
* chg: [dependencies] Updated Python dependencies.Cédric Bonhomme2023-02-13
|
* chg: [commands] Removed command fix_article_entry_id.Cédric Bonhomme2023-02-13
|
* chg: [dependencies] Updated Python dependencies.Cédric Bonhomme2023-02-08
|
* chg: [templates] Replaced chart.min.js by chart.umd.js.Cédric Bonhomme2023-01-30
|
* chg: [dependencies] Updated JavaScript dependencies.Cédric Bonhomme2023-01-30
|
* chg: [dependencies] Updated Python dependencies.Cédric Bonhomme2023-01-30
|
* chg: [dependencies] Updated Python dependencies.Cédric Bonhomme2023-01-25
|
* 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
|
* Updated pip-audit.Cédric Bonhomme2023-01-09
|
* chg: [dependencies] Updated various Python dependencies.Cédric Bonhomme2023-01-02
|
* chg: [security] GHSA-43fp-rhv2-5gv8 Upgraded certifi (2022.9.14 => 2022.12.7).Cédric Bonhomme2022-12-09
|
* updated bootstrapCédric Bonhomme2022-09-22
|
* updated aiohttpCédric Bonhomme2022-09-22
|
bgstack15