aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Scenes/Scene.Inventory.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* give up on a property that old monos do compile, but then smore ok execUbitUmarov2018-01-091-1/+1
|
* fall back to a obsolete property since several monos in use (include our ↵UbitUmarov2018-01-081-1/+1
| | | | own) do not suporte the proper .net4.0 one
* a few more xml thingsUbitUmarov2018-01-051-1/+1
|
* disable some XmlResolverUbitUmarov2018-01-041-0/+1
|
* mantis 8260 fix script count on delete and remove ↵UbitUmarov2017-11-081-3/+3
| | | | redundantTriggerRemoveScript in 2 points
* improve english on few messages (thx)UbitUmarov2017-06-121-1/+1
|
* do the same in the cases we are just moving parts around and not changing ↵UbitUmarov2017-05-041-5/+5
| | | | their caches (ie their taskInventory)
* fix right to change permissions of group owned taskitemsUbitUmarov2017-05-031-0/+17
|
* change taskInventory copy/move to agents inventory rulesUbitUmarov2017-05-031-6/+1
|
* don't break groups permission maskUbitUmarov2017-04-301-3/+2
|
* nore permissions masks hierachyUbitUmarov2017-04-291-14/+12
|
* update folded permitions if taking from world, or after unfoldUbitUmarov2017-04-291-2/+4
|
* recover PermissionsUtil.ApplyFoldedPermissions (well my version). its use ↵UbitUmarov2017-04-291-5/+7
| | | | easys code readability
* add check for valid folded permsUbitUmarov2017-04-291-6/+2
|
* fix chain of contents sellsUbitUmarov2017-04-291-3/+8
|
* a few changes to permissions folding... we are testing. at this point only ↵UbitUmarov2017-04-281-4/+9
| | | | use master for TESTING also
* several changes relative to objects return and parcel prim counts: avoid ↵UbitUmarov2017-01-271-8/+13
| | | | null refs, report correct count of returned objects, make obkects counts by ownership coerent with return rules, etc
* CHANGED ALLOWED_DROP should only trigger if user has no MOD rightsUbitUmarov2017-01-251-2/+3
|
* add and use CanDropInObjectInvUbitUmarov2017-01-251-103/+97
|
* make use of CanDoObjectInvToObjectInvUbitUmarov2017-01-251-21/+1
|
* work around group sharing and owned permitions issues, fix a non copy ↵UbitUmarov2017-01-221-21/+12
| | | | objects delete issue
* change CanDeedObject. WARNING like on other grids, if you do not set next ↵UbitUmarov2017-01-191-11/+2
| | | | owner rights on object and ALL ITS CONTENTS, you may loose all rights on it
* object Take and TakeCopy are for in scene SOPs and SPs and permitions module ↵UbitUmarov2017-01-191-2/+4
| | | | is NOT a shared module
* add more calls to effective permissions aggregation, some paths may still be ↵UbitUmarov2017-01-171-1/+7
| | | | missing on objects changes, but remove the aggregation on check paths, so all can be tested.
* add more calls to effective permissions aggregation; do not change groupmask ↵UbitUmarov2017-01-171-2/+9
| | | | on deed
* start adding calls to effective permissions aggregation on changes; ↵UbitUmarov2017-01-171-2/+0
| | | | rearrange code in DuplicateObject();
* Remove the last instance of the legacy slam but being setMelanie Thielker2017-01-161-1/+5
| | | | New objects now get only the real slam bit.
* Fix the new permissions error introduced with the inventory fixMelanie Thielker2017-01-131-10/+24
| | | | | | | | | The fix to allow setting perms in inventory accidentally caused folded permissions to be used as a mask for the next owner perms. The current solution isn't optimal but better than anything else we have had. Legacy objects may experience a net loss of permissions if trying to set their perms in inventory, this is deemed preferable to the prior privilege escalation possibility. New items will handle properly.
* Fix the long-standing bug that object permissions set in inventory were lostMelanie Thielker2017-01-061-6/+12
| | | | | | | NOTE: Items rezzed by users using 0.8 or older will still exhibit broken behaviour. Until 0.8 becomes end of life, this fix will not produce dependable results on grids with mixed versions. Grids based on 0.9 will now work properly.
* Fix errors introduced by incomplete understanding of what folded perms areMelanie Thielker2017-01-061-15/+9
|
* Massive tab and trailing space cleanupMelanie Thielker2017-01-051-41/+41
|
* leave stupid broken permissions aloneUbitUmarov2016-12-181-4/+2
|
* leave stupid broken permissions aloneUbitUmarov2016-12-181-4/+1
|
* just give up on Export flag, seems just broken no matter water with current ↵UbitUmarov2016-12-181-1/+4
| | | | FS and singu 1.8.7
* allow a creator that is also onwer to change export flag. Add missing ↵UbitUmarov2016-12-171-2/+4
| | | | setting to ini files
* remove SOG.FromPartID from main code and flag it obsoleteUbitUmarov2016-12-041-2/+1
|
* The new Constant: integer OBJECT_REZZER_KEY = 32;Mandarinka Tasty2016-12-041-0/+2
| | | | | Signed-off-by: Mandarinka Tasty <mandarinka.tasty@gmail.com> Signed-off-by: UbitUmarov <ajlduarte@sapo.pt>
* use group provided by viewer on Object rez from inventoryUbitUmarov2016-08-051-3/+3
|
* more changes relative to incorrect use of activegroupidUbitUmarov2016-08-051-3/+4
|
* Finally remove the requirement for an InventoryItem/FolderBase object toMelanie Thielker2016-07-041-17/+10
| | | | | | | | be passed into inventory queries. This makes the API more homogenous and also will more clearly show coding errors related to HG inventory where the .Owner field has a meaning for a query but wasn't always set.
* Still mantis #7929: apply next owner mask to the new owner, the group.Diva Canto2016-06-201-0/+1
|
* Mantis #7929: objects deeded to the group were loosing some important ↵Diva Canto2016-06-201-6/+9
| | | | properties. This makes the "For sale" be visible, but is not the end of the story.
* Apply user specified default perms across the board, to items uploaded as ↵Melanie Thielker2016-04-291-27/+1
| | | | | | | | well as items created and to rezzed prims in world. This effectively removes the concept of "default permissions" from OpenSim because all known modern viewers set the permissions flags on login. Ancient abandoned viewers will now default to the SL defaults.
* Allow default permissions from the viewer to be applied to uploaded objects.Melanie Thielker2016-04-291-2/+2
| | | | Make inventory items reflect coorect permissions immediately unstead of after relog
* Prevent "Object->Take" from working on attachments.Melanie Thielker2016-04-291-2/+2
|
* inventory messUbitUmarov2015-09-111-22/+22
|
* remove diva's inventory cache since it seems to cause mantis 7720, broken ↵UbitUmarov2015-09-111-22/+22
| | | | items UUID. Guess it doesn't cover all paths
* seems to compile ( tests comented out)UbitUmarov2015-09-021-112/+34
|
* bad merge?UbitUmarov2015-09-011-88/+426
|\
| * varregion: any conversions of use of Constants.RegionSize converted intoRobert Adams2015-03-291-8/+3
| | | | | | | | Util.cs routines to convert region coords to and from world coords or handles.