aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/ApplicationPlugins/Rest/Inventory/Rest.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* * optimized usings.lbsa712009-02-121-12/+11
|
* From Alan Webb <awebb@linux.vnet.ibm.com>Sean Dague2009-02-091-1/+1
| | | | | | | | | | | These changes replace all direct references to the AssetCache with IAssetCache. There is no change to functionality. Everything works as before. This is laying the groundwork for making it possible to register alternative asset caching mechanisms without disrupting other parts of OpenSim or their dependencies upon AssetCache functionality.
* Update svn properties, minor formatting cleanup.Jeff Ames2008-10-211-6/+6
|
* From: Alan Webb <alan_webb@us.ibm.com>Dr Scofield2008-10-201-17/+18
| | | | | | | | cleanups and assorted fixes to REST inventory, asset, and appearance services.
* cleanups in inventory REST code. also, disables digest authenticationsDr Scofield2008-09-221-1/+1
| | | | | | | | | | | for inventory REST calls for the time being, as firefox, curl, and also python's urllib2 cannot authenticate using digest auth. fix permission checking for prim inventory to be the same as for normal edit ops.
* Adds REST interface for setting avatar appearance. cleans up a coupleDr Scofield2008-09-181-0/+1
| | | | | | | of places in the REST inventory code.
* Update svn properties, formatting cleanup.Jeff Ames2008-08-281-25/+15
|
* From: Alan Webb <alan_webb@us.ibm.com>Dr Scofield2008-08-201-83/+150
| | | | | | cleanups of the REST inventory code.
* Update svn properties, formatting cleanup.Jeff Ames2008-08-191-9/+0
|
* Formatting cleanup.Jeff Ames2008-08-181-12/+12
|
* From: awebbDr Scofield2008-07-251-1/+0
| | | | | | Further improvements to the REST handlers.
* From: Alan M Webb <awebb@vnet.ibm.com>Dr Scofield2008-07-021-0/+479
This adds REST services for inventory access. It also allows inventory uploads.