aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Framework/Library (unfollow)
Commit message (Collapse)AuthorFilesLines
2011-07-23For default everyone permissions on library items, make notecards and ↵Justin Clark-Casey (justincc)1-8/+4
scripts non-modifiable (but still copyable, etc). Users should not be given the impression that they can modify these items. This still does not solve the issue where library items cannot be dragged into prims or user inventory any time after they are initially seen. Curiously, manually copying and pasting still appears to work. On the surface, this seems to have something to do with library item caching on the client, since deleting the cache allows drag to work again once Not sure what the exact problem is.
2011-07-23Remove manually permissions settings on all current library items so that ↵Justin Clark-Casey (justincc)1-1/+7
they use the defaults instead. Some items had completely wrong permissions - this is easier than correcting them all. The ability to set permissions in xml is retained since there are use cases for this (e.g. to create no-mod library scripts)
2011-07-23Revert "Don't load current/next/everyone/base permissions from the library ↵Justin Clark-Casey (justincc)1-7/+1
item xml files - always use PermissionMask.All instead (which was the existing default)." There actually are uses for this. I will correct the perms instead since some entries appear to be wrong. This reverts commit 667b54f5a2a04fa5a2859397868d270eab3913f1.
2011-07-23Don't load current/next/everyone/base permissions from the library item xml ↵Justin Clark-Casey (justincc)1-1/+7
files - always use PermissionMask.All instead (which was the existing default). Library items always need the same permissions, so it doesn't make sense to load them from the xml files. This just opens the door to permissions mistakes.
2010-08-13minor: remove mono compiler warningsJustin Clark-Casey (justincc)1-8/+8
2010-06-30Add --merge switch to load iar.Justin Clark-Casey (justincc)1-4/+4
When this switch is used, iar folders are merged with existing same-name user inventory folders. This makes it a little easier to back and restore entire individual user inventories, among other things Added unit test to check behaviour
2010-06-11Revert "Allow IInventoryService.GetFolder(folderId, userId) as well as ↵Justin Clark-Casey (justincc)1-4/+2
GetFolder(InventoryFolderBase folder)" This reverts commit 3525195bc9b5fdfd9799411edd452981ef1f4ebd.
2010-06-11Allow IInventoryService.GetFolder(folderId, userId) as well as ↵Justin Clark-Casey (justincc)1-2/+4
GetFolder(InventoryFolderBase folder) This involves no wire changes since the methods often just construct an InventoryFolderBase under the hood. This is in line with other methods that alraedy allow requests via uuid
2010-03-31First attempt at fixing mantis #4641. It's better but there are now some ↵Diva Canto1-4/+21
issues with permissions. (looks like my commit is going to touch CM files, I'm going to let it do it - eof only)
2010-02-03minor: remove one mono compiler warningJustin Clark-Casey (justincc)1-10/+8
2010-01-11OpenSim/Framework/Communications/Cache deleted. LibraryRootFolder deleted.Diva Canto2-2/+2
2010-01-11CommunicationsManager deleted.Diva Canto1-1/+0
2010-01-10* OMG! All but one references to UserProfileCacheService have been rerouted!Diva Canto1-5/+4
* HG is seriously broken here * Compiles. Untested.
2010-01-01The Library Service is now working. UserProfileCacheService.LibraryRoot is ↵Diva Canto2-9/+28
obsolete. Didn't delete it yet to avoid merge conflicts later -- want to stay out of core as much as possible.
2009-12-23No-op in this commit. Just increasing the tag number due to weirdnesses.Diva Canto1-1/+1
2009-12-23Library Module: allows adding folders/items to the Library from IAR files ↵Diva Canto2-0/+482
placed under bin/Library. This works only for standalones.