aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/ApplicationPlugins/Rest/Inventory/RestInventoryServices.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* From: Alan Webb (alan_webb@us.ibm.com)Dr Scofield2008-10-301-11/+11
| | | | | | | Cleanups in REST inventory and asset services.
* Update svn properties, minor formatting cleanup.Jeff Ames2008-10-211-9/+9
|
* From: Alan Webb <alan_webb@us.ibm.com>Dr Scofield2008-10-201-11/+76
| | | | | | | | cleanups and assorted fixes to REST inventory, asset, and appearance services.
* - a couple of minor code cleanups in RestInventoryServicesDr Scofield2008-09-301-25/+25
| | | | | | | - cleanups and more comments in ChatModule and IRCBridgeModule - adding Name support in ScenePresence
* * minor: fix lolbug in RestInventoryService spotted by jhurlimanJustin Clarke Casey2008-09-261-2/+2
|
* cleanups in inventory REST code. also, disables digest authenticationsDr Scofield2008-09-221-0/+3
| | | | | | | | | | | 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.
* Update svn properties, minor formatting cleanup.Jeff Ames2008-09-181-4/+4
|
* Adds REST interface for setting avatar appearance. cleans up a coupleDr Scofield2008-09-181-12/+17
| | | | | | | of places in the REST inventory code.
* * This is the fabled LibOMV update with all of the libOMV types from JHurlimanTeravus Ovares2008-09-061-48/+50
| | | | | | | * This is a HUGE OMG update and will definitely have unknown side effects.. so this is really only for the strong hearted at this point. Regular people should let the dust settle. * This has been tested to work with most basic functions. However.. make sure you back up 'everything' before using this. It's that big! * Essentially we're back at square 1 in the testing phase.. so lets identify things that broke.
* Update svn properties, formatting cleanup.Jeff Ames2008-08-281-200/+125
|
* fixing Rest/Inventory stuff again. changes somehow got lost locally.Dr Scofield2008-08-201-4/+5
|
* 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.