Commit Graph

24 Commits

Author SHA1 Message Date
2ffd3a64cb disable paywall
Some checks are pending
Sync Repo / git-sync (push) Waiting to run
2026-03-26 20:03:17 +01:00
Karol Sójko
483cac90cf feat(web): remove web-server and change web to a static website deployment (#1360)
* feat(web): add deploying static app

* fix(web): linter ignore patterns

* fix(web): cloudfront invalidation and favicons placement

* feat(web-server): remove web-server package in favour of web

* fix(web): remove linter parallel jobs due to oom issue

* fix(mobile): eslintignore paths

* fix(web): copy of components

* fix(web): include building components in building all process

* fix(web): copying of components
2022-08-03 14:51:59 +02:00
Mo
0d62472019 chore(workflow): fix dockerignore to include all workspace packages 2022-06-23 09:12:20 -05:00
Mo
01793365bd chore: optimize workflows to avoid building components each time 2022-06-14 16:00:31 -05:00
Mo
4b241300ea chore: update web workflow 2022-06-09 10:19:07 -05:00
Mo
8248a38280 feat: mobile app package (#1075) 2022-06-09 09:45:15 -05:00
Mo
f4ef63693c refactor: repo (#1070) 2022-06-07 07:18:41 -05:00
Aman Harwara
bd6a883679 fix: failing deploy by removing vendor step (#930) 2022-03-15 19:13:08 +05:30
Karol Sójko
36608487ce feat: upgrade to latest active node LTS version 2021-10-26 13:54:13 +02:00
Mo Bitar
f3a01aa60d fix: ignore node engine in Dockerfile 2021-10-22 15:07:46 -05:00
Baptiste Grob
bef17ef534 Release/3.6.0 (#527)
* feat: (wip) authorize note access

* fix: remove multiEditorEnabled

* refactor: update SNJS + eslint

* refactor: remove privileges in favor of SNJS protections

* fix: do not close editor when editing an archived note

* chore: remove progress indicator for webpack dev server

* fix: add rel="noreferrer" to bugsnag links

* chore(deps): upgrade snjs

* chore(deps): upgrade snjs

* feat: batch manager protection + react challenge modal + eslint fix

* fix: lint errors

* fix: launch state error

* fix: challenge modal: cancel instead of dismiss when pressing escape

* feat: improve focus styles

* fix: cancel session revoking when pressing escape on confirm dialog

* fix: lint warning

* chore(deps): upgrade minor versions

* feat: make SNWebCrypto a constant

* feat: add random identifier to bugsnag reports

* fix: check onKeyUp instead of onKeyDown

* feat: implement SNJS backup file password retrieval

* chore(deps): upgrade snjs

* feat: display warning banner when using the app with no account

* fix: properly color svg button

* fix: wording

* fix: hide account warning after login + improve key storage wording

* chore(deps): upgrade stylekit

* feat: use stylekit fonts for the editor

* chore(deps): bump nokogiri from 1.10.8 to 1.11.1 (#511)

Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.10.8 to 1.11.1.
- [Release notes](https://github.com/sparklemotion/nokogiri/releases)
- [Changelog](https://github.com/sparklemotion/nokogiri/blob/master/CHANGELOG.md)
- [Commits](https://github.com/sparklemotion/nokogiri/compare/v1.10.8...v1.11.1)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Baptiste Grob <60621355+baptiste-grob@users.noreply.github.com>

* chore(deps): bump ini from 1.3.5 to 1.3.8 (#504)

Bumps [ini](https://github.com/isaacs/ini) from 1.3.5 to 1.3.8.
- [Release notes](https://github.com/isaacs/ini/releases)
- [Commits](https://github.com/isaacs/ini/compare/v1.3.5...v1.3.8)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Baptiste Grob <60621355+baptiste-grob@users.noreply.github.com>

* fix: rename master branch to main

* fix: add missing placeholders for submodules (#516)

Co-authored-by: Baptiste Grob <60621355+baptiste-grob@users.noreply.github.com>

* chore(deps): upgrade snjs, babel, typescript, reach, mobx, preact

* feat: clear protection session

* fix: use correct close icon size

* fix: hide protections paragraph when no account or passcode exist

* chore(deps): remove unused dependencies

* fix: button casing

* feat: implement SNApplication.hasProtectionSources

* chore(version): 3.6.0

* feat: enable sessions management for every build

* feat: make "Protected" flag more subtle

* fix: only match protected note title

* fix: remove inconsistencies between protected note label and date

* feat: show warning when protecting a note with no protection source

* feat: make unprotecting a note a protected action

* chore(deps): upgrade snjs

* chore(version): 3.6.0-beta01

* fix: run docker with root to fix crashing on Linux (undoes 62da387d3a) (#525)

* feat: make encrypted backups protected (#524)

Co-authored-by: Baptiste Grob <60621355+baptiste-grob@users.noreply.github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: proletarius101 <54175165+proletarius101@users.noreply.github.com>
Co-authored-by: Darius JJ Chuck <79410894+standarius@users.noreply.github.com>
Co-authored-by: Antonella Sgarlatta <antonella@standardnotes.org>
2021-03-02 15:44:40 +01:00
Baptiste Grob
993d241c72 feat: switch from npm to yarn (#500)
* feat: switch from npm to yarn

* fix: build

* fix: replace yarn run with yarn

* fix: nodejs version install in Docker image

* fix: initialize mobx state

Co-authored-by: Karol Sójko <karolsojko@gmail.com>
2020-12-08 14:59:22 +01:00
Karol Sójko
62da387d3a fix: run Docker without root 2020-10-14 13:53:51 +02:00
Baptiste Grob
8e4104c4a5 fix: build web app before precompiling assets 2020-07-30 18:24:17 +02:00
Karol Sójko
378afdc473 fix: building image with extensions and batch manager 2020-07-08 09:08:39 +02:00
Johnny Almonte
dd426cf0a0 refactor: remove duplicate commands 2020-06-17 21:46:42 -04:00
Karol Sójko
c32785579c Switch to fixed version of Ruby alpine 2020-06-17 07:12:18 +02:00
Karol Sójko
1b6dadd4f7 Add precompiling assets 2020-06-17 07:03:07 +02:00
Mo Bitar
4f42330167 Angular 1.6.9, remove bower 2019-01-30 16:16:43 -06:00
oldjamey
a010c3e503 Update Dockerfile for optional production use
Added commented-out portions of Dockerfile that can be uncommented for use in production. Additional instruction was supplied in Dockerfile comments to change parameter in config/environments/production.rb for standard Docker best practices production configuration.
2018-09-05 09:44:58 -05:00
oldjamey
36240bd0aa Update Dockerfile Comments
The "run" instructions had a different image name from the "build" instructions.  This update just makes them work correctly together.
2018-09-02 21:45:56 -07:00
oldjamey
e0a2566e3a Updated Dockerfile
Also added instructions for building and deploying Docker image, and added docker directory with custom entrypoint
2018-08-31 14:45:37 -05:00
Tommy Ku
b475af4eaa fix tzdata requirement for alpine linux on Docker 2017-04-23 23:33:29 +08:00
Tommy Ku
27a3eb1677 dockerizing the app 2017-04-23 23:33:29 +08:00