aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/ApplicationPlugins/Rest/Inventory/RestAssetServices.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2008-08-20From: Alan Webb <alan_webb@us.ibm.com>Dr Scofield1-25/+34
cleanups of the REST inventory code.
2008-08-19Update svn properties, formatting cleanup.Jeff Ames1-1/+0
2008-08-18Formatting cleanup.Jeff Ames1-24/+12
2008-08-15From: Richard Alimi <ralimi@us.ibm.com>Dr Scofield1-0/+44
The following patch allows an asset to be added via the REST interface.
2008-07-25From: awebbDr Scofield1-9/+5
Further improvements to the REST handlers.
2008-07-02* Drop InvType from the assets table since it is no longer usedJustin Clarke Casey1-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
2008-07-02From: Alan M Webb <awebb@vnet.ibm.com>Dr Scofield1-0/+257
This adds REST services for inventory access. It also allows inventory uploads.