| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
LICENSE.txt.
|
|
|
|
|
|
|
|
|
|
|
|
| |
-- 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 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.
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
| |
- trim trailing whitespace
|
|
|
|
| |
inventory rest input xml
|
| |
|
|
|
|
|
|
|
| |
Cleanups in REST inventory and asset services.
|
| |
|
|
|
|
|
|
|
|
| |
cleanups and assorted fixes to REST inventory, asset, and appearance
services.
|
| |
|
|
|
|
|
|
|
| |
a couple of minor bugs.
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
| |
|
|
|
|
|
|
|
| |
of places in the REST inventory code.
|
|
|
|
|
|
|
| |
* 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.
|
| |
|
|
|
|
|
|
|
|
| |
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.
|
| |
|
|
|
|
|
|
| |
cleanups of the REST inventory code.
|
| |
|
| |
|
|
|
|
|
|
| |
The following patch allows an asset to be added via the REST interface.
|
|
|
|
|
|
| |
Further improvements to the REST handlers.
|
|
|
|
|
|
|
|
| |
* 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
|
|
This adds REST services for inventory access. It also allows inventory
uploads.
|