Commit Graph

604 Commits

Author SHA1 Message Date
Jakob Ackermann 8858f05eaa [misc] setup eslint and prettier and fix any errors 2021-07-08 11:16:04 +01:00
Shane Kilkelly 04219b166f Remove migrations
These will be replaced by migrations in the web project
2021-07-08 10:08:34 +01:00
Jakob Ackermann d65a7fe20d Merge pull request #903 from overleaf/jpa-faster-install
[perf] faster docker image builds
2021-07-08 10:57:26 +02:00
Jakob Ackermann 3b63e1c8fd [perf] use npm ci --only=production for all but web 2021-07-07 14:46:25 +01:00
Jakob Ackermann 6988aa956e [perf] use npm ci 2021-07-07 14:46:20 +01:00
Jakob Ackermann 8a52906432 [perf] use docker layer caching from previous build 2021-07-07 14:46:13 +01:00
Rainshaw c4ead8f9e7 fix nginx conf (#896)
* fix nginx conf
2021-06-24 17:12:46 +02:00
Rainshaw 35477973cf fix redis config (#895)
* fix redis config when using redis on host machine without password auth
2021-06-15 12:51:25 +02:00
John Lees-Miller 4a8f88c4a8 Fix some old README links
Some of these were redirects / inconsistent. Also clarify wording for SP link.
2021-06-14 11:57:40 +01:00
Miguel Serrano dcbe211381 Hotfix 2.6.2 (#888) 2021-05-20 10:59:43 +02:00
John Lees-Miller 0cb9e53051 Make it clear that the screenshot is Server Pro 2021-05-13 15:00:07 +01:00
Miguel Serrano 20c3d7ae71 hotfix 2.6.1 (#875) 2021-04-21 13:13:47 +02:00
Jakob Ackermann 0c8d1a1e8c [migrations] fix index creation (#871) 2021-04-14 12:54:46 +02:00
Jakob Ackermann 3f794b68f9 [migrations] open source newly added indexes (#870) 2021-04-13 21:50:32 +02:00
Miguel Serrano abd501741d Updated base image to Node 12 (#865) 2021-04-07 15:20:51 +02:00
Shane Kilkelly 9fecfbe429 Add the new outputDir setting for CLSI (#862)
Co-authored-by: Shane Kilkelly <shane.kilkelly@overleaf.com>
Co-authored-by: Jakob Ackermann <jakob.ackermann@overleaf.com>
2021-04-07 15:20:19 +02:00
Shane Kilkelly cb944a8996 Expose new smtp vars: 'name', and 'logger' (#854)
Co-authored-by: Shane Kilkelly <shane.kilkelly@overleaf.com>
2021-04-07 15:19:17 +02:00
Shane Kilkelly d674a12167 Variables in Nginx configuration (#853)
* Add envsubst binary to image

* Generate nginx.conf from template, with env-vars

* Remove nginx.conf, now generated from template

* Reload nginx config after writing file

Co-authored-by: Shane Kilkelly <shane.kilkelly@overleaf.com>
2021-04-07 15:19:06 +02:00
Miguel Serrano b39f2ba107 Added SHARELATEX_SAML_DECRYPTION_CERT environment variable (#860) 2021-03-31 11:11:23 +02:00
Christopher Hoskin 10204cf16d Merge pull request #861 from overleaf/csh-update-passport-saml-urls
Update passport-saml URLs
2021-03-22 17:29:17 +00:00
Christopher Hoskin dd874ddef4 Update passport-saml URLs 2021-03-19 09:53:18 +00:00
Miguel Serrano 3199fd359e Added configurable AWS region to email settings (#847) 2021-03-02 17:29:12 +01:00
Josh Soref 231456f5d7 Fix spelling errors (#823) 2021-03-02 10:35:40 +01:00
Miguel Serrano e03b320961 Hotfix 2.5.2 (#831) 2021-01-25 13:08:04 +01:00
Jakob Ackermann 3a35397b6e Merge pull request #828 from overleaf/jpa-hotfix-2-5-1
[hotfix] produce version 2.5.1 with fixes for log rotation
2021-01-14 11:44:06 +00:00
Jakob Ackermann 79b7315ca5 [hotfix] produce version 2.5.1 with fixes for log rotation 2021-01-14 10:33:37 +00:00
Miguel Serrano 3ca5d71945 msm-change-logrotate-permissions (#827) 2021-01-14 11:23:29 +01:00
Jakob Ackermann 8647127844 Merge pull request #826 from overleaf/jpa-fix-contacts-logging
[misc] fix contacts logging
2021-01-12 11:54:39 +00:00
Jakob Ackermann df1b8235f7 [init_scripts] delete old logs of the contacts service 2021-01-12 10:16:09 +00:00
Jakob Ackermann b229cbb10e [runit] fix the cycling of logs for the contacts service 2021-01-12 10:15:38 +00:00
Miguel Serrano 284a6e910c Updated mongo to 4.0 for release 2.5.0 (#815) 2020-11-19 11:02:21 +01:00
Miguel Serrano e48bc5e03c added radix to parseInt() calls and make them fail fast (#806) 2020-10-26 11:08:00 +01:00
Miguel Serrano 937e4b31b7 Merge pull request #805 from overleaf/msm-compile-timeout-env
Expose COMPILE_TIMEOUT env variable and update nginx timeouts
2020-10-23 12:47:12 +02:00
Miguel Serrano d8d6dbffee added radix to parseInt() call 2020-10-23 11:58:43 +02:00
Miguel Serrano 8c99bfe066 addressed PR feedback 2020-10-22 18:24:40 +02:00
Miguel Serrano 0f724a2041 updated nginx timeout to 4m 2020-10-22 13:38:33 +02:00
Miguel Serrano 65c1a971c7 added support for COMPILE_TIMEOUT env 2020-10-22 13:38:14 +02:00
Miguel Serrano 1d02dd5149 Merge pull request #798 from overleaf/msm-fix-email-custom-footer
Fix email custom footer
2020-10-21 12:05:29 +02:00
Miguel Serrano 994bdd60ab removed <div> from email footer 2020-10-09 11:33:06 +02:00
Miguel Serrano 9de5edcffc Fix typo in settings templates->template 2020-10-09 11:32:45 +02:00
Jakob Ackermann d7a05d3bf7 Merge pull request #797 from overleaf/jpa-wait-for-db
[misc] keep up with web changes -- add waitForDb wrapper for tasks
2020-10-06 14:02:26 +02:00
Miguel Serrano f3fc0e93e9 Merge pull request #792 from overleaf/msm-hotfix-2-4-2
Hotfix 2.4.2 - fix anon read/write sharing
2020-10-05 17:50:47 +02:00
Jakob Ackermann 78b57fcf66 [misc] keep up with web changes -- add waitForDb wrapper for tasks 2020-10-05 09:45:43 +01:00
Miguel Serrano 057956c9dd added patch to fix left footer with html links 2020-10-01 12:46:11 +02:00
Miguel Serrano 884bdc58f8 using original single patch 2020-10-01 11:53:11 +02:00
Miguel Serrano cfbd5c3bd4 Hotfix 2.4.2 - fix anon read/write sharing 2020-09-29 10:30:20 +02:00
Jakob Ackermann 28f326fd98 Merge pull request #776 from overleaf/jpa-dependabot-config
[misc] add the dependabot config of the buildscripts
2020-09-04 10:47:31 +02:00
Jakob Ackermann ccb05e09c1 [misc] add the dependabot config of the buildscripts
See inline docs for rationals of each (non-trivial) option.
2020-09-04 09:23:20 +01:00
Miguel Serrano 7c9ec6c638 Merge pull request #768 from overleaf/msm-hotfix-2-4-1
Hotfix 2.4.1
2020-08-19 11:00:53 +02:00
Miguel Serrano 881bbde0a5 Hotfix 2.4.1 2020-08-19 10:56:03 +02:00