Commit Graph

  • 53bb4e31b0 Remove GuacamoleConfigurationTemplate - shouldn't be in auth provider. Michael Jumper 2013-01-30 22:38:48 -08:00
  • 2925db8945 Remove by username, not by User. Michael Jumper 2013-01-30 22:23:04 -08:00
  • eff951fdda Properly check for null when checking system permissions. Michael Jumper 2013-01-30 15:01:54 -08:00
  • a53f36b046 Tag should be singular for user permission. Michael Jumper 2013-01-30 14:07:58 -08:00
  • 192d0050bb Add user and permissions lists. Michael Jumper 2013-01-30 13:23:16 -08:00
  • 9599d012a4 Query by username, add directory permission. Michael Jumper 2013-01-30 13:13:31 -08:00
  • c6e414025a Allow per-user permissions listing, query by username. Michael Jumper 2013-01-30 13:12:59 -08:00
  • 77f02d6248 Fix typo in object permission type name. Michael Jumper 2013-01-30 12:55:16 -08:00
  • 6c866ac058 Fix parameter order of UserPermission constructor. Michael Jumper 2013-01-30 02:15:21 -08:00
  • 13d3159908 Store config permissions in XML attributes (#268). Michael Jumper 2013-01-30 00:42:04 -08:00
  • 25b2116fda Initial commit. Michael Jumper 2013-01-29 19:35:35 -08:00
  • b6c1bc19ff Rename field value function reasonably. Michael Jumper 2013-01-29 19:19:55 -08:00
  • 0705f7099f Ensure I/O streams are closed when done in GuacamoleHTTPTunnelServlet. Michael Jumper 2013-01-29 15:00:12 -08:00
  • dcd5adac04 Use guacamole-common 0.8.0. Michael Jumper 2013-01-29 14:17:43 -08:00
  • f4ec322183 Use guacamole-common 0.8.0. Michael Jumper 2013-01-29 14:17:27 -08:00
  • fbe1339623 Expose immutable List rather than array in GuacamoleInstruction. Bump version to 0.8.0. Michael Jumper 2013-01-29 14:17:11 -08:00
  • 1b103f80a8 Remove operation enum - just use opcode. Michael Jumper 2013-01-11 12:08:35 -08:00
  • c1c744f6fb Bump version. Michael Jumper 2013-01-29 14:03:32 -08:00
  • 71fe398873 Let XML parser determine character encoding from header. Michael Jumper 2013-01-29 14:00:06 -08:00
  • 30e786e589 Use UTF-8 when converting password strings to bytes for hashing to MD5. Michael Jumper 2013-01-29 13:59:41 -08:00
  • 59886fcdc2 Implement templates (for configuration interface construction). Michael Jumper 2013-01-29 11:35:59 -08:00
  • ab1c65ac92 Remove unused Role. Michael Jumper 2013-01-29 02:36:36 -08:00
  • 3a47e3ffa1 Fix wrong package and typo. Michael Jumper 2013-01-29 02:32:45 -08:00
  • e9253473d1 Add package-info.java files. Michael Jumper 2013-01-29 00:34:18 -08:00
  • b7872eb202 Allow permission queries. Michael Jumper 2013-01-28 22:21:24 -08:00
  • 1f81b952fe Configuration should be stored. Michael Jumper 2013-01-28 17:06:10 -08:00
  • c537e4fe2c ObjectPermissions in general should deal only with identifiers. Michael Jumper 2013-01-28 16:50:14 -08:00
  • dfca47d415 UserPermission should use username. Michael Jumper 2013-01-28 16:45:30 -08:00
  • 2df5207518 GuacamoleConfigurationPermission should take identifier as subject, not actual GuacamoleConfiguration. Michael Jumper 2013-01-28 16:43:01 -08:00
  • 958eedb76b Migrate authentication to new API, bump version. Michael Jumper 2013-01-28 12:41:52 -08:00
  • 3216895490 Use SimpleAuthenticationProvider as base for basic file auth. Michael Jumper 2013-01-28 12:23:12 -08:00
  • 01f8b4c596 Implement simple authentication provider base class (for convenience and testing). Michael Jumper 2013-01-28 12:21:41 -08:00
  • a1b989ada0 Remove Environment class. Michael Jumper 2013-01-28 11:35:31 -08:00
  • 942f375490 Refactor operations into separate directories. Michael Jumper 2013-01-28 11:27:37 -08:00
  • d907f7758b Implement concrete permissions. Michael Jumper 2013-01-28 11:14:59 -08:00
  • 7ed37d20e1 Add basic permission interfaces and hierarchy. Michael Jumper 2013-01-28 00:25:06 -08:00
  • 137e5cb91f Add user role concept, stub permissions (#267). Michael Jumper 2013-01-27 02:37:37 -08:00
  • 9288c15104 Fix license comment (should refer to code as guacamole-ext, not guacamole-auth). Michael Jumper 2013-01-27 01:54:21 -08:00
  • 2d33753194 Allow unrestricted access to all Users and GuacamoleConfigurations through the Environment. Restrict access to everything and provide CRUD operations within UserContext. Define contract of permissions. Michael Jumper 2013-01-27 01:52:56 -08:00
  • 003dc28511 Refactor CRUD operations of AuthenticationProvider into Environment (produced via Credentials). Michael Jumper 2013-01-26 23:20:31 -08:00
  • d8c8b2d423 Add User CRUD operations to AuthenticationProvider. Add mechanism for converting Credentials into a User (#267). Michael Jumper 2013-01-26 22:04:55 -08:00
  • 6b4156ccf0 Add User and AbstractUser clases for managing users (#267). Michael Jumper 2013-01-26 21:01:46 -08:00
  • 34dd92cae6 Fix placement of import. Michael Jumper 2013-01-26 17:15:55 -08:00
  • ef342e9100 Add interface for restricting arbitrary objects on a per-user basis (#266, #267). Michael Jumper 2013-01-26 17:05:35 -08:00
  • 6d64a3e161 Add CRUD operations for GuacacmoleConfigurations (#266), bump version to 0.8.0. Michael Jumper 2013-01-26 14:09:16 -08:00
  • 357f11038f Merge branch 'unstable' of git://guacamole.git.sourceforge.net/gitroot/guacamole/guacamole-common-js into unstable James Muehlner 2013-01-24 19:08:49 -08:00
  • 7ffff054a8 Ticket 254: Put in fix for chrome bug 108404. Automatically release key if a keydown is recieved while meta is held down. James Muehlner 2013-01-24 19:08:17 -08:00
  • f22094261f Merge branch 'unstable' of ssh://guacamole.git.sourceforge.net/gitroot/guacamole/guacamole-common-js into unstable Michael Jumper 2013-01-16 11:33:05 -08:00
  • 339dc3dcc8 Fix for ticket 257 - add meta (apple) key to list of modifiers to ignore keypress James Muehlner 2013-01-16 09:50:50 -08:00
  • 3eb0e0ab55 Update ChangeLog Michael Jumper 2013-01-16 03:38:29 -08:00
  • b707156327 Fix typo in variable name. Michael Jumper 2013-01-09 15:18:35 -08:00
  • 38f05511f3 Actually read parameter contents (oops). Michael Jumper 2013-01-09 13:04:21 -08:00
  • 506c92c733 Use StAX to write config XML. Michael Jumper 2013-01-09 12:52:19 -08:00
  • 263cd8836c Bump version. Michael Jumper 2012-12-25 14:36:10 -08:00
  • 320b9056c7 Clean up auth provider. Michael Jumper 2012-12-24 18:28:44 -08:00
  • fac38e1fc2 Initial refactor to use DocumentHandler. Michael Jumper 2012-12-24 18:19:05 -08:00
  • fe91db50d6 Add tag handlers for tags within the user mapping XML. Michael Jumper 2012-12-24 18:13:41 -08:00
  • 22386faa62 Add user mapping data model objects. Michael Jumper 2012-12-24 18:13:27 -08:00
  • baa982daf1 DocumentHandlerState should be static. Automatically throw exception if no TagHandler returned. Michael Jumper 2012-12-24 13:19:13 -08:00
  • 4b45564835 getCurrentState() should return null when on root element. Michael Jumper 2012-12-23 23:25:44 -08:00
  • d1663bd3a1 Implement MUCH simpler SAX-driven XML parser. Michael Jumper 2012-12-23 22:31:36 -08:00
  • fec906227e Use TreeMap for holding configurations, such that connections will be sorted by ID (rather than arbitrarily). FIxes #216. Michael Jumper 2012-12-09 00:07:26 -08:00
  • 0b88c48038 Fix JSDoc. Michael Jumper 2012-12-01 20:57:59 -08:00
  • b5d6fbf907 Add prefix styles for legacy browser versions. Michael Jumper 2012-12-01 14:30:30 -08:00
  • 4efc08e8ef Modify for consistency. Michael Jumper 2012-11-28 22:13:51 -08:00
  • d75ee89430 Properly check for null. Michael Jumper 2012-11-28 22:13:32 -08:00
  • 257535675f Add alternative to panning when panning makes no sense (fixes #226). Michael Jumper 2012-11-28 21:46:47 -08:00
  • 0576ed3dcc Provide explicit means of exiting panning mode (fixes #223). Michael Jumper 2012-11-28 21:26:20 -08:00
  • d56756390d Do not attempt to monitor up/down if key handled via keypress (fixes #208). Partial style fix. Michael Jumper 2012-11-28 20:50:27 -08:00
  • 1a8cede4b2 Do not (potentially) set multiple update timers. Michael Jumper 2012-11-25 16:48:30 -08:00
  • 325fce407b Fix window-open check (namespace change). Michael Jumper 2012-11-22 17:52:19 -08:00
  • 3efd88db9a Restore error message styling. Michael Jumper 2012-11-22 15:58:20 -08:00
  • 59c276e887 Fade background when status is shown. Michael Jumper 2012-11-22 15:43:21 -08:00
  • da9c3e0dc5 Fix display sizing in zoomed mode. Michael Jumper 2012-11-22 14:47:37 -08:00
  • 472a478bc0 Fix namespace. Michael Jumper 2012-11-22 14:08:02 -08:00
  • 1e6f8566a1 Reorganize interface code. Michael Jumper 2012-11-22 14:05:24 -08:00
  • a35e93ba5f Remove unused components. Michael Jumper 2012-11-21 19:09:09 -08:00
  • 202dfc403d Completely remove old interface.js. Michael Jumper 2012-11-21 19:06:57 -08:00
  • 91a6dd5c1a Further conversion to new UI. Michael Jumper 2012-11-21 18:37:34 -08:00
  • 714c32b9a6 Fix typo in INTERACTIVE naming. Michael Jumper 2012-11-15 20:59:57 -08:00
  • 634f71fa14 Further refactoring of old interface.js into client-ui.js, cleanup. Michael Jumper 2012-11-13 21:27:47 -08:00
  • 5d587373f3 Fix show/hide of OSK. Michael Jumper 2012-11-13 20:18:11 -08:00
  • 0971180cd6 Make copy of canvas, rather than simply returning root layer. Michael Jumper 2012-11-13 12:28:15 -08:00
  • 3ed048640e Fix typo in "performance". Michael Jumper 2012-11-13 12:22:36 -08:00
  • 5b017e0b77 Use high-resolution timestamps if available. Michael Jumper 2012-11-13 12:17:14 -08:00
  • a15f403492 Cleanup. Michael Jumper 2012-11-12 13:18:28 -08:00
  • d8f68c6048 Move OSK into new client-ui, partially refactor Ctrl-Alt-Shift shortcut. Michael Jumper 2012-11-12 13:14:17 -08:00
  • a56fadfe49 Add arrows to pan overlay. Michael Jumper 2012-11-12 03:18:23 -08:00
  • 6d42388b75 Fixed click handling. Michael Jumper 2012-11-12 02:13:15 -08:00
  • 0d091e925f Convert PanOverlay. Michael Jumper 2012-11-12 02:02:05 -08:00
  • f5e754dd5d Implement and document Magnifier and NativeKeyboard components. Michael Jumper 2012-11-12 01:50:55 -08:00
  • 3f02525a2c Further conversion to new pattern. Michael Jumper 2012-11-12 01:09:52 -08:00
  • 38dfc3128a Partial conversion to new UI paradigm and manager. Michael Jumper 2012-11-11 23:52:34 -08:00
  • efd93fcad5 Turn off autocorrect/autocapitalize. Michael Jumper 2012-11-11 18:33:08 -08:00
  • f039537788 Fix style handling on iOS. Michael Jumper 2012-11-11 00:41:02 -08:00
  • d89b1e5f9a Enable highlight for non-button input fields. Michael Jumper 2012-11-11 00:26:23 -08:00
  • 86a3570bf4 Fix button styling on iOS. Michael Jumper 2012-11-11 00:17:59 -08:00
  • 32cdb3b3cd Avoid caching for all responses. Michael Jumper 2012-11-10 23:18:31 -08:00
  • d5f5e66514 Fixes #213 - iOS 6 caching bug. Michael Jumper 2012-11-10 23:16:39 -08:00
  • bcfb2bd328 Initial implementation of magnifier. Michael Jumper 2012-11-10 21:29:16 -08:00