summaryrefslogtreecommitdiffstats
path: root/src/server
Commit message (Expand)AuthorAgeFilesLines
...
* [server] Bail out if certificates cannot be createdSimon Rettberg2017-03-064-4/+30
* Increase compiler warnings, fix a lot of those instancesSimon Rettberg2016-11-159-35/+37
* [server] Rewrite positioning logic of connection framesSimon Rettberg2016-11-024-104/+137
* [server] Run "manager only" logic before creating main windowSimon Rettberg2016-11-024-155/+146Star
* [server] Show IP address in room layout right after loading itSimon Rettberg2016-10-283-10/+21
* Fix compile warningsSimon Rettberg2016-10-281-1/+1
* [server] Initialize _wantsAttention to false in client.cppSimon Rettberg2016-10-281-0/+1
* Fix GUI translation: Don't create persistent objects on stack :/Simon Rettberg2016-10-261-4/+9
* [client] Create config dir before trying to create vnc password file insideSimon Rettberg2016-10-241-1/+0Star
* Merge branch 'master' of openslx.org:pvs2Simon Rettberg2016-10-202-20/+0Star
|\
| * [server] Remove pointless code relying on defunct tutor ip listSimon Rettberg2016-10-182-20/+0Star
* | Implement "Attention" feature (virtual hand-raising)Simon Rettberg2016-10-195-16/+42
|/
* [server] When creating certificate, create directory tree firstSimon Rettberg2016-10-101-4/+10
* [server] Fix parsing of command line arguments, init class members of ServerAppSimon Rettberg2016-10-102-6/+8
* [server] Don't ignore entire config if a single room doesn't have a mgrIP ass...Simon Rettberg2016-10-101-2/+1Star
* [server] Remove loadPosition() as it's pointless with per-room layoutsSimon Rettberg2016-10-102-45/+2Star
* refactoring.Christian Klinger2016-09-3013-261/+223Star
* astyle.Christian Klinger2016-09-2921-878/+784Star
* reduced noise in the output (old debug messages...)Christian Klinger2016-09-271-1/+0Star
* Implemented 'majority vote' to determine the toolbar options.Christian Klinger2016-09-276-33/+111
* added the --config=FILE parameter and got rid of the SETTINGS macro.Christian Klinger2016-09-266-43/+81
* removed USER_SETTINGS etc.Christian Klinger2016-09-124-53/+16Star
* Merge branch 'master' of git.openslx.org:pvs2Christian Klinger2016-09-122-3/+5
|\
| * Fix infinite loop when receiving incomplete headersSimon Rettberg2016-09-092-3/+5
* | Added support for a label field inside each room section + UTF8Christian Klinger2016-09-122-6/+17
|/
* small UI improvement.Christian Klinger2016-06-012-4/+0Star
* Added examMode to server (this also changes the style of the toolbar)Christian Klinger2016-05-304-1/+31
* may fix the unwanted window growth.Christian Klinger2016-05-232-12/+25
* move back connectionframes that went out of the window due to resizing.Christian Klinger2016-05-231-0/+10
* Render SVG image on loading with screen resolution.Christian Klinger2016-05-231-4/+15
* Improved positioning into the grid. (Pixel-precise calculations).Christian Klinger2016-05-232-68/+52Star
* cleaned up some dead code.Christian Klinger2016-05-202-6/+0Star
* added feature tutorIP.Christian Klinger2016-05-204-18/+26
* added --manager-only (and removed the ipList-feature)Christian Klinger2016-05-195-32/+33
* This fixes #2813.Christian Klinger2016-05-192-68/+53Star
* Merge branch 'bugfix/segfault-clientsize'Christian Klinger2016-05-195-16/+36
|\
| * Closes bug #2807. (And also cleans the code (a bit))Christian Klinger2016-05-195-16/+36
* | [shared/server] define preferred styles and enable it if supportedJonathan Bauer2016-05-181-1/+9
|/
* upgraded from SSLv3 to TLS1.0Christian Klinger2016-05-091-1/+1
* fixed "off-by-one" bug.Christian Klinger2016-05-021-6/+12
* better behaviour when placing a client symbol on top of another.Christian Klinger2016-05-022-68/+112
* added background-image loading.Christian Klinger2016-04-293-13/+33
* Tinted some Icons to differentiate between selected and non-selected students.Christian Klinger2016-04-292-2/+13
* Rearranged buttons a little.Christian Klinger2016-04-291-1/+2
* lock/unlocking of context-sensitive buttons.Christian Klinger2016-04-272-2/+38
* delete button in the toolbar.Christian Klinger2016-04-272-0/+32
* removed trashbin.Christian Klinger2016-04-271-43/+1Star
* add aspect ratio preservation.Christian Klinger2016-04-272-13/+58
* respect configured clientSize.Christian Klinger2016-04-271-2/+8
* read gridSize&clientSize from config.Christian Klinger2016-04-273-29/+37