summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* rework url params parsingJonathan Bauer2018-12-121-27/+19Star
|
* add TODO for url-icon support, if we were to use that feature again oneJonathan Bauer2018-12-111-0/+1
| | | | day
* support configurable URLs for list, news and helpJonathan Bauer2018-12-105-3/+40
|
* formattig: move runscript parsingJonathan Bauer2018-12-101-7/+7
|
* WTF did we have two classes for downloading files?Simon Rettberg2018-11-3011-384/+254Star
|
* FileDownloader: Follow redirectsSimon Rettberg2018-11-281-1/+3
|
* Remove long description as toolTopSimon Rettberg2018-08-061-2/+0Star
| | | | | | | As the name suggests, the long description can get quite long, which looks pretty weird/ugly as a tooltip. Since the long description is prominently displayed to the right after selecting an item, get rid of the tooltip altogether.
* 0 -> nullptrSimon Rettberg2018-07-263-3/+3
|
* Reorder struct members for better packingSimon Rettberg2018-07-261-3/+3
|
* Merge branch 'master' of git.openslx.org:openslx-ng/vmchooser2Simon Rettberg2018-07-264-9/+120
|\
| * keep 0 as default priorityJonathan Bauer2018-06-271-5/+0Star
| | | | | | | | use < 0 priorities in config file to bump them
| * fix indentationJonathan Bauer2018-06-271-1/+1
| |
| * support for xsessions priority and renamingJonathan Bauer2018-06-264-9/+125
| |
* | Cleanup code style (C++11, casts, etc)Simon Rettberg2018-07-2615-82/+79Star
|/
* 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.