aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/ApplicationPlugins/Rest (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* minor: Remove some serialization module scene wrappersJustin Clarke Casey2008-12-192-2/+11
|
* * minor: A few tiny bits of documentation and log message cleanup before ↵Justin Clarke Casey2008-12-011-1/+0
| | | | starting something different
* * 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.
* adding region_port field to /admin/rest/regions/UUID/ to convey theDr Scofield2008-11-071-0/+4
| | | | | | | port of the region (used for region planning)
* 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-182-0/+1102
| | | | | | | 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-0610-73/+75
| | | | | | | * 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
|
* oops. forgot.Dr Scofield2008-08-202-0/+289
|
* From: Alan Webb <alan_webb@us.ibm.com>Dr Scofield2008-08-206-895/+1573
| | | | | | cleanups of the REST inventory code.
* Update svn properties, formatting cleanup.Jeff Ames2008-08-197-83/+12
|
* Formatting cleanup.Jeff Ames2008-08-186-325/+223
|
* Fix up master avatar handling for estate owners. Introduces a newMelanie Thielker2008-08-151-1/+4
| | | | | | | | | hierarchical rights structure. MasterAvatar: Owner of the region server (may be null), net gods (users with GodLevel 200), Estate owner (from database). Look at Opensim.ini.example to enable net gods. Estate owner will default to master avatar.
* Update svn properties, formatting cleanup, fix a couple compiler warnings.Jeff Ames2008-08-151-3/+5
|
* 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: Richard Alimi <ralimi@us.ibm.com>Dr Scofield2008-08-151-0/+29
| | | | | | | | The following patch implements adding prims to a region using the Xml2 format.
* From: Richard Alimi <ralimi@us.ibm.com>Dr Scofield2008-08-151-4/+35
| | | | | | | | | | | | | | | | The following patch implements retrieving prims in Xml2 format via the REST interface. For example: http://localhost:9000/admin/regions/<region-uuid>/prims/ It also allows an additional parameter which specifies a bounding box. If this parameter is specified, only prims within the bounding box are retrieved. For example: http://localhost:9000/admin/regions/8cd759b4-e077-489d-9a34-e1ff70ef65dd/prims/0,0,0,128,128,128 will retrieve only the prims whose positions are in the bounding box with corners (0,0,0) and (128,128,128).
* From: Richard Alimi <ralimi@us.ibm.com>Dr Scofield2008-08-151-1/+1
| | | | | | | The following patch allows spaces in usernames and passwords in HTTP Basic authentication for REST services.
* Minor formatting cleanup.Jeff Ames2008-08-071-1/+1
|
* 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.
* Thanks, zaki, for a patch that embeds plugin manifest files into plugin ↵Mike Mazur2008-08-062-0/+22
| | | | dlls. Fix issue 1876.
* From: awebbDr Scofield2008-07-252-0/+284
| | | | | | test code for REST handlers.
* From: awebbDr Scofield2008-07-256-308/+620
| | | | | | Further improvements to the REST handlers.
* Thanks, sempuki, for a patch that moves control of Mono.Addins from source ↵Mike Mazur2008-07-233-19/+0
| | | | attributes to external XML files. Fix issues 1682 and 1786.
* * eliminated some warnings and added some const and readonlieslbsa712008-07-211-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
* Mantis#1682. Revert temporarily, Sempuki's mono addins patchCharles Krinke2008-07-115-0/+21
| | | | | while he studies the issues in Windows a little bit.
* Mantis#1682. Thank you kindly, Sempuki for a patch that:Charles Krinke2008-07-105-21/+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
* Copyright notices and formatting cleanup.Jeff Ames2008-07-063-4/+4
|