Commit Graph

628 Commits

Author SHA1 Message Date
Shane Kilkelly 245fc120e6 Merge pull request #916 from overleaf/sk-new-migrations
Add init script to run migrations from web
2021-07-21 11:54:26 +01:00
Jakob Ackermann df1b7a0598 Merge pull request #917 from overleaf/jpa-create-user
[misc] bin/grunt: keep up with changes to create-admin script
2021-07-20 14:07:27 +02:00
Jakob Ackermann 1a845d36d7 Merge pull request #918 from overleaf/jpa-fix-revision.txt
[misc] bring back old schema of revision.txt
2021-07-20 10:39:31 +02:00
Jakob Ackermann 34a1a8bfc9 [misc] bring back old schema of revision.txt
- store in /var/www/revision.txt
- prefix each line with the services directory
2021-07-16 15:31:53 +01:00
Jakob Ackermann 4f6a3a6193 [misc] bin/grunt: keep up with changes to create-admin script 2021-07-15 15:09:54 +01:00
Shane Kilkelly 16876378c7 Add init script to run migrations from web 2021-07-15 13:16:53 +01:00
Jakob Ackermann 470d539c82 Merge pull request #913 from overleaf/jpa-goodbye-grunt
[misc] goodbye grunt
2021-07-14 17:23:28 +02:00
Jakob Ackermann 2b5fb67461 [misc] move server-ce scripts into a module in web 2021-07-13 17:03:14 +01:00
Jakob Ackermann 44e78fca38 [misc] work around broken 'npm ci --only=production' 2021-07-13 09:13:04 +01:00
Jakob Ackermann 6b4854f34e [misc] goodbye grunt 2021-07-12 17:25:44 +01:00
Jakob Ackermann 72f1cd4bc6 Merge pull request #912 from overleaf/msm-renamed-private-cert-saml
Renamed SAML setting `privateCert` -> `privateKey`
2021-07-12 13:35:27 +02:00
Jakob Ackermann 153f0f5063 Merge pull request #911 from overleaf/jpa-decaff-and-config-cleanup
[misc] decaff and config cleanup
2021-07-12 13:35:14 +02:00
Jakob Ackermann baccf2e0d5 Merge pull request #910 from overleaf/sk-remove-migrations-1
Remove migrations
2021-07-12 13:34:58 +02:00
Miguel Serrano ff0fc5756e Renamed SAML setting privateCert -> privateKey
Required by `passport-saml` update to 3.x
2021-07-09 16:52:26 +02:00
Jakob Ackermann 36c03b11c8 [misc] fix listing of services for bin/ scripts 2021-07-08 11:19:13 +01:00
Jakob Ackermann 430c284492 [misc] drop coffee-script imports 2021-07-08 11:19:13 +01:00
Jakob Ackermann 2be3a8147c [misc] upgrade settings module to v2 2021-07-08 11:19:13 +01:00
Jakob Ackermann d36eb37033 [misc] update references to decaffeinated coffee-script files 2021-07-08 11:19:13 +01:00
Jakob Ackermann 58b0de0af4 [misc] do not set SHARELATEX_CONFIG in run scripts 2021-07-08 11:19:13 +01:00
Jakob Ackermann 00c14ee624 [misc] delete commented ProjectSize task 2021-07-08 11:19:13 +01:00
Jakob Ackermann 1b63336d36 [misc] run format:fix 2021-07-08 11:19:13 +01:00
decaffeinate c0dd3df094 decaffeinate: Run post-processing cleanups on coffee files 2021-07-08 11:19:13 +01:00
decaffeinate 7eeb4557f4 decaffeinate: Convert coffee files to JS 2021-07-08 11:19:00 +01:00
decaffeinate 24fee2faf7 decaffeinate: Rename coffee files from .coffee to .js 2021-07-08 11:18:47 +01:00
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