GUACAMOLE-394: Merge add interface for browsing user access history.
Project: http://git-wip-us.apache.org/repos/asf/guacamole-client/repo Commit: http://git-wip-us.apache.org/repos/asf/guacamole-client/commit/ed6722ba Tree: http://git-wip-us.apache.org/repos/asf/guacamole-client/tree/ed6722ba Diff: http://git-wip-us.apache.org/repos/asf/guacamole-client/diff/ed6722ba Branch: refs/heads/master Commit: ed6722ba590262f686e5c89ec51aa19071ece815 Parents: 8c2a76b dba3f52 Author: Nick Couchman <[email protected]> Authored: Fri Jan 5 10:33:56 2018 -0500 Committer: Nick Couchman <[email protected]> Committed: Fri Jan 5 10:33:56 2018 -0500 ---------------------------------------------------------------------- .../rest/connection/APIConnection.java | 33 ++++- .../rest/history/APIActivityRecord.java | 131 +++++++++++++++++ .../rest/history/APIConnectionRecord.java | 89 +----------- .../APIConnectionRecordSortPredicate.java | 144 ------------------- .../rest/history/APISortPredicate.java | 144 +++++++++++++++++++ .../guacamole/rest/history/HistoryResource.java | 60 +++++++- .../org/apache/guacamole/rest/user/APIUser.java | 31 ++++ .../guacamole/rest/user/UserResource.java | 30 ++++ .../main/webapp/app/rest/types/Connection.js | 9 ++ .../src/main/webapp/app/rest/types/User.js | 9 ++ .../settings/directives/guacSettingsUsers.js | 33 ++++- .../webapp/app/settings/styles/user-list.css | 42 ++++++ .../app/settings/templates/settingsUsers.html | 35 +++-- guacamole/src/main/webapp/translations/de.json | 6 +- guacamole/src/main/webapp/translations/en.json | 7 +- guacamole/src/main/webapp/translations/fr.json | 6 +- guacamole/src/main/webapp/translations/it.json | 6 +- guacamole/src/main/webapp/translations/nl.json | 6 +- guacamole/src/main/webapp/translations/no.json | 6 +- guacamole/src/main/webapp/translations/ru.json | 6 +- 20 files changed, 580 insertions(+), 253 deletions(-) ----------------------------------------------------------------------
