summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* Only apply LDAP filter logic if lecture has any filters...Simon Rettberg2018-06-181-9/+9
|
* Add support for filtering by LDAP values from fileSimon Rettberg2018-06-183-4/+116
| | | | | This is a temporary solution until we can do server-side filtering.
* Clean up globals.* (remove unused, rename constants, prefix)Simon Rettberg2018-06-157-145/+133Star
|
* Add i3 iconSimon Rettberg2018-06-153-2/+5
|
* Fix indentation, cleanup, refactoring, deletionsSimon Rettberg2018-06-1513-630/+556Star
| | | | | | | | | | * Remove unused methods for adding hostname and user to xml * Avoid copying/(de)serializing XML a thousand times * Fix Session::isValid() or rather make it a bit more usable (although it's unused currently) * baseDir is global, not per VSession, which doesn't make any sense without the legacy approach of recusively loading one xml file per entry
* fileDownloader.* -> filedownloader.*Simon Rettberg2018-06-154-5/+5
|
* FileDownloader.* -> fileDownloader.*Jonathan Bauer2017-11-294-5/+5
|
* FIX EVERYWHERESimon Rettberg2017-11-241-1/+1
|
* Fix invalid memory access (off by one error)Simon Rettberg2017-11-241-11/+12
|
* Merge branch 'master' of git.openslx.org:openslx-ng/vmchooser2Simon Rettberg2017-11-171-1/+3
|\
| * Fix passing of location ids in list requestSimon Rettberg2017-11-151-1/+3
| |
* | Try to fix segfault when selecting last session (needs verification)Simon Rettberg2017-11-171-2/+4
| |
* | Fix uninitialized variableSimon Rettberg2017-11-171-4/+1Star
| |
* | Fix memleakSimon Rettberg2017-11-171-0/+2
|/
* Use Qt 5Simon Rettberg2017-11-152-2/+3
|
* Fix logic expressionSimon Rettberg2017-11-132-2/+2
|
* stop the auto-center/auto-quit timer in a sessionJonathan Bauer2017-10-091-1/+1
|
* Reset 'autoquit' on user interactionSteffen Ritter2017-08-242-6/+13
|
* Fix admin mode checkbox handlingSimon Rettberg2017-05-251-3/+7
|
* Add option to make pvs box checked by defaultSimon Rettberg2017-04-285-0/+11
| | | | Refs #3105
* Add support for <can_edit> XML entrySimon Rettberg2017-03-312-0/+18
|
* Implement --pvs optionSimon Rettberg2017-03-304-7/+11
|
* Remove stupid crapSimon Rettberg2017-03-281-3/+0Star
|
* Get rid of .php suffix for resource requestsSimon Rettberg2017-03-271-4/+7
|
* Add "admin mode" (edit vm)Simon Rettberg2017-01-198-115/+156
|
* Update translationsSimon Rettberg2016-12-232-57/+98
|
* Add --autoquit <seconds> that will quit automatically if no action is ↵Simon Rettberg2016-12-226-35/+75
| | | | performed within a given time span
* Don't lower() window on startupSimon Rettberg2016-12-221-1/+0Star
| | | | WTF code?
* Fallback to user/default config if cmdline config was not found; print ↵Simon Rettberg2016-11-071-5/+17
| | | | config path used
* modify the pvs checkbox when in exam-mode. (mandatory).Christian Klinger2016-09-291-0/+5
|
* Really disable xsession button this timeSimon Rettberg2016-09-023-7/+11
|
* Don't allow selecting native sessions in exam modeSimon Rettberg2016-09-023-5/+10
|
* Support telling server whether we are in exam modeSimon Rettberg2016-09-012-7/+10
|
* Pass lecture uuid as SESSION_UUID if applicableSimon Rettberg2016-09-012-2/+3
|
* Cleanup: Remove execCommand from vsession, add newslines around methodsSimon Rettberg2016-09-013-4/+4
|
* check for autostart when download is finishedChristian Klinger2016-08-032-9/+17
| | | | and not after a fixed time of 1 second.
* added --start-uuid parameter.Christian Klinger2016-08-035-1/+65
|
* Parse XML reply for help text (just like news)Simon Rettberg2016-07-041-6/+17
|
* fixes build problem.Christian Klinger2016-06-101-1/+1
|
* improve keyboard behaviour.Christian Klinger2016-06-106-35/+89
|
* catch ALL keyboard events.Christian Klinger2016-06-012-14/+19
|
* expand/collapse on space.Christian Klinger2016-06-012-12/+18
|
* forward all other keys to the filterEdit-Box.Christian Klinger2016-06-011-0/+3
|
* left/right buttons work globally.Christian Klinger2016-06-012-5/+55
|
* Use foreground instead of background for marking unusable vmsSimon Rettberg2016-03-294-7/+7
|
* Fix indentationSimon Rettberg2016-03-295-57/+57
|
* Feature: Show warning for 64bit VMs if no VT-x availableSimon Rettberg2016-03-2910-47/+111
|
* dur dur...Jonathan Bauer2016-02-251-0/+1
|
* always look in the filesystem for the iconJonathan Bauer2016-02-253-16/+13Star
| | | | vsession/xsession handle their fallback icon themselves
* Revert "load icon from the filesystem (if path is set in the xsession file)"Jonathan Bauer2016-02-253-23/+9Star
| | | | This reverts commit 25960be7c786690c14586f3e873012d45935080f.