summaryrefslogtreecommitdiffstats
path: root/dozentenmodul/src/main/java/gui/image
Commit message (Collapse)AuthorAgeFilesLines
...
* | -Rechteveraltung funktioniert endlich beim anlegen eines neuen Image -> muss ↵Michael Wilson2014-10-083-8/+33
|/ | | | entsprechend für alle anderen Seiten sinnvoll übernommen werden
* Merge branch 'master' of ssh://git.openslx.org/openslx-ng/tutor-moduleMichael Wilson2014-10-0715-542/+225Star
|\
| * Merge branch 'master' of ssh://git.openslx.org/openslx-ng/tutor-moduleNino Breuer2014-10-075-656/+310Star
| |\ | | | | | | | | | | | | | | | | | | | | | Conflicts: dozentenmodul/src/main/java/gui/image/FTPCreateUploader_GUI.java dozentenmodul/src/main/java/gui/lecture/DeleteLecture_GUI.java dozentenmodul/src/main/java/gui/lecture/EditLectureLink_GUI.java g
| | * [client] now also remember the "technisch-info" wenn going back a pageJonathan Bauer2014-10-061-31/+8Star
| | |
| | * [client] parametrise JComboBox, makes eclipse happyJonathan Bauer2014-10-061-2/+2
| | |
| * | Removed (now) unused GUIsNino Breuer2014-10-0715-508/+210Star
| | | | | | | | | | | | Added some helping information for users
* | | -Verwaltung von Rechten ist nun in der PermissionCreateImage_GUI.java möglichMichael Wilson2014-10-071-41/+172
| |/ |/|
* | -Volltextsuche vorbereitet, Funktion wird noch angepasstMichael Wilson2014-10-023-55/+24Star
| |
* | -Debug Ausgaben reduziertMichael Wilson2014-10-021-54/+25Star
| |
* | Merge branch 'master' of ssh://git.openslx.org/openslx-ng/tutor-moduleMichael Wilson2014-10-023-12/+42
|\|
| * • added warning for 'back' on ftp upload taskNino Breuer2014-10-012-9/+39
| | | | | | | | • enabled and implemented radio buttons for vmchooser userlist
| * Merge branch 'master' of ssh://git.openslx.org/openslx-ng/tutor-moduleNino Breuer2014-10-012-6/+8
| |\
| * \ Merge branch 'master' of ssh://git.openslx.org/openslx-ng/tutor-moduleNino Breuer2014-10-014-304/+515
| |\ \
| * | | added info option in main menuNino Breuer2014-10-011-3/+3
| | | |
* | | | -Suchfenster "Image bearbeiten", "Image löschen", Veranstaltung bearbeiten", ↵Michael Wilson2014-10-023-546/+279Star
| |_|/ |/| | | | | | | | | | | | | | | | | "Veranstaltung löschen" wurden vereinfacht (nur Anzeige, noch nicht Logik) -Login speichert nun den gesamten Login als User, nicht nur den String vor dem "@uni......." -SQL wurde umgebogen um den Login als primary key für den User festzulegen und damit umzugehen
* | | Verlinkung der Seiten gefixtMichael Wilson2014-10-012-6/+8
| |/ |/|
* | Merge branch 'master' of ssh://git.openslx.org/openslx-ng/tutor-moduleMichael Wilson2014-10-017-13/+52
|\|
| * fixed bugNino Breuer2014-09-302-3/+7
| |
| * Merge branch 'master' of ssh://git.openslx.org/openslx-ng/tutor-moduleNino Breuer2014-09-301-1/+1
| |\
| * | removed extra gui for defining visbility of VM in different universitiesNino Breuer2014-09-307-13/+48
| | |
* | | Abbrechen des FTP-Download gefixtMichael Wilson2014-10-011-0/+9
| | |
* | | FTP Up- und Downloads können jetzt mit einem neuen Button abgebrochenMichael Wilson2014-10-014-304/+506
| |/ |/| | | werden
* | check auf desc.lenghthMichael Wilson2014-09-301-1/+1
|/
* removed image_isTemplate, default value is 0 (hardcoded in sql.java)Nino Breuer2014-09-302-50/+16Star
|
* [client] fix logging message not showing valuesJonathan Bauer2014-09-231-5/+5
|
* [client] static OpenLinks, no need to instantiate.Jonathan Bauer2014-09-231-17/+2Star
| | | | also removed dead vars.
* [client] simplify saving of given options for CreateImageTechnisch_GUIJonathan Bauer2014-09-231-66/+10Star
|
* [client] merge all 3 content checking function into validateContent()Jonathan Bauer2014-09-231-75/+57Star
| | | | | better error messages removed unused imports/vars
* [client] do commit the changes :)Jonathan Bauer2014-09-2210-74/+106
|
* [*] Fixed remaining broken umlautsSimon Rettberg2014-09-182-2/+2
|
* [client] only enable upload button if selected file is a vmdkJonathan Bauer2014-09-181-6/+7
| | | | fix bug that if you selected a vmdk file, the upload button was enabled and stayed enabled even if you selected a new file not ending with '.vmdk'
* [client] upload: show only '.vmdk' when browsing for the image to upload.Jonathan Bauer2014-09-181-0/+3
|
* Merge branch 'master' of git.openslx.org:openslx-ng/tutor-moduleJonathan Bauer2014-09-189-20/+22
|\
| * Fixed some wording and spellingNino Breuer2014-09-179-20/+22
| |
* | [client] moved main function to App.java & refined Config stuffJonathan Bauer2014-09-184-17/+17
|/
* Fix server.thrift file (make future-proof by using field ids), move ↵Simon Rettberg2014-09-1310-20/+20
| | | | generated thrift classes to own package
* replaced escaped umlauts by UTF-8 encoded charsJonathan Bauer2014-09-1215-94/+94
|
* do not write "null" before error message for users.Jonathan Bauer2014-09-121-2/+2
|
* fix dir not beeing created in the other classJonathan Bauer2014-09-121-0/+2
|
* better error message if client cannot get the list of OSs from serverJonathan Bauer2014-09-121-1/+1
|
* fix directory not beeing created if user writes the path instead of ↵Jonathan Bauer2014-09-121-0/+2
| | | | clicking on an existing folder
* use new Config stuff for reading download/upload pathsJonathan Bauer2014-09-124-259/+53Star
|
* oopsJonathan Bauer2014-09-1115-0/+9302