summaryrefslogtreecommitdiffstats
path: root/modules-available/dozmod
Commit message (Collapse)AuthorAgeFilesLines
* [dozmod] Disable checkboxes *after* submitSimon Rettberg2025-12-191-1/+1
| | | | | Apparetly checkboxes with property disabled won't get serialized/submitted by jquery.
* [dozmod] Show expire time in expired image listSimon Rettberg2025-12-154-7/+12
| | | | Also disable checkboxes after submitting deletion request
* Implicitly nullable types are deprecated in PHP 8.3, make explicitSimon Rettberg2025-08-011-1/+1
|
* [locationinfo] Add UPCOMING panel typeSimon Rettberg2025-07-141-13/+2Star
|
* [locations] Cleanup Location classSimon Rettberg2025-07-071-1/+5
| | | | | | | | | | There was a mess of functions which mostly, but not quite, did the same things. Get rid of a couple of them and fix call sites to use alternative ones that also fit the job. While at it, add phpdoc and comments to the remaining functions, trying to clarify what they were designed for. Lastly, the return type of functions that retrieve a location id has been changed from false|int to ?int (nullable types are just nicer).
* Add audit logging of POST actionsSimon Rettberg2025-05-225-28/+25Star
|
* Use http_response_code() instead of header(), add a few missing repsonse codesSimon Rettberg2025-05-091-5/+5
|
* Update/Cleanup translationsSimon Rettberg2024-07-022-2/+0Star
|
* [dozmod] Add support for CoW APISimon Rettberg2024-06-171-9/+25
|
* [dozmod] Wording Klausurmodus -> PrüfungsmodusSteffen Ritter2024-01-111-2/+2
|
* Fix more type errors, stricter typingSimon Rettberg2023-11-151-8/+8
|
* Add function param/return types, fix a lot more phpstorm complaintsSimon Rettberg2023-11-147-36/+38
|
* Roundup of issues reported by PHPStormSimon Rettberg2023-11-022-7/+1Star
| | | | Mostly redundant checks, logic errors, dead code, etc.
* [dozmod] Cleanup of api.inc.phpSimon Rettberg2023-05-241-6/+8
|
* [dozmod] Try to avoid race condition, output slow dmsd downloadSimon Rettberg2023-02-081-1/+14
|
* [dozmod] Add field to configure maximum VM image sizeSimon Rettberg2022-11-034-3/+15
|
* [dozmod] Fix typo in htmlSimon Rettberg2022-11-031-1/+1
|
* [inc/Util] Add types, move error printing functions to their own classSimon Rettberg2022-05-023-3/+3
|
* [dozmod] new resource to request image detailsralph isenmann2021-10-291-1/+21
| | | | Updates: #3838
* 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-214-1/+17
|
* [dozmod] Update translationsSteffen Ritter2021-04-211-5/+5
|
* Update translationsSteffen Ritter2021-03-101-2/+2
|
* [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-184-49/+62
|
* [dozmod] expiredimages: Link to user's actionlog instead of sending mailSimon Rettberg2020-10-222-11/+11
| | | | | | 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-2810-105/+229
| | | | | | | | 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
* [dozmod] Update translationsSteffen Ritter2020-09-082-6/+6
|
* [dozmod] Update translationsSimon Rettberg2020-08-041-1/+1
|
* [dozmod] Remobe special section from menuSimon Rettberg2020-03-061-1/+1
|
* [backup/systemstatus] Show up/downloads in backup pageSimon Rettberg2020-02-263-59/+90
| | | | | Add AJAX API to dozmod module to query the fileserver status of dmsd.
* Fix some typos (found by codespell)Stefan Weil2019-12-141-1/+1
| | | | Signed-off-by: Stefan Weil <sw@weilnetz.de>
* [dozmod] Increase sat DB's launch counter on cache hitSimon Rettberg2019-10-161-0/+6
|
* [*] de: Script -> SkriptSimon Rettberg2019-04-171-4/+4
|
* [dozmod] Add warning regarding clear text passwordsSimon Rettberg2019-04-043-0/+5
| | | | Closes #3566
* Update translationsSimon Rettberg2019-03-262-0/+2
|
* Introduce JS helper for bootstrap confirm dialogs on button-submitSimon Rettberg2019-03-254-233/+137Star
|
* [dozmod] How about implementing runscript deletionSimon Rettberg2019-03-231-0/+14
|
* [dozmod] Update translationsSimon Rettberg2019-03-081-1/+1
|
* [dozmod] runscript: Fix defaults: Non-global, normal displaySimon Rettberg2019-03-071-2/+2
|
* [dozmod] Update translationsSimon Rettberg2019-03-071-1/+1
|
* [dozmod] Make netshare target required, move printer to topSimon 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-276-61/+136
|
* [dozmod] Add ServerSideCopy config optionSimon Rettberg2019-02-224-13/+40
|
* Update translationsSimon Rettberg2019-02-187-11/+39
|
* [dozmod] Add UI to create preset network rulesUdo Walter2019-02-1213-1/+256
|
* [dozmod] Re-allow old resources for migrationSimon Rettberg2019-01-151-1/+1
|
* [dozmod] Re-allow old resources for migrationSimon Rettberg2019-01-151-2/+10
|