Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Support 0.8 API0.9Aleksey Lim2014-05-137-9/+647
|
* Count number of Context solvesAleksey Lim2014-05-135-19/+47
|
* Fix importing featured status for ASLO activitiesAleksey Lim2014-05-131-3/+3
|
* Count rating on demandAleksey Lim2014-05-136-124/+199
|
* Handy API command to get totalsAleksey Lim2014-05-134-122/+144
|
* Revert node statisticsAleksey Lim2014-05-1214-151/+1501
|
* Rename resolve API command to more appropriate cloneAleksey Lim2014-05-092-4/+4
|
* Add utility to generate group iconsAleksey Lim2014-05-083-3/+27
|
* Return assets from the /assets API routeAleksey Lim2014-05-083-1/+11
|
* Start local node router for admin needsAleksey Lim2014-05-0814-75/+195
|
* Support HTTP connection via UNIX domain socketsAleksey Lim2014-05-064-2/+65
|
* Simplify code and return author property as-isAleksey Lim2014-05-048-257/+134
|
* Return blob urls in solve API commandAleksey Lim2014-05-026-140/+160
|
* Do not fail the entore solve if one of dependent contexts is absentAleksey Lim2014-05-022-1/+23
|
* Pass info about installed packages to solve API commandAleksey Lim2014-05-024-26/+32
|
* Unique User-Agent HTTP header value for clientAleksey Lim2014-05-024-5/+17
|
* Tune API url if it permanently relocatesAleksey Lim2014-05-022-3/+12
|
* Node command to regerate package resolves/presolvesAleksey Lim2014-05-0217-167/+189
|
* Return metadata for aggregated items in API getsAleksey Lim2014-05-019-84/+124
|
* Fix aslo-sync scriptAleksey Lim2014-04-2911-328/+352
|
* While patching, place all props into Resource objectAleksey Lim2014-04-293-25/+55
|
* Fix file-less blobs streamingAleksey Lim2014-04-296-71/+72
|
* Keep ctime for aggregated itemsAleksey Lim2014-04-294-80/+95
|
* Fix file-less blobs behaviourAleksey Lim2014-04-295-53/+71
|
* Fix starting nodeAleksey Lim2014-04-2813-41/+50
|
* Implementation polishingAleksey Lim2014-04-2757-4288/+5428
| | | | | | | | * 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-2030-434/+1268
|
* More implementation polishingAleksey Lim2014-04-1449-1427/+1758
| | | | | | | | | * 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-2448-3316/+1849
|
* Keep all gevent monkey patches in one placeAleksey Lim2014-03-164-34/+29
|
* Switch client code to server side resolvesAleksey Lim2014-03-1625-2266/+1675
|
* More cleanupsAleksey Lim2014-03-1226-112/+320
| | | | | | * 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.
* Revert multiple application commandsAleksey Lim2014-03-119-168/+280
| | | | | This time for the reason to run different commands in different environments like regular desktop, sugar shell.
*