| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | • removed commented regular statements which were used before prepared ↵ | Nino Breuer | 2014-11-20 | 1 | -435/+19![]() |
| | | | | | | | statements. • starting implementing the user authentication, this version is usable but without authentication | ||||
| * | • new package for thrift classes | Nino Breuer | 2014-11-20 | 1 | -0/+2 |
| | | |||||
| * | • added dependency to server | Nino Breuer | 2014-11-20 | 1 | -17/+55 |
| | | | | | • startet implementing user authentication | ||||
| * | fdh | Nino Breuer | 2014-11-19 | 1 | -6/+6 |
| | | |||||
| * | • Verantwortlicher wird nun bei Veranstaltung in allen Tabellen korrekt ↵ | Michael Wilson | 2014-11-18 | 1 | -19/+4![]() |
| | | | | | angezeigt | ||||
| * | Merge branch 'master' of ssh://git.openslx.org/openslx-ng/tutor-module | Nino Breuer | 2014-11-18 | 1 | -65/+157 |
| |\ | | | | | | | | | | | Conflicts: dozentenmodulserver/src/main/java/server/ServerHandler.java dozentenmodulserver/src/main/java/sql/SQL.java | ||||
| | * | - | Michael Wilson | 2014-11-18 | 1 | -1/+1 |
| | | | |||||
| | * | • Ausgaben an sinnvollen gekürzt bzw. erweitert | Michael Wilson | 2014-11-18 | 1 | -8/+7![]() |
| | | | |||||
| | * | • Beim Bearbeiten eines Image oder einer Veranstaltung wurde bisher der ↵ | Michael Wilson | 2014-11-18 | 1 | -57/+151 |
| | | | | | | | | | aktuell eingeloggte Benutzer immer neu als Verantwortlicher eingetragen --> Der Verantwortliche ändert sich nun nicht mehr und wird korrekt angezeigt | ||||
| * | | • fixed bug, where there could only be one image and one lecture with the ↵ | Nino Breuer | 2014-11-18 | 1 | -18/+25 |
| |/ | | | | same name | ||||
| * | Merge branch 'master' of ssh://git.openslx.org/openslx-ng/tutor-module | Nino Breuer | 2014-11-17 | 1 | -21/+5![]() |
| |\ | |||||
| | * | • Images can now be updated without destroying everything... | Michael Wilson | 2014-11-17 | 1 | -272/+987 |
| | |\ | |||||
| | * | | SQL: mehr ausgaben | Michael Wilson | 2014-11-17 | 1 | -5/+6 |
| | | | | | | | | | | | | | FTPEditUploader: Pfade korrigiert | ||||
| * | | | • fixed bug where the os name was not set to the correct value while ↵ | Nino Breuer | 2014-11-17 | 1 | -0/+29 |
| | |/ |/| | | | | | editing an image | ||||
| * | | • changed regular statements to prepared statements to prevent sql injections | Nino Breuer | 2014-11-17 | 1 | -259/+991 |
| |/ | |||||
| * | - | Michael Wilson | 2014-11-17 | 1 | -2/+3 |
| | | |||||
| * | h | Nino Breuer | 2014-11-11 | 1 | -31/+69 |
| | | |||||
| * | . | Michael Wilson | 2014-11-03 | 1 | -1/+1 |
| | | |||||
| * | fixed bug: all images now show ALL images | Nino Breuer | 2014-11-03 | 1 | -0/+37 |
| | | |||||
| * | Merge branch 'master' of ssh://git.openslx.org/openslx-ng/tutor-module | Nino Breuer | 2014-11-03 | 1 | -27/+69 |
| |\ | | | | | | | | | | | | | Conflicts: dozentenmodulserver/src/main/java/sql/SQL.java • Note: manual merge | ||||
| | * | -image templates are now listed a such, independently of the logged in user | Michael Wilson | 2014-10-31 | 1 | -10/+50 |
| | | | | | | | | | -Lectures can now be connected to image templates | ||||
| | * | Fixed all date formats to 24h format in complete program | Michael Wilson | 2014-10-30 | 1 | -5/+5 |
| | | | |||||
| | * | Fixed bug: returned wrong content for lectures | Michael Wilson | 2014-10-30 | 1 | -2/+2 |
| | | | |||||
| | * | Fixed bug when filtering for images | Michael Wilson | 2014-10-30 | 1 | -1/+1 |
| | | | |||||
| | * | fixed bug | Nino Breuer | 2014-10-30 | 1 | -3/+3 |
| | | | |||||
| | * | f | Michael Wilson | 2014-10-30 | 1 | -0/+1 |
| | | | |||||
| | * | Merge branch 'master' of ssh://git.openslx.org/openslx-ng/tutor-module | Michael Wilson | 2014-10-29 | 1 | -36/+43 |
| | |\ | |||||
| | * | | -- | Michael Wilson | 2014-10-29 | 1 | -8/+7![]() |
| | | | | |||||
| * | | | v | Nino Breuer | 2014-11-03 | 1 | -1/+1 |
| | |/ |/| | |||||
| * | | g | Nino Breuer | 2014-10-29 | 1 | -23/+27 |
| | | | |||||
| * | | Merge branch 'master' of ssh://git.openslx.org/openslx-ng/tutor-module | Nino Breuer | 2014-10-29 | 1 | -57/+99 |
| |\| | |||||
| | * | Ausgaben etwas verkürzt | Michael Wilson | 2014-10-29 | 1 | -49/+83 |
| | | | |||||
| | * | Radiobutton "Lecture is active" holt jetzt korrekte Werte aus Model | Michael Wilson | 2014-10-29 | 1 | -3/+3 |
| | | | |||||
| | * | -Löschen der Berechtigungen bei gelöschtem Image/Versanstaltung implementiert | Michael Wilson | 2014-10-29 | 1 | -7/+15 |
| | | | | | | | | | -Recht "LinkAllowed" wird jetzt korrekt gesetzt | ||||
| * | | Merge branch 'master' of ssh://git.openslx.org/openslx-ng/tutor-module | Nino Breuer | 2014-10-28 | 1 | -92/+248 |
| |\| | | | | | | | | | Conflicts: dozentenmodul/src/main/java/gui/image/PermissionCreateImage_GUI.java | ||||
| | * | Serverseitiges Read und Write von Rechten korrigiert | Michael Wilson | 2014-10-28 | 1 | -0/+10 |
| | | | |||||
| | * | Sämtliche Logik und Grafiken zur Vergabe und Verwaltung von Berechtigungen ↵ | Michael Wilson | 2014-10-27 | 1 | -62/+169 |
| | | | | | | | | | eingeführt. Kleinere Bugs sind bekannt, werden aktuell behoben | ||||
| | * | -Rechtevergabe für Veranstaltungen vorbereitet | Michael Wilson | 2014-10-23 | 1 | -71/+110 |
| | | | |||||
| * | | changed implementation of full text search in some classes | Nino Breuer | 2014-10-28 | 1 | -15/+18 |
| |/ | |||||
| * | Merge branch 'master' of ssh://git.openslx.org/openslx-ng/tutor-module | Michael Wilson | 2014-10-21 | 1 | -12/+25 |
| |\ | | | | | | | | | Conflicts: dozentenmodulserver/src/main/java/sql/SQL.java | ||||
| | * | fixed bug | Nino Breuer | 2014-10-21 | 1 | -15/+2![]() |
| | | | |||||
| * | | -Fehler behoben, Liste der Benutzer für Berechtigung nun korrekt | Michael Wilson | 2014-10-21 | 1 | -401/+491 |
| |/ | | | | -Backend vorbereitet für personenabhängige Liste der Veranstaltungen nach Rechten | ||||
| * | fixed some bugs | Nino Breuer | 2014-10-21 | 1 | -1/+1 |
| | | |||||
| * | Merge branch 'master' of ssh://git.openslx.org/openslx-ng/tutor-module | Nino Breuer | 2014-10-16 | 1 | -2/+7 |
| |\ | |||||
| | * | unterschieldiche kleinigkeiten | Michael Wilson | 2014-10-16 | 1 | -2/+7 |
| | | | |||||
| * | | - | Nino Breuer | 2014-10-16 | 1 | -8/+61 |
| |/ | |||||
| * | • added model for local holding of permissions | Nino Breuer | 2014-10-15 | 1 | -5/+32 |
| | | | | | | • added integrity check as used in createImage • fixed bug in sql syntax which caused whitespace to be shown as #011 in statement | ||||
| * | -Wechsel ins Hauptmenü löscht nun gespeichrte Berechtigungen, die sich noch ↵ | Michael Wilson | 2014-10-14 | 1 | -11/+48 |
| | | | | | | | | im Zwischenspeicher befinden -Beim Bearbeiten vom Image werden nun Berechtigte Benutzer angezeigt -Aktuell funktioniert bei den Veranstaltungen nichts... :( | ||||
| * | Merge branch 'master' of ssh://git.openslx.org/openslx-ng/tutor-module | Michael Wilson | 2014-10-13 | 1 | -1/+1 |
| |\ | |||||
| | * | fixed bug: wrong order of parameters in function | Nino Breuer | 2014-10-10 | 1 | -1/+1 |
| | | | |||||

