Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2009-08-22 | * Fixes mantis http://opensimulator.org/mantis/view.php?id=4044. Turns out ↵ | Diva Canto | 1 | -0/+13 | |
folders were never being removed from trash when they were singled out for purging in trash. They were being removed when Trash was purged as a whole. That behavior is now fixed for the new InventoryService set. * Removed left-overs from AssetInventoryServer. | |||||
2009-08-21 | Added a more sane InventoryServerMoveItemsHandler. Changed ↵ | Diva Canto | 2 | -0/+84 | |
SynchronousRestObjectRequester so that it also understands PUTs. | |||||
2009-08-19 | Added MoveItems, which is most useful upon viewer-delete inventory ↵ | Diva Canto | 1 | -4/+17 | |
operation. Moving a batch of items is a 1-time operation. Made it async anyway, so that the viewer doesn't wait in case the DB layer is dumb (which is the case currently). | |||||
2009-08-19 | A better purge of trash folder. | Diva Canto | 1 | -2/+11 | |
2009-08-13 | Added GetAssetPermissions. Few last bugs nixed. This is ready for testing. | Diva Canto | 1 | -0/+12 | |
2009-08-13 | Renamed QueryItem/QueryFolder to GetItem/GetFolder. The word 'query' ↵ | Diva Canto | 1 | -2/+2 | |
starting to get on my nerves. | |||||
2009-08-11 | Some more hammering on the head of the obsolete rest inventory handlers, ↵ | Diva Canto | 1 | -3/+3 | |
just to make this work. | |||||
2009-08-11 | Re-adding a conditional in UserManager that was removed with arthusv's ↵ | Diva Canto | 1 | -1/+1 | |
commit. Changing new inventory ops to POST. | |||||
2009-08-11 | Added http handlers for the two new inventory operations. | Diva Canto | 1 | -0/+42 | |
2009-06-11 | Fixes mantis #3803. Thanks jhurliman. | diva | 1 | -1/+5 | |
2009-06-09 | Update svn properties. | Jeff Ames | 1 | -276/+276 | |
2009-06-08 | First draft of the inventory service IN connector. Probably won't work yet. ↵ | diva | 1 | -0/+276 | |
But everything of inventory service is now checked in, first draft. |