Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/tests/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* Keep all tmp files in one placeAleksey Lim2012-10-051-3/+2
* Restrict client request with layersAleksey Lim2012-10-041-0/+1
* GET command requests might be without guidsAleksey Lim2012-10-031-1/+1
* Fix launching; calculate feeds instead of storingAleksey Lim2012-10-021-3/+5
* Customize url for static files served from APIAleksey Lim2012-10-021-0/+1
* Initial implemenation for auth rolesAleksey Lim2012-10-011-4/+9
* Reconnect after closing subscription socket, it might be triggered by server ...Aleksey Lim2012-09-271-0/+1
* Simplify access to feeds by using regular properties instead of blobs; popula...Aleksey Lim2012-09-251-2/+15
* Fix sending localeAleksey Lim2012-09-241-48/+0
* Polish designAleksey Lim2012-09-171-17/+7
* Provide default context iconsAleksey Lim2012-09-091-0/+1
* Mount.mounted is an Event to simplify waiting for connection; handy volume_co...Aleksey Lim2012-08-151-11/+1
* Make activities monitor less curly; register mime types and icons on activity...Aleksey Lim2012-08-151-0/+1
* Process stats in node syncAleksey Lim2012-08-091-0/+5
* Keep node sync code out of local/Aleksey Lim2012-08-081-1/+4
* Full support for files syncAleksey Lim2012-07-311-0/+1
* Push file sync records as regular recordsAleksey Lim2012-07-301-1/+9
* Implement sugar-datastore DBus APIAleksey Lim2012-07-211-6/+13
* There is no sync event anyumore, only commitAleksey Lim2012-07-131-20/+15
* Support delayed sync pull for masterAleksey Lim2012-07-121-0/+1
* Since whet/curl doesn't support decoding multipart downloads, return continue...Aleksey Lim2012-07-091-1/+1
* Switch to global seqno; prepare sync code for files trasferingAleksey Lim2012-07-081-0/+2
* Take into account the same session ACKs while creating PUSH packet on node sideAleksey Lim2012-07-061-4/+5
* Restrict find's limit for requests to nodeAleksey Lim2012-07-061-4/+4
* Create common Volume class to keep global node/master code in one placeAleksey Lim2012-07-051-4/+5
* Start sync commands from server; use api url as a master guidAleksey Lim2012-07-031-2/+1
* Rename sync packet fields sender/receiver to better sounding src/dst; use mas...Aleksey Lim2012-07-031-2/+2
* Restructure code before implementing nodes auto syncAleksey Lim2012-07-011-3/+2
* Start SN server for mounted dbs; merge restful_document code; polish design o...Aleksey Lim2012-06-301-12/+94
* Auto attach db from mounted devicesAleksey Lim2012-06-291-14/+25
* Avoid using node.volume singleton and move author setting on commands process...Aleksey Lim2012-06-281-8/+6
* Polish design to use only one top class, Client, for client codeAleksey Lim2012-06-261-8/+18
* Rename --activities-root to --activities and make it a list of pathsAleksey Lim2012-06-261-1/+1
* Actualize testsAleksey Lim2012-06-261-5/+6
* Handle packet limit in Master.sync()Aleksey Lim2012-06-231-0/+4
* Make HTTP requests from the same sessions to have a pool of connectionsAleksey Lim2012-06-131-1/+3
* Restructure files hierarchy to include server codeAleksey Lim2012-06-131-25/+34
* Fix fetching properties while maing remote context localAleksey Lim2012-06-051-0/+2
* Handle localized propsAleksey Lim2012-06-051-5/+10
* Move local Context props to sugar_network_server; move webui related props to...Aleksey Lim2012-06-041-1/+1
* Rename "author" property to "user"; add Context class for local contextsAleksey Lim2012-06-031-47/+29
* Start webui; avoid using IPC for webuiAleksey Lim2012-05-261-7/+7
* Switch to new active_toolkit module; avoid needless imports in sugar_network ...Aleksey Lim2012-05-241-9/+15
* Start restful serverAleksey Lim2012-05-191-1/+5
* Generate "feed" dynamically for local contextsAleksey Lim2012-05-181-1/+3
* Start implementing server_modeAleksey Lim2012-05-181-7/+7
* Localize gevent usageAleksey Lim2012-05-151-26/+46
* Rename server.py and connection.py to more appropriate bus.py; set auther exp...Aleksey Lim2012-05-141-3/+4
* Track child processesAleksey Lim2012-05-131-3/+25
* Create glib_client.Client only for Glib based clients to avoid messing with g...Aleksey Lim2012-05-131-2/+2