aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/ApplicationPlugins/Rest/Inventory (unfollow)
Commit message (Collapse)AuthorFilesLines
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.