Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/sugar_network/db/routes.py
Commit message (Collapse)AuthorAgeFilesLines
* Revert node statisticsAleksey Lim2014-05-121-3/+3
|
* Return assets from the /assets API routeAleksey Lim2014-05-081-0/+4
|
* Simplify code and return author property as-isAleksey Lim2014-05-041-11/+6
|
* Fix file-less blobs behaviourAleksey Lim2014-04-291-2/+4
|
* Implementation polishingAleksey Lim2014-04-271-100/+19
| | | | | | | | * http.request does not load posting stream before sending; * one-sigment packets; * move node related code to node module; * Principal capabilities; * batch posting while pushing client offline updates.
* Pull node updates for checked-in resourcesAleksey Lim2014-04-201-30/+95
|
* More implementation polishingAleksey Lim2014-04-141-83/+83
| | | | | | | | | * suppress passing guids while creating objects; * access to request/response objects via "this"; * represent File objects as url strings; * sepparate auth code; * patch Logger.exception instead of using standalone function; * move releases seqno to node.Volume.
* Fix basic client routesAleksey Lim2014-03-241-75/+55
|
* More cleanupsAleksey Lim2014-03-121-23/+19
| | | | | | * iterate metadata props in the same order all time; * clear separation between original and posted props in db.Resource; * access to assetes directory from blobs iface.
*