Flask AppBuilder Versions Save

Simple and rapid application development framework, built on top of Flask. includes detailed security, auto CRUD generation for your models, google charts and much more. Demo (login with guest/welcome) - http://flaskappbuilder.pythonanywhere.com/

v4.3.3

10 months ago

Patch release 4.3.3

  • fix: marshmallow enum by value keep compatibility (#2067) [Daniel Vaz Gaspar]
  • fix: marshmallow new min version to 3.18 (#2066) [Daniel Vaz Gaspar]
  • fix: select2-ajax-widget (#2052) [Nadir Can Kavkas]
  • chore: remove marshmallow-enum dependency (#2064) [Daniel Vaz Gaspar]
  • fix: Double escaping for next param in login with oauth (#2053) [Aleksandr Musorin]
  • chore: remove RemovedInMarshmallow4 warnings (#2024) [Sebastian Liebscher]
  • docs: Update docs/security.rst with Windows LDAP working Example (#2026) [verschlimmbesserer]
  • fix(translations): better translation of the pt_BR language (#2061) [Lucas Gonzalez de Queiroz]
  • fix: broken link to config.py template (#2056) [Alex Gordienko]
  • fix: user registration menu name (#2051) [Daniel Vaz Gaspar]

v4.3.2

11 months ago

Patch release 4.3.2

  • fix: CRUD MVC log message (#2045) [Daniel Vaz Gaspar]
  • fix: deprecated method for getting value on select2 (#2039) [Viacheslav]
  • chore: bump Flask and werkzeug (#2034) [Daniel Vaz Gaspar]
  • ci: improve codeql configuration (#2032) [Daniel Vaz Gaspar]
  • ci: add codeQL analysis (#2031) [Daniel Vaz Gaspar]
  • fix: cli create app ask for initial secret key (#2029) [Daniel Vaz Gaspar]
  • fix: using base_filters with FilterEqualFunction not working for relation fields (#2011) [ThomasP0815]
  • ci: bump ubuntu version, remove mockldap (#2013) [Daniel Vaz Gaspar]

v4.3.1

1 year ago

Patch release 4.3.1

  • fix(mvc): operation filters with new select2 (#2005) [Daniel Vaz Gaspar]
  • fix(translations): misspell in ru translations (#2002) [Stepan]

v4.3.0

1 year ago

Minor release 4.3.0

  • fix: disable rate limit by default (#1999) [Daniel Vaz Gaspar]
  • fix: auth rate limit docs and default rate (#1997) [Daniel Vaz Gaspar]
  • feat: Add rate limiter (#1976) [bolkedebruin]
  • docs: Updated LDAP Documentation (#1988) [Alissa Gerhard]
  • fix: Save next URL on failed login attempt (#1936) [Dosenpfand]
  • fix: select2 theme use bootstrap (#1995) [Daniel Vaz Gaspar]
  • fix: CI broken by pyodbc vs unixodbc (#1996) [Daniel Vaz Gaspar]

v4.2.1

1 year ago

Patch release 4.2.1

  • ci: fix pyodbc install failure (#1992) [Daniel Vaz Gaspar]
  • fix: Remove unused parameter from QuerySelectMultipleField instantiation (#1991) [Dosenpfand]
  • fix: Make sure user input is not treated as safe in the oauth view (#1978) [Glenn Schuurman]
  • fix: don't use root logger on safe decorator (#1990) [Igor Khrol]
  • chore: upgrade Font Awesome to version 6 (#1979) [Daniel Vaz Gaspar]

v4.2.0

1 year ago

Minor release 4.1.6

  • feat: add opt-in outer default load option to model REST API (#1971) [Daniel Vaz Gaspar]
  • chore: Add more type annotation to REST API module (#1969) [Daniel Vaz Gaspar]
  • fix: upgrade Select2 to 4.0.13 (#1968) [Nicola Gramola]
  • fix: REST API one-to-one relationship (#1965) [Daniel Vaz Gaspar]
  • fix(api): _info HTTP 500 when exists a defined invalid search field (#1963) [Daniel Vaz Gaspar]
  • chore: Use implicit default loading rather than explicit joined eager loading (#1961) [John Bodley]
  • chore: Increase upper-bound on apispec (#1903) [Tomáš Drtina]
  • fix: replace deprecated attachment_filename (#1956) [Steve Embling]

v4.1.6

1 year ago

Patch release 4.1.6

  • feat: add utility method on SM for fetching all roles and perms for a user (#1950) [Daniel Vaz Gaspar]

v4.1.5

1 year ago

Patch release 4.1.5

  • fix: HTML label IDs for db and ldap login (#1935) [Dosenpfand]
  • fix: OAuth state parameter (#1932) [Daniel Vaz Gaspar]
  • docs: Fix a few typos (#1929) [Tim Gates]
  • chore: Update compiled german translation, delete backup file (#1928) [Dosenpfand]
  • fix: addon managers import (#1920) [Daniel Vaz Gaspar]

v4.1.4

1 year ago

Patch release 4.1.4

  • chore: Redirect to prev url on login for AuthRemoteUserView (#1901) [Alexander Ryndin]
  • chore: Bump upper bounds on wtforms and flask-wtf (#1904) [Tomáš Drtina]
  • fix(mvc): related model view setting default related field value (#1898) [Daniel Vaz Gaspar]
  • fix: DateTimePicker rendering in forms (#1698) [Federico Padua]
  • test(fab_cli): tag tests that need internet so they can be skipped (#1880) [jnahmias]
  • fix: fix a wrong 'next' URL in javascript (#1897) [Sansarun Sukawongviwat]
  • chore: allow authlib > 1 updated docs (#1891) [Daniel Vaz Gaspar]
  • docs: fix oauth example config (#1890) [Daniel Vaz Gaspar]
  • docs: fix oauth example config (#1889) [Daniel Vaz Gaspar]

v4.1.3

1 year ago

Patch release 4.1.3

  • fix: user stats view search (#1887) [Daniel Vaz Gaspar]
  • fix: Do not render hidden form fields twice (#1848) [Dosenpfand]
  • chore: Bump requirements pillow version, remove PIL from doc (#1873) [Dosenpfand]
  • fix: custom menu option (#1884) [Daniel Vaz Gaspar]
  • fix: FAB_INDEX_VIEW type check (#1883) [Daniel Vaz Gaspar]
  • fix(api): register responses with apispec using components.response() (#1881) [jnahmias]
  • docs: add responsible disclosure text to security (#1882) [Daniel Vaz Gaspar]
  • chore: Improve german translation (#1872) [Dosenpfand]
  • fix: populating permission and vm instead of just setting the id (#1874) [Zef Lin]