aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/ApplicationPlugins/Rest/Inventory/RestAssetServices.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Heart surgery on asset service code bits. Affects OpenSim.ini configuration ↵diva2009-05-151-7/+5
| | | | | | | | | | | | -- please see the example. Affects region servers only. This may break a lot of things, but it needs to go in. It was tested in standalone and the UCI grid, but it needs a lot more testing. Known problems: * HG asset transfers are borked for now * missing texture is missing * 3 unit tests commented out for now
* Intermediate commit. WILL NOT COMPILE!Melanie Thielker2009-05-041-0/+1
|
* From: Alan Webb <alan_webb@us.ibm.com>Dr Scofield2009-03-271-6/+0
| | | | | | | | Fixed problem with REST services caused by changes to the OpenSim core code base - the comms manager had been 'modularized'. Also added additional debugging to RemoteAdmin interface.
* - remove the Metadata property from AssetBase and return all previousMike Mazur2009-02-171-28/+28
| | | | | | | | | properties as before - prefix private variables with m_ in AssetBase.cs - related to Mantis #3122, as mentioned in https://lists.berlios.de/pipermail/opensim-dev/2009-February/005088.html - all services will likely need to be upgraded after this commit
* * optimized usings.lbsa712009-02-121-7/+1
|
* - add OpenSim.Framework.AssetMetadata class. AssetBase is now composed of itMike Mazur2009-02-041-30/+30
| | | | | - trim trailing whitespace
* * minor: fix log message printed when unrecognized elements are found in ↵Justin Clarke Casey2008-12-011-2/+0
| | | | inventory rest input xml
* Update svn properties, minor formatting cleanup.Jeff Ames2008-11-011-2/+2
|
* From: Alan Webb (alan_webb@us.ibm.com)Dr Scofield2008-10-301-1/+7
| | | | | | | Cleanups in REST inventory and asset services.
* Update svn properties, minor formatting cleanup.Jeff Ames2008-10-211-1/+1
|
* From: Alan Webb <alan_webb@us.ibm.com>Dr Scofield2008-10-201-3/+6
| | | | | | | | cleanups and assorted fixes to REST inventory, asset, and appearance services.
* Update svn properties, formatting cleanup.Jeff Ames2008-09-231-7/+7
|
* this add POST support for asset services (howto forthcoming) and fixesDr Scofield2008-09-231-9/+109
| | | | | | | a couple of minor bugs.
* 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-2/+2
|
* Adds REST interface for setting avatar appearance. cleans up a coupleDr Scofield2008-09-181-11/+24
| | | | | | | of places in the REST inventory code.
* * This is the fabled LibOMV update with all of the libOMV types from JHurlimanTeravus Ovares2008-09-061-4/+4
| | | | | | | * 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-22/+9
|
* 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.