aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * 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
|
* d/install: Update to change package namespace.Mike Gabriel2020-10-041-2/+2
|
* config.py: Expect settings.toml in another path.Mike Gabriel2020-10-041-1/+1
|
* d/changelog: Change src:pkg name.Mike Gabriel2020-10-041-1/+1
|
* d/control: Rename src:pkg and bin:pkg.Mike Gabriel2020-10-041-2/+2
|
* d/control: Set versioned D: python3-dynaconf (>= 3.0).Mike Gabriel2020-10-041-1/+1
|
* d/control: Add D: python3-box.Mike Gabriel2020-10-041-0/+1
|
* debian/rules: Do manually patching of the DBus service file, instead.Mike Gabriel2020-09-181-0/+5
|
* debian/patches: Drop quilt patches again. Of not much use with DH compat ↵Mike Gabriel2020-09-182-12/+0
| | | | level 12 if package is native.
* Revert "debian/rules: Explicitly demand quilt as patch management system ↵Mike Gabriel2020-09-181-1/+1
| | | | | | (because of source/format 1.0)." This reverts commit 4aee21bfbfe1991e64fb34d7c890766972700935.
* debian/control: Explicit B-D on quilt.Mike Gabriel2020-09-181-0/+1
|
* debian/rules: Explicitly demand quilt as patch management system (because of ↵Mike Gabriel2020-09-181-1/+1
| | | | source/format 1.0).
* debian/control: Downgrade DH compat level to version 12 (to amend builds on ↵Mike Gabriel2020-09-171-1/+1
| | | | Ubuntu 20.04).
* debian/: Initial draft for creating DEB packages.Mike Gabriel2020-09-1712-0/+110
|
* config.py: Use project name as /etc/ folder namespace (rwa-session-service ↵Mike Gabriel2020-09-171-1/+1
| | | | -> remote-support-session-service).
* docs/admin/04_dbus.rst: Add python3-dynaconf to list of required packages.Mike Gabriel2020-09-171-1/+1
|
* LICENSE'ing: Add individual license/copyright headers to (nearly) all files.Mike Gabriel2020-09-179-0/+227
|
* Change bind IP to 0.0.0.0Jonathan Weth2020-08-181-1/+1
|
* Fix typoJonathan Weth2020-07-311-1/+1
|
* Return error status if connection to RWA wasn't successfulJonathan Weth2020-07-312-21/+36
| | | | Close #10
* Don't log so often.Jonathan Weth2020-07-311-2/+4
| | | | Close #11
* Stop service if lock file was removedJonathan Weth2020-07-302-8/+41
|
* Store lock file in own directory in /tmp/Jonathan Weth2020-07-301-1/+3
|
* Update documentationJonathan Weth2020-07-291-2/+8
|
* Add option to configure API URLJonathan Weth2020-07-297-27/+65
|
* Remove legacy API documentationJonathan Weth2020-07-291-69/+0
|
* Remove legacy requirements.txtJonathan Weth2020-07-291-2/+0
|
* ReformatJonathan Weth2020-07-291-2/+4
|
* ReformatJonathan Weth2020-07-291-2/+2
|
* Create lock file if service is runningJonathan Weth2020-07-291-0/+16
|
* Update requirements.txtJonathan Weth2020-07-291-1/+1
|
* Add config and docs for activation by D-BusJonathan Weth2020-07-292-0/+26
|