- 06 Aug, 2015 8 commits
-
-
Daniel Gabriele authored
bb60d9f8 - MOB-132: implement UserActiveActor that invalidates the sessions for a user that has just been deactivated. 36f4acfe - MOB-132: addressed some jonr code review. 9f23fad0 - MOB-132: add absult doc download axurl. 80cee036 - MOB-132: clean up and added documentation 0d1ce924 - MOB-132: return absolute doc URLs. 05cfe790 - MOB-132: refactored get_deal_messages. 4c36731d - MOB-132: include in message_counts both messages received AND sent in get_one_deal json response. 273100f0 - MOB-132: return lookup table for referenced users rather than duplicating user data for each returned message. 5bca3466 - MOB-132: mark fetched messages as read. 5525c19c - MOB-132: return from user as an object rather than an array. 6411b593 - MOB-132: return lists of referenced users for "to", "from", "cc", "bcc" instead of single objects. f922d362 - MOB-132: return docs associated with each message from get_deal_messages. a775d15a - MOB-132: endpoint to mark messages as read. 59fbe2c7 - MOB-132: cleaned up the get_deal_messages a bit. 7b9fea51 - MOB-132: fixed syntax error. 4e5229c9 - MOB-132: use authorize_user request method in get_deal_messages. 44a3e46c - MOB-132: return ref headers as nested objects in top level message json response. f001993e - MOB-132: return user photo photo url in message refs. d29ea307 - MOB-132: do not import deleted messages module. 579fb344 - MOB-132: cannot rely on company_public_id being part of the user session. df5dd799 - MOB-132: moved get_deal_messages into deals.py 38b25a51 - MOB-132: grant access to deal messages only to members of buyer company. 6093b952 - MOB-132: started mobile messaging unit tests and improved get_deal_messages API method. 68d81b78 - MOB-132: return a list of ref objects for a each message, not single dict keyed by ref headers. b0a02915 - MOB-132: return messages for a deal that only the session user sent, received, or was CCed on. 93ed505b - MOB-132: wrote endpoint to return messages for a given deal. Conflicts: etc/tpl/exturl.json.tpl -
Jon Rosebaugh authored
58043eda - CORE-347: do not require full path to actors for stagehand --test/--debug -
Jon Rosebaugh authored
da4bfeac - BUGZ-2841: reimplement html_sanitizer using "bleach" module -
Daniel Gabriele authored
MOB-132: implement UserActiveActor that invalidates the sessions for a user that has just been deactivated. - removed authorize_user request method. Signed-off-by:Daniel Gabriele <daniel.gabriele@axial.net>
-
Anton Shmakau authored
ea5b1230 - LQ-1431: use public_id 81edf6a7 - Revert "Revert "LQ-1431: (merge) Merge LQ-1431 into integration"" -
Anton Shmakau authored
-
Anton Shmakau authored
This reverts commit 930b2e5c.
-
Jon Rosebaugh authored
82efbc75 - BUGZ-2959: Fix self_signups_to_salesforce script
-
- 05 Aug, 2015 32 commits
-
-
Jon Rosebaugh authored
Signed-off-by:Jon Rosebaugh <jon.rosebaugh@axial.net>
-
Ben Holzman authored
This reverts commit d93f0ea8, reversing changes made to 10a4870c. Conflicts: service/opportunity/api/v1/get_opps.py
-
Ben Holzman authored
Signed-off-by:Ben Holzman <bah@axial.net>
-
Ben Holzman authored
c67f16cf - BUGZ-2968: fix to unit test -
Ben Holzman authored
Signed-off-by:Ben Holzman <bah@axial.net>
-
Ben Holzman authored
ec9f61b3 - BUGZ-2966: eliminate reference to old salesforce table from received_opps.sql -
Ben Holzman authored
986669af - BUGZ-2963: specify stemming style explicitly when matching keywords against overview -
Ben Holzman authored
Signed-off-by:Ben Holzman <bah@axial.net>
-
Ben Holzman authored
56a7ac24 - BUGZ-2969: fix company dump of revenue (and tx size) to always be integers -
Ben Holzman authored
Signed-off-by:Ben Holzman <bah@axial.net>
-
Ben Holzman authored
Signed-off-by:Ben Holzman <bah@axial.net>
-
Ben Holzman authored
4e102ec6 - BUGZ-2968: release note script 26e09310 - BUGZ-2968: use primary group public id as write group for NCOMP naf items, do not check created_by in delete_naf_post -
Ben Holzman authored
d72b2282 - BUGZ-2924: do not let type ahead content overflow -
Ben Holzman authored
cb91aca3 - BUGZ-2964: add check-to-send to company license admin -
Ben Holzman authored
Signed-off-by:Ben Holzman <bah@axial.net>
-
Jon Rosebaugh authored
498f06d3 - BUGZ-2965: Fix salesforce id check in user admin -
Ben Holzman authored
Signed-off-by:Ben Holzman <bah@axial.net>
-
Ben Holzman authored
BUGZ-2968: use primary group public id as write group for NCOMP naf items, do not check created_by in delete_naf_post Signed-off-by:Ben Holzman <bah@axial.net>
-
Bugra Akyildiz authored
34860f18 - CORE-344: Addressed code review and changed the revision string df36c6cf - Merge branch 'master' into CORE-344 84e16b0b - CORE-344: Update test and create two separate naics code table 3dbfd81e - CORE-344: Separate naics code tables for opportunity and tps 42eacddc - CORE-344: Added naics code support for opp and tp, added tests -
Jon Rosebaugh authored
Signed-off-by:Jon Rosebaugh <jon.rosebaugh@axial.net>
-
Ben Holzman authored
Signed-off-by:Ben Holzman <bah@axial.net>
-
Anton Shmakau authored
1179f05c - LQ-1431: fix buttons d84f32cd - LQ-1431: language 4ee49133 - LQ-1431: pursuit count should only include current pursuits 1adc1df8 - LQ-1431: custom language 3f2d134d - LQ-1431: keep draft status name (for now) 1d5477eb - LQ-1431: text formating 841e3e46 - LQ-1431: clean up a bit c406e5d8 - LQ-1431: open -> active 08f21843 - LQ-1431: small adjustments b1e57509 - LQ-1431: typo 08fa5f11 - LQ-1431: urls, remove Django code 1da57beb - LQ-1431: little fixes fbad92b2 - LQ-1431: first iteration 450daff4 - LQ-1431: Use persistent recs to get number of recs a586a939 - LQ-1432: use AwareDateTime in Match model, don't use redundant outer join 39422d2f - LQ-1431: slight styles changes 0e7f9d87 - LQ-1432: Removed group by 7c17bb5b - LQ-1432: Get recipient and pursuit count c6db17fd - LQ-1432: Platform api call to get opp rec counts f257748a - LQ-1431: add doc-room and opp-view links 6a4c1b41 - LQ-1431: initial playaround Conflicts: etc/tpl/exturl.json.tpl service/opportunity/api/v1/get_opps.py service/platform/opportunities/views/opportunity.py service/platform/templates/opportunities/seller/secondary_menu.html -
Ben Holzman authored
Signed-off-by:Ben Holzman <bah@axial.net>
-
Bugra Akyildiz authored
470ba47c - Merge branch 'master' into CORE-345 039baf79 - CORE-345: Add naics tree, fix unit test -
Bugra Akyildiz authored
92a6801a - Merge branch 'master' into CORE-339 6842a328 - CORE-339: Fix the slot in index d446f2b6 - Merge branch 'master' into CORE-339 689fdb9e - Merge branch 'master' into CORE-339 296be4aa - CORE-339: Get the full data regarding the documents and added the documentation 74cf088a - CORE-339: Added initial version of naics description endpoint in the sear -
Daniel Gabriele authored
Signed-off-by:Daniel Gabriele <daniel.gabriele@axial.net>
-
Daniel Gabriele authored
Signed-off-by:Daniel Gabriele <daniel.gabriele@axial.net>
-
Daniel Gabriele authored
Signed-off-by:Daniel Gabriele <daniel.gabriele@axial.net>
-
Daniel Gabriele authored
Signed-off-by:Daniel Gabriele <daniel.gabriele@axial.net>
-
Daniel Gabriele authored
Signed-off-by:Daniel Gabriele <daniel.gabriele@axial.net>
-
Daniel Gabriele authored
Signed-off-by:Daniel Gabriele <daniel.gabriele@axial.net>
-
Daniel Gabriele authored
MOB-132: return lookup table for referenced users rather than duplicating user data for each returned message. Signed-off-by:Daniel Gabriele <daniel.gabriele@axial.net>
-