Commit Graph

1292 Commits

Author SHA1 Message Date
Michael Jumper
3116ada14a Add missing JavaDoc. 2013-02-20 23:40:59 -08:00
James Muehlner
253636bb4f Ticket #269: Connection.setConfiguration should not throw exceptions. 2013-02-20 22:20:19 -08:00
Michael Jumper
55f7d1deb3 Add missing JavaDoc. 2013-02-20 21:57:05 -08:00
Michael Jumper
9d3224aaaa Connection should not throw any exceptions for setConfiguration(). 2013-02-20 21:53:20 -08:00
Michael Jumper
586c9b4f83 Add missing JavaDoc. 2013-02-20 21:51:09 -08:00
James Muehlner
df50454f15 Ticket #269: Added hashcode functions for MySQLUSer and MySQLConnection. 2013-02-20 12:49:45 -08:00
James Muehlner
39665ad0f6 Ticket #269: Added a new utility class, and support for reading ConnectionRecord objects. 2013-02-20 00:07:59 -08:00
James Muehlner
e48630513d Ticket #269: Modified return type of Connection.getHistory to be a List of ConnectionHistory implementors. 2013-02-20 00:06:30 -08:00
Michael Jumper
1be13d9767 Paginate connection list in user edit dialog. 2013-02-19 01:15:51 -08:00
Michael Jumper
a24804a39d Paginate main UI connection list, improve pager styles, begin proper style separation. 2013-02-19 00:04:53 -08:00
Michael Jumper
b467a5945c Ticket #268: Widen pager window, center connection list buttons. 2013-02-18 12:56:07 -08:00
Michael Jumper
dec21e5674 Ticket #268: Sort connections and users in main UI. 2013-02-18 12:03:05 -08:00
Michael Jumper
9d07362469 Ticket #268: Add pagination for connections. 2013-02-18 11:51:57 -08:00
Michael Jumper
3c4d074152 Ticket #268: Add pagination for users. 2013-02-18 11:07:08 -08:00
Michael Jumper
eb22d4a5dc Ticket #268: Pagination support object. 2013-02-17 23:13:22 -08:00
Michael Jumper
e8aedccd29 Ticket #270: Display history in connection popup. 2013-02-16 16:22:42 -08:00
Michael Jumper
a99d9234ca Ticket #270: Parse history in GuacamoleService.Connections.list(). 2013-02-16 14:47:12 -08:00
Michael Jumper
83a9e23d7e Ticket #270: Add history to connection list. 2013-02-16 12:42:14 -08:00
Michael Jumper
9937c90020 Ticket #270: Add stub for getHistory() in DummyConnection. 2013-02-16 11:54:54 -08:00
Michael Jumper
47e15e4063 Revert "Ticket #268: Sort connections and users."
This reverts commit 4d29e2bbbad7158c9b5e150c59afbb9bdbee89fd.
2013-02-16 03:07:23 -08:00
Michael Jumper
009eec14ec Ticket #270: Add stub for getHistory() in SimpleConnection. 2013-02-16 02:57:00 -08:00
Michael Jumper
8e108ea2fc Ticket 270: Connection history function and record class. 2013-02-16 02:33:42 -08:00
James Muehlner
1beb031a05 Ticket #269: The only permission needed to delete a user is DELETE_USER. 2013-02-15 10:38:15 -08:00
James Muehlner
b5aa49aa69 Ticket #269: Added administrate permission on delete user, and initially give full access to newly created user. 2013-02-15 01:20:00 -08:00
James Muehlner
e6e9200f98 Ticket #269: Added administrate permission checking. 2013-02-15 01:11:50 -08:00
Michael Jumper
5fc19e8501 Ticket #268: Sort connections and users. 2013-02-14 23:27:13 -08:00
Michael Jumper
d1e499d5d4 Ticket #268: Implement enum field type. 2013-02-14 02:10:35 -08:00
Michael Jumper
f6b787bfc3 Ticket #268: Mostly-implemented UI. Still need enum type. 2013-02-14 02:04:20 -08:00
Michael Jumper
5f388910c9 Ticket #268: List all defined parameters for connections with update permission. 2013-02-14 02:03:15 -08:00
Michael Jumper
a86f1a7c7f Add parameter list/remove. 2013-02-14 02:02:25 -08:00
James Muehlner
66fdcbe0b1 Ticket #269: Added permissions checks to UserDirectory actions, and improved PermissionCheckUtility 2013-02-13 19:02:41 -08:00
Michael Jumper
21040ba2d8 Ticket #268: Add stub RDP parameters. 2013-02-13 18:59:14 -08:00
Michael Jumper
b010749716 Ticket #268: Stubbed connection editing, per-protocol fields. 2013-02-13 17:42:41 -08:00
Michael Jumper
abbbf00886 Ticket #268: Partial cleanup. Remove old connection form, stub new. 2013-02-13 16:03:12 -08:00
Michael Jumper
2a71da3827 Ticket #268: Implement connection access manipulation, fix user update (reinstate use of DummyUser). 2013-02-13 15:32:57 -08:00
Michael Jumper
bb2f8d852d Ticket #268: More style improvements, bringing user properties up to style of main UI. 2013-02-13 14:39:50 -08:00
Michael Jumper
bae86644eb Ticket #268: Modifications to re-enter field should flag password as modified, too. 2013-02-13 13:55:41 -08:00
Michael Jumper
8d206babbc Ticket #268: Only attempt to set password if field modified. 2013-02-13 13:54:32 -08:00
Michael Jumper
2afb207f66 Ticket #268: Return array of protocols in service. 2013-02-13 13:39:40 -08:00
Michael Jumper
f942c3c161 Ticket #268: More style improvements, removing use of GuacAdmin.Form. UI currently broken in transition. 2013-02-13 13:37:00 -08:00
Michael Jumper
1edb05cb13 Ticket #268: Remove now-unused UserManager class. 2013-02-13 12:45:15 -08:00
James Muehlner
3e484ab8f8 Ticket #269: Fixed comment 2013-02-13 12:18:22 -08:00
James Muehlner
3209f11d1f Ticket #269: Changed database permission enums from WRITE to UPDATE. 2013-02-13 12:13:30 -08:00
James Muehlner
6aaf271914 Ticket #269: guacamole-auth-mysql should not depend on itself. 2013-02-13 08:50:11 -08:00
Michael Jumper
8897ee7afe Merge branch 'unstable' of ssh://guacamole.git.sourceforge.net/gitroot/guacamole/guacamole-ext into unstable 2013-02-13 02:57:58 -08:00
Michael Jumper
5c8344d216 Ticket #268: More style improvements. 2013-02-13 02:06:25 -08:00
Michael Jumper
739f500918 Ticket #268: Back button and logout button in admin screen, style improvements. 2013-02-12 23:54:40 -08:00
James Muehlner
70b34ecf30 Ticket #269: More things implemented. Still to do: ConnectionDirectory, and enforcing permissions on things in general. 2013-02-12 23:35:13 -08:00
James Muehlner
20bb937208 Ticket #267: Fixed equals() logic error - if both identifiers are false the two objects should be equal 2013-02-12 15:35:49 -08:00
James Muehlner
f8c8201844 Ticket #266: Fixed equals() logic error - if both identifiers are false the two objects should be equal 2013-02-12 15:35:14 -08:00