Jakob Ackermann
41f2974612
Merge pull request #4189 from overleaf/ae-project-id
...
Fix id for newly-created projects in browser
GitOrigin-RevId: 75e8963163979fa11bbf581c2fcf541697346341
2021-06-15 02:06:00 +00:00
Alexandre Bourdin
3d5687a1f4
Merge pull request #4171 from overleaf/ta-remove-payment-page-form-fill
...
Remove payment-page-form-fill Event
GitOrigin-RevId: 4befa04b9dd11906c93dd42693e08373f14b8cf0
2021-06-11 02:06:09 +00:00
Alexandre Bourdin
c634f51eee
Merge pull request #4116 from overleaf/ab-paywall-prompt-events
...
Add paywall prompt events
GitOrigin-RevId: 6b1b3b384590f14828f37210b2e14047e2ee33d6
2021-06-11 02:05:54 +00:00
Eric Mc Sween
568e99ad47
Merge pull request #4125 from overleaf/em-analytics-keepalive
...
Use keepalive when sending analytics events
GitOrigin-RevId: c4e5884483313cdc67abe98e18852680692ac229
2021-06-04 02:08:19 +00:00
Jessica Lawshe
1b63923f8c
Merge pull request #4075 from overleaf/jel-decaf-cleanup-algoliasearch
...
Decaf cleanup frontend using Algolia search
GitOrigin-RevId: bfe2ccde66c28569ea8d5d63fca9e2081aac3519
2021-05-28 02:08:50 +00:00
Jakob Ackermann
614734c3e1
Merge pull request #4100 from overleaf/ab-sub-page-click-event
...
Add event on subscription page upgrade button click
GitOrigin-RevId: 964eb6ad2d6ee7eceb3aac54501a61601d4948ac
2021-05-28 02:08:41 +00:00
Alexandre Bourdin
551e2bfb5c
Merge pull request #4084 from overleaf/ab-subscription-flow-events
...
Subscription flow analytics events
GitOrigin-RevId: c74121031ba8623244657c607a76a513380e96f5
2021-05-27 02:06:07 +00:00
Timothée Alby
70952906c9
Merge pull request #4043 from overleaf/as-clean-up-exposed-settings
...
Remove `exposedSettings` from `ApplicationContext`
GitOrigin-RevId: 02acd3a7cf36d184560ff6df13acff515da908fa
2021-05-20 02:05:05 +00:00
Thomas
682abe9ca5
Merge pull request #3980 from overleaf/tm-show-error-if-plan-change-fails
...
Show error in plan change modal if plan change fails
GitOrigin-RevId: 698aab43feacdb5ced41f239167c5d132f7ca8de
2021-05-18 02:08:20 +00:00
Miguel Serrano
bb88af80cf
Merge pull request #3947 from overleaf/msm-reenable-eslint-rules
...
Reenable `eslint` rules
GitOrigin-RevId: a0aa5f941ba1bc49ff758b5256f91d696f442c6d
2021-05-14 02:09:45 +00:00
Miguel Serrano
a5e905f730
Merge pull request #3975 from overleaf/tm-change-default-group-subscription
...
Make Enterprise the default group pricing and clarify related text
GitOrigin-RevId: c723c87fa97ca0f8e9a03039f05cb397e1213de3
2021-05-06 02:09:32 +00:00
Miguel Serrano
f9871103bf
Merge pull request #3949 from overleaf/msm-reenable-eslint-const-rule
...
Reenable eslint `prefer-const` rule
GitOrigin-RevId: 4f3825be8b8dff381095209085a36eaab76260d5
2021-05-06 02:09:14 +00:00
Alf Eaton
e9b93a6ef2
Merge pull request #3979 from overleaf/ae-exposed-settings
...
Remove exposed-settings.js
GitOrigin-RevId: 056526b6e5fb50c4fd8058338e894eed9a3a50f4
2021-05-05 02:10:00 +00:00
Thomas
72af966c9c
Schedule subscription downgrades to occur at the current term end ( #3801 )
...
* Schedule subscription downgrades to occur at the current term end.
If the plan is a downgrade, schedule the subscription change for term
end. Use Recurly v3 API subscription change event instead of v2 update
subscription.
* Add ability for user to revert a pending subscription change
In the case where a user has downgraded, but has since decided they'd
rather stay on their current plan, we need a way to let them revert. It
isn't enough to re-use a subscription change, because Recurly sees it as
an attempt to make a change from the current plan to itself.
Instead, we use a new dialog and call a new endpoint that has the
specific intent of reverting the pending plan change, by calling the
removeSubscriptionChange recurly client method.
* Add message prompting users to contact support for immediate changes
We're showing this in the confirmation modal for a plan change that
would occur in the future, and and on the subscription page if a pending
change is due.
Most users shouldn't need this, but it should help them out if they find
an edge case like moving from eg. Student (Annual) to Professional
(Monthly) and were expecting to be "upgraded" immediately.
GitOrigin-RevId: c5be0efbeb8568ed9caa941aadcef6f6db65c420
2021-04-28 02:10:31 +00:00
Alf Eaton
1be43911b4
Merge pull request #3942 from overleaf/prettier-trailing-comma
...
Set Prettier's "trailingComma" setting to "es5"
GitOrigin-RevId: 9f14150511929a855b27467ad17be6ab262fe5d5
2021-04-28 02:10:01 +00:00
Jakob Ackermann
4f8a905e9b
Merge pull request #3909 from overleaf/jel-reconfirm-email-template
...
Add reconfirm email template
GitOrigin-RevId: 2488c79c25a7148f601e3e3e2021cdbee4be7b4c
2021-04-16 02:05:33 +00:00
Jakob Ackermann
d2e6449e79
Merge pull request #3897 from overleaf/tm-meta-tags-billing
...
[views] migrate subscription templates to meta tags, re-issue
GitOrigin-RevId: c18bb7c96186cc8c34344ecf7cee35f9da19698e
2021-04-16 02:05:27 +00:00
Alf Eaton
1ebc8a79cb
Merge pull request #3495 from overleaf/ae-prettier-2
...
Upgrade Prettier to v2
GitOrigin-RevId: 85aa3fa1acb6332c4f58c46165a43d1a51471f33
2021-04-15 02:05:22 +00:00
Alasdair Smith
93492bb25a
Merge pull request #3908 from overleaf/jel-reconfirm-ui-meta-tags
...
Meta tag migration for reconfirm UI
GitOrigin-RevId: b0bda07acc5389b1d5ef4e9ea3d10688ac26f0a0
2021-04-15 02:05:09 +00:00
Alasdair Smith
2b154e273e
Merge pull request #3898 from overleaf/as-fix-angular-service-arrow-function
...
Refactor Angular service method away from an arrow function
GitOrigin-RevId: a83d90d0d44a28d1b898aef0490084def3089f47
2021-04-15 02:04:57 +00:00
Jessica Lawshe
2fca78eaf0
Merge pull request #3896 from overleaf/revert-3834-tm-meta-tags-billing
...
Revert "[views] migrate subscription templates to meta tags"
GitOrigin-RevId: 8ab3dae6e3aa359b6d7aa69df70a1b1eb2405dfd
2021-04-09 02:05:33 +00:00
Jessica Lawshe
e697064f16
Merge pull request #3834 from overleaf/tm-meta-tags-billing
...
[views] migrate subscription templates to meta tags
GitOrigin-RevId: 4e81e81380048436a011467c230cc54c02e0c423
2021-04-09 02:05:29 +00:00
Simon Detheridge
3d48e1e027
Merge pull request #3799 from overleaf/tm-past-due-invoice-warning
...
Show warning if users Recurly account has past due invoices.
GitOrigin-RevId: 8c501e7e561b201a3a184923c0681d67049464a9
2021-03-31 02:05:33 +00:00
Jakob Ackermann
d05f262615
Merge pull request #3811 from overleaf/jpa-get-meta-user-sessions
...
[frontend] clear-sessions: read otherSessions from meta tag
GitOrigin-RevId: e20996cc43968b310a9d6633d32ccdabc7d51ec1
2021-03-27 03:05:16 +00:00
Jakob Ackermann
18eea6d024
Merge pull request #3763 from overleaf/jpa-xss-7
...
[views] mitigate XSS on new subscription page
GitOrigin-RevId: 74baa58527aa9b2f9e434c280885b627f73898b6
2021-03-13 03:05:14 +00:00
Alexandre Bourdin
8001e55b88
Merge pull request #3716 from overleaf/ta-tried-to-confirm-saml
...
Show Descriptive Error Mesage When Trying To Confirm SAML Email
GitOrigin-RevId: bb816d3774c18f2952851affb1f8d7c174570ba1
2021-03-11 03:05:08 +00:00
Thomas
fc4f71a0c0
Merge pull request #3704 from overleaf/jel-reconfirm-disable-btn
...
Disable "Make Primary" button when reconfirmation needed
GitOrigin-RevId: df821185ce84c64ed1a8f4d413dd35ef18aa9e0c
2021-03-09 03:04:43 +00:00
Jessica Lawshe
ddb6163b65
Merge pull request #3623 from overleaf/jel-ui-reconfirm-settings
...
Add reconfirm UI to settings
GitOrigin-RevId: cf9c4648cab07784782e24d752154089dc32196a
2021-02-23 03:04:17 +00:00
Paulo Jorge Reis
70fb5da37d
Send compile metrics ( #3576 )
...
* Support analytics events with a custom sampling rate
* Send compile metrics for beta users
GitOrigin-RevId: 86379f58e0bb4983a56cb6f0dcd6da916de3b8ba
2021-02-18 03:05:16 +00:00
Jessica Lawshe
2dd860c431
Merge pull request #3581 from overleaf/jel-dash-consolidate-emails-requests
...
Consolidate emails requests on the dashboard
GitOrigin-RevId: acfaf92dee257712e1eb3ffbf75b536fd1619e1d
2021-02-03 03:05:11 +00:00
Paulo Jorge Reis
a31e8a7525
Add address and postal code to the payment form ( #3604 )
...
* Add address and postal code fields to the payment form
* Add validation styling for address line 2
GitOrigin-RevId: fe5467f1b3de608ccac4d9fa9fae861528b8cb2f
2021-02-02 03:04:25 +00:00
Paulo Jorge Reis
11e58b5844
Add timeout upgrade prompt to the new compile UI ( #3528 )
...
* Uncouple account-upgrade and exposted-settings from Angular
* Mock socket shim with the correct methods
* Extract timeout upgrade prompt to a component
GitOrigin-RevId: ee8058b38bf5e20924a21f40d32c5bb0ee06c555
2021-01-15 03:05:48 +00:00
Eric Mc Sween
c4b9cc1e25
Merge pull request #3539 from overleaf/em-jel-error-dialog
...
Fix dismiss button in general error dialog
GitOrigin-RevId: b06f4fa3f6a8dc05065ffd1b09b18f5bb77c880c
2021-01-15 03:05:43 +00:00
Alasdair Smith
d487ffea5c
Merge pull request #3490 from overleaf/as-remove-eslint-disables
...
Remove empty eslint disable comments
GitOrigin-RevId: 5a0f3a5a9e4f20fdd8138ecc8c929a7587ccef66
2020-12-17 03:07:37 +00:00
Alf Eaton
2ff1cf43d6
Merge pull request #3470 from overleaf/eslint
...
Upgrade and configure ESLint
GitOrigin-RevId: ad5aeaf85e72c847a125ff3a9db99a12855e38aa
2020-12-16 03:08:28 +00:00
Simon Detheridge
6a3e697396
Merge pull request #3358 from overleaf/jel-send-email-confirmation-error
...
Handle errors in dash UI when resending email confirmation
GitOrigin-RevId: 560e229845b72987a8d7132d87506cfb58323232
2020-11-10 03:04:19 +00:00
Jakob Ackermann
b99690d365
Merge pull request #3327 from overleaf/jpa-users-email-update
...
[frontend] after changing the primary email, use the new one everywhere
GitOrigin-RevId: c4397483f4b3779497a7655de34754525d033636
2020-10-31 03:05:41 +00:00
Shane Kilkelly
e9f7a17093
Merge pull request #3234 from overleaf/sk-fix-password-validation-email
...
Overhaul password validation
GitOrigin-RevId: a591c4e192e30a0ac053eab6f80627543a8a92fe
2020-10-23 02:04:39 +00:00
Hugh O'Brien
8eab5a5f6f
Merge pull request #3203 from overleaf/hb-new-personal-plan
...
New personal plan
GitOrigin-RevId: bd96e86bef35b618f492625c3a9ea41328390374
2020-10-14 02:05:07 +00:00
Hugh O'Brien
acd51e88c8
Merge pull request #3266 from overleaf/hb-improve-upgrade-ctas
...
Different upgrade cta when user has a subscription
GitOrigin-RevId: e26b8784035a4c38b523abf1ac0eeb52e1a63fb0
2020-10-14 02:05:00 +00:00
Chrystal Maria Griffiths
8c739d96c6
Merge pull request #3213 from overleaf/ta-move-input-suggestions
...
Move InputSuggestions Angular Component
GitOrigin-RevId: c7f6fc791b82ff2881331302abf60c5ccd138ec3
2020-09-19 02:04:20 +00:00
Timothée Alby
8cd6e7ccfc
Merge pull request #3064 from overleaf/ta-manage-multiple-groups
...
Allow Users to Manage Multiple Groups
GitOrigin-RevId: c918da0114cdd1d679223f69d81159b4c2608874
2020-08-13 02:06:20 +00:00
Jakob Ackermann
6050de114e
Merge pull request #2966 from overleaf/cmg-jpa-tags-update-propagation
...
Remove tag in place instead of replacing array
GitOrigin-RevId: 779577e8981e37508d20364903a843795c36dffe
2020-07-08 02:04:09 +00:00
Chrystal Maria Griffiths
b1b0d54285
Merge pull request #2965 from overleaf/cmg-ns-no-question-mark-create-project
...
Specify owner when creating new project
GitOrigin-RevId: cf0505767a3eabbbbf7c6a429ee449c5dad14e4c
2020-07-02 02:10:15 +00:00
Eric Mc Sween
770bd16ed3
Merge pull request #2927 from overleaf/ta-remove-dead-card-validation-code
...
Remove Dead Card Validation Code
GitOrigin-RevId: c8c8ed34191e8b72722e6966966d99c35b866a02
2020-07-01 02:10:31 +00:00
Timothée Alby
1012dbc3c4
Merge pull request #2961 from overleaf/ta-spike-outline
...
Document Outline Spike
GitOrigin-RevId: adc315a3546147eb10c7a40ae70f9cab1cbf7b8d
2020-06-30 02:10:19 +00:00
Alasdair Smith
0d2a768e1e
Merge pull request #2937 from overleaf/as-remove-global-lodash
...
Replace global Lodash with explicit imports in frontend
GitOrigin-RevId: b092647039975ac594b69ce1fa145fd03552cc60
2020-06-24 02:10:29 +00:00
Jessica Lawshe
cc018357e1
Merge pull request #2895 from overleaf/jel-groups-itm-content
...
Include itm_content in redirect to payment page
GitOrigin-RevId: 4dea2777ed9d1d4a45edbe29371971418681375d
2020-06-12 02:10:24 +00:00
Hugh O'Brien
cedb075b34
Merge pull request #2893 from overleaf/jel-plans-test
...
Add hidden plans cards at bottom of page for A/B test
GitOrigin-RevId: a44ca8f3ee60a583187126af32dcdfedba4ee41d
2020-06-10 02:12:41 +00:00
Chrystal Maria Griffiths
d536e57ed8
Merge pull request #2884 from overleaf/as-remove-dead-code
...
Remove some dead code
GitOrigin-RevId: f861b0a4071f5f66a1f1052caa681799bad17153
2020-06-06 02:09:50 +00:00