Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test release branch #6

Merged
merged 30 commits into from
Dec 9, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
453bacc
chore(github): remove element issue templates
hazzuk Dec 7, 2024
8c481d1
chore(github): remove element repo files
hazzuk Dec 7, 2024
bc4846d
chore(github): remove element workflows
hazzuk Dec 7, 2024
eab5f46
Merge pull request #1 from elecordapp/github-actions
hazzuk Dec 7, 2024
d7ff14c
chore(github): modify build workflow
hazzuk Dec 7, 2024
1440eda
Merge pull request #2 from elecordapp/github-actions
hazzuk Dec 7, 2024
7b3a759
chore(build): rename build to elecord
hazzuk Dec 7, 2024
59d789f
chore(build): create app config
hazzuk Dec 7, 2024
04a290a
chore(build): include cloudflare headers
hazzuk Dec 7, 2024
42254ae
chore(build): add permissions-policy header
hazzuk Dec 7, 2024
2c05041
Merge pull request #3 from elecordapp/build-config
hazzuk Dec 7, 2024
44affa4
chore(github): create cloudflare deploy step
hazzuk Dec 7, 2024
5e9a892
chore(github): add cf pages command
hazzuk Dec 7, 2024
8caace0
chore(github): fix webapp dist location
hazzuk Dec 7, 2024
085b625
chore(github): simplify deployment steps
hazzuk Dec 7, 2024
5ccda9e
chore(github): print deploy urls
hazzuk Dec 7, 2024
df08f19
chore(github): comment deploy url
hazzuk Dec 8, 2024
5ea4dc7
chore(github): fix pr comment
hazzuk Dec 8, 2024
e6c21a3
chore(github): add comment reactions
hazzuk Dec 8, 2024
2e36245
chore(github): change pages branch
hazzuk Dec 8, 2024
88f301b
chore(github): add comments to workflow
hazzuk Dec 8, 2024
436e0aa
chore(github): remove element deploy workflow
hazzuk Dec 8, 2024
db10dd3
Merge pull request #4 from elecordapp/github-actions
hazzuk Dec 8, 2024
df4e0eb
chore(github): rename pages prod env
hazzuk Dec 8, 2024
873f232
docs(readme): update readme for elecord
hazzuk Dec 9, 2024
bb5e744
feat: add elecord naming
hazzuk Dec 9, 2024
f874877
feat: add elecord images
hazzuk Dec 9, 2024
468b6f7
fix(res): wrong favicon.ico
hazzuk Dec 9, 2024
0c25f26
fix(res): static opengraph image url
hazzuk Dec 9, 2024
577cc21
Merge pull request #5 from elecordapp/elecord-brand
hazzuk Dec 9, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 0 additions & 18 deletions .github/CODEOWNERS

This file was deleted.

2 changes: 0 additions & 2 deletions .github/FUNDING.yml

This file was deleted.

76 changes: 0 additions & 76 deletions .github/ISSUE_TEMPLATE/bug-desktop.yml

This file was deleted.

84 changes: 0 additions & 84 deletions .github/ISSUE_TEMPLATE/bug-web.yml

This file was deleted.

5 changes: 0 additions & 5 deletions .github/ISSUE_TEMPLATE/config.yml

This file was deleted.

36 changes: 0 additions & 36 deletions .github/ISSUE_TEMPLATE/enhancement.yml

This file was deleted.

8 changes: 0 additions & 8 deletions .github/PULL_REQUEST_TEMPLATE.md

This file was deleted.

39 changes: 0 additions & 39 deletions .github/actions/download-verify-element-tarball/action.yml

This file was deleted.

1 change: 1 addition & 0 deletions .github/cfp_headers
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
X-Frame-Options: SAMEORIGIN
Content-Security-Policy: frame-ancestors 'self'
Strict-Transport-Security: max-age=31536000; includeSubDomains; preload
permissions-policy: accelerometer=(), gyroscope=(), magnetometer=(), usb=(), interest-cohort=()

/version
Content-Type: text/plain
Expand Down
Loading