0
0
mirror of https://github.com/PostHog/posthog.git synced 2024-12-01 04:12:23 +01:00
Commit Graph

814 Commits

Author SHA1 Message Date
Tim Glaser
aaed083fb9 Fix backwards migration 2020-04-06 18:43:06 +01:00
tmunayyer
62188a36fb add tick box on team sign up, add email_opt_in to user model, saving to db 2020-04-06 13:33:20 -04:00
Tim Glaser
bde44d56ca
Merge pull request #462 from PostHog/readme-links-update
Updated links in readme
2020-04-06 18:10:26 +01:00
James Hawkins
4afa56a558
Updated links in readme
* pointed the library links to the new docs
* added a link for the  functionality to the relevant parts of the docs
2020-04-06 18:09:22 +01:00
Tim Glaser
fd7a9f2673
Merge pull request #457 from PostHog/docs-link-fix
Fixed links in /setup
2020-04-06 16:57:20 +01:00
Bhavish Agarwal
e9b8090e87 use raw sql in IP migration 2020-04-06 20:49:46 +05:30
Tim Glaser
3da38ca158
Merge pull request #459 from PostHog/fix-demo-actions-not-being-recalculated
Fix demo actions not being recalculated
2020-04-06 16:06:23 +01:00
Tim Glaser
7d953f4b1c Fix demo actions not being recalculated 2020-04-06 16:02:34 +01:00
James Hawkins
7957f43953
Fixed links in /setup
* Redirected links to new documentation
2020-04-06 12:17:16 +01:00
Tim Glaser
2ec48159fa
Merge pull request #454 from PostHog/add-gitlab-api-url
Add GitLab API URL
2020-04-06 11:19:20 +01:00
Tim Glaser
cf8995b574 Add GitLab API URL 2020-04-06 11:08:59 +01:00
Tim Glaser
827b575350
Merge pull request #416 from EDsCODE/git_social_auth
Github/Gitlab social auth
2020-04-06 09:42:02 +01:00
Bhavish Agarwal
c23a277833 avoid update 2020-04-05 17:13:17 +05:30
Tim Glaser
0aaed5e389
Merge pull request #443 from gzog/167-change-user-password
#167 Add change user password form
2020-04-05 11:58:15 +01:00
Bhavish Agarwal
d3a07dc8db typo fix 2020-04-05 16:13:20 +05:30
Bhavish Agarwal
2b8047415e Queryset Iterator 2020-04-05 16:08:34 +05:30
Bhavish Agarwal
96db5870ed Use iterator to save meory during load 2020-04-05 15:58:10 +05:30
George Zografos
1370995de2 Do not log out the user after password change 2020-04-05 12:26:00 +02:00
Bhavish Agarwal
b2d77774a1 batch processing 2020-04-05 14:47:54 +05:30
Bhavish Agarwal
fd4b8d8ce9 use bulk_update in migration and bulk_create in test case 2020-04-05 14:20:32 +05:30
Eric
f77e9b3202 Merge branch 'master' into git_social_auth 2020-04-04 17:19:02 -04:00
Eric
1414312b85 minor cleanup 2020-04-04 17:18:17 -04:00
Bhavish Agarwal
73c8568ea4 Test case for nul ip event migration 2020-04-04 19:09:19 +05:30
Bhavish Agarwal
cbefde9b18 remove copy/paste error file 2020-04-04 18:36:24 +05:30
Bhavish Agarwal
4f174cc809 Migrate ip field data to event property; delete ip field 2020-04-04 18:28:48 +05:30
George Zografos
83217bc4ae Fix lint errors 2020-04-04 00:23:47 +02:00
George Zografos
7c85c6c47d Add tests 2020-04-04 00:02:38 +02:00
George Zografos
df5e0e311b Adjust frontend endpoint and display errors accordingly 2020-04-03 23:21:28 +02:00
George Zografos
3a6905a0cb Add change_password endpoint 2020-04-03 23:19:55 +02:00
Tim Glaser
36e5204913
Update README.md 2020-04-03 22:09:57 +01:00
George Zografos
0aefb5df8b Add UI for change password 2020-04-03 22:38:35 +02:00
Tim Glaser
6185ed3b0f
Merge pull request #429 from PostHog/jamesefhawkins-readme-update
Added new link to docs
2020-04-03 19:36:59 +01:00
Tim Glaser
635557f90a
Merge pull request #440 from PostHog/423-async-js-snippet
Async JS snippet
2020-04-03 19:30:38 +01:00
Tim Glaser
1b6360f496
Update CHANGELOG.md 2020-04-03 17:56:21 +01:00
Marius Andra
b74d063b8b async js snippet 2020-04-03 18:10:10 +02:00
Marius Andra
81ca03f209 non-blocking js snippet in setup 2020-04-03 16:41:40 +02:00
Tim Glaser
a7a2996065 Bump version 1.0.10.2 2020-04-03 15:32:13 +01:00
Tim Glaser
25e9f16f5c
Merge pull request #420 from PostHog/410-precalculate-actions
Closes #410 - precalculcate events that match action
2020-04-03 15:05:27 +01:00
Tim Glaser
8b2fb3e9c5
Merge pull request #438 from PostHog/add-explanation-of-stickiness
Add explanation of stickiness
2020-04-03 12:57:48 +01:00
Tim Glaser
12be02dcd0 Add explanation of stickiness 2020-04-03 12:57:26 +01:00
Tim Glaser
8f5f376ec8 Closes #410 - precalculcate events that match action 2020-04-03 12:26:07 +01:00
Eric
6a47fc31e1 empty 2020-04-02 17:15:40 -04:00
Eric
38066e1604 test for social signup custom pipeline 2020-04-02 16:14:01 -04:00
Eric
81d8c0286a edited error messages 2020-04-02 14:16:21 -04:00
Eric
2b8e255cdd added exception handling on entities 2020-04-02 14:11:21 -04:00
Eric
66154f1718 removed margin on buttons 2020-04-02 13:45:43 -04:00
Eric
f17cbaefcf remove extra comments 2020-04-02 13:36:30 -04:00
Eric
1e97bab442 auth error template 2020-04-02 13:35:17 -04:00
Eric
bad2a33596 only social auth if team token is provided 2020-04-02 13:16:19 -04:00
Tim Glaser
80214f7ae1
Merge pull request #433 from EDsCODE/#427-dau-patch
fixed dau with breakdown error
2020-04-02 18:11:13 +01:00