summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | [client] Turkish support for ovf conversionMürsel Türk2020-12-313-1/+44
| | | | | | | | Feature #3771
* | [client] Turkish support for docker integrationMürsel Türk2020-12-306-1/+32
| | | | | | | | Feature #3820
* | [client] I18n of current docker integration stateStephan Schwär2020-12-1619-35/+101
| | | | | | | | | | - German and english translations for the current state of the docker intergration.
* | Merge remote-tracking branch 'origin/feature/docker-integration-new' into ↵Stephan Schwär2020-12-161-3/+2Star
|\ \ | | | | | | | | | feature-merge
| * | [client] fix directory navigation in file chooserralph isenmann2020-12-151-3/+2Star
| | |
* | | Merge remote-tracking branch 'origin/feature/docker-integration-new' into ↵Stephan Schwär2020-12-1514-275/+430
|\| | | | | | | | | | | feature-merge
| * | [client] Refactoringralph isenmann2020-12-092-6/+16
| | | | | | | | | | | | | | | - update DockerfileFilter to allow [Dd]ockerfile filenames - update readContainerRecipe-File
| * | [client] Fix reading from downloaded tar.gz fileralph isenmann2020-12-091-5/+10
| | | | | | | | | | | | -TarInputStream.read(..) does not read the whole.
| * | [client] fix eol separatorralph isenmann2020-12-011-3/+9
| | | | | | | | | | | | A given dockerfile with windows eol style ("\r\n") will now be converted to unix eol ("\n")
| * | [client] Refactoringralph isenmann2020-12-017-47/+51
| | | | | | | | | | | | | | | - rewrite visible text for usage, fix typos - hide gui controls, which are not used in container context.
| * | [client] do not allow alter version or push to master-sat by user when ↵ralph isenmann2020-11-062-8/+21
| | | | | | | | | | | | | | | | | | | | | editing Container Images - disabled buttons in ImageDetails to upload new Version or push to master sat - hide VM-Versions Panel
| * | [client] change hint textralph isenmann2020-11-051-2/+5
| | |
| * | [client] refactoringralph isenmann2020-11-054-39/+23Star
| | |
| * | [client] move BindMountConfigurator to ImageMetaDataPageralph isenmann2020-11-056-98/+119
| | | | | | | | | | | | - move creation of UploadInitiator into ImageCreationWizard (initUpload).
| * | [client] FIX image updateralph isenmann2020-11-044-37/+55
| | | | | | | | | | | | - add copy contructor to ContainerDefinition, ContainerMeta, ContainerBindMount
| * | [client] refactoringralph isenmann2020-10-274-64/+24Star
| | | | | | | | | | | | | | | - rename DockerfileUploadPage to ContainerUploadPage - use now ContainerBindMountConfigurator in ContainerUploadPage and -Layout
| * | [client] update ImageDetailsWindow for Containerralph isenmann2020-10-263-38/+117
| | | | | | | | | | | | | | | - update the height for the ContainerRecipe Textarea and the ContainerBindMountConfig - ContainerBindMount can now updatet in the ImageDetailsWindow
| * | [client] refactoringralph isenmann2020-10-265-34/+43
| | | | | | | | | | | | | | | - rename ContainerDescription to ContainerRecipe - ...
* | | Merge remote-tracking branch 'origin/feature/htmlEditorInDescrioptionText' ↵Stephan Schwär2020-12-1116-128/+930
|\ \ \ | | |/ | |/| | | | into feature-merge
| * | [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] Prevent scaling of fonts multiple timesStephan Schwär2020-12-031-3/+5
| | | | | | | | | | | | | | | | | | Fonts in various contexts e.g. FileChooser were scaled multiple times Issue #3794
* | | [client] Make table background use look and feelStephan Schwär2020-11-301-16/+20
| | | | | | | | | | | | | | | | | | | | | The table was opaque and therefore did not adhere to the look and feel. Table and TableCellRenderer now set to non opaque for non selected rows which lets the background through. Selected rows still should be opaque to show a different background indicating selection (e.g. blue).
* | | [client] English support for ovf convert featureStephan Schwär2020-11-2510-60/+154
| | |
* | | [client] Remove unused code of earlier solutionStephan Schwär2020-11-231-8/+0Star
| | | | | | | | | | | | Feature: #3771
* | | [client] Scale image icons according to scalingStephan Schwär2020-11-181-1/+7
| | | | | | | | | | | | Issue #3794
* | | [client] Prevent rescaling of comboBox listsStephan Schwär2020-11-181-2/+3
| | | | | | | | | | | | Issue #3794
* | | [client] Set table row height according to scalingStephan Schwär2020-11-182-0/+8
| | | | | | | | | | | | | | | | | | - prevent rescaling for every TableCellRenderer call Issue: #3794
* | | Merge branch 'feature/search-in-description' into feature-mergeStephan Schwär2020-11-175-21/+50
|\ \ \
| * | | [client] Access directly to variable descriptionMürsel Türk2020-11-132-7/+9
| | | | | | | | | | | | | | | | Issue: #3691
| * | | [client] Check if description field is setMürsel Türk2020-11-113-26/+14Star
| | | | | | | | | | | | | | | | | | | | | | | | | | | | The helper class for checking whether object has field with the help of java reflection is removed and replaced by methods of Thrift TBase. Issue : #3691
| * | | [client] Fixed search in descriptionMürsel Türk2020-11-104-20/+54
| | | | | | | | | | | | | | | | Issue: #3691
| * | | [client] Search in descriptionMürsel Türk2020-10-142-0/+4
| | | | | | | | | | | | | | | | Resolves: #3691
| * | | [server] Adapt SQL queries to new modelsMürsel Türk2020-10-142-5/+6
| | | | | | | | | | | | | | | | Resolves: #3691
* | | | Merge remote-tracking branch 'origin/buxfix/searchCaseSensitive' into ↵Stephan Schwär2020-11-118-18/+93
|\ \ \ \ | | | | | | | | | | | | | | | feature-merge
| * | | | [client] fixed search funktionKuersat Akmaz2020-10-192-4/+2Star
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the search is now Pattern.Case_insensitive and Pattern.UNICODE_CASE which was necessary to fix error Issue : #3783
| * | | | [client] solved CaseSensitivity issue in searchfunktionKuersat Akmaz2020-10-072-0/+2
| | | | | | | | | | | | | | | | | | | | Issue : #3783