Commit graph

26 commits

Author SHA1 Message Date
Brian Clements
729e717be1 Issue #3076 added clear all to shared display sessions
Former-commit-id: 1432aa1302 [formerly 9e4a518f2ecbe86fed87fbb6dac7fad08ffb33eb]
Former-commit-id: f545c548cc
2014-05-06 09:30:07 -05:00
Brian Clements
6f7851d8c4 Issue #2903 made xmpp reconnect an explicit action by user
moved non-session classes out of session package
connection classes moved to connection package
made separate classes for connection listeners
removed password from heap
login dialog remembers last server used
added reconnect handler to prompt user to re-login after disconnect


Former-commit-id: 6b22374046 [formerly 762e7d3a1ff47f794aa843d2b159ac78b4ab12a3]
Former-commit-id: 8ab1bab974
2014-04-15 15:12:33 -05:00
Nate Jensen
579584c346 Issue #2968 improve efficiency by only compressing/serializing persisted
objects once

Change-Id: Iba90717d049571b801254852a7fd5a73202701f2

Former-commit-id: aaf2d3c8a4 [formerly a35a103be0818ec80c7e2d98a74782b8278b4383]
Former-commit-id: e3df98635a
2014-04-08 12:59:16 -05:00
Nate Jensen
68b60eba47 Issue #2895 fixed telestration when leadership returns to a previous
leader

Change-Id: Ie61adbe281b6920db994e1e30a3cbe621a1d5033

Former-commit-id: 2fc1030fad [formerly 8a0f86ebb2f659e55afc39cb6cf4bb4bdfb857b0]
Former-commit-id: e75d3dfb7c
2014-03-18 12:52:01 -05:00
Brian Clements
2456c2308f Issue #2848 fixed session create, listen, join ordering
clients were missing events and messages because listeners weren't up before joining
collaboration connection needed to add to session map before joining the session
display containers needed to register with session event bus before joining the session
clients no longer send events to empty sessions


Former-commit-id: aee98ecfb0 [formerly e832f6420b6363a3c951725e0d23f460b2efb42e]
Former-commit-id: dc55cd5b5c
2014-03-10 14:06:45 -05:00
Nate Jensen
d9af17287d Issue #2826 fix collaboration mosaic image disposed issue
Change-Id: I0f54a95b710c6c4e092052be08771500fbb4f614

Former-commit-id: 7bfad8ce17 [formerly 50b3e6bb7fcee54f1199b78354d404f325b32773]
Former-commit-id: 7fa8bf636f
2014-03-06 18:07:40 -06:00
Ben Steffensmeier
22adc336df Issue #2843 Harden recycle.
Former-commit-id: 3cd6b29e75 [formerly 364b818dbd055b13fd8d5bb9f40c16f730f30b53]
Former-commit-id: 26c1a8e494
2014-03-05 11:16:12 -06:00
Brian Clements
9d0b02e0a4 Issue #2756 implemented HTTP public key auth scheme
collaboration HTTP server now requires auth header (configured via openfire)
added auth to cave client


Former-commit-id: d8e283e1b4 [formerly e0e4dfdedff283c809060257fbf04e777faf318d]
Former-commit-id: ce24bd1018
2014-02-28 16:15:17 -06:00
Brian Clements
3f0e9d7a77 Issue #2751 fixed webDAV path issue
webDAV needs every part of the path created individually
made the userid portion of the url use the entire id URL encoded


Former-commit-id: 3d365a4cd2 [formerly 6211a9622c944171b78d04ef9263d26e6eed7687]
Former-commit-id: eef242194a
2014-02-25 09:17:36 -06:00
Brian Clements
9217ba24c5 Issue #2751 fixed leader transfer infinite loop, added event validation
added username to paths in http urls to prevent old events from being picked up with new leader
added simple check to prevent invalid leader change events from being processed


Former-commit-id: 386e9cc96a [formerly 58c826ec371f10295fa6f4e236ff85a52698719d]
Former-commit-id: 3f362519aa
2014-02-24 13:19:07 -06:00
Ben Steffensmeier
780dc19fac Issue #2817 Fix image reproject. Remove deprecated mesh reproject.
Former-commit-id: e08d4f77c3 [formerly 5e5c09b701d44e8cedcad273f301bcf92f5606ec]
Former-commit-id: 70ae372303
2014-02-21 17:37:19 -06:00
Brian Clements
a8ff1effc1 Issue #2751 implemented room/topic ownership transfer
Former-commit-id: ab72938246 [formerly cf5041f2d052c4900e2871e0fc8dc1a2b71794de]
Former-commit-id: c3cadff705
2014-02-20 11:10:14 -06:00
Brian Clements
06c16118e1 Issue #2751 fixed chat room bugs
fixed history messages having incorrect 'from' type
added ignore to dispose messages after room is closed
renamed tool tip for userid to match how JIDs are labled in client


Former-commit-id: 3a135b8eac [formerly 453604eca5fca9e5d14ba1842dc7f76f1e0180ca]
Former-commit-id: dc074a9650
2014-02-19 08:32:26 -06:00
Brian Clements
f0c89ef6c6 Issue #2756 new collaboration openfire plugin and http service
new servlet http service that communicates with openfire for configuration
new openfire plugin to reflect new http service
openfire and http service no longer need to be on same machine
moved http header parsing code from ogc to common util
updated collaboration http code to prefer XML instead of HTML


Former-commit-id: 5b4f1e8288 [formerly ff23569984eee43927c10ca041ca7e0ca4d40a3b]
Former-commit-id: f6b2827434
2014-02-18 10:03:12 -06:00
Nate Jensen
63d5f94cbb Issue #2751 first cut of transfer leadership
Change-Id: Ia0495d8d5acfe28801ceb416090d47c250ecf0f9

Former-commit-id: a85575a763 [formerly cd0a838d34c9d7533bf59a477a17f4cb1af75a00]
Former-commit-id: e05f1eae96
2014-02-13 15:35:53 -06:00
Brian Clements
16ed18e0c6 Issue #2751 user identity refactor
VenueParticipant no longer a subtype of UserId
New interface for both
refactored base classes to be generic for user types


Former-commit-id: 0ac7ff81cf [formerly e91ae6eacf4af9e25afc213c3cd0c269c8d465f4]
Former-commit-id: ef52908906
2014-02-13 13:51:39 -06:00
Brian Clements
4e2cb3f7ae Issue #2698 added handles to venues
venues now handle identity differently with VenueParticipant instead of UserId
fixed alias bug due to roster entry change


Former-commit-id: 3250eb34f5 [formerly 9a8b011683ffe7194c48b1827d3a4f0ddf4f9627]
Former-commit-id: 3e585945d6
2014-01-31 09:44:31 -06:00
Brian Clements
1f1be20d41 Issue #2698 made sessions private and invite only
removed venue info because you can't get it for private rooms
improved error handling for existing room when attempting to create
fixed default compression config


Former-commit-id: 5b9f694930 [formerly 850cbc03ebea6f26ac7095abffe7729985c426c4]
Former-commit-id: c498307b30
2014-01-29 10:16:15 -06:00
Brian Clements
2c20a87634 Issue #2562 moved session data from chat to packet extension
delegated compression to smack
added timeout for http config
fixed getting all joined venues
fixed room invitation from non-cave client
create session checks for session name already used


Former-commit-id: ce0a34b53c [formerly 3781483ef6dd1889aa0ecd6ccc83bfb2461713b5]
Former-commit-id: 80650337ce
2013-12-19 12:08:21 -06:00
Brian Clements
5d1d44b60d Issue #2561 removed ECF from collaboration
added smack 3.3.1 to cots
collaboration now uses smack directly for XMPP
moderate code cleanup on collaboration.comm
added double click to start chat in participant list


Former-commit-id: e6c4b39aca [formerly 6fc85f79c126283eb4dbddfa94943523d9ff0a6d]
Former-commit-id: 8ece30944a
2013-12-06 17:07:16 -06:00
Ben Steffensmeier
a5f970e238 Issue #2491 Fix collaboration Xml.
Former-commit-id: fdeff81da2 [formerly 64517ab3139be3cc21d5df7ff9d36709435bd7cd]
Former-commit-id: 3d36cec7be
2013-10-31 14:06:37 -05:00
Ben Steffensmeier
e15fecc459 Issue #2491 Bug fixes and clean up all remaining resource datas.
Change-Id: I6cb8948a984f298d938e1b6baa9bf4af5fe6d4c6

Former-commit-id: 27a392f90e [formerly 2412d6f094f98a8c24491ab43a2a88cf696758af]
Former-commit-id: 5b395f7417
2013-10-29 17:35:55 -05:00
Ben Steffensmeier
0c66089721 Issue #2491 Fix alertviz and java 6 compatibility.
Former-commit-id: 44a6f05986 [formerly 2baf2fdd778b55b76be37503935510b057c5eb0e]
Former-commit-id: 27165cea30
2013-10-28 10:14:08 -05:00
Ben Steffensmeier
d27d30c2db Issue #1532 Delete uf.common.image and clean up the mess it left behind.
Former-commit-id: 2ca86633d6 [formerly 7c24d10acae9dee7ec03edd471983e0b80d58092]
Former-commit-id: f46686a6e2
2013-02-28 17:00:56 -06:00
Steve Harris
efd3392abe 13.1.2-6 baseline
Former-commit-id: 59969775ad [formerly 184f16c9f91fb06efa7aeaf5499ace33f4f17bf7]
Former-commit-id: 8e5f9e0e6c
2013-01-06 14:55:11 -06:00
Steve Harris
98171b5de9 12.11.1-4 baseline
Former-commit-id: 6958b861f0 [formerly dddf20c9518c578d1bebd0b5e01b10c5080fd24e]
Former-commit-id: d3497e47eb
2012-10-16 13:27:07 -05:00