summaryrefslogtreecommitdiffstats
path: root/dozentenmodul/src/main/java/gui/lecture
Commit message (Collapse)AuthorAgeFilesLines
* [client] rebasing the whole app...Jonathan Bauer2015-06-229-5413/+0Star
|
* [client] Compiles again, but is broken....Simon Rettberg2015-05-292-15/+9Star
|
* • 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-201-1/+26
| | | | | | | | | | 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-069-1569/+845Star
|
* MACHETE KILLT CODEZEILENSimon Rettberg2015-03-051-184/+57Star
|
* [client] Make SessionData a static class instead of a class that doesn't ↵Simon Rettberg2015-03-057-39/+39
| | | | know if it's a singleton or not
* Thrift: reconnect on transport errorJonathan Bauer2015-03-047-7/+7
| | | | Moved ThriftManager and ThriftHandler to master-sync-shared
* bwIDM - Shibboleth login working for Freiburg's SP - more to comeJonathan Bauer2015-03-039-964/+126Star
| | | | | 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-028-214/+75Star
| | | | | | 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-199-94/+58Star
|
* • minor changesMichael Wilson2014-12-021-1/+1
|
* Merge branch 'master' of ssh://git.openslx.org/openslx-ng/tutor-moduleNino Breuer2014-12-019-42/+129
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| * • Added number of listed slementsMichael Wilson2014-11-283-1/+24
| |
| * Tabs have show number of rows containedMichael Wilson2014-11-282-2/+53
| |
| * • Vielzahl TextänderungenMichael Wilson2014-11-289-25/+25
| |
| * litte bugs removedMichael Wilson2014-11-282-11/+11
| |
| * • All Fonts checked and correctedMichael Wilson2014-11-242-0/+2
| |
| * • Table cells setEditable falseMichael Wilson2014-11-241-1/+8
| |
| * • role admin can now always call the permission pageMichael Wilson2014-11-242-2/+2
| |
| * • corrected typoMichael Wilson2014-11-241-1/+1
| |
* | • changed implementation of user authentication.Nino Breuer2014-11-289-120/+143
|/ | | | | | | | | | | • 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-242-6/+6
|
* • Only allow permission changes for users who are authorized to do soMichael Wilson2014-11-212-8/+46
|
* Merge branch 'master' of ssh://git.openslx.org/openslx-ng/tutor-moduleMichael Wilson2014-11-209-66/+81
|\
| * • replaced getText() with getText().trim()Nino Breuer2014-11-207-23/+23
| |
| * • changed position where the token is written new to the server handlerNino Breuer2014-11-207-43/+58
| |
* | Lists now have the functionality to show complete lists, when role=="Admin"Michael Wilson2014-11-205-14/+41
|/
* • client-authenticationNino Breuer2014-11-207-5/+51
|
* lNino Breuer2014-11-191-1/+2
|
* • optimized single selection in lists in some casesNino Breuer2014-11-192-3/+5
|
* • added restriction: user is not allowed to change order of table columnsNino Breuer2014-11-197-2/+18
|
* • fixed bug: wrong content of lists after de-selecting dropdown menu while ↵Nino Breuer2014-11-197-7/+96
| | | | | | | | filtering for images/lectures • added single line selection restriction to lists • removed some unused imports
* • fixed feature - clicking on table header in lecture permissionsNino Breuer2014-11-182-0/+9
| | | | • fixed bug, which caused the selected OS to be unset when going backward in creation process (is workaround, not really fixed though)
* • Verantwortlicher wird nun bei Veranstaltung in allen Tabellen korrekt ↵Michael Wilson2014-11-181-2/+2
| | | | angezeigt
* Merge branch 'master' of ssh://git.openslx.org/openslx-ng/tutor-moduleNino Breuer2014-11-189-445/+343Star
|\ | | | | | | | | | | Conflicts: dozentenmodulserver/src/main/java/server/ServerHandler.java dozentenmodulserver/src/main/java/sql/SQL.java
| * • Ausgaben an sinnvollen gekürzt bzw. erweitertMichael Wilson2014-11-188-366/+319Star
| |
| * • Beim Bearbeiten eines Image oder einer Veranstaltung wurde bisher der ↵Michael Wilson2014-11-182-112/+57Star
| | | | | | | | 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-182-28/+34
|/ | | | same name
* Navigation korrigiertMichael Wilson2014-11-131-1/+1
|
* hNino Breuer2014-11-112-55/+129
|
* initialize all lectures with ALL lectures...Nino Breuer2014-11-031-1/+38
|
* sdNino Breuer2014-11-031-1/+1
|
* Merge branch 'master' of ssh://git.openslx.org/openslx-ng/tutor-moduleNino Breuer2014-11-039-122/+288
|\ | | | | | | | | | | | | Conflicts: dozentenmodulserver/src/main/java/sql/SQL.java • Note: manual merge
| * • fixed bug which caused search guis to be closed when pressing enter in ↵Nino Breuer2014-10-312-2/+2
| | | | | | | | search bar
| * -image templates are now listed a such, independently of the logged in userMichael Wilson2014-10-311-1/+1
| | | | | | | | -Lectures can now be connected to image templates
| * Fixed all date formats to 24h format in complete programMichael Wilson2014-10-302-11/+11
| |
| * • added full text search in earch search-guiNino Breuer2014-10-309-107/+232
|/ | | | | | | • fixed bug: arrayIndexOutOfBounds (several classes) • fixed bug: failed to update image data • changed text examples • fixed bug: any image has been shown as template when changing value of search bar (each direction)
* Ausgaben etwas verkürztMichael Wilson2014-10-291-1/+1
|