- 23 Sep, 2016 1 commit
-
-
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 1 commit
-
-
Tom Kedem authored
-
- 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.
-
- 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 7 commits
-
-
Serge S. Koval authored
Update actions.js
-
Tom Kedem authored
-
Serge S. Koval authored
-
Serge S. Koval authored
-
Serge S. Koval authored
-
Serge S. Koval authored
Fix url generation with localized named filters.
-
aq1 authored
Create function to toggle row checkbox if all checkboxes were toggled manually
-
- 16 Aug, 2016 1 commit
-
-
SkyLothar authored
-
- 28 Jul, 2016 1 commit
-
-
Tom Kedem authored
-
- 26 Jul, 2016 1 commit
-
-
Iuri de Silvio authored
-
- 21 Jul, 2016 3 commits
-
-
Serge S. Koval authored
Support single table inheritance for inline models (sqla)
-
Serge S. Koval authored
Enable support for after_model_ actions in appengine
-
Irving Popovetsky authored
-
- 17 Jul, 2016 3 commits
-
-
Serge S. Koval authored
Support form_args for appengine
-
Duc Anh Tran authored
-
Duc Anh Tran authored
-
- 16 Jul, 2016 1 commit
-
-
Duc Anh Tran authored
-