summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | [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
| * | | | [client] 'VM-Details-anzeigen' Button when multiselect activatedKuersat Akmaz2020-10-071-4/+4
| | | | | | | | | | | | | | | | | | | | Bug fix Issue : #3743
| * | | | [client] renamed the function deactiveUnnecessaryButtonsForStudents -> ↵Kuersat Akmaz2020-10-071-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | disableUnnecessaryButtonsForStudents Issue : #3743
| * | | | [client] Button 'Startseite' disabled for StudentsKuersat Akmaz2020-10-071-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | The Button is not needed for Students because they cant acces it anyway issue : #3743
| * | | | [server] check if user can see imagedetails removed in funktion ↵Kuersat Akmaz2020-08-031-7/+0Star
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Serverhandler.getimagedetails The check has been removed because it is no longer needed Issue : #3727
| * | | | [server] getimageversion funtion only shows needed informationKuersat Akmaz2020-08-031-14/+30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the function did return the uploaderid which is not necessary for students to see. So i removed it. Issue : #3727
| * | | | [client] Removed deactivateunneccessarrybuttons functionKuersat Akmaz2020-08-011-30/+1Star
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | since student cant access the imagelist only the lecturelist there is no need to disable buttons for students in the imagelist. Issue : #3743
| * | | | [server] getimageDetails query for Students adjustet so that they can see ↵Kuersat Akmaz2020-08-012-1/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | only needed information I adjusted the qyery so that they can see only needed information Issue : #3743
| * | | | [client] PopupMenu Download Button in Lecturelist for Students enabledKuersat Akmaz2020-07-151-1/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Enabled the Download Button in Lecturelist for Students and disabled all other buttons. Issue : #3727
| * | | | [client] Deactivated Switch view button for Student in LecturelistKuersat Akmaz2020-07-151-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Since Student are not allowed to see the ImageList it makes no sense to give them an uncklickable button at the bottom of the windows. As Discussed in the meeting on 07.07.2020. Issue : #3727
| * | | | [client] Students are directly forwarded to LecturelistKuersat Akmaz2020-07-151-0/+7
| | | | | | | | | | | | | | | | | | | | | | | | | As Discussed in the meeting on 07.07.2020 Issue : 3727
| * | | | [client] Session.isStudent definition and all ocurences RemovedKuersat Akmaz2020-07-073-12/+5Star
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Session.canListImages fullwills the same purpose so no redundance needed. Issue : #3727
| * | | | [client] Diabled cboFilter for Students in LectureListKuersat Akmaz2020-07-051-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | students dont need it Issue : #3727
| * | | | [client] Disabled cboFilter for Students in ImageListKuersat Akmaz2020-07-052-1/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Student are not allowed to filer for certain categorys like own VMs because they can only access the available ones Issue : 3727
| * | | | [client] removed activation of deactive function for Buttons in MainMenuWindowKuersat Akmaz2020-07-051-7/+0Star
| | | | | | | | | | | | | | | | | | | | | | | | | I Removed it, because it can be done without it issue #3727
| * | | | [client] Disabled all unnecessary Buttons in LectureListKuersat Akmaz2020-07-051-0/+20
| | | | |
| * | | | [client] Disabled all unneccessary Buttons in ImageListKuersat Akmaz2020-07-053-4/+49
| |/ / / | | | | | | | | | | | | | | | | | | | | All Buttons which are unneccessary for the Student have been disabled in the Imagelist. Next Step is to do the same thing in Lecturelist. Issue : #3727
* | | | Merge remote-tracking branch 'origin/feature/i18n' into feature-mergeStephan Schwär2020-11-11122-898/+4122
|\ \ \ \
| * | | | [client] Add missing properties filesMürsel Türk2020-10-062-16/+43
| | | | |
| * | | | [client] Default language is now englishMürsel Türk2020-10-0636-1683/+1678Star
| | | | | | | | | | | | | | | | | | | | Added also a function that intercepts all exceptions while setting the provided language.
| * | | | [client] Add combobox for choosing languageMürsel Türk2020-08-0511-20/+126
| | | | |
| * | | | [client] Add turkish translation for wizardMürsel Türk2020-08-053-6/+32
| | | | |
| * | | | [client] Add turkish translation for window/layoutMürsel Türk2020-08-053-32/+272
| | | | |
| * | | | [client] Add turkish translation for windowMürsel Türk2020-08-054-21/+169
| | | | |
| * | | | [client] Add turkish translation for thriftMürsel Türk2020-08-043-9/+109
| | | | |
| * | | | [client] Add turkish translation for page/layoutMürsel Türk2020-08-043-8/+88
| | | | |
| * | | | [client] Add turkish translation for pageMürsel Türk2020-08-045-27/+104
| | | | |
| * | | | [client] Add turkish translation for helperMürsel Türk2020-08-042-1/+14
| | | | |
| * | | | [client] Add turkish translation for guiMürsel Türk2020-08-043-3/+43
| | | | |
| * | | | [client] Add turkish translation for controlMürsel Türk2020-08-042-1/+77
| | | | |
| * | | | [client] Add turkish translation for configuratorMürsel Türk2020-08-043-15/+145
| | | | |
| * | | | [client] Add turkish translation for appMürsel Türk2020-08-042-2/+8
| | | | |
| * | | | [client] Add turkish translation for activityMürsel Türk2020-08-041-0/+27
| | | | |