- 16 Oct, 2016 1 commit
-
-
PJ Janse van Rensburg authored
-
- 11 Oct, 2016 2 commits
-
-
Serge S. Koval authored
Add desc as a function parameter to sort_url
-
Serge S. Koval authored
on_form_prefill() should be executed when form validation fail.
-
- 08 Oct, 2016 2 commits
-
-
Serge S. Koval authored
Fix bad call `super()` in `BaseSQLAFilter.apply`
-
lifei authored
-
- 04 Oct, 2016 1 commit
-
-
Conner Mo authored
-
- 02 Oct, 2016 1 commit
-
-
PJ Janse van Rensburg authored
-
- 30 Sep, 2016 1 commit
-
-
Tom Kedem authored
-
- 23 Sep, 2016 4 commits
-
-
Serge S. Koval authored
-
Serge S. Koval authored
Added sorting, labeling and visibility configuration to file admin columns
-
Serge S. Koval authored
Extract a method for calculating inline model keys
-
Serge S. Koval authored
Support association proxies in path when determining hybrid property
-
- 18 Sep, 2016 6 commits
-
-
Tom Kedem authored
1) Added support for dealing with association proxies when determining if field path is a hybrid property. 2) Restored support for filters using column values (not just their names).
-
Serge S. Koval authored
Fixes #1339 and adds python 3 support to the example
-
Tom Kedem authored
-
Serge S. Koval authored
Fix CSRF for production deployments
-
Serge S. Koval authored
Added support for remote hybrid properties filters
-
Tom Kedem authored
-
- 17 Sep, 2016 2 commits
- 15 Sep, 2016 1 commit
-
-
Tom Kedem authored
-
- 14 Sep, 2016 1 commit
-
-
Andrew Grigorev authored
Current SecureForm implementation generates CSRF secret using `os.urandom()` every time when application start up. CSRF secret is used to calculate csrf_token check value, so if someone would use a command similar to gunicorn --workers=8 app to run his flask-admin app on production then most form submissions would silently fail (silently - as for now, it is probably another one bug). Instead of custom `os.urandom()` logic the `app.secret_key` value should be used to produce CSRF token values.
-
- 10 Sep, 2016 1 commit
-
-
Tom Kedem authored
-
- 08 Sep, 2016 4 commits
-
-
Serge S. Koval authored
Added support for sqla association proxy in model view.
-
Tom Kedem authored
-
Tom Kedem authored
-
Serge S. Koval authored
allow user to set flag "ignore_hidden"
-
- 05 Sep, 2016 3 commits
-
-
Serge S. Koval authored
Fix geoa.GeoJSONField
-
Andrew Grigorev authored
-
Andrew Grigorev authored
-
- 03 Sep, 2016 2 commits
-
-
Serge S. Koval authored
support for WTForms >= 3.0
-
Alan Hamlett authored
-
- 31 Aug, 2016 2 commits
-
-
Serge S. Koval authored
Updated hybrid property detection to new sqlalchemy API
-
Tom Kedem authored
Modified hybrid property example to make use of the scaffold mechanism to create filters.
-
- 30 Aug, 2016 1 commit
-
-
Tom Kedem authored
-
- 28 Aug, 2016 1 commit
-
-
Serge S. Koval authored
support multiple column sort with column_sortable_list
-
- 25 Aug, 2016 4 commits
-
-
Serge S. Koval authored
Update actions.js
-
Tom Kedem authored
-
Serge S. Koval authored
-
Serge S. Koval authored
-