| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | [server] Fix DbLog: No DELAYED for InnoDB | Simon Rettberg | 2016-08-10 | 1 | -18/+22 | |
| | | ||||||
| * | [server] Fix missed instance of getMailTemplate call | Simon Rettberg | 2016-08-10 | 1 | -1/+2 | |
| | | ||||||
| * | [server] Make mail template system use enum for template names to avoid typos | Simon Rettberg | 2016-08-09 | 8 | -57/+76 | |
| | | ||||||
| * | Merge branch 'feature/mail-templates' into v1.1 | Christian Klinger | 2016-08-08 | 7 | -63/+466 | |
| |\ | | | | | | | | | Conflicts: dozentenmodulserver/src/main/java/org/openslx/bwlp/sat/database/mappers/DbConfiguration.java | |||||
| | * | changes. | Christian Klinger | 2016-08-08 | 1 | -39/+33![]() | |
| | | | ||||||
| | * | mail templates. | Christian Klinger | 2016-08-02 | 6 | -79/+417 | |
| | | | ||||||
| | * | Print exceptions instead of catching them silently. | Christian Klinger | 2016-08-02 | 1 | -0/+1 | |
| | | | ||||||
| | * | basic version of MailTemplate. | Christian Klinger | 2016-07-26 | 1 | -0/+70 | |
| | | | ||||||
| * | | [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 | |
| | | | ||||||
| * | | [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 | |
| |/ | ||||||
| * | 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] publish image stuff 2.0 | Jonathan Bauer | 2016-05-04 | 1 | -2/+3 | |
| | | ||||||
| * | [server] Fix upload handling if image already exists | Simon Rettberg | 2016-04-25 | 6 | -55/+252 | |
| | | ||||||
| * | [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 | 3 | -74/+19![]() | |
| | | ||||||
| * | [*] Display sat->master progress in client | Simon Rettberg | 2016-04-18 | 2 | -7/+1![]() | |
| | | ||||||
| * | [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 | 5 | -54/+82 | |
| | | ||||||
| * | (WiP) Global image sync | Simon Rettberg | 2016-04-13 | 14 | -520/+323![]() | |
| | | ||||||
| * | [client/server] add support for advanced configuration for usb/netrules stuff | Jonathan Bauer | 2016-03-03 | 1 | -6/+9 | |
| | | ||||||
| * | [server] Log delete actions on images | Simon Rettberg | 2016-02-24 | 2 | -0/+11 | |
| | | ||||||
| * | [server] Log if an upload is aborted due to lack of disk space | Simon Rettberg | 2016-02-24 | 1 | -1/+5 | |
| | | ||||||
| * | [server] Write chunks to disk only once | Simon Rettberg | 2016-02-22 | 1 | -3/+10 | |
| | | | | | | | If the upload was faster than the client-side hashing, chunks were written to disk twice. Once right after upload, then again after it was read from disk for hashing once the hash was submitted. | |||||
| * | [server] Remove debug messages | Simon Rettberg | 2016-02-22 | 1 | -2/+0![]() | |
| | | ||||||
| * | [server] always lowercase image file names | Simon Rettberg | 2016-01-28 | 1 | -1/+1 | |
| | | ||||||
| * | [server] Implement per-user upload limit | Simon Rettberg | 2016-01-26 | 3 | -3/+11 | |
| | | ||||||
| * | [server] Don't use section strings, instead use flags for isTemplate and ↵ | Simon Rettberg | 2016-01-20 | 2 | -16/+18 | |
| | | | | | isForLocation | |||||
| * | [server] Add section entry to xml | Simon Rettberg | 2016-01-19 | 2 | -3/+9 | |
| | | ||||||
| * | [server] Fill location info in LectureRead, set maxLocationsPerLecture to 4 | Simon Rettberg | 2016-01-19 | 4 | -7/+33 | |
| | | ||||||
| * | [server] I'm stupid (add missing classes) | Simon Rettberg | 2016-01-19 | 2 | -0/+106 | |
| | | ||||||
| * | [server] Add location support/filtering | Simon Rettberg | 2016-01-14 | 5 | -13/+154 | |
| | | ||||||
| * | [server] Remove stupid debug output | Simon Rettberg | 2016-01-14 | 1 | -10/+0![]() | |
| | | ||||||
| * | [server] Delete temporary file after closing | Simon Rettberg | 2016-01-13 | 1 | -5/+7 | |
| | | | | | | This is to prevent .nfsXXXX files from popping up (in case the VM store is located on an NFS server) | |||||
| * | [server] Make sure meta data is present at first startup | Simon Rettberg | 2016-01-13 | 1 | -4/+16 | |
| | | | | | | | This prevents issues where only part of the meta data would be fetched on startup, causing inconsistent behaviour. (Eg we have the OS list, but not the virtualizer list) | |||||
| * | [server] Use GrowingThreadPoolExecutor everywhere | Simon Rettberg | 2016-01-08 | 6 | -16/+40 | |
| | | ||||||
| * | Merge branch 'v1.1' of git.openslx.org:openslx-ng/tutor-module into v1.1 | Jonathan Bauer | 2016-01-05 | 2 | -4/+79 | |
| |\ | ||||||
| | * | [server] Allow httpd to handle more than two concurrent connections | Simon Rettberg | 2016-01-05 | 2 | -4/+79 | |
| | | | | | | | | | | | | | | | Had I read the javadocs properly I would have noticed that the thread pool only starts growing to its maximum size if the queue is full, not the other way round. So now we use a modified thread pool borrowed from SO that does exactly that. | |||||
| * | | [client] checkbox to show the lecture only in the selected rooms | Jonathan Bauer | 2016-01-05 | 1 | -0/+7 | |
| |/ | | | | | | functionality still wip renamed room -> locations | |||||
| * | [server] unlinkLecture: Actually execute query; deleteImgVersion: only ↵ | Simon Rettberg | 2015-10-29 | 2 | -2/+3 | |
| | | | | | unlink lectures, don't delete them (as it was planned!) | |||||
| * | [*] Implement max connection information in satellite config | Simon Rettberg | 2015-10-27 | 1 | -0/+3 | |
| | | ||||||
| * | [server] Dynamic calculation of "max free space bytes" safety size | Simon Rettberg | 2015-10-02 | 1 | -2/+2 | |
| | | ||||||
| * | [server] Fix constraint issues when deleting an image by baseid | Simon Rettberg | 2015-10-02 | 2 | -24/+23![]() | |
| | | ||||||
| * | [server] Fix NPE | Simon Rettberg | 2015-10-02 | 1 | -1/+1 | |
| | | ||||||

