aboutsummaryrefslogtreecommitdiff
path: root/session.py
Commit message (Expand)AuthorAgeFilesLines
* LICENSE'ing: Add individual license/copyright headers to (nearly) all files.Mike Gabriel2020-09-171-0/+25
* Return error status if connection to RWA wasn't successfulJonathan Weth2020-07-311-10/+16
* Add option to configure API URLJonathan Weth2020-07-291-5/+5
* ReformatJonathan Weth2020-07-291-2/+2
* Use SIGINT instead of SIGTERM to kill sub processesJonathan Weth2020-07-291-2/+2
* Use typing everywhere and clean up argparseJonathan Weth2020-07-271-4/+5
* Add loggingJonathan Weth2020-07-271-16/+36
* Create global trigger server and handle SIGINT correctlyJonathan Weth2020-07-271-35/+5
* Merge branch 'pr/bug-invalid-pid-dbus' into 'master'Jonathan Weth2020-07-241-4/+2
|\
| * Prevent crashing when asking for status with invalid pid & mockup-mode: make ...Daniel Teichmann2020-07-241-4/+2
* | Add system for handling jobs (like file upload/download etc.)Jonathan Weth2020-07-241-0/+38
|/
* Implement bi-directional stopping of sessionsJonathan Weth2020-07-231-1/+8
* ReformatJonathan Weth2020-07-221-4/+5
* Add support for triggered status updatesJonathan Weth2020-07-221-4/+8
* Implement Flask server more elegantJonathan Weth2020-07-221-5/+19
* Simplify generation of random numbersJonathan Weth2020-07-221-21/+10
* ReformatJonathan Weth2020-07-221-14/+28
* Merge branch 'master' of gitlab.das-netzwerkteam.de:remotewebapp/session-serviceJonathan Weth2020-07-221-25/+67
|\
| * Add -m/--mockup-mode feature to service.py and session.pyDaniel Teichmann2020-07-221-25/+67
* | Kill Flask instead of terminating to fix hanging service processJonathan Weth2020-07-221-1/+1
* | Send stop request to RWA if VNC isn't running anymoreJonathan Weth2020-07-221-2/+13
|/
* Add trigger option and API methods for updating and getting session statusJonathan Weth2020-07-211-0/+55
* Implement basic session daemonJonathan Weth2020-07-201-0/+91