aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/ApplicationPlugins/Rest/Inventory/RestInventoryServices.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* From: Alan Webb <alan_webb@us.ibm.com>Dr Scofield2008-08-201-299/+617
| | | | | | cleanups of the REST inventory code.
* Update svn properties, formatting cleanup.Jeff Ames2008-08-191-4/+2
|
* Formatting cleanup.Jeff Ames2008-08-181-184/+116
|
* From: alan webb <alan_webb@us.ibm.com>Dr Scofield2008-08-061-2/+6
| | | | | | | this adds image conversion features to the REST inventory/asset code.
* From: awebbDr Scofield2008-07-251-96/+199
| | | | | | Further improvements to the REST handlers.
* Copyright notices and formatting cleanup.Jeff Ames2008-07-061-2/+2
|
* * Drop InvType from the assets table since it is no longer usedJustin Clarke Casey2008-07-021-7/+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/+1993
This adds REST services for inventory access. It also allows inventory uploads.