aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/ApplicationPlugins/Rest/Inventory (follow)
Commit message (Collapse)AuthorAgeFilesLines
* A better purge of trash folder.Diva Canto2009-08-191-2/+6
|
* Changed RequestRootFolder to GetRootFolderDiva Canto2009-08-101-1/+1
|
* Heart surgery no.2: the inventory service hooks. diva2009-06-102-3/+3
| | | | | | | Several improvements in the connectors themselves. Several improvements in configurations. Needed to add a hack in IUserService and UserManagerBase, to be removed when that service is refactored.
* Formatting cleanup.Jeff Ames2009-06-102-11/+9
|
* Minor: Change OpenSim to OpenSimulator in older copyright headers and ↵Jeff Ames2009-06-0112-12/+12
| | | | LICENSE.txt.
* From: Alan Webb <alan_webb@us.ibm.com>Dr Scofield2009-05-221-4/+0
| | | | | | - Fix typographical error in RPC response. - Remove obsolete commentary.
* Heart surgery on asset service code bits. Affects OpenSim.ini configuration ↵diva2009-05-153-11/+11
| | | | | | | | | | | | -- 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
* Fixed handling of inventory a bitHomer Horwitz2009-05-091-8/+8
| | | | | | | | | - AssetType isn't InventoryType. Those enums contain different numbers. Use AssetType for the asset type, InventoryType for the inventory type. - The ToString method (or ToLower) of AssetType/InventoryType doesn't necessarily return the correct LLSD string. - Replaced several magic numbers by their corresponding enum. - Fixed the invType for gestures and animations in the library. This should fix Mantis #3610 and the non-terminating inventory loading
* Intermediate commit. WILL NOT COMPILE!Melanie Thielker2009-05-048-2/+8
|
* Add copyright headers. Formatting cleanup.Jeff Ames2009-04-271-45/+45
|
* From: Alan Webb <alan_webb@us.ibm.com>Dr Scofield2009-04-242-2/+450
| | | | | This commit adds RestFileServices to the REST ApplicationPlugin service.
* * Make it possible to store creator strings in user inventory items as well ↵Justin Clarke Casey2009-04-081-4/+4
| | | | | | | | | as UUIDs * All existing functionality should be unaffected. * Database schemas have not been changed.
* * Refactored out and de-duplicated Base64ToString(string)lbsa712009-03-311-7/+1
| | | | | * Fixed minor typo
* Update svn properties, add copyright header, formatting cleanup.Jeff Ames2009-03-311-1/+1
|
* From: Alan Webb <alan_webb@us.ibm.com>Dr Scofield2009-03-275-42/+37
| | | | | | | | 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.
* * Group OpenSim.Framework.Servers interfaces togetherJustin Clarke Casey2009-03-191-1/+1
|
* * Make all coded defaults match settings in OpenSim.ini.exampleJustin Clarke Casey2009-03-111-1/+1
| | | | | | | * In most cases, the setting in OpenSim.ini.example is taken as the canonical one since this is the file virtually everyone ends up using * OpenSim will start up with a blank OpenSim.ini, in which case sqlite is the default database (as before)
* - remove the Metadata property from AssetBase and return all previousMike Mazur2009-02-172-40/+40
| | | | | | | | | 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-1211-71/+30
|
* From Alan Webb <awebb@linux.vnet.ibm.com>Sean Dague2009-02-091-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.
* This changeset is the step 1 of 2 in refactoringDr Scofield2009-02-061-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!
* - add OpenSim.Framework.AssetMetadata class. AssetBase is now composed of itMike Mazur2009-02-042-54/+54
| | | | | - trim trailing whitespace
* * More friendly OpenJpeg error handling.Teravus Ovares2009-01-211-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)
* * Assume that asset data in a reset inventory post is not inlined by defaultJustin Clarke Casey2008-12-011-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
* * stop inventory item creation via REST falling over on any included assets ↵Justin Clarke Casey2008-12-011-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
* * minor: fix log message printed when unrecognized elements are found in ↵Justin Clarke Casey2008-12-012-135/+119
| | | | inventory rest input xml
* Add group permissions to agent inventory.Melanie Thielker2008-11-141-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.
* Update svn properties, minor formatting cleanup.Jeff Ames2008-11-011-2/+2
|
* From: Alan Webb (alan_webb@us.ibm.com)Dr Scofield2008-10-302-12/+18
| | | | | | | Cleanups in REST inventory and asset services.
* Update svn properties, minor formatting cleanup.Jeff Ames2008-10-214-18/+18
|
* From: Alan Webb <alan_webb@us.ibm.com>Dr Scofield2008-10-207-63/+152
| | | | | | | | cleanups and assorted fixes to REST inventory, asset, and appearance services.
* cleaning up OSHttpResponse: note that read access to extra headerDr Scofield2008-10-061-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.
* - 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
* Update svn properties. Minor formatting cleanup. Fix a compiler warning. ↵Jeff Ames2008-09-281-1/+1
| | | | Fix a UUID vs null comparison.
* * Patch from JHurlimanTeravus Ovares2008-09-261-27/+27
| | | | | | | | | * Updates to libomv r2243, * Remove lots of unnecessary typecasts * Improves SendWindData() Thanks jhurliman. * Will update OpenSim-libs in 10 minutes..
* * minor: fix lolbug in RestInventoryService spotted by jhurlimanJustin Clarke Casey2008-09-261-2/+2
|
* * minor: remove warningsJustin Clarke Casey2008-09-261-2/+2
|
* From: alan webb (alan_webb@us.ibm.com)Dr Scofield2008-09-241-60/+60
| | | | | | cleanups.
* cleanups, fixing REST appearance services.Dr Scofield2008-09-242-110/+128
|
* Update svn properties, formatting cleanup.Jeff Ames2008-09-232-9/+9
|
* 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-226-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.
* * minor: eliminate the current warningsJustin Clarke Casey2008-09-191-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 :)
* Update svn properties, minor formatting cleanup.Jeff Ames2008-09-185-14/+14
|
* and this actually adds the appearance code itself (and not just theDr Scofield2008-09-181-0/+826
| | | | | | | check-in message)
* Adds REST interface for setting avatar appearance. cleans up a coupleDr Scofield2008-09-185-32/+62
| | | | | | | of places in the REST inventory code.
* * This is the fabled LibOMV update with all of the libOMV types from JHurlimanTeravus Ovares2008-09-065-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.
* Update svn properties, formatting cleanup.Jeff Ames2008-08-287-388/+258
|
* 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-205-20/+11
|