summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [client] added improved documentation for editorfeature/htmlEditorInDescrioptionTextKuersat Akmaz2021-01-202-2/+5
| | | | | Added comments for better maintainance issue : #3727
* [client] improved htmleditor in imageMetadataPageKuersat Akmaz2020-11-302-13/+143
| | | | Issue : #3732
* [client] fixed bug in htmleditor in lecturecreationpageKuersat Akmaz2020-11-303-10/+133
| | | | Issue : #3732
* [client] fixed htmleditor in LectureDetailsWindownKuersat Akmaz2020-11-304-81/+240
| | | | Issue : #3732
* [client] added fixed htmleditor to imagedetailswindowKuersat Akmaz2020-11-302-55/+93
| | | | Issue : #3732
* [client] added WYSIWYG button into image datailswindowKuersat Akmaz2020-11-122-0/+27
| | | | Issue : #3732
* [client] added text sizing and color to htmleditor in imagedetailswindowKuersat Akmaz2020-11-122-8/+65
| | | | Issue : #3732
* [client] Added Html editor into ImageCreationPageKuersat Akmaz2020-10-173-26/+97
| | | | Issue : #3732
* [client] added small html Editor in LectureCreationpageKuersat Akmaz2020-10-171-7/+38
| | | | Issue : #3727
* [client] added small html editor in LectureDescriptonWindowKuersat Akmaz2020-10-164-4/+33
| | | | Issue : #3732
* [server] Up the safety game even more: Don't delete if disjointSimon Rettberg2020-09-281-18/+35
| | | | | | | If non of the files in the known image list matches the list of files we find on the vmstore, don't delete anything. It's possible we mounted the wrong vmstore (test server vs. production system) and would totally ruin the day for someone.
* [server] Abort orphan scan/delete if known image list is emptySimon Rettberg2020-09-281-0/+3
| | | | | | | | On the off-chance that something goes wron when querying, or the database got emptied, don't just blindly wipe the whole vmstore. It's probably smarter to restore a backup first, or if you really mean to start afresh, just empty the vmstore manually, or just upload one VM and then use this feature again.
* [server] Remove unused exceptionSimon Rettberg2020-09-252-4/+2Star
|
* [server] FormattingSimon Rettberg2020-09-251-6/+5Star
|
* [server] RPC: Add "scan for orphaned files" functionSimon Rettberg2020-09-253-2/+117
| | | | | | | | This function can either just scan, or scan and delete for files on the vmstore that don't have a matching entry in the database. This can happen if you restore an older backup after having uploaded new VMs. References #3321
* [server] switch to Java 1.8Simon Rettberg2020-09-251-2/+2
|
* [client] setMinimumSize for published image windowJonathan Bauer2020-09-021-0/+1
|
* [client] increase min height of vm configuratorJonathan Bauer2020-01-131-1/+1
|
* [client] Move virtualizer link to branding classSteffen Ritter2019-10-222-1/+5
| | | | fixes #3655
* [server] Disallow deleting busy images, fix multiple clones from masterSimon Rettberg2019-10-215-9/+74
| | | | | | | | | | | Deleting images that are currently being up- or downloaded would create some confusion server-side, so disallow this. We accidentally didn't use the image version id as the transfer id for downloads from the master server; fix that so that triggering the download of the same image multiple times won't actually download the same image multiple times. Closes #3651
* [client] Update virtualizer download linkSteffen Ritter2019-10-164-148/+2Star
|
* [client] LoginWindow: Show same update notification as in main windowSimon Rettberg2019-10-154-14/+23
|
* [client] Change update-button text in login mask if update is availableSimon Rettberg2019-10-151-0/+16
|
* [client] THINK before commitingSimon Rettberg2019-10-151-1/+3
| | | | Setting variable before checking its value is a bad idea.
* [client] Add update check button to login windowSimon Rettberg2019-10-142-0/+11
|
* [client] Properly set visibility flagSimon Rettberg2019-10-141-1/+1
|
* [client] Fix NPE on wizard close if starting upload failedSimon Rettberg2019-10-141-1/+1
|
* [client] Log error message if upload gets rejectedSimon Rettberg2019-10-081-11/+14
|
* [client] Don't chop off @org suffix from user nameSimon Rettberg2019-09-202-29/+2Star
| | | | | | | What was meant to help if users add their org to the username out of habit actually breaks things in places where this is required. Instead move this logic to the authenticator that would from now on chop off any @org suffix if authentication with the verbatim username fails.
* [server] Fix: Don't use deprecated methods from FileUtilsSimon Rettberg2019-09-131-3/+4
|
* Implement CONFIG_USB featureSimon Rettberg2019-07-013-11/+20
|
* Add TODOs for refactoringSimon Rettberg2019-06-281-0/+2
|
* Actually remember history of all disclaimer/privacy versionsSimon Rettberg2019-06-252-4/+8
|
* [client] Remove all usage of javax.xml.*Simon Rettberg2019-06-253-234/+4Star
| | | | | Java EE stuff has been (re)moved in JDK9+, so use alternatives.
* Adapt to rename in master-sync-sharedSimon Rettberg2019-06-191-1/+1
| | | | Commit 6fcaab3 in mss
* [client] Support configuring USB speed of VMsSimon Rettberg2019-06-184-6/+41
|
* Adapt to changes regarding USB speed settingsSimon Rettberg2019-06-181-3/+6
|
* [client] Clean up importsSimon Rettberg2019-05-293-3/+0Star
|
* [client] Cancel transfers when exiting appSimon Rettberg2019-04-297-11/+84
|
* [server] Reword log messageSimon Rettberg2019-04-091-1/+1
|
* [server] Remove redundant overrideSimon Rettberg2019-04-091-5/+0Star
| | | | Same code is present in super class
* [server] Add admin permissions for replicated VMsSimon Rettberg2019-04-092-0/+9
|
* [server] Prevent division by zeroSimon Rettberg2019-04-091-1/+1
|
* [client] Add missing null checkSimon Rettberg2019-04-091-1/+3
|
* [client] netrules: increase width of predefJonathan Bauer2019-04-041-1/+1
|
* [client] startup: close with ESCJonathan Bauer2019-04-041-3/+6
| | | | in a non-deprecated way
* [client] netrules: layoutJonathan Bauer2019-04-041-8/+27
|
* [client] ldapfilter: remove grey text for predefJonathan Bauer2019-04-041-22/+0Star
| | | | caused some confusion: one could think they were not usable
* Revert "[client] show predefined shares in a light gray"Jonathan Bauer2019-04-041-22/+0Star
| | | | This reverts commit 4f08beb1570b762397003c85ee71b7373a891666.
* [client] startup: prettier layoutJonathan Bauer2019-04-041-12/+29
|