53 lines
1.4 KiB
YAML
53 lines
1.4 KiB
YAML
|
Categories:
|
||
|
- Connectivity
|
||
|
- Development
|
||
|
License: GPL-3.0-only
|
||
|
SourceCode: https://github.com/e-venement/eve-control
|
||
|
IssueTracker: https://github.com/e-venement/eve-control/issues
|
||
|
|
||
|
AutoName: Eve-control
|
||
|
Description: |-
|
||
|
Control tickets with an existing [http://www.e-venement.org/ e-venement]
|
||
|
instance.
|
||
|
|
||
|
When launched, the user is prompted to enter the host name as well as his login
|
||
|
credentials wich will be stored for future authentifications.
|
||
|
|
||
|
Once the form submitted, the app will connect to the instance's server and
|
||
|
display the access control page (tck.php/ticket/control), and tickets can be
|
||
|
controlled directly from there.
|
||
|
|
||
|
During use, the app will automatically re-authenticate the user on server
|
||
|
periodically to keep the session alive as long as needed.
|
||
|
|
||
|
RepoType: git
|
||
|
Repo: https://github.com/e-venement/eve-control
|
||
|
|
||
|
Builds:
|
||
|
- versionName: '1.0'
|
||
|
versionCode: 1
|
||
|
commit: 36a87f06556c0192c6a9f8e969c41573f154f386
|
||
|
subdir: app
|
||
|
gradle:
|
||
|
- yes
|
||
|
|
||
|
- versionName: '1.1'
|
||
|
versionCode: 2
|
||
|
commit: c786edc9aa1065ae9a2fd24a357ebf7abb501ac9
|
||
|
subdir: app
|
||
|
gradle:
|
||
|
- yes
|
||
|
prebuild: sed -i -e '/versionCode/d' -e '/versionName/d' build.gradle
|
||
|
|
||
|
- versionName: '1.2'
|
||
|
versionCode: 3
|
||
|
commit: '1.2'
|
||
|
subdir: app
|
||
|
gradle:
|
||
|
- yes
|
||
|
|
||
|
AutoUpdateMode: None
|
||
|
UpdateCheckMode: Tags
|
||
|
CurrentVersion: '1.2'
|
||
|
CurrentVersionCode: 3
|