Commit Graph

  • e855b96953 Only disable closing the modal by clicking outside of its element when inflight M Fahru 2022-12-21 19:44:28 -07:00
  • 7e68b4f0d5 Merge pull request #11147 from overleaf/ii-subscriptions-pages-react-split-test ilkin-overleaf 2023-01-12 16:53:35 +02:00
  • 7d661ee573 auto update translation CloudBuild 2023-01-12 14:00:47 +00:00
  • 017f0b49a0 [rich-text] Add "rich-text" split test (#11180) Alf Eaton 2023-01-12 12:52:54 +00:00
  • 3a890226cf Merge pull request #11194 from overleaf/jpa-drop-dead-admin-tab Jakob Ackermann 2023-01-12 09:51:51 +00:00
  • 0b7e28432d Merge pull request #11144 from overleaf/jpa-translations-helper-scripts Jakob Ackermann 2023-01-12 09:51:42 +00:00
  • b91f43f4f2 Merge pull request #11121 from overleaf/jpa-cleanup-en-locales Jakob Ackermann 2023-01-12 09:51:34 +00:00
  • fe34b650e3 Merge pull request #11132 from overleaf/jel-btn-info Jessica Lawshe 2023-01-11 10:28:23 -06:00
  • 1e27f5a49e Merge pull request #11130 from overleaf/jel-css-cleanup Jessica Lawshe 2023-01-11 10:28:16 -06:00
  • e391a9fc46 Merge pull request #11079 from overleaf/jel-features-link-analytics Jessica Lawshe 2023-01-11 10:28:08 -06:00
  • c982eb3c75 Merge pull request #11184 from overleaf/dependabot-npm_and_yarn-knex-2.4.0 Brian Gough 2023-01-11 15:02:04 +00:00
  • dbef19d0d6 Improve Rich Text typography (#11157) Alf Eaton 2023-01-11 13:20:28 +00:00
  • 82cd2d2a77 perform null check on the old value instead of the new one since to follow the non-react version behaviour M Fahru 2023-01-10 08:17:39 -07:00
  • 94ab78b427 Log error in a promise catch block M Fahru 2023-01-06 18:52:30 -07:00
  • 7475237170 Refactor project-wide settings: M Fahru 2023-01-06 18:45:37 -07:00
  • 654144dd40 Refactor saveUserSettings: Move sendMB inside the function and change function from supporting multiple settings to only support single key/value pair. M Fahru 2023-01-06 07:29:03 -07:00
  • 4444377b11 fix tsc error by re-creating request body object instead of directly assigning it from function argument M Fahru 2023-01-04 05:20:58 -07:00
  • b2cf833e9d Remove scope suffix from variable name in react-related files since it's an angular-specific concept M Fahru 2023-01-04 05:17:50 -07:00
  • 03e5614969 Remove _csrf in request body since fetchJSON already have X-Csrf-Token set in request header M Fahru 2023-01-03 15:41:27 -07:00
  • 4548f504f7 standardize the naming for rootDocId. M Fahru 2023-01-03 15:33:31 -07:00
  • bdf3b18d4f Change import to import type for type imports M Fahru 2023-01-03 11:27:29 -07:00
  • 608b75c9db Fix linter error because of wrong variable name and camel case issue M Fahru 2023-01-03 11:09:33 -07:00
  • e3d0380e6f Remove multiple source of type imports; add type on type imports. M Fahru 2023-01-03 10:46:37 -07:00
  • 12f5c845b4 Simplify function by removing generic M Fahru 2023-01-03 10:41:47 -07:00
  • 10bb724197 Fix wrong hook name M Fahru 2023-01-03 10:29:09 -07:00
  • f2060b35ad Refactor type by reusing type declaration and avoid multiple source of the same type M Fahru 2023-01-03 10:13:54 -07:00
  • f85d17f894 Remove disabling update while listening on socket (ignoreUpdates state) since the logic is more complicated that was originally thought and it will be tested/revisited on a different PR M Fahru 2023-01-03 10:04:34 -07:00
  • 677ec173ed Disable updating project-wide settings while socket is currently listening to update project-wide settings in a project. M Fahru 2022-12-28 13:58:14 -07:00
  • af01ace5a0 refactor function by simplifying function argument (from two arguments to a single object) M Fahru 2022-12-28 10:38:27 -07:00
  • 777beaadc3 Don't send spellCheckLanguage request if the old value is the same as the new one M Fahru 2022-12-28 10:34:25 -07:00
  • ae5a08e680 Add 'setting-changed' tracking when user changes user-wide settings M Fahru 2022-12-28 10:33:12 -07:00
  • 85cbc5b721 Apply prettier M Fahru 2022-12-28 10:22:38 -07:00
  • 06b0833e33 Add a comment explaining why user settings may be undefined M Fahru 2022-12-28 10:21:57 -07:00
  • 5597736057 Fix numerous test fails because of unitialized user settings scope on the test environment M Fahru 2022-12-28 10:17:44 -07:00
  • 56395d9a95 Save spellCheckLanguage to both project-wide and user-wide setting M Fahru 2022-12-28 10:02:43 -07:00
  • 4bf09e21de Fix tsc lint error by restricting the generic type M Fahru 2022-12-28 09:38:19 -07:00
  • 98fbd330b2 Add socket listener for compiler, imageName, and spellCheckLanguage M Fahru 2022-12-27 13:36:08 -07:00
  • b6b6b9c4b1 Rename "rootDoc_id" to "rootDocId" before sending it to server M Fahru 2022-12-27 13:16:19 -07:00
  • 30c32713c6 Add _csrf to request body M Fahru 2022-12-27 13:04:32 -07:00
  • 132bb40a21 replace save project setting hooks with common function and implement set root doc id change M Fahru 2022-12-27 12:54:21 -07:00
  • 8ae9839f79 apply prettier M Fahru 2022-12-27 12:53:37 -07:00
  • c2b0707c2a Change variable declaration location + apply prettier M Fahru 2022-12-23 16:43:46 -07:00
  • 414540af5c Reduce save/setScope user setting duplication by introducing a new shared hooks M Fahru 2022-12-23 16:43:26 -07:00
  • 09b1974a3d Migrate updating overallTheme to react M Fahru 2022-12-23 16:06:19 -07:00
  • 9452bee1b4 add newline M Fahru 2022-12-22 17:43:29 -07:00
  • 6c41a65200 migrate user-wide settings post request from angular controller to react M Fahru 2022-12-22 17:41:16 -07:00
  • f01a2920cf Migrate editor settings controller to react (this commit includes project-wide settings) M Fahru 2022-12-22 11:42:28 -07:00
  • 67c8fa560e Fix firefox bug where user can't focus on input while renaming file on editor file tree (#11134) M Fahru 2023-01-10 08:10:45 -07:00
  • 5f8e10de86 Conform with new design system by changing btn-default to btn-secondary (#10972) M Fahru 2023-01-10 08:09:39 -07:00
  • f76ab26822 Merge pull request #10998 from overleaf/em-upgrade-mongo-document-updater Eric Mc Sween 2023-01-10 07:57:21 -05:00
  • 073645d929 Again => Admin panel- Sessions tab react migration (#11137) Davinder Singh 2023-01-10 12:12:10 +00:00
  • 62b727fb61 Merge pull request #11008 from overleaf/msm-fix-email-helper-group Alf Eaton 2023-01-10 10:36:22 +00:00
  • 84f3d52f3b Rich Text typography improvements (#11102) Alf Eaton 2023-01-10 10:24:33 +00:00
  • 998a787a57 Merge pull request #11094 from overleaf/jel-use-label-style Jessica Lawshe 2023-01-09 10:21:18 -06:00
  • bd3b9007c8 Merge pull request #11078 from overleaf/jel-features-page-analytics Jessica Lawshe 2023-01-09 10:21:06 -06:00
  • 38db8bee30 Merge pull request #10958 from overleaf/jel-features-page-link Jessica Lawshe 2023-01-09 10:20:54 -06:00
  • 4ba2fffdf1 Merge pull request #11092 from overleaf/jel-recompile-btn Jessica Lawshe 2023-01-09 10:20:42 -06:00
  • ea2af56f7b Merge pull request #11122 from overleaf/ii-rollback-some-ts-hooks-to-js ilkin-overleaf 2023-01-09 17:35:20 +02:00
  • 8ca4827834 Merge pull request #11071 from overleaf/jpa-typo-symbol-palette ilkin-overleaf 2023-01-09 16:50:36 +02:00
  • d959dbc236 Merge pull request #11105 from overleaf/ii-shared-hooks-js-to-ts-conversion ilkin-overleaf 2023-01-09 16:33:43 +02:00
  • 4f35333a39 Merge pull request #9536 from overleaf/ii-adjustable-project-dashboard-panel ilkin-overleaf 2023-01-09 16:33:14 +02:00
  • b0bd070018 Merge pull request #10996 from overleaf/em-esm-project-history Eric Mc Sween 2023-01-09 09:32:56 -05:00
  • 0d0e855c96 Merge pull request #11074 from overleaf/ii-tagged-trashed-projects ilkin-overleaf 2023-01-09 16:32:45 +02:00
  • bde79780a7 Merge pull request #10971 from overleaf/em-flush-docupdater-on-rename Eric Mc Sween 2023-01-09 07:54:36 -05:00
  • 3cbd460259 Set resize: vertical for textareas (#11010) Alf Eaton 2023-01-09 12:53:13 +00:00
  • edbe12b86f Fix .cjs importing via webpack/babel (#11090) Alf Eaton 2023-01-09 12:52:55 +00:00
  • cda947d1ac Remove sysend dependency (#10852) Alf Eaton 2023-01-09 12:52:11 +00:00
  • 1ff186a738 Merge pull request #11087 from overleaf/jpa-sort-locales Jakob Ackermann 2023-01-09 11:20:22 +00:00
  • c6f9da69da Merge pull request #10995 from overleaf/lg-update-tpds-dropbox-only Lucie Germain 2023-01-06 10:12:52 +01:00
  • e8495b1236 Merge pull request #10968 from overleaf/em-upgrade-mongo-github-sync Eric Mc Sween 2023-01-05 11:33:41 -05:00
  • 4bdffbefdf Merge pull request #11080 from overleaf/lg-openapi-chat-metrics Lucie Germain 2023-01-05 12:42:34 +01:00
  • 0b14c55d24 Upgrade Cypress to v12 (#11011) Alf Eaton 2023-01-05 10:18:41 +00:00
  • e95ad3e71b Tidy up shared React components (#9509) Alf Eaton 2023-01-05 10:17:57 +00:00
  • aa548b3889 Ensure packages from libraries are processed with babel-loader (#10703) Alf Eaton 2023-01-05 10:16:39 +00:00
  • afa66aef49 Merge pull request #11051 from overleaf/revert-10983-revert-10901-lg-openapi-chat Lucie Germain 2023-01-04 16:07:58 +01:00
  • 29576fc1fd Merge pull request #11064 from overleaf/ae-skip-pdfsynctexcontrols-tests Alf Eaton 2023-01-04 14:13:21 +00:00
  • 2f5eb9c1d4 Merge pull request #11016 from overleaf/ii-dashboard-wrong-action-buttons Mathias Jakobsen 2023-01-04 11:16:42 +00:00
  • 9f1ddf6a64 Merge pull request #10960 from overleaf/mj-keybindinging-cypress Mathias Jakobsen 2023-01-04 11:14:57 +00:00
  • e8c677f7ad Merge pull request #11036 from overleaf/jpa-cdn-blocked-metric Mathias Jakobsen 2023-01-04 11:14:32 +00:00
  • da1d4aba6d Merge pull request #10975 from overleaf/mf-settings-editor-new-tests Mathias Jakobsen 2023-01-04 11:14:13 +00:00
  • d994ae713e Merge pull request #11012 from overleaf/ae-package-lock Alf Eaton 2023-01-04 10:34:56 +00:00
  • 4175d62800 Merge pull request #10981 from overleaf/ae-chart-js-babel Mathias Jakobsen 2022-12-22 11:13:26 +01:00
  • 7ed9b04c3c Merge pull request #10983 from overleaf/revert-10901-lg-openapi-chat Lucie Germain 2022-12-21 16:39:13 +01:00
  • 4d4a610fd2 Merge pull request #10973 from overleaf/ab-split-test-dash-graphs-fix Alexandre Bourdin 2022-12-21 14:00:12 +01:00
  • d07a7ce4a2 Merge pull request #10901 from overleaf/lg-openapi-chat Lucie Germain 2022-12-21 13:18:12 +01:00
  • b7d8fa44b4 Moving out the translate function to helpers folder (#10882) Davinder Singh 2022-12-21 11:34:42 +00:00
  • 55e05d2fb6 Merge pull request #10933 from overleaf/ab-hackathon-split-tests-fancy-dash Alexandre Bourdin 2022-12-20 17:09:39 +01:00
  • 971dabb1f8 Merge pull request #9116 from overleaf/ab-script-group-membership-sync Alexandre Bourdin 2022-12-20 17:09:28 +01:00
  • efd30fae15 Merge pull request #10939 from overleaf/em-upgrade-mongo-notifications Eric Mc Sween 2022-12-20 09:55:25 -05:00
  • 269f5f58c2 Merge pull request #10929 from overleaf/em-upgrade-mongo-project-history Eric Mc Sween 2022-12-20 09:40:39 -05:00
  • 20cd6a6dc1 Merge pull request #10921 from overleaf/bg-fix-script-name Brian Gough 2022-12-20 14:24:44 +00:00
  • f27e0f124b Merge pull request #9797 from overleaf/bg-ignore-synctex-files Brian Gough 2022-12-20 14:23:37 +00:00
  • e984382d86 Merge pull request #10897 from overleaf/em-esm-third-party-refs Eric Mc Sween 2022-12-20 08:11:47 -05:00
  • 4c271965fe Merge pull request #10875 from overleaf/mj-angular-settings-cleanup Mathias Jakobsen 2022-12-20 13:02:03 +00:00
  • 38cc3394e3 Merge pull request #10793 from overleaf/mj-split-test-cleanup Mathias Jakobsen 2022-12-20 13:01:54 +00:00
  • f6c1e2738d Merge pull request #10938 from overleaf/em-esm-spelling Eric Mc Sween 2022-12-20 07:11:25 -05:00
  • 77c0802035 Merge pull request #10925 from overleaf/jel-vertical-align-css Jessica Lawshe 2022-12-19 09:36:35 -06:00
  • 18cfeaf030 Merge pull request #10913 from overleaf/jel-logos Jessica Lawshe 2022-12-19 09:36:28 -06:00
  • d7233870b9 Merge pull request #10891 from overleaf/jel-features-page-test Jessica Lawshe 2022-12-19 09:36:21 -06:00
  • eecea7dcb0 Merge pull request #10927 from overleaf/em-upgrade-mongo-tpds Eric Mc Sween 2022-12-19 07:50:25 -05:00