summaryrefslogtreecommitdiffstats
path: root/dozentenmodulserver/src
Commit message (Collapse)AuthorAgeFilesLines
...
| * • 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
| |
| * -Löschen der Berechtigungen bei gelöschtem Image/Versanstaltung implementiertMichael Wilson2014-10-292-11/+30
| | | | | | | | -Recht "LinkAllowed" wird jetzt korrekt gesetzt
* | Merge branch 'master' of ssh://git.openslx.org/openslx-ng/tutor-moduleNino Breuer2014-10-284-1276/+5586
|\| | | | | | | | | Conflicts: dozentenmodul/src/main/java/gui/image/PermissionCreateImage_GUI.java
| * Serverseitiges Read und Write von Rechten korrigiertMichael Wilson2014-10-283-242/+1153
| |
| * Sämtliche Logik und Grafiken zur Vergabe und Verwaltung von Berechtigungen ↵Michael Wilson2014-10-274-1075/+4435
| | | | | | | | eingeführt. Kleinere Bugs sind bekannt, werden aktuell behoben
| * -Rechtevergabe für Veranstaltungen vorbereitetMichael Wilson2014-10-231-71/+110
| |
* | changed implementation of full text search in some classesNino Breuer2014-10-282-19/+122
|/
* Merge branch 'master' of ssh://git.openslx.org/openslx-ng/tutor-moduleMichael Wilson2014-10-211-12/+25
|\ | | | | | | | | Conflicts: dozentenmodulserver/src/main/java/sql/SQL.java
| * fixed bugNino Breuer2014-10-211-15/+2Star
| |