From f17fcfabe0e2f362106c9ce73482a726e690bce0 Mon Sep 17 00:00:00 2001 From: Audric Ackermann Date: Thu, 14 Nov 2024 11:02:22 +1100 Subject: [PATCH] fix: move a bunch of deps and urls to session-foundation repo --- .github/ISSUE_TEMPLATE/bug_report.yml | 4 ++-- .github/PULL_REQUEST_TEMPLATE.md | 6 +++--- CONTRIBUTING.md | 6 +++--- README.md | 4 ++-- package.json | 4 ++-- ts/components/settings/SessionSettings.tsx | 2 +- ts/mains/main_node.ts | 2 +- ts/node/locale.ts | 2 +- yarn.lock | 4 ++-- 9 files changed, 17 insertions(+), 17 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 5a679a315..9cc2082b0 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -6,9 +6,9 @@ body: - type: checkboxes attributes: label: Code of conduct - description: I have read and agree to adhere to the [Code of Conduct](https://github.com/oxen-io/session-desktop/blob/master/CODE_OF_CONDUCT.md). + description: I have read and agree to adhere to the [Code of Conduct](https://github.com/session-foundation/session-desktop/blob/master/CODE_OF_CONDUCT.md). options: - - label: I have read and agree to adhere to the [Code of Conduct](https://github.com/oxen-io/session-desktop/blob/master/CODE_OF_CONDUCT.md) + - label: I have read and agree to adhere to the [Code of Conduct](https://github.com/session-foundation/session-desktop/blob/master/CODE_OF_CONDUCT.md) required: true - type: checkboxes diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 2e219d735..7e731a340 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -9,13 +9,13 @@ Remember, you can preview this before saving it. ### First time contributor checklist: -- [ ] I have read the [README](https://github.com/oxen-io/session-desktop/blob/master/README.md) and [Contributor Guidelines](https://github.com/oxen-io/session-desktop/blob/master/CONTRIBUTING.md) +- [ ] I have read the [README](https://github.com/session-foundation/session-desktop/blob/master/README.md) and [Contributor Guidelines](https://github.com/session-foundation/session-desktop/blob/master/CONTRIBUTING.md) ### Contributor checklist: - [ ] My commits are in nice logical chunks with [good commit messages](http://chris.beams.io/posts/git-commit/) -- [ ] My changes are [rebased](https://blog.axosoft.com/golden-rule-of-rebasing-in-git/) on the latest [`clearnet`](https://github.com/oxen-io/session-desktop/tree/clearnet) branch -- [ ] A `yarn ready` run passes successfully ([more about tests here](https://github.com/oxen-io/session-desktop/blob/master/CONTRIBUTING.md#tests)) +- [ ] My changes are [rebased](https://blog.axosoft.com/golden-rule-of-rebasing-in-git/) on the latest [`clearnet`](https://github.com/session-foundation/session-desktop/tree/clearnet) branch +- [ ] A `yarn ready` run passes successfully ([more about tests here](https://github.com/session-foundation/session-desktop/blob/master/CONTRIBUTING.md#tests)) - [ ] My changes are ready to be shipped to users ### Description diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index fc2c48049..40ec8e3d2 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -10,7 +10,7 @@ It's a good idea to gauge interest in your intended work by finding the current for it or creating a new one yourself. Use Github issues as a place to signal your intentions and get feedback from the users most likely to appreciate your changes. -You're most likely to have your pull request accepted if it addresses an existing Github issue marked with the [good-first-issue](https://github.com/oxen-io/session-desktop/issues?q=is%3Aopen+is%3Aissue+label%3A%22good+first+issue%22) tag, these issues are specifically tagged, because they are generally features/bug fixes which can be cleanly merged on a single platform without requiring cross platform work, are generally of lower complexity than larger features and are non contentious, meaning that the core team doesn't need to try and assess the community desire for such a feature before merging. +You're most likely to have your pull request accepted if it addresses an existing Github issue marked with the [good-first-issue](https://github.com/session-foundation/session-desktop/issues?q=is%3Aopen+is%3Aissue+label%3A%22good+first+issue%22) tag, these issues are specifically tagged, because they are generally features/bug fixes which can be cleanly merged on a single platform without requiring cross platform work, are generally of lower complexity than larger features and are non contentious, meaning that the core team doesn't need to try and assess the community desire for such a feature before merging. Of course we encourage community developers to work on ANY issue filed on our Github regardless of how it’s tagged, however if you pick up or create an issue without the “Good first issue” tag it would be best if you leave a comment on the issue so that the core team can give you any guidance required, especially around UI heavy features or issues which require cross platform integration. @@ -18,7 +18,7 @@ Of course we encourage community developers to work on ANY issue filed on our Gi ## Node.js -You'll need a [Node.js](https://nodejs.org/) version which matches our current version. You can check [`.nvmrc` in the `unstable` branch](https://github.com/oxen-io/session-desktop/blob/unstable/.nvmrc) to see what the current version is. +You'll need a [Node.js](https://nodejs.org/) version which matches our current version. You can check [`.nvmrc` in the `unstable` branch](https://github.com/session-foundation/session-desktop/blob/unstable/.nvmrc) to see what the current version is. If you use other node versions you might have or need a node version manager. @@ -139,7 +139,7 @@ sudo dnf install make automake gcc gcc-c++ kernel-devel Now, run these commands in your preferred terminal in a good directory for development: ``` -git clone https://github.com/oxen-io/session-desktop.git +git clone https://github.com/session-foundation/session-desktop.git cd session-desktop npm install --global yarn # (only if you don’t already have `yarn`) yarn install --frozen-lockfile # Install and build dependencies (this will take a while) diff --git a/README.md b/README.md index f33e765d1..34dd4fa68 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Session integrates directly with [Oxen Service Nodes](https://docs.oxen.io/about ## Want to Contribute? Found a Bug or Have a feature request? -Please search for any [existing issues](https://github.com/oxen-io/session-desktop/issues) that describe your bug in order to avoid duplicate submissions.

Submissions can be made by making a pull request to our development branch.If you don't know where to start contributing please read [Contributing.md](CONTRIBUTING.md) and refer to issues tagged with the [Good-first-issue](https://github.com/oxen-io/session-desktop/issues?q=is%3Aopen+is%3Aissue+label%3A%22good+first+issue%22) tag. +Please search for any [existing issues](https://github.com/session-foundation/session-desktop/issues) that describe your bug in order to avoid duplicate submissions.

Submissions can be made by making a pull request to our development branch.If you don't know where to start contributing please read [Contributing.md](CONTRIBUTING.md) and refer to issues tagged with the [Good-first-issue](https://github.com/session-foundation/session-desktop/issues?q=is%3Aopen+is%3Aissue+label%3A%22good+first+issue%22) tag. ## Supported platforms @@ -33,7 +33,7 @@ Get the signed hash for this release, the SESSION_VERSION needs to be updated fo ``` export SESSION_VERSION=1.6.1 -wget https://github.com/oxen-io/session-desktop/releases/download/v$SESSION_VERSION/signatures.asc +wget https://github.com/session-foundation/session-desktop/releases/download/v$SESSION_VERSION/signatures.asc ``` Verify the signature of the hashes of the files diff --git a/package.json b/package.json index 656468f9f..35aaafdb0 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ }, "repository": { "type": "git", - "url": "https://github.com/oxen-io/session-desktop.git" + "url": "https://github.com/session-foundation/session-desktop.git" }, "main": "ts/mains/main_node.js", "resolutions": { @@ -79,7 +79,7 @@ "bytebuffer": "^5.0.1", "classnames": "2.2.5", "config": "1.28.1", - "curve25519-js": "https://github.com/oxen-io/curve25519-js", + "curve25519-js": "https://github.com/session-foundation/curve25519-js", "date-fns": "^3.6.0", "dompurify": "^2.0.7", "electron-localshortcut": "^3.2.1", diff --git a/ts/components/settings/SessionSettings.tsx b/ts/components/settings/SessionSettings.tsx index 86f913b2a..fee434e4d 100644 --- a/ts/components/settings/SessionSettings.tsx +++ b/ts/components/settings/SessionSettings.tsx @@ -73,7 +73,7 @@ const SessionInfo = () => { { void shell.openExternal( - `https://github.com/oxen-io/session-desktop/releases/tag/v${window.versionInfo.version}` + `https://github.com/session-foundation/session-desktop/releases/tag/v${window.versionInfo.version}` ); }} > diff --git a/ts/mains/main_node.ts b/ts/mains/main_node.ts index 9c120bf78..359f28610 100644 --- a/ts/mains/main_node.ts +++ b/ts/mains/main_node.ts @@ -527,7 +527,7 @@ setTimeout(readyForUpdates, TEN_MINUTES); function openReleaseNotes() { void shell.openExternal( - `https://github.com/oxen-io/session-desktop/releases/tag/v${app.getVersion()}` + `https://github.com/session-foundation/session-desktop/releases/tag/v${app.getVersion()}` ); } diff --git a/ts/node/locale.ts b/ts/node/locale.ts index 7acf1527a..9363b6796 100644 --- a/ts/node/locale.ts +++ b/ts/node/locale.ts @@ -11,7 +11,7 @@ export function normalizeLocaleName(locale: string) { const dashedLocale = locale.replaceAll('_', '-'); // Note: this is a pain, but we somehow needs to keep in sync this logic and the LOCALE_PATH_MAPPING from - // https://github.com/oxen-io/session-shared-scripts/blob/main/crowdin/generate_desktop_strings.py + // https://github.com/session-foundation/session-shared-scripts/blob/main/crowdin/generate_desktop_strings.py // What we do, is keep as is, anything given in LOCALE_PATH_MAPPING, but otherwise, keep only the first part of the locale. // So `es-419` is allowed, but `es-es` is hardcoded to es, fr_FR is hardcoded to fr, and so on. if ( diff --git a/yarn.lock b/yarn.lock index 8ab514c38..14a0ef053 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2596,9 +2596,9 @@ csstype@3.1.3, csstype@^3.0.2, csstype@^3.1.2: resolved "https://registry.yarnpkg.com/csstype/-/csstype-3.1.3.tgz#d80ff294d114fb0e6ac500fbf85b60137d7eff81" integrity sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw== -"curve25519-js@https://github.com/oxen-io/curve25519-js": +"curve25519-js@https://github.com/session-foundation/curve25519-js": version "0.0.4" - resolved "https://github.com/oxen-io/curve25519-js#102f8c0a31b5c58bad8606979036cf763be9f4f6" + resolved "https://github.com/session-foundation/curve25519-js#102f8c0a31b5c58bad8606979036cf763be9f4f6" dargs@^7.0.0: version "7.0.0"