summaryrefslogtreecommitdiffstats
path: root/dozentenmodul/src/main/java
Commit message (Collapse)AuthorAgeFilesLines
...
* • removed "wrong" and unsafe param; is now taken by UserInfo-Object from tokenNino Breuer2015-05-261-1/+1
|
* • Lecture max. lifetime restriction removed (commented, to be discussed)Nino Breuer2015-05-262-12/+28
|
* • Gültigkeit von neuen Veranstaltungen per default von 6 auf 8 Monate ↵Nino Breuer2015-05-262-5/+5
| | | | erhöht, um zornige Dozenten zu beruhigen.
* • fixed Bug whereas Lectures weren't editable anymore due to date-parsing ↵Nino Breuer2015-05-207-17/+86
| | | | | | | | | | 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
* [client] GuiManager class cleanup + bundled priv/pub functions...Jonathan Bauer2015-03-241-123/+146
|
* [client] fix tabbing through nirvana on CreateImageAllgemeinJonathan Bauer2015-03-201-0/+1
|
* [client] center popups relative to main window current positionJonathan Bauer2015-03-201-1/+3
|
* [client] fix the fix :) thx simonJonathan Bauer2015-03-141-2/+12
|
* [client] fix going back in "CreateImageTechnisch"Jonathan Bauer2015-03-131-1/+2
|
* Aua, aua...Simon Rettberg2015-03-0635-4083/+2111Star
|
* MACHETE KILLT CODEZEILENSimon Rettberg2015-03-059-725/+239Star
|
* [client] Make SessionData a static class instead of a class that doesn't ↵Simon Rettberg2015-03-0525-176/+145Star
| | | | know if it's a singleton or not
* [client] Restore RPC version check; add error message on thrift ↵Simon Rettberg2015-03-052-212/+236
| | | | communication error
* minor - reduce logging spam and removed unneeded checkJonathan Bauer2015-03-042-5/+1Star
|
* Thrift: reconnect on transport errorJonathan Bauer2015-03-0422-207/+22Star
| | | | Moved ThriftManager and ThriftHandler to master-sync-shared
* fix wrong class for loggingJonathan Bauer2015-03-041-1/+1
|
* bwIDM - Shibboleth login working for Freiburg's SP - more to comeJonathan Bauer2015-03-0339-2940/+1080Star
| | | | | 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-026-32/+7Star
|
* ThriftManager class: use getSatClient() and getMasterClient() to get the ↵Jonathan Bauer2015-03-0228-553/+371Star
| | | | | | 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-1927-401/+263Star
|
* • 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
|
* Merge branch 'master' of ssh://git.openslx.org/openslx-ng/tutor-moduleNino Breuer2014-12-112-5/+8
|\
| * • [Client] fixed incorrect JOptionPaneMichael Wilson2014-12-102-5/+8
| | | | | | | | • [Server] fixed bug: server used to delete modified images, even if no new file was uploaded
* | dNino Breuer2014-12-112-2/+9
|/
* [client] improved error handling of ShibboECP.Jonathan Bauer2014-12-052-29/+68
| | | | | 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] preparations for parsing the response of the SPJonathan Bauer2014-12-052-1/+62
|
* [client] sort list of IdP by displayNameJonathan Bauer2014-12-051-2/+12
|
* [client] oops, bad while conditionJonathan Bauer2014-12-031-72/+90
|
* [client] read the hardware version from the vmdk file and use it in the vmx.Jonathan Bauer2014-12-031-0/+70
|
* • minor changesMichael Wilson2014-12-022-19/+3Star
|
* Merge branch 'master' of ssh://git.openslx.org/openslx-ng/tutor-moduleNino Breuer2014-12-013-17/+38
|\
| * [client] log4j backend for proxy_voleJonathan Bauer2014-12-012-15/+36
| | | | | | | | fixes the proxy stuff not beeing logged correctly
| * Merge branch 'master' of git.openslx.org:openslx-ng/tutor-moduleJonathan Bauer2014-12-0128-461/+599
| |\
| * | [client] minor comment fixesJonathan Bauer2014-12-012-2/+2
| | |
* | | • changed label texts, explaining that it is not necessary to upload a new ↵Nino Breuer2014-12-011-23/+23
| |/ |/| | | | | image when changing information or permissions
* | Merge branch 'master' of ssh://git.openslx.org/openslx-ng/tutor-moduleNino Breuer2014-12-014-95/+231
|\| | | | | | | | | Conflicts: dozentenmodul/src/main/java/gui/intro/Login_GUI.java
| * [client] reworked bwIDM login to use the ecp-client-leanJonathan Bauer2014-12-012-95/+156
| |
| * [client] proxy supportJonathan Bauer2014-12-012-0/+72
| |
* | Merge branch 'master' of ssh://git.openslx.org/openslx-ng/tutor-moduleNino Breuer2014-12-0123-364/+567
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| * • Admin can download any imageMichael Wilson2014-11-281-1/+1
| |
| * If OS=windows, then isLicensed always trueMichael Wilson2014-11-282-0/+42
| |
| * • Added number of listed slementsMichael Wilson2014-11-285-4/+40
| |
| * Tabs have show number of rows containedMichael Wilson2014-11-283-27/+63
| |
| * • Vielzahl TextänderungenMichael Wilson2014-11-2823-56/+59
| |
| * litte bugs removedMichael Wilson2014-11-288-17/+19
| |
| * • Image update now removes old file and avoids zombiesMichael Wilson2014-11-262-14/+2Star
| |
| * • Prozess "Erstellen eines Image" kann nun direkt weiterleiten zu "Erstellen ↵Michael Wilson2014-11-261-3/+28
| | | | | | | | einer Veranstalung"
| * • All Fonts checked and correctedMichael Wilson2014-11-245-128/+160
| |
| * • Table cells setEditable falseMichael Wilson2014-11-241-1/+8
| |