aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/ApplicationPlugins/Rest/Inventory/RestFileServices.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2016-11-03Initial update to OpenSim 0.8.2.1 source code.David Walter Seikel1-448/+0
2009-06-01Minor: Change OpenSim to OpenSimulator in older copyright headers and ↵Jeff Ames1-1/+1
LICENSE.txt.
2009-05-04Intermediate commit. WILL NOT COMPILE!Melanie Thielker1-0/+1
2009-04-27Add copyright headers. Formatting cleanup.Jeff Ames1-45/+45
2009-04-24From: Alan Webb <alan_webb@us.ibm.com>Dr Scofield1-111/+168
This commit adds RestFileServices to the REST ApplicationPlugin service.
2009-03-27From: Alan Webb <alan_webb@us.ibm.com>Dr Scofield1-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.
2009-02-17- remove the Metadata property from AssetBase and return all previousMike Mazur1-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
2009-02-12* optimized usings.lbsa711-7/+1
2009-02-04- add OpenSim.Framework.AssetMetadata class. AssetBase is now composed of itMike Mazur1-30/+30
- trim trailing whitespace
2008-12-01* minor: fix log message printed when unrecognized elements are found in ↵Justin Clarke Casey1-2/+0
inventory rest input xml
2008-11-01Update svn properties, minor formatting cleanup.Jeff Ames1-2/+2
2008-10-30From: Alan Webb (alan_webb@us.ibm.com)Dr Scofield1-1/+7
Cleanups in REST inventory and asset services.
2008-10-21Update svn properties, minor formatting cleanup.Jeff Ames1-1/+1
2008-10-20From: Alan Webb <alan_webb@us.ibm.com>Dr Scofield1-3/+6
cleanups and assorted fixes to REST inventory, asset, and appearance services.
2008-09-23Update svn properties, formatting cleanup.Jeff Ames1-7/+7
2008-09-23this add POST support for asset services (howto forthcoming) and fixesDr Scofield1-9/+109
a couple of minor bugs.
2008-09-22cleanups in inventory REST code. also, disables digest authenticationsDr Scofield1-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.
2008-09-18Update svn properties, minor formatting cleanup.Jeff Ames1-2/+2
2008-09-18Adds REST interface for setting avatar appearance. cleans up a coupleDr Scofield1-11/+24
of places in the REST inventory code.
2008-09-06* This is the fabled LibOMV update with all of the libOMV types from JHurlimanTeravus Ovares1-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.
2008-08-28Update svn properties, formatting cleanup.Jeff Ames1-22/+9
2008-08-27From: Richard Alimi <ralimi@us.ibm.com>Sean Dague1-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.
2008-08-20fixing Rest/Inventory stuff again. changes somehow got lost locally.Dr Scofield1-2/+2
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.