Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Return all indexed documents by default on low levelactivities_cacheAleksey Lim2013-08-138-23/+17
* Revert default reply list for GET /resource/guid requestAleksey Lim2013-08-132-28/+29
* Store cached solution only after calling hte make()Aleksey Lim2013-08-112-55/+78
* Fix parsing sugar-network utility cmdline argumentsAleksey Lim2013-08-111-2/+3
* Process noarch packages correctlyAleksey Lim2013-08-111-10/+11
* Create context while uploading initial implementationAleksey Lim2013-08-0912-124/+248
* Fix package depsAleksey Lim2013-08-061-1/+1
* Update context metadata on new .xo releasesAleksey Lim2013-08-059-177/+191
* Invalidate cached solutions after changing stability preferencesAleksey Lim2013-08-056-143/+161
* Test i18n queries from client sideAleksey Lim2013-08-052-4/+39
* Improve --porcelain mode in sugar-network utilityAleksey Lim2013-08-051-6/+20
* Fix sugar-network's head commandAleksey Lim2013-08-043-16/+13
* Properly convert HTTP_IF_MODIFIED_SINCE to UNIX secondsAleksey Lim2013-08-043-15/+23
* Trace the full request to simplify debuggingAleksey Lim2013-08-042-1/+2
* Make toolkit.init_logging appropriate to call out of SN applicationsAleksey Lim2013-08-046-47/+45
* Keep stability preferences in config filesAleksey Lim2013-08-0312-22/+209
* Preserve original configuration while savingAleksey Lim2013-08-023-53/+104
* Get rid of redundant "public" lauerAleksey Lim2013-08-0113-249/+182
* Test write-only-for-authors explicitlyAleksey Lim2013-07-311-11/+28
* Make interactions with local webui more explicit, it is all time API requestsAleksey Lim2013-07-314-24/+7
* Use the same selection logic for deplist API command as for cloneAleksey Lim2013-07-311-12/+6
* Config /etc/sweets.conf has a priority against /etc/sweets.dAleksey Lim2013-07-303-8/+4
* Reset connection timeout on successful handshakeAleksey Lim2013-07-281-0/+1
* Exception-less mode for toolkit.parse_version()Aleksey Lim2013-07-282-8/+26
* Implement HEAD sugar-network commandAleksey Lim2013-07-281-17/+37
* Fix launching webuiAleksey Lim2013-07-282-17/+34
* Fix /hub route in clientAleksey Lim2013-07-271-1/+1
* Remove remains after files movingAleksey Lim2013-07-274-12/+12
* More polishing; rename client.*Client to more appropriate client.*ConnectionAleksey Lim2013-07-2758-149/+221
* Add release API command to easily upload new implementationAleksey Lim2013-07-278-136/+348
* Polish implementationAleksey Lim2013-07-27106-7335/+6850
* Reuse node clone API command for cloning implementation from client app; proc...Aleksey Lim2013-07-0720-1174/+1453
* Return HEAD metadata in per-prop attributesAleksey Lim2013-07-056-16/+51
* Process HEAD API requests to return property metadataAleksey Lim2013-07-044-2/+83
* Merge branch 'master' of git.sugarlabs.org:network/networkAleksey Lim2013-06-271-29/+30
|\
| * Commit from Sugar Labs: Translation System by user cjl.: 18 of 18 messages tr...Pootle daemon2013-06-241-29/+30
* | Test resetting prop values in settersAleksey Lim2013-06-271-0/+59
* | Stop parsing command-line arguments on command levelAleksey Lim2013-06-271-9/+16
* | Move version parsing routimes to more appropriate spec.py; add testsAleksey Lim2013-06-274-99/+208
* | Fix failig on not passed new propertiesAleksey Lim2013-06-142-6/+34
|/
* Fix wrong indexing i18n propertiesAleksey Lim2013-06-122-8/+46
* Avoid needless bundle downloads on master nodeAleksey Lim2013-06-122-7/+53
* Patch aslo-sync db to set blob sizesAleksey Lim2013-06-122-1/+67
* Make access publich to --config optionAleksey Lim2013-06-121-15/+15
* Process ASLO deletes while in aslo-sync utilityAleksey Lim2013-06-111-5/+38
* Initial implementation for recycling cached implementationsAleksey Lim2013-06-1114-52/+327
* Caluculate implementation sizes even for urlsAleksey Lim2013-06-093-5/+69
* Calculate uncompressed size for activity implementationsAleksey Lim2013-06-0914-12/+58
* Move spec.py and bundle.py to toolkit moduleAleksey Lim2013-06-096-9/+8
* Polish internal implementationAleksey Lim2013-06-0933-918/+853