Corin Froese
|
ae23c071ce
|
GUAC-1295: Add cache busting for app.css and app.js
|
2015-08-11 13:06:31 -06:00 |
|
James Muehlner
|
e2e0be30fd
|
Merge pull request #239 from glyptodon/fix-mimetypes
GUAC-1294: Use mimetype text/plain for REST endpoints which return plain strings.
|
2015-08-11 09:53:50 -07:00 |
|
Michael Jumper
|
6e3fa5fe89
|
GUAC-1294: Use mimetype text/plain for REST endpoints which return plain strings.
|
2015-08-10 15:29:09 -07:00 |
|
James Muehlner
|
e9dee5c064
|
Merge pull request #238 from glyptodon/date-time-fields
GUAC-1213: Add support for date/time fields.
|
2015-08-10 14:54:54 -07:00 |
|
Michael Jumper
|
0ee7cfa1f3
|
GUAC-1213: Add date/time field format placeholders.
|
2015-08-10 11:40:25 -07:00 |
|
Michael Jumper
|
b2305937c5
|
GUAC-1213: Move date/time parsing code to own functions.
|
2015-08-10 11:30:06 -07:00 |
|
Michael Jumper
|
4db7034608
|
GUAC-1213: Use HTML5 date/time input types.
|
2015-08-10 11:24:35 -07:00 |
|
Michael Jumper
|
2e52382fd9
|
GUAC-1213: Add date and time fields, along with corresponding template/controller stubs.
|
2015-08-10 11:18:57 -07:00 |
|
James Muehlner
|
225297746d
|
Merge pull request #237 from glyptodon/timezone-field
GUAC-1213: Add time zone field type.
|
2015-08-10 11:10:19 -07:00 |
|
Michael Jumper
|
65cdb5daef
|
GUAC-1213: Add time zone field type.
|
2015-08-09 22:14:19 -07:00 |
|
Michael Jumper
|
cbb5db9e57
|
Merge branch 'master' into GUAC-1213
|
2015-08-07 11:25:18 -07:00 |
|
Mike Jumper
|
9c9110d69c
|
Merge pull request #228 from flangelo/jpeg
GUAC-240 Add support for JPEG instruction
|
2015-07-31 15:35:12 -07:00 |
|
James Muehlner
|
d535846b08
|
Merge pull request #236 from glyptodon/date-time-restrictions
GUAC-1213: Add date/time restrictions for user accounts.
|
2015-07-31 14:26:43 -07:00 |
|
Michael Jumper
|
4a142652d5
|
GUAC-1213: Add field headers for date/time restrictions.
|
2015-07-30 18:19:09 -07:00 |
|
Michael Jumper
|
c526a67d7e
|
GUAC-1213: Add error messages for invalid/inaccessible accounts.
|
2015-07-30 18:05:26 -07:00 |
|
Michael Jumper
|
e164d5b814
|
GUAC-1213: Enforce date/time restrictions for users upon login, if set.
|
2015-07-30 17:59:59 -07:00 |
|
Michael Jumper
|
022893475f
|
GUAC-1213: Log attribute parse errors at warning level.
|
2015-07-30 14:29:29 -07:00 |
|
Michael Jumper
|
9c04ea3ed0
|
GUAC-1213: Parse and persist date/time attributes within user objects.
|
2015-07-30 14:22:50 -07:00 |
|
Michael Jumper
|
db422d1fb0
|
GUAC-1213: Map date/time restriction columns to UserModel properties.
|
2015-07-30 12:05:23 -07:00 |
|
Michael Jumper
|
c97769e1da
|
GUAC-1213: Add properties to UserModel corresponding to the new date/time columns of the guacamole_user table.
|
2015-07-29 16:17:36 -07:00 |
|
Michael Jumper
|
ca516e6bfe
|
GUAC-1213: Document and store user timezone such that it is used for all date/time comparisons.
|
2015-07-29 15:50:45 -07:00 |
|
Michael Jumper
|
5f25558ebd
|
GUAC-1213: Add date/time access restrictions to guacamole_user table.
|
2015-07-29 15:23:09 -07:00 |
|
Mike Jumper
|
b0e7caf845
|
Merge pull request #234 from glyptodon/GUAC-1194
GUAC-1194: Log when a connection or connection group is closed.
|
2015-07-28 21:48:06 -07:00 |
|
James Muehlner
|
05c50e9f63
|
GUAC-1194: Log when a connection or connection group is closed.
|
2015-07-28 21:42:46 -07:00 |
|
James Muehlner
|
ac9c6dcb33
|
Merge pull request #233 from glyptodon/terminal-palette
GUAC-1195: Add "color-scheme" parameter to SSH and telnet.
|
2015-07-28 20:39:16 -07:00 |
|
Michael Jumper
|
7d64802726
|
GUAC-1195: Add "color-scheme" parameter to SSH and telnet.
|
2015-07-28 17:01:28 -07:00 |
|
James Muehlner
|
919972f700
|
Merge pull request #232 from glyptodon/create-drive
GUAC-515: Add create-drive-path parameter to RDP.
|
2015-07-28 14:46:14 -07:00 |
|
Michael Jumper
|
5f85b41bbd
|
GUAC-515: Add create-drive-path parameter to RDP.
|
2015-07-28 14:36:50 -07:00 |
|
James Muehlner
|
c887f3a804
|
Merge pull request #229 from glyptodon/vnc-encoding
GUAC-298: Add VNC parameter for clipboard encoding.
|
2015-07-27 19:55:00 -07:00 |
|
Michael Jumper
|
80126ce3c8
|
GUAC-298: Add translation strings for VNC clipboard encoding parameter for non-English.
|
2015-07-27 18:55:43 -07:00 |
|
Michael Jumper
|
e4b09fb58e
|
GUAC-298: Add VNC parameter for clipboard encoding.
|
2015-07-27 18:52:39 -07:00 |
|
Frode Langelo
|
d950e99101
|
GUAC-240 Add support for JPEG instruction
|
2015-07-27 14:57:56 -07:00 |
|
Mike Jumper
|
f741c770db
|
Merge pull request #226 from IT-Experte/patch-3
GUAC-1263: Add Italian on screen keyboard layout and missing translations
|
2015-07-27 12:05:47 -07:00 |
|
Mathias
|
34199843d2
|
GUAC-1273: Correct Italian on screen keyboard
|
2015-07-27 20:57:11 +02:00 |
|
Mike Jumper
|
854c2d874b
|
Merge pull request #225 from IT-Experte/patch-2
GUAC-1268: Missing French translation
|
2015-07-27 11:03:21 -07:00 |
|
Mike Jumper
|
03ab28d198
|
Merge pull request #224 from IT-Experte/patch-1
GUAC-1267: Missing German translation
|
2015-07-27 11:00:33 -07:00 |
|
Mathias
|
189ff32073
|
GUAC-1272: Braces added to Italian on screen keyboard
|
2015-07-27 16:50:22 +02:00 |
|
Mathias
|
c4b2240d57
|
GUAC-1271: Italian on screen keyboard
|
2015-07-27 12:16:42 +02:00 |
|
Mathias
|
c4b0ad01d3
|
GUAC-1270: Missing Italian Translation
|
2015-07-27 11:19:34 +02:00 |
|
Mathias
|
f69e92ed63
|
GUAC-1268: Missing French translation
|
2015-07-27 11:04:00 +02:00 |
|
Mathias
|
a511e51a46
|
GUAC-1267: Missing German translation
|
2015-07-27 10:51:02 +02:00 |
|
Mike Jumper
|
dedb4d67ba
|
Merge pull request #223 from glyptodon/GUAC-1260
GUAC-1260 Allow extensions to override guacamole icons.
|
2015-07-22 22:00:42 -07:00 |
|
James Muehlner
|
d948aadc92
|
GUAC-1260 Fix comments.
|
2015-07-22 21:53:44 -07:00 |
|
James Muehlner
|
4b3969699c
|
GUAC-1260 Fixed comments.
|
2015-07-22 21:48:22 -07:00 |
|
James Muehlner
|
615d56e388
|
GUAC-1260 Need vendor extensions for background-size.
|
2015-07-22 21:43:30 -07:00 |
|
James Muehlner
|
1a837b9fee
|
GUAC-1260 Allow extensions to override guacamole icons.
|
2015-07-22 21:37:09 -07:00 |
|
James Muehlner
|
df0d6710a6
|
Merge pull request #219 from glyptodon/italian
GUAC-1241: Add Italian translation
|
2015-07-21 19:55:44 -07:00 |
|
Michael Jumper
|
10678b357e
|
GUAC-1241: Remove country code from Italian translation.
|
2015-07-21 18:43:06 -07:00 |
|
Serena Soldati
|
f1f5b00053
|
GUAC-1241: Add Italian translation.
|
2015-07-21 18:41:43 -07:00 |
|
James Muehlner
|
c00525340f
|
Merge pull request #218 from glyptodon/german-osk
GUAC-1254: Merge contributed German OSK layout
|
2015-07-16 17:56:08 -07:00 |
|