summaryrefslogtreecommitdiffstats
path: root/dozentenmodul/src/main/java/gui/intro
Commit message (Collapse)AuthorAgeFilesLines
* [client] rebasing the whole app...Jonathan Bauer2015-06-225-1614/+0Star
|
* • removed link to OTRS from SuiteNino Breuer2015-05-261-1/+1
| | | | • removed email address from "About" as this address creates tickets in OTRS
* • logintype (test, bwidm) wird mitgespeichert und beim start mitgeladen. ↵Nino Breuer2015-05-261-2/+42
| | | | nicht schön aber selten, via stringvergleich
* • fixed Bug whereas Lectures weren't editable anymore due to date-parsing ↵Nino Breuer2015-05-202-6/+20
| | | | | | | | | | 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 Rettberg2015-03-065-196/+144Star
|
* [client] Make SessionData a static class instead of a class that doesn't ↵Simon Rettberg2015-03-052-11/+11
| | | | know if it's a singleton or not
* [client] Restore RPC version check; add error message on thrift ↵Simon Rettberg2015-03-051-203/+212
| | | | communication error
* minor - reduce logging spam and removed unneeded checkJonathan Bauer2015-03-041-2/+0Star
|
* Thrift: reconnect on transport errorJonathan Bauer2015-03-041-3/+2Star
| | | | Moved ThriftManager and ThriftHandler to master-sync-shared
* bwIDM - Shibboleth login working for Freiburg's SP - more to comeJonathan Bauer2015-03-035-352/+90Star
| | | | | 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.
* warnings fixJonathan Bauer2015-03-025-29/+7Star
|
* ThriftManager class: use getSatClient() and getMasterClient() to get the ↵Jonathan Bauer2015-03-022-49/+21Star
| | | | | | 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-sharedSimon Rettberg2015-02-192-13/+4Star
|
* • changed contact information from michael.wilson to bwlehrpoolNino Breuer2015-02-191-1/+1
|
* • added notice (as requested through usertests)Nino Breuer2015-02-031-1/+1
|
* [client] improved error handling of ShibboECP.Jonathan Bauer2014-12-051-10/+28
| | | | | Now differentiate between auth error (ERROR_IDP) and resource error (ERROR_SP) NO_ERROR indicates it all worked. ERROR_OTHER indicates an internal error (~ Exception)
* [client] sort list of IdP by displayNameJonathan Bauer2014-12-051-2/+12
|
* Merge branch 'master' of ssh://git.openslx.org/openslx-ng/tutor-moduleNino Breuer2014-12-011-16/+102
|\ | | | | | | | | Conflicts: dozentenmodul/src/main/java/gui/intro/Login_GUI.java
| * [client] reworked bwIDM login to use the ecp-client-leanJonathan Bauer2014-12-011-16/+99
| |
* | Merge branch 'master' of ssh://git.openslx.org/openslx-ng/tutor-moduleNino Breuer2014-12-011-21/+9Star
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| * • Vielzahl TextänderungenMichael Wilson2014-11-281-8/+8
| |
| * • Image update now removes old file and avoids zombiesMichael Wilson2014-11-261-13/+1Star
| |
* | • changed implementation of user authentication.Nino Breuer2014-11-283-423/+27Star
| | | | | | | | | | | | | | | | | | | | | | • 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-242-3/+3
|\|
| * • Some changes in text after feedback from AdminsMichael Wilson2014-11-242-3/+3
| |
* | • started changing the authentificationNino Breuer2014-11-241-4/+4
|/
* Merge branch 'master' of ssh://git.openslx.org/openslx-ng/tutor-moduleMichael Wilson2014-11-201-0/+10
|\
| * • client-authenticationNino Breuer2014-11-201-0/+10
| |
* | Added Role AdminMichael Wilson2014-11-201-27/+5Star
|/
* • disabled possibility to login in offline mode, as it is a high potential ↵Nino Breuer2014-11-191-1/+3
| | | | security issue
* • added restriction as students are only allowed to download images ↵Nino Breuer2014-11-182-3/+8
| | | | without licensed software
* • fixed tooltip-texts for radio buttonsNino Breuer2014-11-181-7/+7
|
* • Ausgaben an sinnvollen gekürzt bzw. erweitertMichael Wilson2014-11-184-28/+12Star
|
* • Beim Bearbeiten eines Image oder einer Veranstaltung wurde bisher der ↵Michael Wilson2014-11-181-3/+8
| | | | aktuell eingeloggte Benutzer immer neu als Verantwortlicher eingetragen --> Der Verantwortliche ändert sich nun nicht mehr und wird korrekt angezeigt
* • Cells in non-permitted user-list is now non-clickableMichael Wilson2014-11-171-3/+12
|
* hNino Breuer2014-11-111-1/+2
|
* main mainu now not resizableMichael Wilson2014-11-031-0/+1
|
* Merge branch 'master' of ssh://git.openslx.org/openslx-ng/tutor-moduleNino Breuer2014-11-031-6/+9
|\ | | | | | | | | | | | | Conflicts: dozentenmodulserver/src/main/java/sql/SQL.java • Note: manual merge
| * //Michael Wilson2014-10-311-6/+6
|/
* Sämtliche Logik und Grafiken zur Vergabe und Verwaltung von Berechtigungen ↵Michael Wilson2014-10-272-5/+424
| | | | eingeführt. Kleinere Bugs sind bekannt, werden aktuell behoben
* Merge branch 'master' of ssh://git.openslx.org/openslx-ng/tutor-moduleNino Breuer2014-10-211-11/+17
|\
| * [client] comments for showMainMenu functionJonathan Bauer2014-10-211-3/+9
| |
| * [client] fix typo in static variableJonathan Bauer2014-10-211-4/+6
| |
| * [client] log errors of thread executing shibboleth LoginJonathan Bauer2014-10-211-4/+2Star
| |
* | fixed some bugsNino Breuer2014-10-212-4/+2Star
|/
* Anlegen eines Benutzers in die Datenbank erfolgt nun bereits beim einloggen. ↵Michael Wilson2014-10-212-8/+38
| | | | Vorher war es fälschlicherweise erst beim hochladen des ersten Images
* bug fix in main menuMichael Wilson2014-10-171-2/+4
|
* -Michael Wilson2014-10-161-3/+3
|
* namen geändertMichael Wilson2014-10-161-3/+3
|
* Merge branch 'master' of ssh://git.openslx.org/openslx-ng/tutor-moduleMichael Wilson2014-10-161-2/+1Star
|\ | | | | | | | | Conflicts: dozentenmodul/src/main/java/gui/intro/Login_GUI.java