Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added MoveItems, which is most useful upon viewer-delete inventory ↵ | Diva Canto | 2009-08-19 | 1 | -0/+2 |
| | | | | 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). | ||||
* | A better purge of trash folder. | Diva Canto | 2009-08-19 | 1 | -1/+2 |
| | |||||
* | Added GetAssetPermissions. Few last bugs nixed. This is ready for testing. | Diva Canto | 2009-08-13 | 1 | -0/+20 |
| | |||||
* | Renamed QueryItem/QueryFolder to GetItem/GetFolder. The word 'query' ↵ | Diva Canto | 2009-08-13 | 1 | -2/+2 |
| | | | | starting to get on my nerves. | ||||
* | Added two new methods to IIventoryService -- GetFolderForType and ↵ | Diva Canto | 2009-08-10 | 1 | -7/+23 |
| | | | | GetFolderContent. Some meat to it, but not completed. None of this code is called anywhere yet. | ||||
* | Changed RequestRootFolder to GetRootFolder | Diva Canto | 2009-08-10 | 1 | -1/+1 |
| | |||||
* | Fixes mantis #3803. Thanks jhurliman. | diva | 2009-06-11 | 1 | -1/+2 |
| | |||||
* | Added more functions to IInventoryService. Unsure about whether all of these ↵ | diva | 2009-06-08 | 1 | -0/+35 |
| | | | | are really necessary. | ||||
* | First draft of inventory service connectors, and service implementation. No ↵ | diva | 2009-06-07 | 1 | -0/+118 |
handlers yet, this is just the OUT part for now. It's not active and nothing in the simulator uses this yet. Just checking it in to start sharing with others. There are a couple of interesting software design points that could use other devs opinions. Hopefully I added all needed files. |