| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | [client] Implement assigning prefefined netrules to lecture | Simon Rettberg | 2019-02-27 | 3 | -16/+158 |
| | | |||||
| * | [server] Support loading/saving preset network rules | Simon Rettberg | 2019-02-27 | 5 | -17/+188 |
| | | |||||
| * | [client] Fix array out of bounds with old servers | Simon Rettberg | 2019-02-27 | 1 | -1/+4 |
| | | |||||
| * | [client] use config dir name for logfile | Jonathan Bauer | 2019-02-27 | 1 | -1/+1 |
| | | |||||
| * | [client] configurable config dir name | Jonathan Bauer | 2019-02-27 | 3 | -2/+7 |
| | | |||||
| * | [client] Make change monitor react to changed runscripts | Simon Rettberg | 2019-02-27 | 1 | -6/+11 |
| | | |||||
| * | [client] Add preset runscript selector to lecture details | Simon Rettberg | 2019-02-26 | 3 | -25/+195 |
| | | |||||
| * | [server] Implement fetching preset runscripts | Simon Rettberg | 2019-02-26 | 2 | -0/+14 |
| | | |||||
| * | [client] properly enable custom sat field | Jonathan Bauer | 2019-02-25 | 1 | -13/+13 |
| | | |||||
| * | [client] Fix tab enable/disable for lecture details window | Simon Rettberg | 2019-02-25 | 1 | -14/+13![]() |
| | | |||||
| * | [server] Assign runscript to lecture: Fix query | Simon Rettberg | 2019-02-25 | 1 | -1/+1 |
| | | |||||
| * | [*] Make ServerSideCopy configurable | Simon Rettberg | 2019-02-22 | 3 | -7/+64 |
| | | | | | | | | | Options are OFF, ON, AUTO, USER AUTO enables it as soon as upload speed falls below 10MiB/s USER enables a checkbox in the client to toggle it for each individual upload | ||||
| * | [client] disable custom address field on start | Jonathan Bauer | 2019-02-20 | 1 | -0/+1 |
| | | |||||
| * | [server] DeleteOldUsers: Don't print names of users we keep | Simon Rettberg | 2019-02-14 | 2 | -8/+12 |
| | | |||||
| * | ... | Jonathan Bauer | 2019-01-31 | 1 | -0/+0 |
| | | |||||
| * | wtf ! | Jonathan Bauer | 2019-01-31 | 1 | -41/+0![]() |
| | | |||||
| * | [client] introduce branding, --dump and --pack | Jonathan Bauer | 2019-01-31 | 28 | -164/+424 |
| | | | | | | | | | | | | | | | | | | | | | | Application name, service name, master server endpoints, documentation websites needed to be configurable to allow for an easy rebranding of the suite. Two new options allow this: use '--dump <folder>' to dump the jar's configurable files into that folder. Aside from text templates in 'txt', logos and icons in 'img', the 'branding.properties' file contains: * masterserver.address : self-explanatory * application.name : name to be shown on graphical elements like the main window * service.name : name to be used as a prefix for formulation like 'bwLehrpool-Team' or 'bwLehrpool-System' etc * service.faq.website : link to FAQ website * service.email : support contact address Once edited, the whole folder can be integrated into the Suite with '--pack <folder> <new_jar>'. The path to the new jar is then the rebranded version of the suite. | ||||
| * | [*] Fix accidental use of Boolean.getBoolean. (-> .parseBoolean()) | Simon Rettberg | 2019-01-14 | 2 | -2/+2 |
| | | |||||
| * | [server] Get runscripts for lecture: Fix query | Simon Rettberg | 2019-01-09 | 1 | -7/+8 |
| | | |||||
| * | Revert "[server] Clear Features list now that RPC version bumped" | Simon Rettberg | 2018-12-12 | 1 | -1/+5 |
| | | | | | This reverts commit f066e1fda7634ee0ff74ce92f15e90a37923f73e. | ||||
| * | Revert "[client] Get rid of Feature checks; RPC version was bumped" | Simon Rettberg | 2018-12-11 | 6 | -18/+52 |
| | | | | | This reverts commit b9f993161d7a8472e82f2c747c2361a3ba411b6a. | ||||
| * | [*] Follow changes in m-s-s to load/save predef netshare/filters | Simon Rettberg | 2018-12-11 | 7 | -77/+59![]() |
| | | |||||
| * | [server] Add sharename index | Simon Rettberg | 2018-12-10 | 1 | -1/+2 |
| | | |||||
| * | [server] Add scriptname index | Simon Rettberg | 2018-12-10 | 1 | -1/+2 |
| | | |||||
| * | [server] ADD CLASS! FINISH WRITING!t push | Simon Rettberg | 2018-12-10 | 2 | -0/+106 |
| | | |||||
| * | [server] Support downloading and querying preset runscripts | Simon Rettberg | 2018-12-08 | 4 | -5/+110 |
| | | |||||
| * | [server] DB Updater: Use helper methods | Simon Rettberg | 2018-12-08 | 1 | -50/+14![]() |
| | | |||||
| * | [client] date woes... *g* | Jonathan Bauer | 2018-12-07 | 3 | -58/+73 |
| | | |||||
| * | [client] Show total size and version count in image table | Simon Rettberg | 2018-12-07 | 1 | -6/+13 |
| | | |||||
| * | [server] Fix query | Simon Rettberg | 2018-12-07 | 1 | -0/+1 |
| | | |||||
| * | [server] Fix query | Simon Rettberg | 2018-12-07 | 1 | -1/+1 |
| | | |||||
| * | [client] Get rid of Feature checks; RPC version was bumped | Simon Rettberg | 2018-12-07 | 6 | -52/+18![]() |
| | | |||||
| * | [server] ImageSummary: Fill fileSizeSum and versionCount | Simon Rettberg | 2018-12-07 | 1 | -1/+9 |
| | | |||||
| * | [server] Use designated method to ensure user is logged in | Simon Rettberg | 2018-12-07 | 1 | -1/+1 |
| | | |||||
| * | [server] Clear Features list now that RPC version bumped | Simon Rettberg | 2018-12-07 | 1 | -5/+1![]() |
| | | | | | Since we're not backwards compatible we can start anew | ||||
| * | [server] Return lecture vmx/netshare/ldapfilter as .tar.gz | Simon Rettberg | 2018-12-07 | 3 | -69/+114 |
| | | | | | | | Save some network roundtrips and make extending delivered data much easier. Adding another http request for every bit of information won't scale over time. | ||||
| * | [server] NanoHTTPD: Use chunked transfer, Increase queue size | Simon Rettberg | 2018-12-07 | 1 | -9/+19 |
| | | |||||
| * | [client] NetShares: Fix enable/disable logic | Simon Rettberg | 2018-12-05 | 2 | -40/+24![]() |
| | | |||||
| * | [client] Change PRINTER marker to match slx-admin | Simon Rettberg | 2018-12-05 | 1 | -1/+1 |
| | | |||||
| * | [server] Fix saving preset netshares for lecture | Simon Rettberg | 2018-12-05 | 1 | -9/+24 |
| | | |||||
| * | [server] Json.deserializeThrift -> Json.deserialize | Simon Rettberg | 2018-12-05 | 4 | -8/+12 |
| | | |||||
| * | [client] NullPointer checks in ListTable etc. | Simon Rettberg | 2018-12-04 | 3 | -2/+8 |
| | | |||||
| * | [server] Fix comment | Simon Rettberg | 2018-12-03 | 1 | -2/+1![]() |
| | | |||||
| * | [server] set proper shareid for predefined | Jonathan Bauer | 2018-12-03 | 1 | -2/+3 |
| | | |||||
| * | [server] support predefined network shares | Jonathan Bauer | 2018-12-03 | 2 | -12/+33 |
| | | |||||
| * | [server] Updater: Fix netshare table layout | Simon Rettberg | 2018-12-03 | 1 | -1/+1 |
| | | |||||
| * | [server] renamed DbNetshare -> DbLectureNetshare | Jonathan Bauer | 2018-12-03 | 3 | -7/+7 |
| | | |||||
| * | [server] getPredefinedData: Check user token before returning data | Simon Rettberg | 2018-12-03 | 1 | -0/+1 |
| | | |||||
| * | [server] Print stack trace on uncommited query warning | Simon Rettberg | 2018-12-03 | 1 | -2/+3 |
| | | |||||
| * | [server] Support loading/saving custom lecture/LDAP filters | Simon Rettberg | 2018-12-01 | 2 | -16/+80 |
| | | |||||

