Jakob Ackermann
340270df4b
[web] bump copyright year for Server Pro/CE to 2025 ( #22950 )
...
GitOrigin-RevId: 7747e64e787e22beb5caf6e47255ab6eeeb74d23
2025-01-21 09:05:06 +00:00
Jessica Lawshe
0cbf53ead8
Merge pull request #22912 from overleaf/jel-cms-tabs-bs5
...
[web] Update admin panel to use `.ol-tabs` style
GitOrigin-RevId: c9e808c5534e5f033a8e829b35b0c6bd865cb596
2025-01-20 09:05:22 +00:00
Antoine Clausse
ac61b4c407
[real-time, web] Create a UI to test socket connection ( #22907 )
...
* Create a UI to test socket connection
* Add Clock Delta to the measurements
* Add colors to DiagnosticItem
* Update icon
* Add more info to the diagnostics screen
* Add logs in backend on debug messages, disconnections and connection
* Add last received ping info
* Reorder DiagnosticItems
* Remove "warning" text color (too light)
* Replace Phosphor icons by Material Icons
GitOrigin-RevId: 6a015b4928cd19849ff287cf254f671840ed44af
2025-01-17 09:05:49 +00:00
Jessica Lawshe
6d3088ca2a
Merge pull request #22740 from overleaf/jel-mono-text
...
[web] Eyebrow text margin
GitOrigin-RevId: cdf1eadf8ad1da4d81724e8aeb9994cc931388ce
2025-01-16 09:06:28 +00:00
Rebeka Dekany
0319875495
Merge pull request #22717 from overleaf/rd-migrate-admin-bootstrap5
...
[web] Migrate the admin page to Bootstrap 5
GitOrigin-RevId: 8d283f7ce4a7d73f033a69a4c075311ff756f06a
2025-01-16 09:06:12 +00:00
Kristina
a234dcd44c
[web] tear down group-pricing-2025 split test on plans page ( #22786 )
...
* [web] rm split test from new plans page
* [web] rm showDiscountPercentage from group_member_picker (always false)
* [web] rm now unused classes on edu discount checkbox
* [web] rm split test from FAQ
* [web] rm unused translation
GitOrigin-RevId: 262d97f317d8aaef6e5a07a8ecd4edc67557408b
2025-01-16 09:05:17 +00:00
M Fahru
c6ed326b28
Merge pull request #22540 from overleaf/mf-remove-plans-page-default-variant-code
...
[web] Remove dead backend (include pug template) code after `website-redesign-plans` test has been concluded and `new-design` variant is fully activated
GitOrigin-RevId: 143129da71d43b88535f971b13e9e72c98bad798
2025-01-15 09:05:06 +00:00
M Fahru
8f21f58ad5
Merge pull request #22340 from overleaf/mf-clean-up-currency-format-test
...
[web] Clean up localized currency format test (`local-ccy-format-v2`)
GitOrigin-RevId: 30d671479522b87ee9205994508b745d2b0ae4c3
2025-01-14 09:05:49 +00:00
Alf Eaton
f9e4ddca51
Remove deprecated apple-mobile-web-app-* meta tags ( #22734 )
...
GitOrigin-RevId: b146d74e94a215a222d403bd852e9b21b74614b1
2025-01-14 09:04:41 +00:00
Miguel Serrano
59272a1c4a
Merge pull request #21677 from overleaf/msm-register-hide-sso-login
...
[web] Hide 'Login with SSO' when accepting SSO group invite
GitOrigin-RevId: fd4c327bbb838209773b4e7b1c41f6e3a355ad8b
2025-01-10 09:06:00 +00:00
Miguel Serrano
185caced20
Merge pull request #22264 from overleaf/msm-login_support_text-env
...
[web] Add `OVERLEAF_LOGIN_SUPPORT_TEXT` for CE/SP login pages
GitOrigin-RevId: 7f473b6a3448b4cb73c0c954d0ea1db34b980d6c
2025-01-10 09:05:56 +00:00
Brian Gough
f8de8da7f7
Merge pull request #22533 from overleaf/ar-only-use-history-for-blobs-when-enabled
...
[web] only use history for blobs when enabled
GitOrigin-RevId: 010983e9b29657d4c594e03945dca5700577bf0a
2025-01-10 09:05:32 +00:00
ilkin-overleaf
663785ac6f
Merge pull request #22578 from overleaf/ii-fl-add-seats-upgrade-plan-link
...
[web] Add seats "Upgrade my plan" link
GitOrigin-RevId: 7c72101be6b22feee9e3fb2ec119336e0e092ca9
2024-12-19 09:05:01 +00:00
Alf Eaton
37e065b993
Remove Writefull promo banner from projects dashboard ( #22568 )
...
GitOrigin-RevId: 49f95f1317462248f4841882ec0ef0ac23c45fe3
2024-12-19 09:04:42 +00:00
Antoine Clausse
ba14898e6b
[web] Reapply "Update navigation events (navbar menu, new project)" and bugfix ( #22576 )
...
* Reapply "[web] Update navigation events (navbar menu, new project) (#22473 )"
This reverts commit 134809f73c57d3f019e8158243e1fc74f9f6540a.
* Set the analytics event on the links, not the small contained span (pug)
* Fixup `menu-click` events in pug files: use `trackingKey`, correct event name, ...
* Add `location` prop in NavDropdownMenuItems and ContactUsItem, because they're used in the sidebar too
GitOrigin-RevId: 0bb95f69182268c34929f51121f2d5a2b19c4692
2024-12-18 09:06:18 +00:00
Antoine Clausse
269926469d
Merge pull request #22575 from overleaf/revert-22473-ac-ds-nav-analytics-events
...
Revert "[web] Update navigation events (navbar menu, new project)"
GitOrigin-RevId: 9608be862e272c29ed92524ae6b8484094e8e0ff
2024-12-18 09:05:35 +00:00
Antoine Clausse
cfcd85929f
[web] Update navigation events (navbar menu, new project) ( #22473 )
...
* Add project-list-events.ts
* Add event `menu-expand`
* Add event `menu-click`
* Add event `new-project-expand`
* Add event `new-project-click`
* Change `menu-clicked-*` events to "`menu-clicked`+trackingKey"
* Add `SplitTestProvider` to header-footer-react
* Convert to `menu-click` events in pug files
* Add sidebar `menu-expand` events
* Fixup formatting after rebase
* Fixup format after merge
* Get location type from `ExtraSegmentations`
* Replace `any` by `ExtraSegmentations['menu-click']['item']`
Co-authored-by: Ilkin Ismailov <ilkin.ismailov@overleaf.com >
* Use `string & {}` trick to type `new-project-click.item`
Co-authored-by: Ilkin Ismailov <ilkin.ismailov@overleaf.com >
* Add `location: 'top-menu'` to Pug events
* Add `menu-expand` tracking event
---------
Co-authored-by: Ilkin Ismailov <ilkin.ismailov@overleaf.com >
GitOrigin-RevId: c290835c9b92a25a758cec94b49103edcdcdffed
2024-12-18 09:05:23 +00:00
Tim Down
d2a7873685
Merge pull request #22506 from overleaf/td-bs5-ieee-overall-theme-take-2
...
Always apply overall dark theme with IEEE-branded editor and tear down ieee-stylesheet feature flag, second attempt
GitOrigin-RevId: 311d125a77a46ee3f34769064005b6edea7ce013
2024-12-17 09:05:28 +00:00
Tim Down
a3c579ad43
Merge pull request #22222 from overleaf/td-thin-footer-react
...
Implement thin footer in Bootstrap 5
GitOrigin-RevId: c45f63b3d2536e6266eb55cc95df11b53a6b77ec
2024-12-17 09:05:23 +00:00
Kristina
4607e8fe06
Merge pull request #22447 from overleaf/kh-group-pricing-faq
...
[web] add group pricing change FAQ
GitOrigin-RevId: 50bbc097889fb90515fa27dd502c84f5ba3a23db
2024-12-16 09:05:47 +00:00
Jimmy Domagala-Tang
3532b1689b
Merge pull request #22500 from overleaf/revert-19302-jdt-institution-buttons-temp
...
Revert "Jdt institution buttons temp"
GitOrigin-RevId: 751c587e2733ef8b8ef4e3b3c048233c73e214e1
2024-12-13 09:05:37 +00:00
Tim Down
c04c7cb42d
Merge pull request #22495 from overleaf/revert-22468-td-bs5-ieee-overall-theme
...
Revert "Always apply overall dark theme with IEEE-branded editor and tear down ieee-stylesheet feature flag"
GitOrigin-RevId: 223b4816b02ba96212ea7e779e16770cd4f16949
2024-12-13 09:05:33 +00:00
Jimmy Domagala-Tang
9504216329
Merge pull request #19302 from overleaf/jdt-institution-buttons-temp
...
Jdt institution buttons temp
GitOrigin-RevId: 2b2e93014e2a219a633a7ce09a00033cc1157496
2024-12-13 09:05:28 +00:00
Tim Down
c9222318dd
Merge pull request #22468 from overleaf/td-bs5-ieee-overall-theme
...
Always apply overall dark theme with IEEE-branded editor and tear down ieee-stylesheet feature flag
GitOrigin-RevId: 80d10a911f3a188867db9b825f3ae8413f555b64
2024-12-13 09:05:24 +00:00
ilkin-overleaf
1814d31cf7
Merge pull request #22479 from overleaf/ii-manage-members-add-more-users-link
...
[web] Members management flexible licensing
GitOrigin-RevId: 8b0283db95c83c2ae1c0dd4e1e756980c168f152
2024-12-13 09:05:08 +00:00
Jessica Lawshe
9488fa5c67
Merge pull request #22025 from overleaf/jel-click-event-interstitial-plans
...
[web] Add trigger attribute so that event is recorded
GitOrigin-RevId: 15e42297efca9d155442ed4aacbdbf1f4a35e074
2024-12-12 09:05:49 +00:00
Domagoj Kriskovic
f1c0d79190
Add isReviewerRoleEnabled meta value ( #22402 )
...
GitOrigin-RevId: f7e8a49bfdcc98b3dac83b63fe41752bf01b7885
2024-12-10 13:09:10 +00:00
Liangjun Song
3351ac3dc8
Merge pull request #22184 from overleaf/ls-group-plan-upgrade-page
...
Group plan upgrade page
GitOrigin-RevId: 6c99173c013d84943276dbd43f468026c4d44558
2024-12-06 09:05:38 +00:00
ilkin-overleaf
450b38bfd5
Merge pull request #21841 from overleaf/ii-flexible-group-licensing-add-seats
...
[web] Add seats to a group plan
GitOrigin-RevId: 53497d2cb7aa7d1e7dc8291e391b24f7a32eeece
2024-12-06 09:05:13 +00:00
Tim Down
8d678b3840
Merge pull request #21971 from overleaf/td-ds-nav-split-test
...
Add split test for DS unified nav
GitOrigin-RevId: d649661568f9c1de9d2fe47f4491540e80830ab3
2024-11-28 09:05:39 +00:00
Kristina
1fe8ac3be6
Merge pull request #22119 from overleaf/kh-hotjar-on-plans-and-checkout
...
[web] add hotjar to plans pages
GitOrigin-RevId: eb582a85200747754923f28e7d710a9072577d75
2024-11-28 09:05:10 +00:00
Eric Mc Sween
ecf09faecb
Merge pull request #22024 from overleaf/em-standalone-ai-add-on-is-not-premium
...
Do not hide upgrade buttons when on standalone AI add-on
GitOrigin-RevId: ec5cf42c051745d5ca1dff57f7cd27a89c21a6a9
2024-11-26 09:04:57 +00:00
Antoine Clausse
4579aba8df
[web] Tear down Bootstrap 5 project dashboard feature flag ( #21820 )
...
* Remove `BootstrapVersionSwitcher`
* Remove `bsVersion`
* Remove `bootstrap-5-project-dashboard` from code
* Fix frontend test
* Fixup classname `"me-auto"`
Co-authored-by: Tim Down <tim.down@overleaf.com >
* Rename `handleClickBS5` to `handleClick`
Co-authored-by: Tim Down <tim.down@overleaf.com >
* Remove `bs3Props` from `project-list/components`
* Remove translation: `joining`
* Set `isBootstrap5()` to true in test, and update
---------
Co-authored-by: Tim Down <tim.down@overleaf.com >
GitOrigin-RevId: 94005bc8636c9235253758b8ac18a732ee1dbd77
2024-11-21 09:04:27 +00:00
Jessica Lawshe
2e7edb6a0f
Merge pull request #21862 from overleaf/jel-wbr
...
[web] Add `<wbr />` so that text within brackets moves to new line
GitOrigin-RevId: 19a42ac02760528fdbb9557dc0ef96795eefb055
2024-11-18 09:06:33 +00:00
Tim Down
1db15ee305
Merge pull request #21622 from overleaf/td-settings-link-colour
...
Enable redesign for account settings page and use application link colour
GitOrigin-RevId: dad039810256bda47061799ef56a9c87a663ab3d
2024-11-15 09:04:49 +00:00
ilkin-overleaf
e7938e935c
Merge pull request #21712 from overleaf/ii-flexible-group-licensing-confirmation-page
...
[web] Request confirmation page for flexible licensing
GitOrigin-RevId: 855dcbd46c645da75b8c641f0c49670b2e04df3f
2024-11-12 09:04:35 +00:00
Antoine Clausse
6b147c3775
[web] Set layout-react in Subscription pages ( #21529 )
...
* Update `User` type
* Set `layout-react`: `subscriptions/successful-subscription-react`
* Set `layout-react`: `subscriptions/canceled-subscription-react`
* Set `layout-react`: `subscriptions/dashboard-react`
* Set `layout-react`: `subscriptions/team/invite-managed`, `subscriptions/team/invite`, `subscriptions/team/invite_logged_out`
* Set `layout-react`: `subscriptions/team/group-invites`
* Add `header-footer-react` to subscription/base.js
* Fix: Replace `date-type` by `data-type`
* Fix SubscriptionControllerTests
GitOrigin-RevId: b9049a9093a700b3be1bf33809e3a1494022350a
2024-11-11 09:04:32 +00:00
Antoine Clausse
3f1f58ff28
Merge pull request #21718 from overleaf/td-bs5-nav-logged-out
...
[BS5] Add missing logged-out items to React nav bar
GitOrigin-RevId: 3dc681dcac46cdb68675f6034be56e2b96292c32
2024-11-11 09:04:21 +00:00
Eric Mc Sween
697cea029c
Merge pull request #21556 from overleaf/em-subscription-change-interstitial
...
Add-on purchase preview page
GitOrigin-RevId: 660e39a94e6112af020ea783d6acf01a19432605
2024-11-07 09:04:49 +00:00
Tim Down
d0e2cccd87
Merge pull request #21566 from overleaf/td-bs5-website-redesign
...
Add website redesign query string override to arbitrary BS5 pages
GitOrigin-RevId: 72816f00d6e2e92dab21035097abc540689af1d3
2024-11-05 09:05:30 +00:00
M Fahru
888b9c1b94
Merge pull request #21446 from overleaf/jel-content-pages-btn
...
[web] Fix spacing between `.btn` on gallery pages
GitOrigin-RevId: f3603ffb0a64b69fd3f12eae74639599aa5f8c9a
2024-11-01 09:05:32 +00:00
Antoine Clausse
26737c71d9
[web] Migrate Detached PDF page to BS5 ( #20920 )
...
* Update ide-react-detached.pug for BS5
* Place the Recompile button tooltip to the bottom when in Detached layout
GitOrigin-RevId: 02dd23d38314e40585a435095b05231c8edd6849
2024-10-29 09:05:40 +00:00
Jakob Ackermann
34ef818797
Merge pull request #21234 from overleaf/jpa-pug-partials
...
[web] prefix file names of pug partials with underscore
GitOrigin-RevId: 956618f52e2639185d9f518c44d62f72ba0e222e
2024-10-28 09:05:03 +00:00
Eric Mc Sween
f6c73b089e
Merge pull request #21212 from overleaf/revert-20969-ac-subscription-layout-react
...
Revert "[web] Set Subscription pages to have `layout-react`"
GitOrigin-RevId: eaf3a651160e278adcb103864c5ea81ea3e35aa7
2024-10-18 08:06:05 +00:00
Antoine Clausse
29748f06c7
[web] Set Subscription pages to have layout-react ( #20969 )
...
* [web] Set Subscription pages to have `layout-react`
* [web] import `header-footer-react` in Subscription pages (!!)
* [web] Add `ol-user` meta tag to the subscription pages (!!)
⚠️ invite_logged_out.pug should be updated instead of setting the user as `{}`
* [web] Fix unit test
* [web] Update User types to handle a logged out user, add `LOGGED_OUT_USER` const
* [web] Add type `User` to `getSessionUser`
* [web] Remove `LOGGED_OUT_USER` const
* [web] Just pass `{ id: null }` as the user
* [web] Remove comment in pugs, it breaks things
* [web] Don't pass the full user to the frontend!!!
Co-authored-by: Jakob Ackermann <jakob.ackermann@overleaf.com >
---------
Co-authored-by: Jakob Ackermann <jakob.ackermann@overleaf.com >
GitOrigin-RevId: 1768f1f13de924a18be43c1a08614000500dcbec
2024-10-18 08:05:53 +00:00
Jessica Lawshe
f2828803c9
Merge pull request #21146 from overleaf/jel-begin-card
...
[web] Spacing adjustments around "\begin {now}" card on gallery and blog
GitOrigin-RevId: 822a91bb156222b61cbf671d78522fc942d4e5b4
2024-10-18 08:05:17 +00:00
M Fahru
07ea4a23dc
Merge pull request #21026 from overleaf/as-gallery-begin-card
...
Move begin_now_card mixin to generic location and add to template gallery
GitOrigin-RevId: 6167e7063ecb18b9465613c0a25bbbdd83b5727a
2024-10-17 08:06:49 +00:00
Tim Down
446f1de14a
Merge pull request #20667 from overleaf/td-bs5-always-enabled-option
...
Add option to always enable BS5 for a particular page
GitOrigin-RevId: f338c4f4be87aae1a2a239a2b36b738616aabaed
2024-10-14 11:09:50 +00:00
Brian Gough
fd55af3fa0
add an option to remove chat from server pro ( #20445 )
...
* add option to remove chat from backend
* make chat default to enabled
* Check chat is enabled in chat context
---------
Co-authored-by: mserranom <mserranom@gmail.com >
GitOrigin-RevId: 7dda09df4bb74007eb4b1272d4918155b5cddaf6
2024-10-14 11:07:02 +00:00
ilkin-overleaf
7439eee365
Merge pull request #20708 from overleaf/ii-bs5-pdf-toolbar
...
[web] BS5 pdf toolbar
GitOrigin-RevId: a04091c9e936e52f47c3977b3149ffe613d43bb9
2024-10-14 11:06:17 +00:00