summaryrefslogtreecommitdiffstats
path: root/dozentenmodul/src/main/java/org/openslx/dozmod/gui/window/LoginWindow.java
Commit message (Collapse)AuthorAgeFilesLines
* [client] Sanitize class/var names, split up control packageSimon Rettberg2018-06-211-5/+5
| | | | | | | All configurators have moved from *.control to *.configurator *.control should be used for simple controls that feel like they're really just one thing. The configurators are more like a group of controls.
* [translation] Satelliten-Server/Master-Server -> Satellitenserver/MasterserverSteffen Ritter2018-04-241-1/+1
|
* [client] Overhaul LoginWindowLayout; add "open log dir" button to LoginWindowSimon Rettberg2017-08-011-2/+8
|
* [client] improved shift handling for custom sat on loginJonathan Bauer2016-10-201-24/+3Star
|
* [client] Better error messages if ECP login failsSimon Rettberg2016-10-071-1/+7
|
* [client] Add/fix several weblinks ->Simon Rettberg2016-09-191-0/+10
| | | | | | Add FAQ URL to 'About' menu Add 'Register' button to LoginWindow Fix registration URL when image publishing fails
* [client] Sanitize coding style/conventions in GUI classesSimon Rettberg2016-01-291-41/+41
|
* [client] Improve focus/idm handling in login windowSimon Rettberg2015-10-271-10/+38
|
* [client] Clean up config window, add config button to login dialogSimon Rettberg2015-10-221-0/+7
|
* [client] More formattingStephan Schwaer2015-10-061-1/+1
|
* [client] Show satellite selection dialog again if connect failed but login ↵Simon Rettberg2015-10-051-7/+15
| | | | succeeded
* [client] Changed keylisteners in loginWindow to keyBindings. Added some ↵Stephan Schwaer2015-09-301-12/+12
| | | | Keybindings to lecture- and image tables.
* [client] Added window for opening webpage in browser if user is not ↵Stephan Schwaer2015-09-281-4/+2Star
| | | | registered for BwIDM.
* [client] Disable login button while login is running; create legacy vmx if ↵Simon Rettberg2015-09-231-19/+31
| | | | server doesn't supply one
* [client] async loginJonathan Bauer2015-09-171-23/+31
|
* [client] set default permissions from sat, sort organizations in cache.Stephan Schwaer2015-09-161-2/+0Star
|
* [client] only use the first part of the given username if the organization ↵Jonathan Bauer2015-09-151-3/+3
| | | | exists
* Merge branch 'v1.1' of git.openslx.org:openslx-ng/tutor-module into v1.1Jonathan Bauer2015-09-151-2/+24
|\
| * [client] Shift key for forcing satellite selection now works.Stephan Schwaer2015-09-151-2/+24
| |
* | [client] reworked german textJonathan Bauer2015-09-151-2/+2
|/
* [client] Login: check if the user enters its org as part of the usernameJonathan Bauer2015-09-151-2/+32
| | | | | | if he did and its the same as the selected IDP, then just use the username (everything before '@') and that IDP to login if he did and the entered org exists and is different than the IDP, ask which we should use if he did and the entered org does not exists, do nothing, meaning the login will eventually fail
* [client] Added selection of satellite when more than one available. Shift ↵Stephan Schwaer2015-09-141-1/+2
| | | | key to force selection not working yet.
* [client] Remember finger prints supplied by master serverSimon Rettberg2015-09-101-0/+24
|
* [client] Improve error messages on login failureSimon Rettberg2015-09-091-2/+5
|
* [client] Fully async proxy detection (no more GUI freezes)Simon Rettberg2015-09-051-6/+5Star
|
* [client] only if login == ECP ...Jonathan Bauer2015-09-021-7/+1Star
|
* [client] LoginWindow: fix Shibboleth login throwing a NPE when no IDP was ↵Jonathan Bauer2015-09-021-1/+7
| | | | selected (happens when no config file is found by default)
* [client] download images as <name>.partial and rename them back to <name> ↵Jonathan Bauer2015-08-281-4/+0Star
| | | | when download finishes
* [client] merged the session initializing stuff in ThriftActions.initSessionJonathan Bauer2015-08-281-42/+8Star
|
* [*] Thrift API changesSimon Rettberg2015-08-271-2/+2
|
* [client] Minor fixesSimon Rettberg2015-08-201-9/+6Star
|
* [client] Fix logic operator in if-statementSimon Rettberg2015-08-201-1/+1
|
* [client] move thrift cache to its own packageJonathan Bauer2015-08-191-1/+1
|
* [client] Use TLS to talk to master and satelliteSimon Rettberg2015-08-181-2/+5
|
* [client] Design improvementsSimon Rettberg2015-08-141-18/+0Star
|
* [client] Layout; don't close lecture wizard if creation failedSimon Rettberg2015-08-131-3/+1Star
|
* [client] More layout tweaks, cleanups, GridManager usageSimon Rettberg2015-08-131-24/+41
|
* [client] Improve authentication handlingSimon Rettberg2015-08-111-16/+44
|
* [client] login on <ENTER> when in saveUsername CheckboxJonathan Bauer2015-08-101-3/+4
|
* [client] Feature: save session to skip loginSimon Rettberg2015-08-031-0/+5
|
* [client] dont go into the vip area if closing login windowJonathan Bauer2015-08-031-1/+11
|
* [client] Remove debug output from LoginWindowSimon Rettberg2015-08-031-23/+19Star
|
* [client] Fix bwLehrstuhlSimon Rettberg2015-07-281-4/+9
|
* [client] warning-freeJonathan Bauer2015-07-281-2/+1Star
|
* [client] login window rises from the swt ashesJonathan Bauer2015-07-281-330/+306Star
|
* [client] login type toggling and added the static open() for LoginWindowJonathan Bauer2015-07-281-10/+40
|
* [client] swingified LoginWindow (no functionality yet! just commented them ↵Jonathan Bauer2015-07-271-348/+322Star
| | | | out for now)
* [client] Add missing disposal-checkSimon Rettberg2015-07-231-0/+2
|
* [client] *Listener -> *Adapter (where applicable)Simon Rettberg2015-07-191-7/+2Star
|
* [client] Run proxy configurator asynchroneouslySimon Rettberg2015-07-161-1/+5
|