Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/activity.py
Commit message (Expand)AuthorAgeFilesLines
* Notify to the server when one object was successfully downloadedGonzalo Odiard2013-05-081-5/+23
* Add information about who shared the objectGonzalo Odiard2013-05-081-1/+15
* Implement upload of files from the client using websocketsGonzalo Odiard2013-05-071-13/+35
* Use a free port instead of using 2500 fixedGonzalo Odiard2013-05-071-1/+10
* Basic implementation of communication using websocketsGonzalo Odiard2013-04-261-29/+27
* Pep8 fixesGonzalo Odiard2013-04-231-16/+17
* Upload & download the journal objects packagedGonzalo Odiard2013-04-231-36/+8
* Fix upload of files from other usersGonzalo Odiard2013-04-051-4/+19
* Implement read_file and write_file methodsGonzalo Odiard2013-04-051-2/+15
* Implement selection of items to shareGonzalo Odiard2013-04-051-11/+43
* Prepare files to be servedGonzalo Odiard2013-04-041-3/+150
* Run the server in a threadGonzalo Odiard2013-04-041-3/+3
* Inhibit suspend if you are sharingGonzalo Odiard2013-03-221-0/+27
* Don't try to connect to himselfGonzalo Odiard2013-03-221-0/+4
* Start server only if does not join a shared instanceGonzalo Odiard2013-03-191-7/+15
* Upload metadata and previewGonzalo Odiard2013-03-181-2/+6
* Upload a file from the joining instance to the serverGonzalo Odiard2013-03-181-1/+22
* Add a scroled windowGonzalo Odiard2013-03-151-1/+4
* Initial implementation of collaborationGonzalo Odiard2013-03-151-1/+112
* Add downloadmanagerGonzalo Odiard2013-03-141-0/+19
* Display a list of starred items in the journalGonzalo Odiard2013-03-141-1/+1
* Use a simple server to create content and transfer filesGonzalo Odiard2013-03-131-55/+7
* First version of the activity displaying a webviewGonzalo Odiard2013-03-131-4/+71
* Adding headers and some code for activity.pyAgustin Zubiaga2013-02-241-0/+51
* Activity baseAgustin Zubiaga2013-02-241-0/+0