summaryrefslogtreecommitdiffstats
path: root/modules-available/backup
Commit message (Collapse)AuthorAgeFilesLines
* [backup] Checking file existence is stupid if we write to /root/Simon Rettberg2024-02-281-5/+1Star
| | | | php doesn't run as root and doesn't have access to that location.
* [backup] Add permission to configure automatic backupSimon Rettberg2023-11-153-4/+9
|
* [backup] LangSteffen Ritter2023-05-171-3/+3
|
* [backup] Don't error out if backup file is not readable by www-dataSimon Rettberg2023-05-121-5/+6
|
* [backup] i18n: Fix typoSimon Rettberg2023-04-261-1/+1
|
* [backup] Add translationsSimon Rettberg2023-03-105-3/+38
|
* [backup] Only nag about backup on main-page if user has permissionSimon Rettberg2023-03-101-6/+8
|
* [backup] Make backup interval weeklySimon Rettberg2023-03-101-1/+2
|
* [backup] Add option to store in /root, not just VMstoreSimon Rettberg2023-03-084-10/+27
|
* [backup] Check supplied backup file before trying to applySimon Rettberg2023-03-024-16/+47
| | | | This saves us from aborting midway and doing a reboot
* [backup] Add UI for monthly automatic backup + password supportSimon Rettberg2023-03-024-15/+143
|
* Update translationsSimon Rettberg2020-02-272-2/+2
|
* [backup/systemstatus] Show up/downloads in backup pageSimon Rettberg2020-02-263-1/+26
| | | | | Add AJAX API to dozmod module to query the fileserver status of dmsd.
* [backup] Increase sleep before rebootSimon Rettberg2020-02-241-1/+1
| | | | | | Sometimes the WebUI would poll the Taskmanager too slowly, missing that the restore task finished and never waiting for the reboot.
* Fix some typos (found by codespell)Stefan Weil2019-12-141-1/+1
| | | | Signed-off-by: Stefan Weil <sw@weilnetz.de>
* [backup] Update translations (dozmod -> suite)Simon Rettberg2019-12-112-4/+4
|
* [backup] Disable button during download; add IP to download file nameSimon Rettberg2019-12-112-3/+5
|
* [backup] Fix restore done messageSimon Rettberg2019-04-161-5/+4Star
|
* [inc/Module] Overhaul dependency loading and handling of js/cssSimon Rettberg2018-04-131-2/+2
| | | | This is supposed to prevent unneeded js/css from being pulled in
* Permissions: Consistency: Make all pages require at least one permission to ↵Simon Rettberg2018-04-091-0/+1
| | | | | | be accessible Closes #3340
* [permissionmanager] Introduce "location-aware" flag for permissionsSimon Rettberg2018-02-121-4/+8
| | | | | | | | | | This flag tells wether the permission can be restricted to certain locations in a meaningful way. This flag has to be set in the permissions.json of the according module. For example, the permission to reboot the server cannot be limited to certain locations in a meaningful way, while the view of the client log can be filtered to only show log entries for clients in specific locations.
* [backup] Use permission helpersSimon Rettberg2018-02-093-20/+15Star
|
* Fix A LOT of type problems, logic flaws, uninitialized variables etc.Simon Rettberg2017-12-162-32/+3Star
| | | | | Most of them were found by phpstorm, so I put in some time and went through the list, fixing quite a bunch of them.
* [backup] added permissions to create and restore backupsUdo Walter2017-12-146-7/+28
|
* [backup] Add label refs, fix layout of last download time hintSimon Rettberg2017-12-011-7/+7
|
* Merge remote-tracking branch 'origin/master' into permission-managerUdo Walter2017-11-217-1/+31
|\ | | | | | | | | | | # Conflicts: # modules-available/backup/templates/_page.html # style/default.css
| * [backup] Show warning on main page when last backup was more than 30 days agoSimon Rettberg2017-11-147-1/+31
| |
* | [backup] added glyphicons to download/upload buttonsChristian Hofmaier2017-10-131-2/+2
| |
* | [backup] fixed inconsistenciesChristian Hofmaier2017-09-222-5/+11
|/
* Remove remaining references to schema versionSimon Rettberg2016-06-091-2/+2
|
* Fix some translations and page titlesSimon Rettberg2016-06-091-1/+0Star
|
* work work work work workSimon Rettberg2016-05-192-3/+1Star
|
* MORE WMORKSimon Rettberg2016-05-181-1/+0Star
|
* Migrated messages to modulesSimon Rettberg2016-05-104-4/+17
|
* Translating module strings and custom sections worksSimon Rettberg2016-05-102-1/+4
|
* Message string editing works nowSimon Rettberg2016-05-091-1/+0Star
|
* Work on translations: templates and messages workSimon Rettberg2016-05-048-42/+28Star
|
* WIPSimon Rettberg2016-05-0311-0/+347