aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/ApplicationPlugins/Rest/Inventory/RestAssetServices.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* From: Richard Alimi <ralimi@us.ibm.com>Sean Dague2008-08-271-1/+1
| | | | | | | | The following patch fixes the import of assets via the REST interface to use the proper Base64->Bytes conversion. The previous conversion did not work correctly for binary data, in particular for textures.
* fixing Rest/Inventory stuff again. changes somehow got lost locally.Dr Scofield2008-08-201-2/+2
|
* From: Alan Webb <alan_webb@us.ibm.com>Dr Scofield2008-08-201-25/+34
| | | | | | cleanups of the REST inventory code.
* Update svn properties, formatting cleanup.Jeff Ames2008-08-191-1/+0
|
* Formatting cleanup.Jeff Ames2008-08-181-24/+12
|
* From: Richard Alimi <ralimi@us.ibm.com>Dr Scofield2008-08-151-0/+44
| | | | | | The following patch allows an asset to be added via the REST interface.
* From: awebbDr Scofield2008-07-251-9/+5
| | | | | | Further improvements to the REST handlers.
* * Drop InvType from the assets table since it is no longer usedJustin Clarke Casey2008-07-021-1/+0
| | | | | | | | * Migration should be automatic on sqlite and mysql * Migration is not automatic on mssql, you will need to drop the invType column manually * Migration should be fine, but as for any db change, I would recommend making sure you have backups before moving past this revision
* From: Alan M Webb <awebb@vnet.ibm.com>Dr Scofield2008-07-021-0/+257
This adds REST services for inventory access. It also allows inventory uploads.