Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/sugar_network
Commit message (Expand)AuthorAgeFilesLines
* With --lazy-open populate didn't happendsAleksey Lim2012-10-072-2/+22
* Fail if there is no way to return BLOB urls in GET requests and avoid returni...Aleksey Lim2012-10-071-5/+2
* More workarounds with exec permissionsAleksey Lim2012-10-051-8/+9
* Keep all tmp files in one placeAleksey Lim2012-10-059-27/+27
* Set exec file permissions for activity bin/ dirAleksey Lim2012-10-051-2/+9
* Create local Artifact guids as sugar-datastore does to not break ds clientsAleksey Lim2012-10-052-2/+15
* Pass JSON via POST/PUT sugar-network commandsAleksey Lim2012-10-051-4/+5
* Allow users changing their own metadataAleksey Lim2012-10-051-4/+7
* Fix building packageAleksey Lim2012-10-052-4/+2
* Return user guid from whoami command, easy way to know your own sugar uidAleksey Lim2012-10-041-1/+1
* Fix anonymous service callAleksey Lim2012-10-042-7/+13
* Fix deplist command, return resolved package namesAleksey Lim2012-10-041-11/+7
* Return Context.dependencies from deplist commandAleksey Lim2012-10-041-1/+2
* Layers restriction makes sense only for context/implementation resourcesAleksey Lim2012-10-041-1/+3
* Fix local checkin/keep commandsAleksey Lim2012-10-045-24/+59
* Reimplement requests from CLI in sugar-network utilityAleksey Lim2012-10-042-9/+10
* Restrict client request with layersAleksey Lim2012-10-042-0/+6
* Generalize feed getting to make furhter work less invasiveAleksey Lim2012-10-044-63/+55
* Index sugar version for Implementations to filter in UIAleksey Lim2012-10-031-0/+5
* GET command requests might be without guidsAleksey Lim2012-10-031-1/+7
* Make Report more useful for clients: index "version"; return logAleksey Lim2012-10-031-0/+24
* Return Content-Length all time from RouterAleksey Lim2012-10-031-6/+6
* Remote commands might return not only jsonAleksey Lim2012-10-031-1/+4
* Process [DEFAULT] section as defaults for not found users in authorization.confAleksey Lim2012-10-031-2/+6
* Simple roles info for HubAleksey Lim2012-10-031-0/+8
* Remote mount might process volume commandsAleksey Lim2012-10-032-2/+7
* Process Last-Modified/If-Modified-Since while processing /hub for IPC clientsAleksey Lim2012-10-031-2/+11
* Fix launching; calculate feeds instead of storingAleksey Lim2012-10-024-60/+86
* Fix minor issues in package resolving codeAleksey Lim2012-10-022-5/+6
* Return stub images for missed "preview" in ContextAleksey Lim2012-10-021-19/+23
* Customize url for static files served from APIAleksey Lim2012-10-022-2/+8
* Serve proper Content-Type from /hubAleksey Lim2012-10-012-5/+12
* Commands attach/detach can be called only from Hub for nowAleksey Lim2012-10-012-17/+21
* Presolve repos are Fedora only for nowAleksey Lim2012-10-011-0/+2
* Serve Contributor Hub from /hub path for IPC clients to workaround lack of CO...Aleksey Lim2012-10-013-15/+31
* Add anonymous userAleksey Lim2012-10-014-8/+13
* Initial implemenation for auth rolesAleksey Lim2012-10-015-16/+68
* Make http.Client.get() consistent and do not return conditional Response objectAleksey Lim2012-10-011-15/+15
* Use arbitrary path to owner.key fileAleksey Lim2012-10-012-8/+21
* Do not return meaning-less data from commandsAleksey Lim2012-10-018-19/+34
* Form aslo sync script as a regular app and add push functionalityAleksey Lim2012-10-012-0/+10
* HTT_ORIGIN might be file://Aleksey Lim2012-10-011-2/+3
* Reflect on ad.diff() changes in treating blobsAleksey Lim2012-10-012-23/+59
* Remove needless slots to speed up xapian index; index Implementation.version ...Aleksey Lim2012-09-288-33/+59
* Reconnect after closing subscription socket, it might be triggered by server ...Aleksey Lim2012-09-273-6/+48
* Do not cache images, web browsers do it wellAleksey Lim2012-09-274-65/+33
* Process Last-Modified/If-Modified-Since HTTP headers from RouterAleksey Lim2012-09-272-62/+98
* Point local service to devel master by default to avoid corrupting meaningful...Aleksey Lim2012-09-271-1/+1
* Simplify access to feeds by using regular properties instead of blobs; popula...Aleksey Lim2012-09-258-104/+213
* Fix sending localeAleksey Lim2012-09-241-5/+3