Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/sugar_network/toolkit/router.py
Commit message (Expand)AuthorAgeFilesLines
* Revert node statisticsAleksey Lim2014-05-121-0/+14
* Return assets from the /assets API routeAleksey Lim2014-05-081-1/+5
* Start local node router for admin needsAleksey Lim2014-05-081-0/+3
* Simplify code and return author property as-isAleksey Lim2014-05-041-11/+8
* Fix file-less blobs streamingAleksey Lim2014-04-291-15/+2
* Implementation polishingAleksey Lim2014-04-271-47/+46
* Pull node updates for checked-in resourcesAleksey Lim2014-04-201-27/+43
* More implementation polishingAleksey Lim2014-04-141-84/+36
* Fix basic client routesAleksey Lim2014-03-241-19/+17
* Switch client code to server side resolvesAleksey Lim2014-03-161-5/+6
* Keep data synchronization in db module; use blobs storage to keep standalone ...Aleksey Lim2014-03-071-10/+83
* Zip sync stream all timestats_user.removedAleksey Lim2014-02-271-2/+2
* No need in extra HTTP headers after moving context resolves to node sideAleksey Lim2014-02-241-37/+70
* Polish designAleksey Lim2014-02-181-190/+161
* Keep Post comments in aggregated propertyAleksey Lim2014-02-031-6/+10
* Do not fail on unicode in HTTP headersAleksey Lim2014-01-251-5/+13
* Use stubs for missed context images; rename context typesAleksey Lim2013-12-311-0/+8
* Regenerate node statsAleksey Lim2013-11-211-1/+1
* Close event stream connections on client existsAleksey Lim2013-11-111-0/+3
* Do not reconnect on getting relocation errorsAleksey Lim2013-10-311-0/+1
* Switch to RSA auth keys; keep private key per user, not per sugar profileAleksey Lim2013-10-211-5/+49
* Ignore mtime float part while selecting files using IF_MODIFIED_SINCE valueAleksey Lim2013-09-011-1/+1
* Make sure that request content is fetched before exiting from spawned routeAleksey Lim2013-09-011-5/+12
* Add spawnable submit local API route for Report resourceAleksey Lim2013-09-011-2/+3
* Process event streams on low level in router; make launch and clone API route...Aleksey Lim2013-09-011-6/+49
* More internal polishingAleksey Lim2013-08-311-65/+115
* Create context while uploading initial implementationAleksey Lim2013-08-091-65/+84
* Properly convert HTTP_IF_MODIFIED_SINCE to UNIX secondsAleksey Lim2013-08-041-5/+14
* Trace the full request to simplify debuggingAleksey Lim2013-08-041-1/+1
* Keep stability preferences in config filesAleksey Lim2013-08-031-7/+8
* Get rid of redundant "public" lauerAleksey Lim2013-08-011-1/+10
* Polish implementationAleksey Lim2013-07-271-0/+683
* Polish cross-modules importsAleksey Lim2013-03-191-494/+0
* Remove mounpoints concept from client sideAleksey Lim2013-03-121-2/+4
* Fix personal node sync; clean up old subscriptions related code for clientAleksey Lim2013-03-041-3/+7
* Sync blob propertiesAleksey Lim2013-03-021-2/+2
* Online sync of SN dataAleksey Lim2013-02-191-5/+1
* Merge active_documentAleksey Lim2013-02-131-20/+18
* Wait for not mounted root only if it was requested explicitlyAleksey Lim2012-12-071-0/+2
* Gevent-1.0-rc1 fails if wsgi function returns generator for headersAleksey Lim2012-12-011-2/+4
* Pass redirects while proxyingAleksey Lim2012-11-171-0/+1
* Properly treat i18n strings while choosing filename for GETten blobsAleksey Lim2012-11-171-1/+3
* Cast accept_language to lower caseAleksey Lim2012-11-171-1/+1
* Return Content-Disposition header for blob GETsAleksey Lim2012-11-161-9/+33
* Return meaning MIME type for routed static filesAleksey Lim2012-11-141-2/+11
* Add extra logging levelsAleksey Lim2012-11-051-1/+1
* Node should not provide arbitrary filesAleksey Lim2012-11-051-15/+15
* Simplify serving aux files from api serverAleksey Lim2012-11-011-5/+15
* Do not split app logic between router and command classesAleksey Lim2012-10-281-0/+11
* Make client subscription capable for pollingAleksey Lim2012-10-211-3/+3