- 22 Sep, 2014 23 commits
-
-
Jon Rosebaugh authored
49bf8621 - GROW-70: Don't depend on potential_user being in the session. 2e943fa8 - GROW-70: Fail gracefully when we don't get company name. 8a336f7f - GROW-70: external linkedin ui f0b38b13 - GROW-70: Prevent django from overwriting the session f37484f2 - GROW-70: existing_user linkedin oauth frontent 2c02b5d7 - GROW-70: existing user linkedin button 9881b8b3 - GROW-70: password field type 366aa512 - GROW-70: Use service session to log in with oauth token 57d09e89 - Ugly CSS fixes, potential user login page + flow bbe8cb56 - (PLATFORM) GROW-70: Make sign in with linkedin work 63abbae2 - (PLATFORM) GROW-70: Signup via linkedin is working 85466ac9 - (PLATFORM) GROW-70: linkedin signup wip 7a7c7e90 - (PLATFORM) GROW-70: Use axurl instead of reverse df1b2b18 - (PLATFORM) GROW-70: Comment on nginx routing override a81a2cd4 - (PLATFORM) GROW-70: template changes 7bdbcde0 - (PLATFORM) GROW-70: Don't try to jsonify the users 59ff7ee8 - (PLATFORM) GROW-70: Log linkedin auth failures de01bffb - (PLATFORM) GROW-70: Add 'source' keyword to platform.account.login 06f77c07 - (PLATFORM) GROW-70: Expand platform support for linkedin oauth 9abd75d7 - (PLATFORM) GROW-70: Allow /auth/oauth/ to go to platform 2d7ce29b - (PLATFORM) GROW-70: Rudimentary platform support for linkedin 0904ce5f - (PLATFORM) GROW-70: Basic linkedin landing page (to be revised) -
Jon Rosebaugh authored
Because it isn't. Signed-off-by:Jon Rosebaugh <jon.rosebaugh@axial.net>
-
Jon Rosebaugh authored
Signed-off-by:Jon Rosebaugh <jon.rosebaugh@axial.net>
-
Nader Hendawi authored
Signed-off-by:Nader Hendawi <nader.hendawi@axial.net>
-
Jon Rosebaugh authored
Signed-off-by:Jon Rosebaugh <jon.rosebaugh@axial.net>
-
Nader Hendawi authored
Signed-off-by:Nader Hendawi <nader.hendawi@axial.net>
-
Nader Hendawi authored
Signed-off-by:Nader Hendawi <nader.hendawi@axial.net>
-
Nader Hendawi authored
Signed-off-by:Nader Hendawi <nader.hendawi@axial.net>
-
Jon Rosebaugh authored
Signed-off-by:Jon Rosebaugh <jon.rosebaugh@axial.net>
-
Nader Hendawi authored
Signed-off-by:Nader Hendawi <nader.hendawi@axial.net>
-
Jon Rosebaugh authored
Signed-off-by:Jon Rosebaugh <jon.rosebaugh@axial.net>
-
Jon Rosebaugh authored
Signed-off-by:Jon Rosebaugh <jon.rosebaugh@axial.net>
-
Jon Rosebaugh authored
Signed-off-by:Jon Rosebaugh <jon.rosebaugh@axial.net>
-
Jon Rosebaugh authored
Signed-off-by:Jon Rosebaugh <jon.rosebaugh@axial.net>
-
Jon Rosebaugh authored
Signed-off-by:Jon Rosebaugh <jon.rosebaugh@axial.net>
-
Nader Hendawi authored
Signed-off-by:Nader Hendawi <nader.hendawi@axial.net>
-
Jon Rosebaugh authored
Signed-off-by:Jon Rosebaugh <jon.rosebaugh@axial.net>
-
Jon Rosebaugh authored
Signed-off-by:Jon Rosebaugh <jon.rosebaugh@axial.net>
-
Jon Rosebaugh authored
Signed-off-by:Jon Rosebaugh <jon.rosebaugh@axial.net>
-
Jon Rosebaugh authored
Signed-off-by:Jon Rosebaugh <jon.rosebaugh@axial.net>
-
Jon Rosebaugh authored
Signed-off-by:Jon Rosebaugh <jon.rosebaugh@axial.net>
-
Jon Rosebaugh authored
Signed-off-by:Jon Rosebaugh <jon.rosebaugh@axial.net>
-
Jon Rosebaugh authored
Signed-off-by:Jon Rosebaugh <jon.rosebaugh@axial.net>
-
- 19 Sep, 2014 9 commits
-
-
Anton Shmakau authored
69b19e64 - LQ-1237: use boolean as a boolean -
Anton Shmakau authored
-
Anton Shmakau authored
4f3b30a2 - LQ-1237: alembic fix 701afa4b - LQ-1237: typo 1ce01f60 - LQ-1237: remove positional arguments from new events 731dc208 - LQ-1237: get fixes for route_events from BUGZ-1995 45b7eb43 - LQ-1303: Update alembic revision 4bc4dddc - LQ-1303: Update run file 61a7c806 - LQ-1303: Write events to log table ed01a5bd - LQ-1303: Merge conflicts 7a1af959 - LQ-1237: add source_depth to events logging 598ff917 - LQ-1237: bunch of fixes: -use log_event_for_user for masquerade events -typo in password reset flow -remove positional arguments for log_event from new events -dcf.match_clicked to be logged before redirect to company profile page -opp.complete event -typo and language fixes -rename 'source' kwarg for opp_received.see_more_link -user preferences save event to log valid values -remove few kwargs which not actually required -use **kwargs for axmlogger.event -use str() to convert dates for opps emails -bug preventing opp first sent email notification -auto_send kwargs fix -perf_summary logging -opps_received.with_message.pursue kwargs -remove few optional kwargs from required -remove positional args from search.input.focus log -kill unused events 488057ca - LQ-1237: multiple typo, move flask services to use new native log_event from axmlogger.helpers_flask.py 45994b3a - LQ-1237: create axmlogger.helpers_flask.py to provide native log_event functionality for flask services 185d0d16 - LQ-1237: add user_public_id to the session 4ad0f374 - LQ-1237: cleanup the rest of problematic events, remove positional arguments from new ones, convert transaction type to string for logging 9607f5e1 - LQ-1237: yet another logging clean-up after yet another rebasing 40a00771 - LQ-1237: kill or move to axmlogger.events old events (iteration 1) remove positional arguments from new events e5e133f4 - LQ-1237: remove args from fron-ent logEvent 3ff78073 - LQ-1237: remove positional arguments from Front-end 94790e31 - LQ-1237: cleanup new event 210e547a - LQ-1237: add constants to test templates bac04d8f - LQ-1237: write events logging errors to separate file with separate log rotation d553e6b6 - LQ-1237: add new bin/route_eventslog, remove old route_events, add eventsq service 6fc6b403 - LQ-1237: add EVENTSQ constants, fix company svc logging, remove events patterns from statq.rules c17c1c97 - LQ-1237: use company-lib call to determine client IP 7a818994 - LQ-1237: use array instead of ','.join (transaction search) 5c11e1b4 - LQ-1237: lower case IP, boolean is_masquerading, use array for news feed filters log cb8d7a5f - LQ-1237: fix for company service logging, awkward hack for inter-service IP logs ab8f8ade - LQ-1237: force to use log_event(_for_user)? for events which doesn't doing it yet (part 1) fcf4cdbb - LQ-1237: remove args from log_event and it's calls; move straight axmlogger.stat to use axmlogger.event if event name specified in events.py e80dc9f4 - LQ-1237: move user-event logs from stat.log to events.log, write all properties as single JSON object -
Dan Conner authored
ce26e91d - RESP-997 move index 'instructions' to Indexer subclasses. -
Anton Shmakau authored
1e074260 - LQ-1305: fix Opp Tool bar header width -
Dan Conner authored
Signed-off-by:Dan Conner <dan.conner@axial.net>
-
Anton Shmakau authored
-
Anton Shmakau authored
-
- 18 Sep, 2014 8 commits
-
-
Anton Shmakau authored
-
Anton Shmakau authored
-
Scuba Steve authored
Signed-off-by:Scuba Steve <steve.fusaro@axialmarket.com>
-
Scuba Steve authored
Signed-off-by:Scuba Steve <steve.fusaro@axialmarket.com>
-
Scuba Steve authored
Signed-off-by:Scuba Steve <steve.fusaro@axialmarket.com>
-
Scuba Steve authored
Signed-off-by:Scuba Steve <steve.fusaro@axialmarket.com>
-
Anton Shmakau authored
-
Anton Shmakau authored
-use log_event_for_user for masquerade events -typo in password reset flow -remove positional arguments for log_event from new events -dcf.match_clicked to be logged before redirect to company profile page -opp.complete event -typo and language fixes -rename 'source' kwarg for opp_received.see_more_link -user preferences save event to log valid values -remove few kwargs which not actually required -use **kwargs for axmlogger.event -use str() to convert dates for opps emails -bug preventing opp first sent email notification -auto_send kwargs fix -perf_summary logging -opps_received.with_message.pursue kwargs -remove few optional kwargs from required -remove positional args from search.input.focus log -kill unused events
-