decaffeinate
|
d318e4fd0e
|
decaffeinate: Convert ApplyUpdateTests.coffee and 18 other files to JS
|
2020-06-23 18:30:29 +01:00 |
|
decaffeinate
|
30a9c6ed2c
|
decaffeinate: Rename ApplyUpdateTests.coffee and 18 other files from .coffee to .js
|
2020-06-23 18:30:23 +01:00 |
|
decaffeinate
|
3eceb8a5f6
|
prettier: convert test/unit decaffeinated files to Prettier format
|
2020-06-23 18:30:16 +01:00 |
|
decaffeinate
|
68e2adebf5
|
decaffeinate: rename test/unit/coffee to test/unit/js
|
2020-06-23 18:30:06 +01:00 |
|
decaffeinate
|
93697a8c5c
|
decaffeinate: Run post-processing cleanups on AuthorizationManagerTests.coffee and 13 other files
|
2020-06-23 18:30:03 +01:00 |
|
decaffeinate
|
2ca620e7a0
|
decaffeinate: Convert AuthorizationManagerTests.coffee and 13 other files to JS
|
2020-06-23 18:29:59 +01:00 |
|
decaffeinate
|
e5d07bd3af
|
decaffeinate: Rename AuthorizationManagerTests.coffee and 13 other files from .coffee to .js
|
2020-06-23 18:29:53 +01:00 |
|
decaffeinate
|
817844515d
|
prettier: convert app/js decaffeinated files to Prettier format
|
2020-06-23 18:29:44 +01:00 |
|
decaffeinate
|
04a85a6716
|
decaffeinate: rename app/coffee dir to app/js
|
2020-06-23 18:29:41 +01:00 |
|
decaffeinate
|
a397154e18
|
decaffeinate: Run post-processing cleanups on AuthorizationManager.coffee and 18 other files
|
2020-06-23 18:29:38 +01:00 |
|
decaffeinate
|
7335084c26
|
decaffeinate: Convert AuthorizationManager.coffee and 18 other files to JS
|
2020-06-23 18:29:34 +01:00 |
|
decaffeinate
|
90eafa388a
|
decaffeinate: Rename AuthorizationManager.coffee and 18 other files from .coffee to .js
|
2020-06-23 18:29:29 +01:00 |
|
decaffeinate
|
20bb3540e7
|
decaffeinate: update .gitignore
|
2020-06-23 18:29:21 +01:00 |
|
decaffeinate
|
59083edb9e
|
decaffeinate: update build scripts to es
|
2020-06-23 18:29:17 +01:00 |
|
Jakob Ackermann
|
8ac973e767
|
[misc] help prettier/decaffeinate with scoping a comment into a fn body
|
2020-06-23 18:04:09 +01:00 |
|
Shane Kilkelly
|
0830102cec
|
Merge pull request #79 from overleaf/sk-add-health-check
Add `/api/status` and `/api/health_check` endpoints
|
2020-06-23 11:14:29 +01:00 |
|
Jakob Ackermann
|
2cf7392192
|
Merge pull request #160 from overleaf/jpa-backport-113
[backport] 113 and 126: ol_context
|
2020-06-23 11:25:39 +02:00 |
|
Jakob Ackermann
|
7a114937a7
|
Merge branch 'jpa-backport-126' into jpa-backport-113
|
2020-06-22 17:04:40 +01:00 |
|
Jakob Ackermann
|
205efa8812
|
[WebsocketController] reset the client context before (re)populating it
Co-Authored-By: Brian Gough <brian.gough@overleaf.com>
|
2020-06-22 17:04:31 +01:00 |
|
Jakob Ackermann
|
1fcf534dcf
|
[Router] revert preserving of client.ol_context
We do not enter this line twice, it would result in multiple event
handlers too.
|
2020-06-22 17:04:31 +01:00 |
|
Jakob Ackermann
|
d17ef183d0
|
[Router] gracefully set and do not reset the ol_context
|
2020-06-22 17:04:30 +01:00 |
|
Jakob Ackermann
|
ce4f9148c3
|
[perf] WebsocketLoadBalancer: move back to a sync loop for msg fan out
|
2020-06-22 17:04:15 +01:00 |
|
Jakob Ackermann
|
a70c1e1fa2
|
[perf] WebsocketLoadBalancer: check is_restricted_message once
...and filter clients early on.
|
2020-06-22 17:04:15 +01:00 |
|
Jakob Ackermann
|
5282f8f531
|
[misc] synchronous client store using an Object at .ol_context
|
2020-06-22 17:04:08 +01:00 |
|
Miguel Serrano
|
f2cae26166
|
Merge pull request #157 from overleaf/msm-update-deps
Update Dependencies
|
2020-06-22 15:45:11 +02:00 |
|
Miguel Serrano
|
3ffc218b2c
|
Rolled back redis-sharelatex to 1.0.12
|
2020-06-22 13:13:44 +02:00 |
|
Jakob Ackermann
|
9c1335720c
|
Merge pull request #156 from overleaf/jpa-fully-handle-subscribe-error
[misc] RoomManager: emitOnCompletion: properly handle Promise rejections
|
2020-06-22 11:35:03 +02:00 |
|
Brian Gough
|
2b342c6e53
|
Merge pull request #181 from overleaf/bg-fix-503-response
handle EPIPE errors in CompileController
|
2020-06-22 09:30:35 +01:00 |
|
Brian Gough
|
beb452e4e0
|
Merge pull request #2930 from overleaf/bg-downgrade-recently-compiled-warning
remove unnecessary recently-compiled warning
GitOrigin-RevId: ee9feaf932e741d40741568f63fcf65ac42fb27d
|
2020-06-20 02:10:52 +00:00 |
|
Brian Gough
|
8c4e4bab3f
|
Merge pull request #2908 from overleaf/bg-add-missing-leave-doc-event
add leaveDoc event
GitOrigin-RevId: 6d8a40b1226ced7d853e2b72f02d484619a982ce
|
2020-06-20 02:10:47 +00:00 |
|
Brian Gough
|
63e8c48c77
|
Merge pull request #2926 from overleaf/bg-create-alpha-compile-group
create alpha compile group
GitOrigin-RevId: edc063ef591a1bed20600a9418e2114f8ab0a3df
|
2020-06-20 02:10:42 +00:00 |
|
Brian Gough
|
2a6f18b6a0
|
Merge pull request #2917 from overleaf/bg-send-compile-group-parameter
send compileGroup parameter in body of clsi request
GitOrigin-RevId: 05e9b24ea15751464104e5b0f6aef17c66a448d2
|
2020-06-20 02:10:37 +00:00 |
|
Miguel Serrano
|
e96538f7ba
|
Added new line at the end of .gitignore
|
2020-06-19 19:25:40 +02:00 |
|
Miguel Serrano
|
0f00aa4d47
|
Added *.js.map entry to .gitignore
|
2020-06-19 19:24:59 +02:00 |
|
Miguel Serrano
|
105335c62a
|
Remove source maps
|
2020-06-19 19:19:15 +02:00 |
|
Miguel Serrano
|
ce3266c59c
|
Fixed sha downgrades
|
2020-06-19 17:29:31 +02:00 |
|
Shane Kilkelly
|
6ff3877dd1
|
Fix status and healthcheck tests
|
2020-06-19 15:50:51 +01:00 |
|
Shane Kilkelly
|
ec278ffe0a
|
Fix log lines
|
2020-06-19 15:50:42 +01:00 |
|
Shane Kilkelly
|
ed778639a8
|
Move the status and healthcheck to root level
|
2020-06-19 15:50:27 +01:00 |
|
Shane Kilkelly
|
8def058d85
|
Fix log level
|
2020-06-19 15:50:16 +01:00 |
|
Miguel Serrano
|
1e1f6ca19f
|
Updated 'uid-safe' and minor/patch dependencies
|
2020-06-19 16:26:32 +02:00 |
|
Christopher Hoskin
|
9437266dcb
|
Merge branch 'master' into jpa-csh-tracing-end-time-from-fs
|
2020-06-19 11:41:15 +01:00 |
|
Jessica Lawshe
|
366a925903
|
Merge pull request #2919 from overleaf/ta-admin-update-empty
Allow Empty Strings in Admin Form Updates
GitOrigin-RevId: 79c1315dcb56ebdd82094653c67dcd83b1b53b87
|
2020-06-19 02:10:32 +00:00 |
|
Jessica Lawshe
|
cc46e33681
|
Merge pull request #2920 from overleaf/ta-custom-subscription-contact
Update Custom Subscription Wording
GitOrigin-RevId: a4582aadcae0689022ec0c74d4be4853c8cebf34
|
2020-06-19 02:10:27 +00:00 |
|
Jessica Lawshe
|
7d0b3f5cd1
|
Merge pull request #2921 from overleaf/jel-admin-redirect-after-login
Redirect after login for admin pages
GitOrigin-RevId: 3cd99796cd38298a866444fc7d58317935e13817
|
2020-06-19 02:10:22 +00:00 |
|
Jessica Lawshe
|
bfe06015c8
|
Merge pull request #2913 from overleaf/jel-cms-fields-check
Add fields check for CMS images
GitOrigin-RevId: 53d525ea9861cb8d025920c535054ced6886ca72
|
2020-06-19 02:10:15 +00:00 |
|
Chrystal Maria Griffiths
|
d946ac2a99
|
Merge pull request #2918 from overleaf/cmg-covid-upgrades
Update copy for WFH notifications for free users
GitOrigin-RevId: 420951266e431d490e05da736f9d167934364df3
|
2020-06-19 02:10:10 +00:00 |
|
Miguel Serrano
|
fc6d810972
|
Merge pull request #85 from overleaf/msm-pinned-s3mock-docker-image
Pinned adobe/s3mock docker image
|
2020-06-18 16:10:43 +02:00 |
|
Miguel Serrano
|
4fb6c82fc4
|
Merge pull request #82 from overleaf/ew-jpa-fix-express-deprecations
[misc] fix express deprecations
|
2020-06-18 16:10:33 +02:00 |
|
Shane Kilkelly
|
3c6ef38036
|
Fix alignment of function
|
2020-06-18 15:00:17 +01:00 |
|