| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | [server] Finish implementing uploads (no hash checking yet) | Simon Rettberg | 2015-07-16 | 10 | -41/+241 | |
| | | ||||||
| * | [server] Fix SQL pooling issue, implement upload | Simon Rettberg | 2015-07-15 | 5 | -12/+30 | |
| | | ||||||
| * | Adapt to changed thrift api for improved session validation | Simon Rettberg | 2015-07-15 | 8 | -30/+176 | |
| | | ||||||
| * | [*] Move common classes to master-sync-shared | Simon Rettberg | 2015-07-10 | 5 | -69/+8![]() | |
| | | ||||||
| * | [server] Implement OS list fetching, caching, and fallback to local DB | Simon Rettberg | 2015-07-08 | 9 | -27/+135 | |
| | | ||||||
| * | [server] Adapt to API changes, refine permission checking for image version ↵ | Simon Rettberg | 2015-07-03 | 7 | -48/+251 | |
| | | | | | deletion | |||||
| * | [server] Refactored permission checking classes a bit | Simon Rettberg | 2015-06-30 | 8 | -236/+499 | |
| | | ||||||
| * | [server] Fnished image-related methods so far, started implementing ↵ | Simon Rettberg | 2015-06-24 | 9 | -15/+405 | |
| | | | | | lecture-related ones.... | |||||
| * | [server] More methods implemented | Simon Rettberg | 2015-06-23 | 10 | -44/+506 | |
| | | ||||||
| * | Add flag to lecture that decides whether the lecture will automatically link ↵ | Simon Rettberg | 2015-06-19 | 4 | -58/+186 | |
| | | | | | to a new image version when one is uploaded; implement some more functionality | |||||
| * | [server] Implemented getUsers call, more permission checking methods | Simon Rettberg | 2015-06-18 | 5 | -71/+252 | |
| | | ||||||
| * | [server] Implement getOperatingSystems and getVirtualizers | Simon Rettberg | 2015-06-16 | 3 | -4/+32 | |
| | | ||||||
| * | [server] Add script field to lecture table; implement getImageDetails method ↵ | Simon Rettberg | 2015-06-16 | 11 | -45/+280 | |
| | | | | | to get detailed information about an image from the database | |||||
| * | [server] On mah way (lots of restructuring, some early db classes, sql dump ↵ | Simon Rettberg | 2015-06-11 | 28 | -351/+517 | |
| | | | | | of current schema) | |||||
| * | [server] db stuff, new interface, ... | Simon Rettberg | 2015-06-10 | 11 | -2508/+672![]() | |
| | | ||||||
| * | [server] Compiling again, still lots of stubs | Simon Rettberg | 2015-06-02 | 16 | -739/+867 | |
| | | ||||||
| * | [server] Started work on the internal file server | Simon Rettberg | 2015-05-29 | 3 | -0/+213 | |
| | | ||||||
| * | [server] Added some TODOs | Simon Rettberg | 2015-05-27 | 2 | -4/+40 | |
| | | ||||||
| * | [server] Applied Eclipse code format (with line width extended to 110) | Simon Rettberg | 2015-05-27 | 4 | -1368/+816![]() | |
| | | ||||||
| * | • removed "wrong" and unsafe param; is now taken by UserInfo-Object from token | Nino Breuer | 2015-05-26 | 1 | -9/+12 | |
| | | ||||||
| * | • fixed bug in image permissions sql syntax | Nino Breuer | 2015-05-20 | 1 | -1/+1 | |
| | | ||||||
| * | Remove client -> server dependency, move thrift classes to master-sync-shared | Simon Rettberg | 2015-02-19 | 9 | -59320/+23![]() | |
| | | ||||||
| * | • fixed bug where in edit image, link was set to admin and admin to link | Nino Breuer | 2015-01-29 | 2 | -2/+4 | |
| | | ||||||
| * | Merge branch 'master' of ssh://git.openslx.org/openslx-ng/tutor-module | Nino Breuer | 2014-12-11 | 1 | -1/+10 | |
| |\ | ||||||
| | * | • [Client] fixed incorrect JOptionPane | Michael Wilson | 2014-12-10 | 1 | -1/+10 | |
| | | | | | | | | | • [Server] fixed bug: server used to delete modified images, even if no new file was uploaded | |||||
| * | | d | Nino Breuer | 2014-12-11 | 1 | -1/+2 | |
| |/ | ||||||
| * | Merge branch 'master' of ssh://git.openslx.org/openslx-ng/tutor-module | Nino Breuer | 2014-12-01 | 3 | -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 lecture | Michael Wilson | 2014-11-28 | 1 | -2/+9 | |
| | | | ||||||
| | * | • Image update now removes old file and avoids zombies | Michael Wilson | 2014-11-26 | 2 | -364/+1152 | |
| | | | ||||||
| | * | • Deleting a lecture does not throw an "XML note found"-Exception any more ↵ | Michael Wilson | 2014-11-24 | 1 | -1/+4 | |
| | | | | | | | | | --> No XMLs left to delete :) | |||||
| * | | • changed implementation of user authentication. | Nino Breuer | 2014-11-28 | 3 | -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-module | Nino Breuer | 2014-11-24 | 1 | -1/+1 | |
| |\| | ||||||
| | * | • getAllOS is now ordered by name | Michael Wilson | 2014-11-24 | 1 | -1/+1 | |
| | | | ||||||
| * | | • started changing the authentification | Nino Breuer | 2014-11-24 | 1 | -11/+28 | |
| |/ | ||||||
| * | • Only allow permission changes for users who are authorized to do so | Michael Wilson | 2014-11-21 | 3 | -0/+1970 | |
| | | ||||||
| * | Fixed Bug: no new user possible --> query changed | Michael Wilson | 2014-11-20 | 3 | -4/+6 | |
| | | ||||||
| * | • authentication | Nino Breuer | 2014-11-20 | 2 | -418/+594 | |
| | | ||||||
| * | • 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 | 4 | -3/+5 | |
| | | ||||||
| * | f | Nino Breuer | 2014-11-20 | 3 | -0/+132 | |
| | | ||||||
| * | • added dependency to server | Nino Breuer | 2014-11-20 | 3 | -17/+788 | |
| | | | | | • startet implementing user authentication | |||||
| * | fdh | Nino Breuer | 2014-11-19 | 1 | -6/+6 | |
| | | ||||||
| * | • fixed bug: wrong content of lists after de-selecting dropdown menu while ↵ | Nino Breuer | 2014-11-19 | 1 | -8/+5![]() | |
| | | | | | | | | | filtering for images/lectures • added single line selection restriction to lists • removed some unused imports | |||||
| * | • xml creation in server is not used anymore - removed | Nino Breuer | 2014-11-18 | 2 | -232/+8![]() | |
| | | ||||||
| * | • 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 | 3 | -218/+1200 | |
| |\ | | | | | | | | | | | 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 | 2 | -21/+19![]() | |
| | | | ||||||
| | * | • Beim Bearbeiten eines Image oder einer Veranstaltung wurde bisher der ↵ | Michael Wilson | 2014-11-18 | 3 | -197/+1178 | |
| | | | | | | | | | aktuell eingeloggte Benutzer immer neu als Verantwortlicher eingetragen --> Der Verantwortliche ändert sich nun nicht mehr und wird korrekt angezeigt | |||||
| | * | - | Michael Wilson | 2014-11-17 | 1 | -1/+1 | |
| | | | ||||||

