10 | The hash: 11 | {{ route.params.linkId }} 12 |
13 | 14 | -------------------------------------------------------------------------------- /packages/send/frontend/.prettierignore: -------------------------------------------------------------------------------- 1 | # Dependency directories 2 | node_modules 3 | /dist 4 | 5 | # Version control directories 6 | .git 7 | 8 | # Build outputs 9 | *.min.js 10 | *.min.css 11 | 12 | # Logs 13 | logs 14 | *.log 15 | 16 | # Environment files 17 | .env 18 | .env.* 19 | 20 | /.pnpm-store/ 21 | .pnpm-lock.yaml 22 | -------------------------------------------------------------------------------- /packages/send/backend/scripts/environments.sh: -------------------------------------------------------------------------------- 1 | pwd 2 | 3 | if [ "$NODE_ENV" == "production" ]; then 4 | echo "Creating .env file for production" 5 | cp .env.sample ./.env.sendbackend 6 | echo "prod" 7 | else 8 | echo "Creating .env file for development" 9 | echo $NODE_ENV 10 | cp .env ./.env.sendbackend 11 | fi 12 | -------------------------------------------------------------------------------- /packages/send/pulumi/Pulumi.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | # Ref: https://www.pulumi.com/docs/concepts/projects/project-file/ 3 | 4 | name: send-suite 5 | runtime: 6 | name: python 7 | options: 8 | toolchain: pip 9 | virtualenv: venv 10 | description: Lockbox/Send 11 | config: 12 | pulumi:tags: 13 | value: 14 | pulumi:template: aws-python 15 | -------------------------------------------------------------------------------- /packages/send/frontend/src/apps/send/elements/Tag.vue: -------------------------------------------------------------------------------- 1 | 8 | 9 |You’ll need to login to your Mozilla account to use Thunderbird Send
10 |Your session has expired, please log back in
11 |13 | {{ errorMessage }} 14 |
15 |Page not found
13 | {{ 14 | progress.error || 15 | `There was an error uploading your file, please try again or raise an issue` 16 | }} 17 |
18 |An error occurred: {{ error.message }}
25 |You’ll need to login to your Mozilla account to use Thunderbird Send
19 |23 | Or 24 | 27 |
28 |{{ progress.text }}
14 |Uploading...
8 |26 | Please make sure you want to reset your keys. This action will 27 | delete all your uploads and folders. 28 |
29 |8 | Please take a moment to give us feedback or raise issues on: 9 |
10 |Github issues
15 |Google forms
19 |39 | {{ text }} 40 |
41 |invitations here
50 | 53 |Thank you for your report!
40 |44 | Is this content harmful? 45 | 49 | Report it 51 |
52 |55 | Please confirm your report 56 | here 61 |
62 |33 | You are using a testing version of Thunderbird Send. It may be unstable. 34 |
35 |46 | There is a new version of Thunderbird Send available. Please update 47 | to the latest version. 48 |
49 |