summaryrefslogtreecommitdiffstats
path: root/modules-available/dozmod/pages
Commit message (Collapse)AuthorAgeFilesLines
* Fix more type errors, stricter typingSimon Rettberg2023-11-151-8/+8
|
* Add function param/return types, fix a lot more phpstorm complaintsSimon Rettberg2023-11-145-7/+7
|
* [dozmod] Add field to configure maximum VM image sizeSimon Rettberg2022-11-031-1/+5
|
* [inc/Util] Add types, move error printing functions to their own classSimon Rettberg2022-05-021-1/+1
|
* Moderize Database handlingSimon Rettberg2021-05-117-10/+10
| | | | | | | * Auto-convert to utf8mb4_unicode_520_ci * Use foreach instead of while to loop over results * Drop useless statement caching * Keep emulated prepares, as we sometimes loop over nested queries
* [dozmod] Always render expired/orphaned images templateSimon Rettberg2021-04-211-8/+3Star
| | | | | | Now that the orphaned image scan exists, it doesn't make sense to hide the whole page if there are no expired images, preventing the user from scanning for orphaned files.
* [dozmod] Add checkbox for "allow student download"Simon Rettberg2021-04-211-1/+5
|
* [dozmod] Support html descriptions for VMs/lecturesSimon Rettberg2020-11-181-2/+15
| | | | References #3732
* [dozmod] Show (last, number of) lecture starts in actionlogSimon Rettberg2020-11-181-49/+50
|
* [dozmod] expiredimages: Link to user's actionlog instead of sending mailSimon Rettberg2020-10-221-10/+10
| | | | | | The "expired images" view was created before we had the action log. Linking to it might be more what we expect, instead of opening a mail client.
* [dozmod] Implement deleting orphaned files from vm storeSimon Rettberg2020-09-281-37/+68
| | | | | | | | This is the UI part that communicates with dmsd to show or delete all files on the vm store that don't belong to a known VM. Might be dangerous, use wisely. Closes #3321
* [backup/systemstatus] Show up/downloads in backup pageSimon Rettberg2020-02-261-0/+85
| | | | | Add AJAX API to dozmod module to query the fileserver status of dmsd.
* [dozmod] How about implementing runscript deletionSimon Rettberg2019-03-231-0/+14
|
* [dozmod] runscript: Fix defaults: Non-global, normal displaySimon Rettberg2019-03-071-2/+2
|
* [dozmod] Handle CRLF & LF for runscriptsSimon Rettberg2019-03-061-3/+15
|
* [dozmod] netrules: Edit set of rules, not single rulesSimon Rettberg2019-02-271-32/+45
|
* [dozmod] Add ServerSideCopy config optionSimon Rettberg2019-02-221-3/+10
|
* [dozmod] Add UI to create preset network rulesUdo Walter2019-02-121-0/+98
|
* [dozmod] Add editor for predefined run scriptsSimon Rettberg2018-12-101-0/+133
| | | | | | | | Assigning scripts to certain locations only is currently not possible. Whether this is required is to be discussed, since predefined scripts selectable by bwLehrpool-Suite users would almost cover this use case. Refs #3145
* [dozmod] Networkshares: New DB scheme, error checksSimon Rettberg2018-12-031-22/+67
|
* [dozmod] ldapfilter: Update table scheme, fix minor bugsSimon Rettberg2018-12-011-16/+16
| | | | | | * Editing filter showed wrong success message * Made all methods static * Fix listing existing filters
* Merge branch 'master' of git.openslx.org:openslx-ng/slx-adminUdo Walter2018-11-231-0/+119
|\ | | | | | | | | # Conflicts: # modules-available/dozmod/page.inc.php
| * [dozmod] Add LDAP filter submoduleJannik Schönartz2018-11-231-0/+119
| |
* | [dozmod] add network share submoduleUdo Walter2018-11-231-0/+63
|/
* [dozmod] Don't show 1.1.1970 for users that never logged inSimon Rettberg2018-04-121-1/+4
|
* [dozmod] Properly sort "last login" column in user listSimon Rettberg2018-04-121-2/+2
|
* [dozmod] Require explicit view permission for user listSimon Rettberg2018-04-101-1/+2
|
* [dozmod] Simplify permissions, don't link user in userlist if actionlog is ↵Simon Rettberg2018-03-282-9/+7Star
| | | | | | inaccessible Closes #3332
* [dozmod] Fix visibility of doAjaxSimon Rettberg2018-03-211-1/+1
|
* [dozmod] Remove testmail permission, would leak pw and makes little senseSimon Rettberg2018-02-161-4/+3Star
|
* [dozmod] Move subpages to pages/, hide pages where user has no permissionSimon Rettberg2018-02-136-0/+734