Commit graph

36 commits

Author SHA1 Message Date
Brian Clements
17ccb3ab66 Omaha #3709 unify collaboration color management
group chat session colors controlled by session color manager
color config persistence moved to utility
shared display uses same action to change colors as other sessions

Change-Id: I8ba4a3fb4842e3f96f05ee6d16b7e81e9567f6d7

Former-commit-id: 8cc1aa9f33 [formerly c0cd560fb1b6e8c04047c0d7b7d407e9072f0cec]
Former-commit-id: 1c2d8e01d0
2015-01-14 13:00:25 -06:00
Nate Jensen
b690c360ac Omaha #3356 remove OBE register buddies from collaboration
Change-Id: I49099386a48b650c9e6ea1a96b519fbc178f769f

Former-commit-id: 40d4abe4cd [formerly 89de611bd1abdd016ae8a96db4c820004c52b406]
Former-commit-id: 8e74892cd6
2014-09-03 10:00:11 -05:00
Nate Jensen
253198b5bc Omaha #3356 cleanup of unnecessary register buddies and buddy policies
Change-Id: I1d6c279478f38876a8df67d2f9dd186a2efdeca0

Former-commit-id: 9b72a1399d [formerly 48536dd79d933508ac54b3b6e9bbd166fd218330]
Former-commit-id: b3083a663e
2014-08-14 10:22:37 -05:00
Mark Peters
1d0983cd4a Omaha #3492 Replace Raytheon plugin calls to deprecated IGraphicsTarget.createWireframeShape()
Change-Id: Ie521a2041586825b9fb995a675e5caa550fa5313

Former-commit-id: 8e7d6964c6 [formerly 0df04ef8a5b4eee4398a411fc02baba22f719eaf]
Former-commit-id: 58dd0873e3
2014-08-13 12:22:47 -05:00
Mark Peters
f7205e8a31 Omaha #3492 Replace Raytheon plugin calls to deprecated IGraphicsTarget.createWireframeShape()
Change-Id: I68c4757365ad1bcb6254f78fe26b98b333cf7b5a

Former-commit-id: 3ef2459491 [formerly fbebe6213718025ecf2288c0d57627df53e4bc5e]
Former-commit-id: dd85085986
2014-08-07 10:00:34 -05:00
Brian Clements
aeb093ad95 Omaha #1255 fixed collaboration colors
config.xml was not in build.properties
provided a fallback default if config is missing

Change-Id: I9e531b210d6bbe48ce5daf8a760b0bbcf2daa3c6

Former-commit-id: da53d9ccc7 [formerly 5ee2e28b8eb94174c7fce660cccc4a77345617a4]
Former-commit-id: 0d4cd4bab8
2014-07-07 12:29:12 -05:00
Brian Clements
08724fefd7 Omaha #1255 added collaboration specific color presets
Change-Id: I57bb20d0de10fdc256f6177489760e12c297662f

Former-commit-id: eac871eed7 [formerly 87ed36851c390058ab4c92977ecc552cab869d26]
Former-commit-id: 8b5ad1ec33
2014-07-02 10:02:52 -05:00
Brian Clements
0125117d9c Omaha #1798 fixed collaboration drawing issues when leader shares new map
fixed cursor icon not updating properly
fixed attempting to draw to inactive layer

Change-Id: Ic0f29feddbd611d918ba9d7e5a515a7624bf72aa

Former-commit-id: fc70dbc86e [formerly 4df0a485d285a920a53e812bec204683f5ff29f6]
Former-commit-id: 88ba6b47ad
2014-06-30 15:57:58 -05:00
Ben Steffensmeier
01379cd329 Omaha #3163 Remove references to deprecated grpahics API from collaboration so it does not break if old API is removed from ufcore.
Former-commit-id: 8446ace149 [formerly bb8c1130a9da5cdb06590b20d7f5bde9e1d7c812]
Former-commit-id: 748ecc5fac
2014-05-16 13:36:31 -05:00
Ben Steffensmeier
270e8805cc Omaha #2697 Collaboration will no longer use local maps.
Former-commit-id: 1db137a21e [formerly 7e10b6d308a3bb17692abaefd9a8e84cc5016621]
Former-commit-id: 3e23857dcc
2014-05-14 13:53:29 -05:00
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