| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | Print exceptions instead of catching them silently. | Christian Klinger | 2016-08-02 | 1 | -0/+1 | |
| | | | ||||||
| | * | basic version of MailTemplate. | Christian Klinger | 2016-07-26 | 2 | -0/+99 | |
| | | | ||||||
| * | | [server] Supply netrules and runscript via webrpc | Simon Rettberg | 2016-07-26 | 3 | -15/+102 | |
| | | | ||||||
| * | | [server] Register NetRule thrift class with Json helper | Simon Rettberg | 2016-07-26 | 1 | -0/+4 | |
| | | | ||||||
| * | | [server] Implement loading of SatelliteConfig from DB | Simon Rettberg | 2016-07-26 | 2 | -22/+69 | |
| | | | ||||||
| * | | [client] Add rudimentary menu entry to extend image expire date | Simon Rettberg | 2016-07-22 | 1 | -19/+53 | |
| | | | ||||||
| * | | [server] Fix embarassing messup in setExpireDate method (SQL and forgot commit) | Simon Rettberg | 2016-07-22 | 1 | -1/+2 | |
| | | | ||||||
| * | | [server] Cancel incoming transfer if a block failed more than 3 times | Simon Rettberg | 2016-07-20 | 2 | -7/+30 | |
| | | | ||||||
| * | | [server] Add log table; add log messages to relevant actions and events | Simon Rettberg | 2016-07-20 | 6 | -12/+129 | |
| | | | ||||||
| * | | [client] disabled UI elements for unfinished features | Jonathan Bauer | 2016-06-22 | 4 | -8/+16 | |
| |/ | ||||||
| * | Merge branch 'v1.1' of git.openslx.org:openslx-ng/tutor-module into v1.1 | Christian Klinger | 2016-06-10 | 2 | -5/+6 | |
| |\ | ||||||
| | * | more text fine tuning | Jonathan Bauer | 2016-06-08 | 1 | -5/+5 | |
| | | | ||||||
| | * | fix misleading text | Jonathan Bauer | 2016-06-08 | 1 | -1/+1 | |
| | | | ||||||
| | * | [server] update config template | Jonathan Bauer | 2016-06-08 | 1 | -0/+1 | |
| | | | ||||||
| * | | added "exams" parameter to vmchooser/list. | Christian Klinger | 2016-06-10 | 1 | -1/+2 | |
| | | | ||||||
| * | | removed the caching mechanism. | Christian Klinger | 2016-06-10 | 1 | -45/+16![]() | |
| |/ | ||||||
| * | [client] published image button states | Jonathan Bauer | 2016-05-19 | 7 | -13/+35 | |
| | | | | | | | | * always show "public images" button * hide the "upload to master" button instead of disabling it if the sat doesnt support it * introduced Session.isImagePublishSupported instead of multiple satApiVersion checks * added SelectionListener for ImagePublishedWindow to en/disable download buttons on selection change | |||||
| * | [client] add search field to the ImagePublishedWindow | Jonathan Bauer | 2016-05-12 | 3 | -18/+95 | |
| | | ||||||
| * | [client] add confirmation message before uploading an image to the masterserver | Jonathan Bauer | 2016-05-10 | 1 | -0/+8 | |
| | | ||||||
| * | [client] remove saved session token when quitting application after master ↵ | Jonathan Bauer | 2016-05-10 | 2 | -18/+5![]() | |
| | | | | | token error | |||||
| * | [client] icon revamp | Jonathan Bauer | 2016-05-10 | 19 | -34/+31![]() | |
| | | ||||||
| * | Revert "[client] Wizard: change 'Schließen' to 'Minimieren'" | Jonathan Bauer | 2016-05-04 | 1 | -1/+1 | |
| | | | | | This reverts commit 1cf35e8e925f4dbcb6c32be7c26059b1542f5c72. | |||||
| * | [client] publish image stuff 2.0 | Jonathan Bauer | 2016-05-04 | 17 | -97/+181 | |
| | | ||||||
| * | [client] only switch to 'Advanced' tab if its input fields contain errors | Jonathan Bauer | 2016-05-04 | 1 | -1/+1 | |
| | | | | | | | Side-effect: invalid input in advanced, then switch to the tab and save. You get the error popup about advanced config but only switch to that tab after clicking 'ok' on the message box | |||||
| * | [client] Wizard: change 'Schließen' to 'Minimieren' | Jonathan Bauer | 2016-05-04 | 1 | -1/+1 | |
| | | ||||||
| * | [client] first working draft for published images stuff | Jonathan Bauer | 2016-04-27 | 18 | -96/+743 | |
| | | ||||||
| * | [server] Fix upload handling if image already exists | Simon Rettberg | 2016-04-25 | 6 | -55/+252 | |
| | | ||||||
| * | [client] Add handling for master<->sat transfers | Simon Rettberg | 2016-04-25 | 6 | -18/+65 | |
| | | ||||||
| * | [server] Add update query to make email field longer | Simon Rettberg | 2016-04-25 | 1 | -0/+26 | |
| | | ||||||
| * | [server] Fix query of addHasUsbAccessField() | Simon Rettberg | 2016-04-25 | 1 | -1/+1 | |
| | | ||||||
| * | [server] Implement image download from master | Simon Rettberg | 2016-04-21 | 4 | -18/+49 | |
| | | ||||||
| * | More imgsync stuff | Simon Rettberg | 2016-04-20 | 4 | -84/+29![]() | |
| | | ||||||
| * | [*] Display sat->master progress in client | Simon Rettberg | 2016-04-18 | 10 | -22/+175 | |
| | | ||||||
| * | [server] added 'hasusbaccess' field updater to Updater class | Jonathan Bauer | 2016-04-18 | 1 | -0/+21 | |
| | | ||||||
| * | [*] Make uploading images to central server work | Simon Rettberg | 2016-04-18 | 8 | -58/+121 | |
| | | ||||||
| * | (WiP) Global image sync | Simon Rettberg | 2016-04-13 | 14 | -520/+323![]() | |
| | | ||||||
| * | [client] fix bad commit | Jonathan Bauer | 2016-03-22 | 1 | -1/+0![]() | |
| | | ||||||
| * | [client] wording improvement | Jonathan Bauer | 2016-03-18 | 2 | -8/+13 | |
| | | ||||||
| * | [client] formatting | Jonathan Bauer | 2016-03-17 | 1 | -16/+16 | |
| | | ||||||
| * | [client] fix newlines removed beeing counted to the number of rules that ↵ | Jonathan Bauer | 2016-03-17 | 1 | -5/+9 | |
| | | | | | were parsed (even though they were ignored) | |||||
| * | [client] when NOT pressing shift and only one real satellite is returned ↵ | Jonathan Bauer | 2016-03-16 | 1 | -3/+9 | |
| | | | | | from the masterserver, use that sat instead of asking the user | |||||
| * | [client] remove 'in/out' from message to the user when parsing a bad direction | Jonathan Bauer | 2016-03-15 | 2 | -3/+3 | |
| | | | | | TODO support combined in/out rules | |||||
| * | [client] fix netrules/runscript not beeing saved.... | Jonathan Bauer | 2016-03-15 | 1 | -1/+1 | |
| | | ||||||
| * | [client] fix typo + always call collapseFullySelectedNodes in setCheckedState | Jonathan Bauer | 2016-03-15 | 4 | -9/+3![]() | |
| | | ||||||
| * | [client] cleanup debug stuff | Jonathan Bauer | 2016-03-15 | 1 | -10/+2![]() | |
| | | ||||||
| * | [client] reworked lecture details window | Jonathan Bauer | 2016-03-15 | 9 | -351/+677 | |
| | | | | | now uses tabs for subsets of options - clearing up the gui a bit | |||||
| * | [client] fix '.part' not beeing removed from TransferPanel when the transfer ↵ | Jonathan Bauer | 2016-03-15 | 1 | -3/+6 | |
| | | | | | ended | |||||
| * | [client] commented AdvancedConfigurator | Jonathan Bauer | 2016-03-07 | 1 | -28/+71 | |
| | | ||||||
| * | [server] add 'hasusbaccess' column to database setup | Jonathan Bauer | 2016-03-07 | 1 | -0/+1 | |
| | | ||||||
| * | [client] added TODO | Jonathan Bauer | 2016-03-05 | 1 | -0/+1 | |
| | | ||||||

