| Age | Commit message (Collapse) | Author |
|
Corrected a problem identified with the unit tests... failed if the path was empty on PUT.
|
|
|
|
|
|
|
|
|
|
encode, All the get variables are loaded, then the post variables if the request is a post, and then the path is extracted from the uri.
|
|
that will work (if your database is sitll at Beta 1, you don't have
the slug column, for example).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
resource contents returned via the rest interface.
|
|
|
|
|
|
|
|
|
|
on g2_import messages, fixes #765.
|
|
|
|
|
|
|
|
of {Albums|Photos|Movies)_Controller and into the item helper so we can reuse it from the rest put handler.
|
|
path. This allows us to forego the extension as part of the REST url. As well, urls are consistent between normal usage and rest usage.
|
|
|
|
no request_key (access_token) as athat is treated as public permissions
|
|
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)
|
|
Implement the get_album rest request handler.
|
|
Implement an api to format the errors and success messages
Removed the custom routing... urls are now /rest/<module_name>/<resource>
|
|
|
|
At the moment, there are no handlers to perform any functionality.
|
|
|
|
controllers.
|
|
|
|
|
|
'readonly'
|
|
result in smaller diffs.
|
|
tweaks result in smaller diffs.
|
|
|
|
|
|
|
|
|
|
This reverts commit f4810345b48d321460d32481e5665ea4602c9207.
Bharat is a correct as in that "Server Add" is a proper name and should
be exempt from the capitalization rules.
|
|
|
|
big one.
|
|
|
|
request and any errors
|
|
|
|
database calls based on obsolete data, which can lead to data corruption.
Fixes ticket #926.
|