aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Services/InventoryService (unfollow)
Commit message (Expand)AuthorFilesLines
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-07-23For default everyone permissions on library items, make notecards and scripts...Justin Clark-Casey (justincc)1-1/+2
2011-07-23Remove manually permissions settings on all current library items so that the...Justin Clark-Casey (justincc)1-4/+4
2011-07-23Revert "Don't load current/next/everyone/base permissions from the library it...Justin Clark-Casey (justincc)1-11/+26
2011-07-23Don't load current/next/everyone/base permissions from the library item xml f...Justin Clark-Casey (justincc)1-26/+11
2011-06-04Fix give inventory tests to use different users rather than (accidentally) th...Justin Clark-Casey (justincc)1-2/+6
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-25WARNING: LOTS OF CONFIGURATION CHANGES AFFECTING PRIMARILY HG CONFIGS. Added ...Diva Canto1-302/+0
2010-11-21Added creator info across the board -- TaskInventoryItems and InventoryItems ...Diva Canto1-2/+2
2010-09-12Formatting cleanup.Jeff Ames1-2/+2
2010-09-03minor: remove mono compiler warningJustin Clark-Casey (justincc)1-1/+1
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-24Add automated test at the opensim 'api' level to check that a given item goes...Justin Clark-Casey (justincc)1-1/+8
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-06Allow the trash folder itself to be passed to PurgeFolderMelanie Thielker1-0/+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 Canto2-3/+10
2010-06-11Revert "Allow IInventoryService.GetFolder(folderId, userId) as well as GetFol...Justin Clark-Casey (justincc)2-16/+6
2010-06-11Allow IInventoryService.GetFolder(folderId, userId) as well as GetFolder(Inve...Justin Clark-Casey (justincc)2-6/+16
2010-06-08Changed XInventoryData's CreatorID to a string.Diva Canto1-2/+2
2010-05-16Fixes mantis #4691Diva Canto1-1/+1
2010-04-29Started redoing HGInventoryBroker for XInventory and with multi-protocol in m...Diva Canto1-3/+3
2010-04-28Removed unused var from InventoryService.cs (-1 warning)AlexRa1-1/+1
2010-04-27XInventory connector/handler showing signs of life. Tested, but needs more te...Diva Canto1-4/+4
2010-02-14Added UserAccount, Avatar and Authentication to Data.Null, so that OpenSim ca...Diva Canto1-0/+1
2010-02-08Create root inventory folder with proper type (9) instead of -1Melanie1-1/+1
2010-01-31* Simplified the configuration by having [DatabaseService] in itDiva Canto1-1/+1
2010-01-31* Bug fix in XInventoryData -- groupOwned is an int in the DBDiva Canto1-2/+8
2010-01-31* Added a few files that were missing in the repo.Diva Canto2-25/+327
2010-01-12Fixed more appearance woes that showed up using remote connectors. Appearance...Diva Canto1-0/+1
2010-01-04Finish conversion if XInventoryServiceMelanie1-12/+46
2010-01-04First stage port of the XInventoryServiceMelanie1-0/+474
2010-01-01The Library Service is now working. UserProfileCacheService.LibraryRoot is ob...Diva Canto1-0/+283
2010-01-01Prevent the creation of duplicate inventory folders in the case of a loginMelanie1-1/+12