aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/ApplicationPlugins/Rest/Inventory/RestInventoryServices.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Changing the AssetBase constructors to avoid initializing assets with an ↵John Hurliman2009-11-051-2/+1
| | | | unknown asset type, and log an error if it ever does happen
* * Lock timers when Calling Start() and Stop() when the Thread Context is ↵Teravus Ovares (Dan Olivares)2009-09-091-2/+5
| | | | murky. This affects Mono only.
* 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-101-1/+1
| | | | | | | 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-101-3/+3
|
* Minor: Change OpenSim to OpenSimulator in older copyright headers and ↵Jeff Ames2009-06-011-1/+1
| | | | 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-151-2/+2
| | | | | | | | | | | | -- 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-041-0/+1
|
* * 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.
* From: Alan Webb <alan_webb@us.ibm.com>Dr Scofield2009-03-271-14/+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-12/+12
| | | | | | | | | 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-13/+13
|
* - add OpenSim.Framework.AssetMetadata class. AssetBase is now composed of itMike Mazur2009-02-041-24/+24
| | | | | - 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-011-133/+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.
* 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.