summaryrefslogtreecommitdiffstats
path: root/dozentenmodul/src/main/java/gui/image
Commit message (Collapse)AuthorAgeFilesLines
* [client] rebasing the whole app...Jonathan Bauer2015-06-2213-6838/+0Star
|
* [client] Compiles again, but is broken....Simon Rettberg2015-05-295-526/+327Star
|
* • removed "wrong" and unsafe param; is now taken by UserInfo-Object from tokenNino Breuer2015-05-261-1/+1
|
* • fixed Bug whereas Lectures weren't editable anymore due to date-parsing ↵Nino Breuer2015-05-202-8/+23
| | | | | | | | | | 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] fix tabbing through nirvana on CreateImageAllgemeinJonathan Bauer2015-03-201-0/+1
|
* [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-0613-1993/+966Star
|
* MACHETE KILLT CODEZEILENSimon Rettberg2015-03-053-517/+139Star
|
* [client] Make SessionData a static class instead of a class that doesn't ↵Simon Rettberg2015-03-0512-96/+88Star
| | | | know if it's a singleton or not
* Thrift: reconnect on transport errorJonathan Bauer2015-03-0411-11/+11
| | | | Moved ThriftManager and ThriftHandler to master-sync-shared
* bwIDM - Shibboleth login working for Freiburg's SP - more to comeJonathan Bauer2015-03-0313-1419/+455Star
| | | | | 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 Bauer2015-03-0210-138/+86Star
| | | | | | 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-1913-259/+143Star
|
* 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-111-1/+8
|/
* • minor changesMichael Wilson2014-12-021-18/+2Star
|
* • 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-0113-301/+429
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-282-3/+16
| |
| * Tabs have show number of rows containedMichael Wilson2014-11-281-25/+10Star
| |
| * • Vielzahl TextänderungenMichael Wilson2014-11-2813-23/+26
| |
| * litte bugs removedMichael Wilson2014-11-286-6/+8
| |
| * • Image update now removes old file and avoids zombiesMichael Wilson2014-11-261-1/+1
| |
| * • 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-243-128/+158
| |
| * • role admin can now always call the permission pageMichael Wilson2014-11-242-2/+2
| |
* | • changed implementation of user authentication.Nino Breuer2014-11-2813-143/+214
|/ | | | | | | | | | | • 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 AdminsMichael Wilson2014-11-243-3/+3
|
* • Only allow permission changes for users who are authorized to do soMichael Wilson2014-11-213-24/+55
|
* Merge branch 'master' of ssh://git.openslx.org/openslx-ng/tutor-moduleMichael Wilson2014-11-2011-115/+121
|\
| * • replaced getText() with getText().trim()Nino Breuer2014-11-209-54/+54
| |
| * • changed position where the token is written new to the server handlerNino Breuer2014-11-209-61/+67
| |
* | Lists now have the functionality to show complete lists, when role=="Admin"Michael Wilson2014-11-203-5/+24
|/
* • client-authenticationNino Breuer2014-11-209-2/+61
|
* • added dependency to serverNino Breuer2014-11-201-0/+7
| | | | • startet implementing user authentication
* • fixed bug: backlink to main menu not working in ftp create uploaderNino Breuer2014-11-191-0/+10
|
* • optimized single selection in lists in some casesNino Breuer2014-11-192-4/+5
|
* • added restriction: user is not allowed to change order of table columnsNino Breuer2014-11-195-1/+13
|
* • fixed bug: wrong content of lists after de-selecting dropdown menu while ↵Nino Breuer2014-11-194-32/+81
| | | | | | | | filtering for images/lectures • added single line selection restriction to lists • removed some unused imports
* • added restriction as students are only allowed to download images ↵Nino Breuer2014-11-181-2/+13
| | | | without licensed software
* • fixed feature - clicking on table header in lecture permissionsNino Breuer2014-11-181-1/+5
| | | | • fixed bug, which caused the selected OS to be unset when going backward in creation process (is workaround, not really fixed though)
* Merge branch 'master' of ssh://git.openslx.org/openslx-ng/tutor-moduleNino Breuer2014-11-1812-159/+178
|\ | | | | | | | | | | Conflicts: dozentenmodulserver/src/main/java/server/ServerHandler.java dozentenmodulserver/src/main/java/sql/SQL.java
| * • Ausgaben an sinnvollen gekürzt bzw. erweitertMichael Wilson2014-11-1812-122/+125
| |
| * • Beim Bearbeiten eines Image oder einer Veranstaltung wurde bisher der ↵Michael Wilson2014-11-183-37/+53
| | | | | | | | 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 Breuer2014-11-183-23/+27
|/ | | | same name
* Merge branch 'master' of ssh://git.openslx.org/openslx-ng/tutor-moduleNino Breuer2014-11-171-110/+128
|\