Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/sugar_network/resources/volume.py
Commit message (Expand)AuthorAgeFilesLines
* With --lazy-open populate didn't happendsAleksey Lim2012-10-071-1/+21
* Fail if there is no way to return BLOB urls in GET requests and avoid returni...Aleksey Lim2012-10-071-5/+2
* Keep all tmp files in one placeAleksey Lim2012-10-051-3/+2
* Fix building packageAleksey Lim2012-10-051-3/+1
* Fix deplist command, return resolved package namesAleksey Lim2012-10-041-11/+7
* Return Context.dependencies from deplist commandAleksey Lim2012-10-041-1/+2
* Fix local checkin/keep commandsAleksey Lim2012-10-041-1/+38
* Reimplement requests from CLI in sugar-network utilityAleksey Lim2012-10-041-3/+4
* GET command requests might be without guidsAleksey Lim2012-10-031-1/+7
* Customize url for static files served from APIAleksey Lim2012-10-021-2/+4
* Add anonymous userAleksey Lim2012-10-011-0/+1
* Initial implemenation for auth rolesAleksey Lim2012-10-011-0/+1
* Do not return meaning-less data from commandsAleksey Lim2012-10-011-1/+2
* Reflect on ad.diff() changes in treating blobsAleksey Lim2012-10-011-22/+54
* Remove needless slots to speed up xapian index; index Implementation.version ...Aleksey Lim2012-09-281-15/+20
* Do not cache images, web browsers do it wellAleksey Lim2012-09-271-11/+31
* Simplify access to feeds by using regular properties instead of blobs; popula...Aleksey Lim2012-09-251-0/+1
* Switch to pre/post commands code; return local BLOB urls for IPC requestsAleksey Lim2012-09-181-0/+19
* Send HTTP status on "subcribe" command startAleksey Lim2012-09-171-0/+3
* Polish designAleksey Lim2012-09-171-5/+51
* Move "layer" property from library levelAleksey Lim2012-09-151-0/+13
* Process files_pull requestes on master sideAleksey Lim2012-07-301-4/+3
* Sequence in final sn_commit should be precise to avoid loosing previous commitsAleksey Lim2012-07-261-2/+2
* Get rid of gettext, it is an overkil for system messagesAleksey Lim2012-07-121-0/+7
* Do not fetch deleted documents while cloningAleksey Lim2012-07-121-2/+3
* After switching to global seqno, sync packet should suport sn_commit recordAleksey Lim2012-07-101-5/+36
* Switch to global seqno; prepare sync code for files trasferingAleksey Lim2012-07-081-54/+20
* Keep auth related logic on app levelAleksey Lim2012-07-051-2/+4
* Create common Volume class to keep global node/master code in one placeAleksey Lim2012-07-051-0/+111