aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/ApplicationPlugins/Rest/Inventory (unfollow)
Commit message (Collapse)AuthorFilesLines
2009-02-09From Alan Webb <awebb@linux.vnet.ibm.com>Sean Dague1-1/+1
These changes replace all direct references to the AssetCache with IAssetCache. There is no change to functionality. Everything works as before. This is laying the groundwork for making it possible to register alternative asset caching mechanisms without disrupting other parts of OpenSim or their dependencies upon AssetCache functionality.
2009-02-06This changeset is the step 1 of 2 in refactoringDr Scofield1-1/+1
OpenSim.Region.Environment into a "framework" part and a modules only part. This first changeset refactors OpenSim.Region.Environment.Scenes, OpenSim.Region.Environment.Interfaces, and OpenSim.Region.Interfaces into OpenSim.Region.Framework.{Interfaces,Scenes} leaving only region modules in OpenSim.Region.Environment. The next step will be to move region modules up from OpenSim.Region.Environment.Modules to OpenSim.Region.CoreModules and then sort out which modules are really core modules and which should move out to forge. I've been very careful to NOT BREAK anything. i hope i've succeeded. as this is the work of a whole week i hope i managed to keep track with the applied patches of the last week --- could any of you that did check in stuff have a look at whether it survived? thx!
2009-02-04- add OpenSim.Framework.AssetMetadata class. AssetBase is now composed of itMike Mazur2-54/+54
- trim trailing whitespace
2009-01-21* More friendly OpenJpeg error handling.Teravus Ovares1-1/+19
* Often times now the only reason OpenJpeg doesn't work is because it requires Glibc 2.4 The error messages reflect that. * In J2kDecoder module, It stops trying to decode modules if it encounters a dllnotfound exception and instead sends a full resolution layer that causes the texture sender to only send the full resolution image. (big decrease in texture download speed, but it's better then nasty repeating error messages)
2008-12-01* Assume that asset data in a reset inventory post is not inlined by defaultJustin Clarke Casey1-3/+2
* This means that the xml of a get request can be used as the input with a few value tweaks, instead of having to explicitly put inline="false" in the output xml
2008-12-01* stop inventory item creation via REST falling over on any included assets ↵Justin Clarke Casey1-93/+93
that are not inline (UUID only) * make rest inventory item xml output use 'invtype' for inventory type rather than just 'type'. This makes it symmetrical with input xml
2008-12-01* minor: fix log message printed when unrecognized elements are found in ↵Justin Clarke Casey2-135/+119
inventory rest input xml
2008-11-14Add group permissions to agent inventory.Melanie Thielker1-0/+8
Contains a migration. May contain nuts. Please back up your inventory data store. This revision changes the interface version!! No older regions can connect to these new UGAIM, and the new regions can't connect to the old UGAIM. Fixes a long-standing issue of permissions loss Currently persisted on MySQL only.
2008-11-01Update svn properties, minor formatting cleanup.Jeff Ames1-2/+2
2008-10-30From: Alan Webb (alan_webb@us.ibm.com)Dr Scofield2-12/+18
Cleanups in REST inventory and asset services.
2008-10-21Update svn properties, minor formatting cleanup.Jeff Ames4-18/+18
2008-10-20From: Alan Webb <alan_webb@us.ibm.com>Dr Scofield7-63/+152
cleanups and assorted fixes to REST inventory, asset, and appearance services.
2008-10-06cleaning up OSHttpResponse: note that read access to extra headerDr Scofield1-40/+32
fields is GONE (HttpServer does not support that), you can read the "normal" HTTP headers available via properties, and you can add headers. also, it is now possible to set a timeout for KeepAlive (for those clients that pay attention to it). this also fixes the broken REST inventory/assets/appearance services, they should be working again. testcase for OSHttpResponse will follow.
2008-09-30- a couple of minor code cleanups in RestInventoryServicesDr Scofield1-25/+25
- cleanups and more comments in ChatModule and IRCBridgeModule - adding Name support in ScenePresence
2008-09-28Update svn properties. Minor formatting cleanup. Fix a compiler warning. ↵Jeff Ames1-1/+1
Fix a UUID vs null comparison.
2008-09-26* Patch from JHurlimanTeravus Ovares1-27/+27
* Updates to libomv r2243, * Remove lots of unnecessary typecasts * Improves SendWindData() Thanks jhurliman. * Will update OpenSim-libs in 10 minutes..
2008-09-26* minor: fix lolbug in RestInventoryService spotted by jhurlimanJustin Clarke Casey1-2/+2
2008-09-26* minor: remove warningsJustin Clarke Casey1-2/+2
2008-09-24From: alan webb (alan_webb@us.ibm.com)Dr Scofield1-60/+60
cleanups.
2008-09-24cleanups, fixing REST appearance services.Dr Scofield2-110/+128
2008-09-23Update svn properties, formatting cleanup.Jeff Ames2-9/+9
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 Scofield6-9/+38
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-19* minor: eliminate the current warningsJustin Clarke Casey1-1/+1
* you'd think from all this that I was one of those fanatically tidy people. I can assure you from looking around my bedroom/study that this is not the case :)
2008-09-18Update svn properties, minor formatting cleanup.Jeff Ames5-14/+14
2008-09-18and this actually adds the appearance code itself (and not just theDr Scofield1-0/+826
check-in message)
2008-09-18Adds REST interface for setting avatar appearance. cleans up a coupleDr Scofield5-32/+62
of places in the REST inventory code.
2008-09-06* This is the fabled LibOMV update with all of the libOMV types from JHurlimanTeravus Ovares5-56/+58
* 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 Ames7-388/+258
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 Scofield5-20/+11
2008-08-20oops. forgot.Dr Scofield2-0/+289
2008-08-20From: Alan Webb <alan_webb@us.ibm.com>Dr Scofield6-895/+1573
cleanups of the REST inventory code.
2008-08-19Update svn properties, formatting cleanup.Jeff Ames7-83/+12
2008-08-18Formatting cleanup.Jeff Ames5-323/+221
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-08-15From: Richard Alimi <ralimi@us.ibm.com>Dr Scofield1-1/+1
The following patch allows spaces in usernames and passwords in HTTP Basic authentication for REST services.
2008-08-07Minor formatting cleanup.Jeff Ames1-1/+1
2008-08-06From: alan webb <alan_webb@us.ibm.com>Dr Scofield1-2/+6
this adds image conversion features to the REST inventory/asset code.
2008-08-06Thanks, zaki, for a patch that embeds plugin manifest files into plugin ↵Mike Mazur1-0/+11
dlls. Fix issue 1876.
2008-07-25From: awebbDr Scofield2-0/+284
test code for REST handlers.
2008-07-25From: awebbDr Scofield6-308/+620
Further improvements to the REST handlers.
2008-07-23Thanks, sempuki, for a patch that moves control of Mono.Addins from source ↵Mike Mazur1-7/+0
attributes to external XML files. Fix issues 1682 and 1786.
2008-07-21* eliminated some warnings and added some const and readonlieslbsa711-1/+1
* refactored some member names for readability and ccc (code convention conformance) * took away two refs from Rest.Inventory since * System.IO is part of System * System.Xml.Serialization is part of System.Xml
2008-07-11Mantis#1682. Revert temporarily, Sempuki's mono addins patchCharles Krinke1-0/+7
while he studies the issues in Windows a little bit.
2008-07-10Mantis#1682. Thank you kindly, Sempuki for a patch that:Charles Krinke1-7/+0
Move control of Mono.Addins from source attributes to external XML files. This removes a lot of coupling of the source with Mono.Addins
2008-07-06Copyright notices and formatting cleanup.Jeff Ames3-4/+4
2008-07-02* Drop InvType from the assets table since it is no longer usedJustin Clarke Casey2-8/+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 Scofield6-0/+4524
This adds REST services for inventory access. It also allows inventory uploads.