Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/server.py
Commit message (Expand)AuthorAgeFilesLines
* Show icons with the users colorsGonzalo Odiard2013-05-091-0/+49
* Notify to the server when one object was successfully downloadedGonzalo Odiard2013-05-081-2/+14
* Remove old code to manage upload of objectsGonzalo Odiard2013-05-081-38/+1
* Implement upload of files from the client using websocketsGonzalo Odiard2013-05-071-0/+38
* Fix accidentally changed indentGonzalo Odiard2013-04-291-1/+1
* Basic implementation of communication using websocketsGonzalo Odiard2013-04-261-0/+33
* Use tornado as web serverGonzalo Odiard2013-04-251-141/+60
* Add a timeout after upload a fileGonzalo Odiard2013-04-241-13/+13
* Pep8 fixesGonzalo Odiard2013-04-231-6/+7
* Upload & download the journal objects packagedGonzalo Odiard2013-04-231-131/+19
* Fix upload of files from other usersGonzalo Odiard2013-04-051-2/+2
* Prepare files to be servedGonzalo Odiard2013-04-041-136/+27
* Run the server in a threadGonzalo Odiard2013-04-041-42/+85
* Reorganize codeGonzalo Odiard2013-03-221-14/+18
* Decode preview image if neededGonzalo Odiard2013-03-201-1/+9
* Add information about the journal ownerGonzalo Odiard2013-03-191-8/+22
* Upload metadata and previewGonzalo Odiard2013-03-181-28/+40
* Upload a file from the joining instance to the serverGonzalo Odiard2013-03-181-5/+145
* Removed unused codeGonzalo Odiard2013-03-151-19/+0
* Initial implementation of collaborationGonzalo Odiard2013-03-151-5/+5
* Display the previewGonzalo Odiard2013-03-141-0/+12
* Add downloadmanagerGonzalo Odiard2013-03-141-4/+10
* Display a list of starred items in the journalGonzalo Odiard2013-03-141-24/+87
* Use a simple server to create content and transfer filesGonzalo Odiard2013-03-131-10/+79
* Journal page made from real journalAgustin Zubiaga2013-02-251-4/+4
* Adding headers and some code for activity.pyAgustin Zubiaga2013-02-241-1/+17
* Activity baseAgustin Zubiaga2013-02-241-0/+23