aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Refactor ID systemJonathan Weth2021-07-013-81/+165
|
* Merge branch '16-url-duplication-should-be-checked' into 'master'Jonathan Weth2021-07-011-1/+8
|\ | | | | | | | | | | | | Resolve "URL duplication should be checked" Closes #16 See merge request remotewebapp/rwa.support.sessionservice!13
| * Check if the host is already presentJonathan Weth2021-07-011-1/+8
|/
* Merge branch 'feature/api-handshake' into 'master'Jonathan Weth2021-07-013-13/+95
|\ | | | | | | | | Implement API handshake See merge request remotewebapp/rwa.support.sessionservice!8
| * Merge branch 'master' into feature/api-handshakeJonathan Weth2021-07-012-17/+17
| |\ | |/ |/|
* | Merge branch '19-user_settings-may-not-save-url-s-properly-sometimes' into ↵Jonathan Weth2021-07-012-17/+16
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | 'master' Resolve "user_settings may not save URL's properly sometimes" Closes #19 See merge request remotewebapp/rwa.support.sessionservice!12
| * | Move user settings to service and save settings after changing data instead ↵Jonathan Weth2021-07-012-17/+16
|/ / | | | | | | of before
| * Merge branch 'master' into feature/api-handshakeJonathan Weth2021-06-305-36/+127
| |\ | |/ |/|
* | Add a basic CI configurationJonathan Weth2021-06-301-0/+7
| |
* | Merge branch 'mr/refactor-more-logging' into 'master'Jonathan Weth2021-06-303-35/+115
|\ \ | | | | | | | | | | | | | | | | | | Refactor all D-Bus methods to output more debug statements. Closes #14 See merge request remotewebapp/rwa.support.sessionservice!11
| * | Clean up doc strings and debug statementsJonathan Weth2021-06-301-44/+27
| | |
| * | Add url validator for incomming stringsDaniel Teichmann2021-06-303-2/+45
| | |
| * | Refactoring: more debug informationDaniel Teichmann2021-06-301-18/+72
| | |
* | | Merge branch 'mr/catch-dbus-exception' into 'master'Jonathan Weth2021-06-301-2/+6
|\ \ \ | |/ / |/| | | | | | | | test_client.py: Catch D-Bus exception on startup See merge request remotewebapp/rwa.support.sessionservice!9
| * | test_client.py: Catch D-Bus exception on startupDaniel Teichmann2021-06-301-2/+6
|/ /
| * Merge branch 'master' into feature/api-handshakeJonathan Weth2021-06-290-0/+0
| |\ | |/ |/|
* | Merge branch 'feature/multiple-hosts' into 'master'Jonathan Weth2021-06-296-80/+142
|\ \ | | | | | | | | | | | | Support multiple hosts See merge request remotewebapp/rwa.support.sessionservice!7
| | * Implement API handshakeJonathan Weth2021-06-293-7/+88
| |/
| * Fix click implementation in test clientJonathan Weth2021-06-291-4/+4
| |
| * Drop dynaconf supportJonathan Weth2021-06-285-29/+3
| |
| * Merge branch 'master' into feature/multiple-hostsJonathan Weth2021-06-282-10/+20
| |\ | |/ |/|
* | Merge branch 'master' of ↵Jonathan Weth2021-06-281-4/+14
|\ \ | | | | | | | | | gitlab.das-netzwerkteam.de:remotewebapp/rwa.support.sessionservice
| * \ Merge branch 'mr/sigquit-handler-for-stopping-sessions' into 'master'Jonathan Weth2021-06-281-4/+14
| |\ \ | | | | | | | | | | | | | | | | Add a new signal handler for SIGQUIT See merge request remotewebapp/rwa.support.sessionservice!6
| | * | Add a new signal handler for SIGQUIT. SIGQUIT signals the service to stop ↵Daniel Teichmann2021-06-281-4/+14
| |/ / | | | | | | | | | | | | | | | ALL sessions. How to send SIGQUIT via a terminal emulator: stty -a | grep intr
* / / Log connection errors in service betterJonathan Weth2021-06-282-6/+6
|/ /
| * Merge branch 'master' into feature/multiple-hostsJonathan Weth2021-06-286-85/+123
| |\ | |/ |/|
* | Use click in Session ServiceJonathan Weth2021-06-281-29/+20
| |
* | Stop VNC server on request failureJonathan Weth2021-06-281-0/+2
| |
* | Rewrite test_client.py using clickJonathan Weth2021-06-283-81/+65
| |
* | Merge branch 'mr/test_client.py' into 'master'Jonathan Weth2021-06-282-10/+74
|\ \ | | | | | | | | | | | | Update test_client.py to existing API-features See merge request remotewebapp/rwa.support.sessionservice!5
| * | Update test_client.py to existing API-featuresDaniel Teichmann2021-06-282-10/+74
|/ /
| * Support multiple hostsJonathan Weth2021-06-286-21/+112
|/
* Send hostname to web appJonathan Weth2021-06-241-0/+2
|
* Introduce and apply reformat/lintJonathan Weth2021-06-238-99/+1455
|
* Restructure project directory and provide script for session serviceJonathan Weth2021-06-2310-14/+22
|
* Generate PIN in this service and provide authentication mechanismsJonathan Weth2021-06-233-45/+79
|
* Fix paths and copyrightJonathan Weth2021-06-2215-295/+310
|
* d/install: Adapt to renaming of the DBus session service file.Mike Gabriel2020-10-041-1/+1
|
* d/control: Add B:/R: remote-support-session-service (previous name).Mike Gabriel2020-10-041-0/+2
|
* Rename class RWAService to RWASupportSessionService.Mike Gabriel2020-10-042-4/+4
|
* session.py: Update RWA URL to RWA.Support. This might require more work.Mike Gabriel2020-10-041-1/+1
|
* Some docstring and error message adaptations to namespace changes.Mike Gabriel2020-10-042-7/+7
|
* d/rules: Adapt sed command to renamed DBus service file.Mike Gabriel2020-10-041-1/+1
|
* org.ArcticaProject.RWASupportSessionService: Adapt DBus service path to new ↵Mike Gabriel2020-10-043-11/+11
| | | | project namespace.
* lock.py: Adapt to lock dir and lock file name to new project namespace.Mike Gabriel2020-10-041-2/+2
|
* d/rules: Adapt sed command that modifies the org.ArcticaProject.RWA DBus ↵Mike Gabriel2020-10-041-1/+1
| | | | service file.
* org.ArcticaProject.RWA.service: Update to new project namespace.Mike Gabriel2020-10-041-1/+1
|
* Update project URLs.Mike Gabriel2020-10-049-9/+9
|
* d/*: Update project URLs.Mike Gabriel2020-10-044-10/+10
|
* d/control: Update package description.Mike Gabriel2020-10-041-6/+7
|