aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Services/InventoryService/XInventoryService.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2017-01-05Massive tab and trailing space cleanupMelanie Thielker1-19/+19
2016-07-04Finally remove the requirement for an InventoryItem/FolderBase object toMelanie Thielker1-15/+9
2015-08-08WARNING: massive refactor to follow libomv's latest changes regarding invento...Diva Canto1-50/+50
2015-05-11Added inventory tests to Robust.Tests.Diva Canto1-6/+6
2015-05-08Another major overhaul of inventory downloading, this time pertaining to inve...Diva Canto1-0/+15
2015-05-07Major change in the way inventory is downloaded: added a method throughout II...Diva Canto1-1/+20
2014-05-25When creating a new user, create the folders "Current Outfit", "Favorites", a...Oren Hurvitz1-2/+10
2014-05-06- When sending the "My Suitcase" folder to the client, always claim it has Fo...Oren Hurvitz1-2/+2
2014-04-23Removed GetUserInventory(). It wasn't being used, and was creating warnings b...Oren Hurvitz1-28/+0
2013-01-02Fixed bugs when getting the root folder.Oren Hurvitz1-1/+10
2012-11-17Do not allow invariants to change on calls to XInventoryService.UpdateItem()Justin Clark-Casey (justincc)1-0/+40
2012-11-15Revert "Merge master into teravuswork", it should have been avination, not ma...teravus1-50/+15
2012-11-09Update parent inventory folder version numbers when folders are moved/created...Justin Clark-Casey (justincc)1-10/+1
2012-08-29Fix regression introduced in a0d178b2 (Sat Aug 25 02:00:17 2012) where folder...Justin Clark-Casey (justincc)1-1/+2
2012-08-25Following on from f8a89a79, do not allow more than one 'type' folder (e.g. ca...Justin Clark-Casey (justincc)1-16/+49
2012-08-25Allow multiple calling card type inventory folders to be created.Justin Clark-Casey (justincc)1-0/+1
2012-06-02Fix various issues with http inventoryJustin Clark-Casey (justincc)1-1/+1
2012-05-21minor: extend commented out LinkInventoryItem log message for future useJustin Clark-Casey (justincc)1-3/+3
2012-05-21Fix bug where outfit folders could not be renamed.Justin Clark-Casey (justincc)1-4/+13
2012-05-18Fix issue where a new outfit folder is not created when a new outfit is saved...Justin Clark-Casey (justincc)1-3/+9
2012-05-04refactor: Rename new DeleteFoldersEx/PurgeFoldersEx methods to DeleteFolders/...Justin Clark-Casey (justincc)1-6/+7
2012-05-04Allow deleting folders even if they're not in the TrashOren Hurvitz1-4/+15
2012-04-06A few minor tweaks here and there in XInventoryService.Diva Canto1-14/+48
2012-03-27Reverse a conditional in XInventory that made updating system folder evrsion ...Melanie1-1/+1
2012-03-27Send the config section name up to the service classes themselves (XInventory...Diva Canto1-2/+10
2011-09-23Fix avatar parameter updating for viewer 3 and maybe 2.Justin Clark-Casey (justincc)1-5/+9
2011-05-27HG inventory transfers over the profile working.Diva Canto1-5/+5
2011-05-26fix bug where outfit folder links could not be deletedJustin Clark-Casey (justincc)1-4/+4
2011-05-19Allow item links to be deleted even when other deletes and purges are disabled.Justin Clark-Casey (justincc)1-6/+28
2011-05-18Accidentally committed too earlyJustin Clark-Casey (justincc)1-24/+6
2011-05-17Allow item links to be deleted even when other deletes and purges are disabled.Justin Clark-Casey (justincc)1-6/+24
2011-04-24Commented verbose debug message.Diva Canto1-1/+1
2010-11-21Added creator info across the board -- TaskInventoryItems and InventoryItems ...Diva Canto1-2/+2
2010-09-02Fix cast issueMelanie1-1/+1
2010-09-02Allow increasing the version in system foldersMelanie1-1/+7
2010-09-02Update: Allow the version to increase onlyMelanie1-1/+2
2010-09-02Disallow modification of system folders. Prevent changing the type of foldersMelanie1-1/+16
2010-08-23Fix bug in llGiveInventory() where items were disappearing on relogJustin Clark-Casey (justincc)1-1/+13
2010-08-23Remove various warnings and improve logging messages. No functional changes.Justin Clark-Casey (justincc)1-1/+6
2010-08-20Someone from germany broke the build :P mentioning no namesmeta71-1/+1
2010-08-20Use the database mthod directly to delete items in a single sql swoopMelanie Thielker1-11/+1
2010-08-20Delete items as well as folders in XInventoryService.PurgeFolder - this shoul...meta71-0/+11
2010-08-06Allow the trash folder itself to be passed to PurgeFolderMelanie Thielker1-0/+3
2010-08-06Allow the trash folder itself to be passed to PurgeFolderMelanie Thielker1-0/+3
2010-08-06reverese my last commitsacha1-4/+2
2010-08-06Allowing the expected purge trash folder...sacha1-2/+3
2010-07-24Add some optionsMelanie1-0/+11
2010-07-24Fix some inventory issuesMelanie1-0/+29
2010-07-14Fix obvious bug in XInventoryService.GetFolderItems() which was preventing th...Justin Clark-Casey (justincc)1-2/+4
2010-06-29Buglet fix in HG inventory. Make sure that GetRootFolder for non-HG xinventor...Diva Canto1-1/+8