Anton Shestakov <engored@ya.ru>, Thu, 27 Dec 2012 00:12:30 +0900
Moving toward a multi-workspace work model. There's no auth, knowing workspace id gives full access.
static/js/framework/collections.js
Permissions: -rw-r--r--
var Projects = Backbone.Collection.extend({ return '/' + encodeURIComponent(fruitbar.workspace) + '/projects/'; var Tasks = Backbone.Collection.extend({ return '/' + encodeURIComponent(fruitbar.workspace) + '/tasks/';