| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | [client] rebasing the whole app... | Jonathan Bauer | 2015-06-22 | 9 | -5413/+0![]() |
| | | |||||
| * | [client] Compiles again, but is broken.... | Simon Rettberg | 2015-05-29 | 2 | -15/+9![]() |
| | | |||||
| * | • Lecture max. lifetime restriction removed (commented, to be discussed) | Nino Breuer | 2015-05-26 | 2 | -12/+28 |
| | | |||||
| * | • Gültigkeit von neuen Veranstaltungen per default von 6 auf 8 Monate ↵ | Nino Breuer | 2015-05-26 | 2 | -5/+5 |
| | | | | | erhöht, um zornige Dozenten zu beruhigen. | ||||
| * | • fixed Bug whereas Lectures weren't editable anymore due to date-parsing ↵ | Nino Breuer | 2015-05-20 | 1 | -1/+26 |
| | | | | | | | | | | | error • IdP is stored in config file, default 0. should IdP-Authentication be default now? • Fixed bug: version number was replaced by "unknown".. it is unknown, why that happened :) • Optimized view for additional contacts in images | ||||
| * | Aua, aua... | Simon Rettberg | 2015-03-06 | 9 | -1569/+845![]() |
| | | |||||
| * | MACHETE KILLT CODEZEILEN | Simon Rettberg | 2015-03-05 | 1 | -184/+57![]() |
| | | |||||
| * | [client] Make SessionData a static class instead of a class that doesn't ↵ | Simon Rettberg | 2015-03-05 | 7 | -39/+39 |
| | | | | | know if it's a singleton or not | ||||
| * | Thrift: reconnect on transport error | Jonathan Bauer | 2015-03-04 | 7 | -7/+7 |
| | | | | | Moved ThriftManager and ThriftHandler to master-sync-shared | ||||
| * | bwIDM - Shibboleth login working for Freiburg's SP - more to come | Jonathan Bauer | 2015-03-03 | 9 | -964/+126![]() |
| | | | | | | rework GUI classes to work with GuiManager: use GuiManager.show(<GUI to show>) and GuiManager.openPopup(<popup like About_GUI or ListAllOtherUsers_GUI>) only! static openlinks class (models/links.java deleted). There are keywords to open links, e.g. OpenLinks.openWebpage("faq"). Please see the class. | ||||
| * | ThriftManager class: use getSatClient() and getMasterClient() to get the ↵ | Jonathan Bauer | 2015-03-02 | 8 | -214/+75![]() |
| | | | | | | | singleton instances of the thrift clients to satellite and master servers DO NOT CREATE NEW THRIFT OBJECTS!!! | ||||
| * | Remove client -> server dependency, move thrift classes to master-sync-shared | Simon Rettberg | 2015-02-19 | 9 | -94/+58![]() |
| | | |||||
| * | • minor changes | Michael Wilson | 2014-12-02 | 1 | -1/+1 |
| | | |||||
| * | Merge branch 'master' of ssh://git.openslx.org/openslx-ng/tutor-module | Nino Breuer | 2014-12-01 | 9 | -42/+129 |
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | ||||
| | * | • Added number of listed slements | Michael Wilson | 2014-11-28 | 3 | -1/+24 |
| | | | |||||
| | * | Tabs have show number of rows contained | Michael Wilson | 2014-11-28 | 2 | -2/+53 |
| | | | |||||
| | * | • Vielzahl Textänderungen | Michael Wilson | 2014-11-28 | 9 | -25/+25 |
| | | | |||||
| | * | litte bugs removed | Michael Wilson | 2014-11-28 | 2 | -11/+11 |
| | | | |||||
| | * | • All Fonts checked and corrected | Michael Wilson | 2014-11-24 | 2 | -0/+2 |
| | | | |||||
| | * | • Table cells setEditable false | Michael Wilson | 2014-11-24 | 1 | -1/+8 |
| | | | |||||
| | * | • role admin can now always call the permission page | Michael Wilson | 2014-11-24 | 2 | -2/+2 |
| | | | |||||
| | * | • corrected typo | Michael Wilson | 2014-11-24 | 1 | -1/+1 |
| | | | |||||
| * | | • changed implementation of user authentication. | Nino Breuer | 2014-11-28 | 9 | -120/+143 |
| |/ | | | | | | | | | | | • 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. | ||||
| * | • Some changes in text after feedback from Admins | Michael Wilson | 2014-11-24 | 2 | -6/+6 |
| | | |||||
| * | • Only allow permission changes for users who are authorized to do so | Michael Wilson | 2014-11-21 | 2 | -8/+46 |
| | | |||||
| * | Merge branch 'master' of ssh://git.openslx.org/openslx-ng/tutor-module | Michael Wilson | 2014-11-20 | 9 | -66/+81 |
| |\ | |||||
| | * | • replaced getText() with getText().trim() | Nino Breuer | 2014-11-20 | 7 | -23/+23 |
| | | | |||||
| | * | • changed position where the token is written new to the server handler | Nino Breuer | 2014-11-20 | 7 | -43/+58 |
| | | | |||||
| * | | Lists now have the functionality to show complete lists, when role=="Admin" | Michael Wilson | 2014-11-20 | 5 | -14/+41 |
| |/ | |||||
| * | • client-authentication | Nino Breuer | 2014-11-20 | 7 | -5/+51 |
| | | |||||
| * | l | Nino Breuer | 2014-11-19 | 1 | -1/+2 |
| | | |||||
| * | • optimized single selection in lists in some cases | Nino Breuer | 2014-11-19 | 2 | -3/+5 |
| | | |||||
| * | • added restriction: user is not allowed to change order of table columns | Nino Breuer | 2014-11-19 | 7 | -2/+18 |
| | | |||||
| * | • fixed bug: wrong content of lists after de-selecting dropdown menu while ↵ | Nino Breuer | 2014-11-19 | 7 | -7/+96 |
| | | | | | | | | | filtering for images/lectures • added single line selection restriction to lists • removed some unused imports | ||||
| * | • fixed feature - clicking on table header in lecture permissions | Nino Breuer | 2014-11-18 | 2 | -0/+9 |
| | | | | | • fixed bug, which caused the selected OS to be unset when going backward in creation process (is workaround, not really fixed though) | ||||
| * | • Verantwortlicher wird nun bei Veranstaltung in allen Tabellen korrekt ↵ | Michael Wilson | 2014-11-18 | 1 | -2/+2 |
| | | | | | angezeigt | ||||
| * | Merge branch 'master' of ssh://git.openslx.org/openslx-ng/tutor-module | Nino Breuer | 2014-11-18 | 9 | -445/+343![]() |
| |\ | | | | | | | | | | | Conflicts: dozentenmodulserver/src/main/java/server/ServerHandler.java dozentenmodulserver/src/main/java/sql/SQL.java | ||||
| | * | • Ausgaben an sinnvollen gekürzt bzw. erweitert | Michael Wilson | 2014-11-18 | 8 | -366/+319![]() |
| | | | |||||
| | * | • Beim Bearbeiten eines Image oder einer Veranstaltung wurde bisher der ↵ | Michael Wilson | 2014-11-18 | 2 | -112/+57![]() |
| | | | | | | | | | 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 | 2 | -28/+34 |
| |/ | | | | same name | ||||
| * | Navigation korrigiert | Michael Wilson | 2014-11-13 | 1 | -1/+1 |
| | | |||||
| * | h | Nino Breuer | 2014-11-11 | 2 | -55/+129 |
| | | |||||
| * | initialize all lectures with ALL lectures... | Nino Breuer | 2014-11-03 | 1 | -1/+38 |
| | | |||||
| * | sd | Nino Breuer | 2014-11-03 | 1 | -1/+1 |
| | | |||||
| * | Merge branch 'master' of ssh://git.openslx.org/openslx-ng/tutor-module | Nino Breuer | 2014-11-03 | 9 | -122/+288 |
| |\ | | | | | | | | | | | | | Conflicts: dozentenmodulserver/src/main/java/sql/SQL.java • Note: manual merge | ||||
| | * | • fixed bug which caused search guis to be closed when pressing enter in ↵ | Nino Breuer | 2014-10-31 | 2 | -2/+2 |
| | | | | | | | | | search bar | ||||
| | * | -image templates are now listed a such, independently of the logged in user | Michael Wilson | 2014-10-31 | 1 | -1/+1 |
| | | | | | | | | | -Lectures can now be connected to image templates | ||||
| | * | Fixed all date formats to 24h format in complete program | Michael Wilson | 2014-10-30 | 2 | -11/+11 |
| | | | |||||
| | * | • added full text search in earch search-gui | Nino Breuer | 2014-10-30 | 9 | -107/+232 |
| |/ | | | | | | | • fixed bug: arrayIndexOutOfBounds (several classes) • fixed bug: failed to update image data • changed text examples • fixed bug: any image has been shown as template when changing value of search bar (each direction) | ||||
| * | Ausgaben etwas verkürzt | Michael Wilson | 2014-10-29 | 1 | -1/+1 |
| | | |||||

