Tim Almdal
fd7990735c
Added validation to the edit functionality, since we can't trust any input
2009-12-21 11:25:11 -08:00
Tim Almdal
dfc556e8a6
Implement the RESTful interface for albums/photos/movies
2009-12-09 12:06:45 -08:00
Tim Almdal
9319f37c4f
Correct the error message when the item is not found; remove the check for no request_key (access_token) as athat is treated as public permissions
2009-12-08 23:27:43 -08:00
Tim Almdal
837396ca28
Change the url mapping so that path to the is part of the url
...
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 18:06:16 -08:00
Tim Almdal
6fd04069ae
Add another error handler "not found" to the rest API.
...
Implement the get_album rest request handler.
2009-12-08 12:50:13 -08:00
Tim Almdal
fa0663d7df
Rename the backing table from rest_keys to user_access_tokens
...
Implement an api to format the errors and success messages
Removed the custom routing... urls are now /rest/<module_name>/<resource>
2009-12-08 09:19:48 -08:00