Alf Eaton
669c72ed2c
Merge pull request #3445 from overleaf/ae-wordcount-modal
...
Migrate word count modal to React
GitOrigin-RevId: cfb5beceec7ba3a992a808b9e7417170d580b392
2021-01-07 03:04:59 +00:00
Alf Eaton
0135236df8
Merge pull request #3446 from overleaf/ae-clone-project-modal
...
Migrate left menu Clone Project modal to React
GitOrigin-RevId: ad113e2b40de4007def513d40551d55bb0c913db
2021-01-07 03:04:54 +00:00
Timothée Alby
89ce01901c
Merge pull request #3498 from overleaf/as-remove-brand-prefix
...
Remove brandPrefix setting
GitOrigin-RevId: f415d10e81b79d35159000e554b9174304f5a41b
2021-01-06 03:07:45 +00:00
Miguel Serrano
1fcf94c3b9
Merge pull request #3436 from overleaf/msm-react-shared-context
...
React shared context
GitOrigin-RevId: ebc6fa90dd8c65ddf803fd457c99a30f0e8e3c9c
2020-12-15 03:05:07 +00:00
Brian Gough
9a1ef37991
Merge pull request #3484 from overleaf/jpa-hide-ui-below-out-of-sync
...
[frontend] hide ui elements below the out-of-sync modal
GitOrigin-RevId: 4e48b402522531524f347c784c58f4589b753997
2020-12-15 03:04:58 +00:00
Jakob Ackermann
f560ee6d53
Merge pull request #3471 from overleaf/jel-showNewLogsUI
...
window.showNewLogsUI as boolean and add fallback
GitOrigin-RevId: beebbc65046b9c6a56227ffecd5ab86c52fde9f3
2020-12-12 03:04:35 +00:00
Alf Eaton
771a39f267
Merge pull request #3441 from overleaf/3803-hotkeys-modal
...
Migrate hotkeys modal to React
GitOrigin-RevId: 78399d3d62771cd296bdc2f4f8b1083263d31551
2020-12-11 03:04:42 +00:00
Paulo Jorge Reis
88331582c3
Merge pull request #3438 from overleaf/jel-fix-anonymous
...
Fix anonymous editor viewing
GitOrigin-RevId: 843ddac4491454bee73821a03068d304649ab30b
2020-12-04 03:05:28 +00:00
Paulo Jorge Reis
e510034250
Merge pull request #3428 from overleaf/jpa-gaBlocked
...
[GA] do not load GA Optimize, if we observed GA being blocked previously
GitOrigin-RevId: 0e3a12c0b9a086a08797c32430a567b8540d25b7
2020-12-03 03:04:38 +00:00
Paulo Jorge Reis
4e74fb2694
Log pane improvements ( #3418 )
...
* Ordering of log entries in the new errors UI
* Don't show the expand-collapse widget when not needed; smaller font size in the raw log output
* Expose log actions in the log pane.
* Use "This project" instead of "Your project" in the new errors UI
* Better handling of long log messages; left-ellipsize the file/line number button
* Make log location more button-like; add tooltip when needed.
* Add a PDF expand button to the toolbar.
* Add a stop compilation button to the new compile UI
* Use aria-label for button accessible text; improve handling of long filenames in the log location button
* Set max-height correctly for the logs pane dropdown
* Avoid changing raw logs sizing when expanded and collapsed
* Add comment on the solution for right-to-left text and ellipsis
* Improve logs pane actions
GitOrigin-RevId: 4098d77a9ee6d333644906876b9ff27035b79319
2020-12-03 03:04:28 +00:00
Jessica Lawshe
76cbf9949f
Merge pull request #3396 from overleaf/jel-match-grays
...
Improve editor color contrast and remove light theme blue-gray colors
GitOrigin-RevId: acc5659c41201fce47e9ff03531cb51bfbf590bc
2020-12-01 03:04:34 +00:00
Jakob Ackermann
d2dfc37421
Merge pull request #3387 from overleaf/cmg-jpa-source-code-pro
...
Update editor font options and load Source Code Pro
GitOrigin-RevId: 1b3ddcfcc682b484ded93598eb05621f792b2db2
2020-12-01 03:04:18 +00:00
Timothée Alby
420aa4a657
Merge pull request #3232 from overleaf/ta-file-tree-react
...
React File Tree
GitOrigin-RevId: fb3141ba8cd9ca0d68e87edb74764a360144c8fe
2020-11-27 03:05:05 +00:00
Paulo Jorge Reis
081f4212a8
Add error and validation issues ( #3400 )
...
* Remove references to the duplicatePaths validation
* Make the log entries more generic, to support validation and CLSI errors
* Add validation issues to the new logs UI
* Add CLSI errors to the new logs UI
* Update tests; accessibility fixes
* Disable PDF viewing when compile fails; address PR feedback.
* Add accessible description for error and validation failed compiles
GitOrigin-RevId: 8b0597af8857712d47c20e4915470e8e745bb315
2020-11-27 03:04:38 +00:00
Miguel Serrano
3b1c4e19a4
Merge pull request #3300 from overleaf/msm-chat-react-store
...
React chat store
GitOrigin-RevId: 204009eb5798b02a41e621b33b05ef0cb9d10b15
2020-11-25 03:04:29 +00:00
Eric Mc Sween
16847bc70b
Merge pull request #3388 from overleaf/jpa-history-delete-model-add-space
...
[views] project/editor/history: add missing space in delete modal
GitOrigin-RevId: a69eef4e023a44eec9415165090fbfdec2fb79c3
2020-11-19 03:04:24 +00:00
Paulo Jorge Reis
01cc057f6b
Add raw logs to new errors UI ( #3378 )
...
* Add raw logs to new compile UI
* Address feedback
* Update test/frontend/features/preview/components/preview-logs-pane.test.js
Co-authored-by: John Lees-Miller <jdleesmiller@gmail.com>
Co-authored-by: John Lees-Miller <jdleesmiller@gmail.com>
GitOrigin-RevId: af9c653e13d93434467b122f4c388493e786212c
2020-11-17 03:04:16 +00:00
Paulo Jorge Reis
619ec15309
Add first error popup ( #3369 )
...
* Add first error popup
* Address PR feedback
GitOrigin-RevId: e924b3e6096584de6f363aae70a62328cd3de83d
2020-11-17 03:04:11 +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
Simon Detheridge
8e20258786
Merge pull request #3373 from overleaf/jpa-block-recurly-xss
...
[views] subscription: block angular template evaluation for emails
GitOrigin-RevId: 081314a387234dfe263b954a4206a0c8bba8b153
2020-11-10 03:04:14 +00:00
Jakob Ackermann
c6a853c7ed
Merge pull request #3332 from overleaf/pr-new-log-entries-ui
...
New log entries ui
GitOrigin-RevId: a13ccac04197e7c8f3777750b956d550c95c8f0d
2020-11-06 03:04:59 +00:00
Jakob Ackermann
36f81a93b9
Merge pull request #3265 from overleaf/jpa-i18n-drop-html-from-vars
...
[misc] i18n: drop html from vars
GitOrigin-RevId: 3cf2aa5a70cc8710693c24bd4b65bddcd4ba09e8
2020-10-31 03:05:46 +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
Alasdair Smith
46be87f7c5
Merge pull request #3317 from overleaf/pr-prepare-log-hints-react
...
Prepare log hints for React
GitOrigin-RevId: 77435d26e9e5e74db8a76236cac64b67155adc59
2020-10-30 03:04:19 +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
Jessica Lawshe
1db0b27704
Merge pull request #3283 from overleaf/jel-remove-zotero-test
...
Remove Zotero test
GitOrigin-RevId: 4d9d8e0574f05f8c272cc018d7b1908a1722f156
2020-10-21 02:04:37 +00:00
Jessica Lawshe
6fe36b6acb
Merge pull request #3282 from overleaf/jel-download-dropdown-menu
...
Add output download dropdown
GitOrigin-RevId: 1f97f0d681679268d28796fbc8251ffbc6e98433
2020-10-21 02:04:32 +00:00
Jessica Lawshe
f8a8c9bbd6
Merge pull request #3242 from overleaf/jel-add-recompile-from-scratch
...
Add recompile from scratch option
GitOrigin-RevId: 59836df9049e307acb11824058024919409ea4a4
2020-10-21 02:04:27 +00:00
Paulo Reis
876c292d22
Add compile status indicator to new React-based errors UI.
...
GitOrigin-RevId: 545953e156d589a56ffd038bb7a40bba97770d06
2020-10-16 02:04:45 +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
Alasdair Smith
f1b42a3d0d
Merge pull request #3192 from overleaf/msm-chat-react
...
Chat reactification
GitOrigin-RevId: ee1268b412513a8656703257febad4975adb74e7
2020-10-13 02:04:15 +00:00
Alasdair Smith
3ca5c4b26a
Merge pull request #3268 from overleaf/msm-fix-left-footer-links
...
Skip left footer translation when no url is set
GitOrigin-RevId: c282edfa5189094b9a1b727d3a36e189e4b494a0
2020-10-13 02:04:10 +00:00
Hugh O'Brien
372a9323ba
Merge pull request #3264 from overleaf/jpa-translations-cleanup
...
[ExpressLocals] drop support for htmlEncoding the translate content
GitOrigin-RevId: d70621dadda96feee0db9e424db368f9197a2162
2020-10-09 02:04:53 +00:00
Jessica Lawshe
1ca50eeb98
Merge pull request #3179 from overleaf/jel-remove-sudo-mode
...
Remove SudoMode
GitOrigin-RevId: 9419f9b28e5051a1c5abd29f498f72448d1afd33
2020-10-07 02:04:29 +00:00
Alasdair Smith
022424601d
Merge pull request #3233 from overleaf/as-wfh-oct-update
...
Update WFH banners to reflect end of discount offer
GitOrigin-RevId: a43370fd5c6bffd3ef108daf3e66e64765ef5792
2020-10-02 02:04:13 +00:00
Simon Detheridge
315987dc5a
Merge pull request #3175 from overleaf/pr-spike-new-logs-errors-ui
...
Spike new logs errors ui
GitOrigin-RevId: b4c598bc03d8aa8e5a438ac5633e18dadd82dc74
2020-09-29 02:05:19 +00:00
Alasdair Smith
0bf442c114
Merge pull request #3229 from overleaf/as-wfh-sept-update
...
Add some copy about offer expiry date on WFH banners
GitOrigin-RevId: b0d6b235ef1fb43122476e266cb9095dc8812be4
2020-09-27 02:05:22 +00:00
Jakob Ackermann
435af75ef7
Merge pull request #3163 from overleaf/as-jpa-i18n-cleanup
...
[misc] Translations cleanup
GitOrigin-RevId: 46bf1142bb9415eeebf638c120597996aaa55f8b
2020-09-18 02:04:41 +00:00
Alasdair Smith
617fe024bc
Merge pull request #3134 from overleaf/as-react-i18n
...
Load translations in the frontend using react-i18next
GitOrigin-RevId: 4e6ab1befcd783db2b3255bb4d04dc18e710a3dc
2020-09-05 02:05:04 +00:00
Timothée Alby
25b9243b3f
Merge pull request #3115 from overleaf/msm-improve-student-subscription-dialog
...
Improve student subscription dialog
GitOrigin-RevId: 902e76612c5a6a419ca305ae37459438ad7f75eb
2020-08-19 02:06:29 +00:00
Timothée Alby
7fc0f88996
Merge pull request #3111 from overleaf/pr-file-outline-out-of-beta
...
File outline out of beta
GitOrigin-RevId: 64fa6554813b1d0ceff2b567922651509badecc7
2020-08-19 02:06:20 +00:00
Jakob Ackermann
7232fd28ef
Merge pull request #3103 from overleaf/pr-fix-messaging-hidden-files
...
Change hidden files notice messaging.
GitOrigin-RevId: 67dfaddd8e1879aae77840f4f68c5c6598fbe294
2020-08-18 02:06:37 +00:00
Jessica Lawshe
09146e8f0b
Merge pull request #3082 from overleaf/pr-limit-file-tree-depth
...
Limit file tree depth
GitOrigin-RevId: 48dd3cec0f7540e99f07aadfcf2c8b06d126410a
2020-08-13 15:46:16 +00:00
Jessica Lawshe
552fb56b74
Merge pull request #3078 from overleaf/jel-log-password-reset-by-token
...
Update audit log when password reset by token
GitOrigin-RevId: 2ae7f59c5cdf2723e541a99c58c36564cc82adbf
2020-08-13 15:46:10 +00:00
Timothée Alby
0cec198a08
Merge pull request #3095 from overleaf/hb-last-login-date-groups-csv
...
Last login date for groups csv
GitOrigin-RevId: c615db3086ec84f2a33710fc0117d711862b6f6c
2020-08-13 02:06:35 +00:00
Timothée Alby
459904c0ef
Merge pull request #2975 from overleaf/cmg-sk-restricted-users-names
...
Hide data from restricted users in history, setting history label usernames on server side
GitOrigin-RevId: 820d92064d2c0bc99ba756cca4be1adab0da5753
2020-08-13 02:06:25 +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
Shane Kilkelly
86655aa4e6
Merge pull request #3065 from overleaf/sk-sp-fix-toggle-bar
...
Show blank toolbar when rich-text is missing
GitOrigin-RevId: 86033df701b7a7af76400397cc895c66143a2cbe
2020-08-10 15:54:28 +00:00
Timothée Alby
558854f51b
Merge pull request #3030 from overleaf/ta-outline-highlight
...
Outline Highlight
GitOrigin-RevId: f51eec6f1714403d749e454b55be363819930b98
2020-08-10 15:54:08 +00:00