summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* [server] On mah way (lots of restructuring, some early db classes, sql dump ↵Simon Rettberg2015-06-1132-353/+915
| | | | of current schema)
* [server] db stuff, new interface, ...Simon Rettberg2015-06-1011-2508/+672Star
|
* [server] Compiling again, still lots of stubsSimon Rettberg2015-06-0217-876/+1005
|
* [server] Started work on the internal file serverSimon Rettberg2015-05-293-0/+213
|
* [client] Compiles again, but is broken....Simon Rettberg2015-05-2915-966/+608Star
|
* [server] Added some TODOsSimon Rettberg2015-05-272-4/+40
|
* [server] Applied Eclipse code format (with line width extended to 110)Simon Rettberg2015-05-274-1368/+816Star
|
* • removed link to OTRS from SuiteNino Breuer2015-05-262-10/+1Star
| | | | • removed email address from "About" as this address creates tickets in OTRS
* • logintype (test, bwidm) wird mitgespeichert und beim start mitgeladen. ↵Nino Breuer2015-05-262-2/+60
| | | | nicht schön aber selten, via stringvergleich
* • removed "wrong" and unsafe param; is now taken by UserInfo-Object from tokenNino Breuer2015-05-262-10/+13
|
* • 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 in image permissions sql syntaxNino Breuer2015-05-201-1/+1
|
* • 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!!!
* pom.xmlSimon Rettberg2015-02-202-0/+16
|
* Remove client -> server dependency, move thrift classes to master-sync-sharedSimon Rettberg2015-02-1939-59829/+288Star
|
* • 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
|
* • fixed bug where in edit image, link was set to admin and admin to linkNino Breuer2015-01-292-2/+4
|
* Merge branch 'master' of ssh://git.openslx.org/openslx-ng/tutor-moduleNino Breuer2014-12-113-6/+18
|\
| * • [Client] fixed incorrect JOptionPaneMichael Wilson2014-12-103-6/+18
| | | | | | | | • [Server] fixed bug: server used to delete modified images, even if no new file was uploaded
* | dNino Breuer2014-12-113-3/+11
|/
* [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-053-1/+68
|
* [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-032-1/+71
|
* • 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-0132-4969/+8899
| |\
| * | [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-015-132/+234
|\| | | | | | | | | Conflicts: dozentenmodul/src/main/java/gui/intro/Login_GUI.java
| * [client] reworked bwIDM login to use the ecp-client-leanJonathan Bauer2014-12-013-132/+159
| |