summaryrefslogtreecommitdiffstats
path: root/dozentenmodulserver/src/main/java
Commit message (Collapse)AuthorAgeFilesLines
...
| * • [Client] fixed incorrect JOptionPaneMichael Wilson2014-12-101-1/+10
| | | | | | | | • [Server] fixed bug: server used to delete modified images, even if no new file was uploaded
* | dNino Breuer2014-12-111-1/+2
|/
* Merge branch 'master' of ssh://git.openslx.org/openslx-ng/tutor-moduleNino Breuer2014-12-013-172/+1127
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: dozentenmodul/src/main/java/gui/image/CreateImageTechnisch_GUI.java dozentenmodul/src/main/java/gui/image/EditImageTechnisch_GUI.java dozentenmodul/src/main/java/gui/image/FTPCreateUploader_GUI.java möp. großes geschrei, fehler bitte an mich. dozentenmodul/src/main/java/gui/image/FTPEditDownloader_GUI.java dozentenmodul/src/main/java/gui/image/FTPEditUploader_GUI.java dozentenmodul/src/main/java/gui/image/SearchImage_GUI.java dozentenmodul/src/main/java/gui/lecture/DeleteLecture_GUI.java dozentenmodul/src/main/java/gui/lecture/EditLectureAllgemein_GUI.java dozentenmodul/src/main/java/gui/lecture/EditLectureLink_GUI.java dozentenmodulserver/src/main/java/server/ServerHandler.java dozentenmodulserver/src/main/java/server/generated/Server.java dozentenmodulserver/thrift/server.thrift
| * lecture permissions deleted after deleting lectureMichael Wilson2014-11-281-2/+9
| |
| * • Image update now removes old file and avoids zombiesMichael Wilson2014-11-262-364/+1152
| |
| * • Deleting a lecture does not throw an "XML note found"-Exception any more ↵Michael Wilson2014-11-241-1/+4
| | | | | | | | --> No XMLs left to delete :)
* | • changed implementation of user authentication.Nino Breuer2014-11-283-4421/+8036
| | | | | | | | | | | | | | | | | | | | | | • changed position of class file • fixed some little things (not necessary to mention) Important Notes: •organizationID in token returns "wrong" values, therefore university is still set by client. To be fixed someday. • userID is the value with which the user starts his log in. this value is not represented in the token! (as it is not(!) the email). To be implemented someday, as this value is represented in the masterserver. • Feature isn't well tested.
* | Merge branch 'master' of ssh://git.openslx.org/openslx-ng/tutor-moduleNino Breuer2014-11-241-1/+1
|\|
| * • getAllOS is now ordered by nameMichael Wilson2014-11-241-1/+1
| |
* | • started changing the authentificationNino Breuer2014-11-241-11/+28
|/
* • Only allow permission changes for users who are authorized to do soMichael Wilson2014-11-213-0/+1970
|
* Fixed Bug: no new user possible --> query changedMichael Wilson2014-11-203-4/+6
|
* • authenticationNino Breuer2014-11-202-418/+594
|
* • removed commented regular statements which were used before prepared ↵Nino Breuer2014-11-201-435/+19Star
| | | | | | statements. • starting implementing the user authentication, this version is usable but without authentication
* • new package for thrift classesNino Breuer2014-11-204-3/+5
|
* fNino Breuer2014-11-203-0/+132
|
* • added dependency to serverNino Breuer2014-11-203-17/+788
| | | | • startet implementing user authentication
* fdhNino Breuer2014-11-191-6/+6
|
* • fixed bug: wrong content of lists after de-selecting dropdown menu while ↵Nino Breuer2014-11-191-8/+5Star
| | | | | | | | filtering for images/lectures • added single line selection restriction to lists • removed some unused imports
* • xml creation in server is not used anymore - removedNino Breuer2014-11-182-232/+8Star
|
* • Verantwortlicher wird nun bei Veranstaltung in allen Tabellen korrekt ↵Michael Wilson2014-11-181-19/+4Star
| | | | angezeigt
* Merge branch 'master' of ssh://git.openslx.org/openslx-ng/tutor-moduleNino Breuer2014-11-183-218/+1200
|\ | | | | | | | | | | Conflicts: dozentenmodulserver/src/main/java/server/ServerHandler.java dozentenmodulserver/src/main/java/sql/SQL.java
| * -Michael Wilson2014-11-181-1/+1
| |
| * • Ausgaben an sinnvollen gekürzt bzw. erweitertMichael Wilson2014-11-182-21/+19Star
| |
| * • Beim Bearbeiten eines Image oder einer Veranstaltung wurde bisher der ↵Michael Wilson2014-11-183-197/+1178
| | | | | | | | aktuell eingeloggte Benutzer immer neu als Verantwortlicher eingetragen --> Der Verantwortliche ändert sich nun nicht mehr und wird korrekt angezeigt
| * -Michael Wilson2014-11-171-1/+1
| |
* | • fixed bug, where there could only be one image and one lecture with the ↵Nino Breuer2014-11-183-68/+1018
|/ | | | same name
* Merge branch 'master' of ssh://git.openslx.org/openslx-ng/tutor-moduleNino Breuer2014-11-171-21/+5Star
|\
| * • Images can now be updated without destroying everything...Michael Wilson2014-11-171-272/+987
| |\
| * | SQL: mehr ausgabenMichael Wilson2014-11-171-5/+6
| | | | | | | | | | | | FTPEditUploader: Pfade korrigiert
* | | • fixed bug where the os name was not set to the correct value while ↵Nino Breuer2014-11-173-0/+874
| |/ |/| | | | | editing an image
* | • changed regular statements to prepared statements to prevent sql injectionsNino Breuer2014-11-171-259/+991
|/
* -Michael Wilson2014-11-171-2/+3
|
* hNino Breuer2014-11-114-54/+1087
|
* .Michael Wilson2014-11-031-1/+1
|
* fixed bug: all images now show ALL imagesNino Breuer2014-11-033-240/+1178
|
* Merge branch 'master' of ssh://git.openslx.org/openslx-ng/tutor-moduleNino Breuer2014-11-033-268/+1098
|\ | | | | | | | | | | | | Conflicts: dozentenmodulserver/src/main/java/sql/SQL.java • Note: manual merge
| * -image templates are now listed a such, independently of the logged in userMichael Wilson2014-10-313-251/+1079
| | | | | | | | -Lectures can now be connected to image templates
| * Fixed all date formats to 24h format in complete programMichael Wilson2014-10-301-5/+5
| |
| * Fixed bug: returned wrong content for lecturesMichael Wilson2014-10-301-2/+2
| |
| * Fixed bug when filtering for imagesMichael Wilson2014-10-301-1/+1
| |
| * fixed bugNino Breuer2014-10-301-3/+3
| |
| * fMichael Wilson2014-10-301-0/+1
| |
| * Merge branch 'master' of ssh://git.openslx.org/openslx-ng/tutor-moduleMichael Wilson2014-10-292-40/+147
| |\
| * | --Michael Wilson2014-10-291-8/+7Star
| | |
* | | vNino Breuer2014-11-031-1/+1
| |/ |/|
* | gNino Breuer2014-10-291-23/+27
| |
* | Merge branch 'master' of ssh://git.openslx.org/openslx-ng/tutor-moduleNino Breuer2014-10-292-99/+138
|\|
| * Ausgaben etwas verkürztMichael Wilson2014-10-292-87/+107
| |
| * Radiobutton "Lecture is active" holt jetzt korrekte Werte aus ModelMichael Wilson2014-10-291-3/+3
| |