Merge pull request #592 from begriffs/form-urlencoded

Accept POST requests from HTML forms
This commit is contained in:
Joe Nelson
2016-05-18 00:38:42 -07:00
3 changed files with 17 additions and 0 deletions
+1
View File
@@ -9,6 +9,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- Reload database schema on SIGHUP - @begriffs
- Support "-" in column names - @ruslantalpa
- Support column/node renaming `alias:column` - @ruslantalpa
- Accept posts from HTML forms - @begriffs
### Fixed
- Return 401 or 403 for access denied rather than 404 - @begriffs