This website requires JavaScript.
Explore
Help
Sign In
stian
/
gallery3
Watch
1
Star
0
Fork
0
You've already forked gallery3
mirror of
https://github.com/Pathduck/gallery3.git
synced
2026-05-20 19:39:16 -04:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
Files
2e221a84cce04f23251fa7c78a4e0a010c070b5d
gallery3
/
modules
/
rest
History
Tim Almdal
2e221a84cc
Change how request input is processed.First the input is no longer json 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.
2009-12-18 14:59:44 -08:00
..
controllers
Change how request input is processed.First the input is no longer json 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.
2009-12-18 14:59:44 -08:00
helpers
Implement the RESTful interface for albums/photos/movies
2009-12-09 12:06:45 -08:00
models
Rename the backing table from rest_keys to user_access_tokens
2009-12-08 09:19:48 -08:00
tests
Use the relative url cache to look up resources instead of the relative 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.
2009-12-09 08:41:38 -08:00
module.info
The rest framework that the new gallery3 remote interface will be built on. At the moment, there are no handlers to perform any functionality.
2009-12-07 18:11:26 -08:00