Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-12-08 | Change the url mapping so that path to the is part of the url | Tim Almdal | |
The request key is put in the X-Gallery-Request-Key header The HTTP method can be override by using the X-Gallery-Request-Method header Normalize the request data so that it doesn't matter where it comes from (HTTP get or HTTP post request) | |||
2009-12-08 | Rename the backing table from rest_keys to user_access_tokens | Tim Almdal | |
Implement an api to format the errors and success messages Removed the custom routing... urls are now /rest/<module_name>/<resource> | |||
2009-12-07 | The rest framework that the new gallery3 remote interface will be built on. ↵ | Tim Almdal | |
At the moment, there are no handlers to perform any functionality. |