aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAge
* Update browserslist data updates and linter fixes [skip ci]Libravatar github-actions2023-10-20
|
* fix: update message safe-space (#1407)Libravatar André Oliveira2023-10-19
|
* chore: Upgrade 'electron' to v27.0.1 (#1405)Libravatar Alphrag2023-10-19
|
* 6.5.3-nightly.2 [skip ci]v6.5.3-nightly.2Libravatar github-actions2023-10-19
|
* Update browserslist data updates and linter fixes [skip ci]Libravatar github-actions2023-10-19
|
* Update submodules [skip ci]Libravatar github-actions2023-10-19
|
* Build rpm arm64 (fix #1351) (#1404)Libravatar André Oliveira2023-10-18
| | | | | * Build rpm rm64 (fix #1351) * fix: artifactName for each arch
* feat(i18n): new Crowdin updates (#1397)Libravatar Nathanaël Houn2023-10-18
| | | | | | | * feat(i18n): New Crowdin translations (German) [skip ci] * feat(i18n): New Crowdin translations (Portuguese) [skip ci] * feat(i18n): New Crowdin translations (German) [skip ci]
* Update macos-notification-state for patched v3.0.0 (#1401)Libravatar André Oliveira2023-10-18
| | | | | | | | | * Update macos-notification-state for patched v3.0.0 * Update to fix on making it OS specific --------- Co-authored-by: Alphrag <34252790+Alphrag@users.noreply.github.com>
* 6.5.3-nightly.1 [skip ci]Libravatar github-actions2023-10-18
|
* Update submodules [skip ci]Libravatar github-actions2023-10-18
|
* 6.5.3-nightly.0 [skip ci]v6.5.2-nightly.4Libravatar André Oliveira2023-10-17
|
* 6.5.2-nightly.4 [skip ci]Libravatar github-actions2023-10-17
|
* Update browserslist data updates and linter fixes [skip ci]Libravatar github-actions2023-10-17
|
* Fix arm builds (#1400)Libravatar André Oliveira2023-10-17
| | | | | | Co-authored-by: André Oliveira <oliveira.andrerodrigues95@gmail.com> (cherry picked from commit f669badf1908284de591ab12399fc3e7ee0c311a) Co-authored-by: Alphrag <34252790+Alphrag@users.noreply.github.com>
* 6.5.2-nightly.3 [skip ci]Libravatar github-actions2023-10-13
|
* Add new token request (#1384)Libravatar André Oliveira2023-10-13
| | | | | | | | | | | | | | | | | * Add new token request This exists so that the user generates a new JWT token with the new adonisjs update on the server (that is now stored - hashed and using the adonis5-jwt package - which previously wasn't). This logic enhances security as we can delete the tokens on the jwt_tokens database in order to log-off users in case the APP_KEY is compromised (if we are hacked, for instance). After some time (maybe months after the migration) we can delete the old code on the server side that handles the deprecated JWT tokens (and possibly change the APP_KEY used to sign the old certificates - we can now probably use certs to sign the JWT - to enhance security as well). * Update src/api/server/ServerApi.ts Co-authored-by: MCMXC <16797721+mcmxcdev@users.noreply.github.com> * Update src/stores/UserStore.ts Co-authored-by: MCMXC <16797721+mcmxcdev@users.noreply.github.com> --------- Co-authored-by: MCMXC <16797721+mcmxcdev@users.noreply.github.com>
* 6.5.2-nightly.2 [skip ci]Libravatar github-actions2023-10-12
|
* Update browserslist data updates and linter fixes [skip ci]Libravatar github-actions2023-10-12
|
* Update submodules [skip ci]Libravatar github-actions2023-10-12
|
* 6.5.2-nightly.1 [skip ci]v6.5.2-nightly.1Libravatar github-actions2023-10-04
|
* Update browserslist data updates and linter fixes [skip ci]Libravatar github-actions2023-10-04
|
* Bump version to '6.5.2-nightly.0'Libravatar André Oliveira2023-10-03
|
* Revert "Update macos-notification-state for patched v3.0.0 (#1361)" (#1388)Libravatar Alphrag2023-10-03
| | | This reverts commit 589a5ae8e58eb4d18c676b4f659048f3d6ae1c2a.
* 6.5.1-nightly.1 [skip ci]Libravatar github-actions2023-10-03
|
* Bump up version to the next nightly.0; Update Contributing doc to detail out ↵Libravatar Vijay A2023-10-02
| | | | more steps while releasing
* 6.5.0-nightly.21 [skip ci]v6.5.0-nightly.21Libravatar github-actions2023-10-02
|
* Update browserslist data updates and linter fixes [skip ci]Libravatar github-actions2023-10-02
|
* chore: upgrade Electron to latest v25 to fix security vulnerabilities (#1385)Libravatar MCMXC2023-10-01
|
* 6.5.0-nightly.20 [skip ci]Libravatar github-actions2023-10-01
|
* Update browserslist data updates and linter fixes [skip ci]Libravatar github-actions2023-10-01
|
* fix: login and signup error messagesLibravatar André Oliveira2023-09-30
|
* 6.5.0-nightly.19 [skip ci]v6.5.0-nightly.19Libravatar github-actions2023-09-26
|
* Upgrade 'node' to '18.18.0' and 'pnpm' to '8.7.6'Libravatar Vijay A2023-09-26
|
* 6.5.0-nightly.18 [skip ci]v6.5.0-nightly.17Libravatar github-actions2023-09-26
|
* Update browserslist data updates and linter fixes [skip ci]Libravatar github-actions2023-09-26
|
* Update submodules [skip ci]Libravatar github-actions2023-09-26
|
* 6.5.0-nightly.17 [skip ci]Libravatar github-actions2023-09-25
|
* Update browserslist data updates and linter fixes [skip ci]Libravatar github-actions2023-09-25
|
* Update submodules [skip ci]Libravatar github-actions2023-09-25
|
* feat(i18n): new Crowdin updates (#1368)Libravatar Nathanaël Houn2023-09-24
|
* 6.5.0-nightly.16 [skip ci]Libravatar github-actions2023-09-21
|
* chore: upgrade electron to fix CVE (#1369)Libravatar MCMXC2023-09-20
| | | - upgrade electron from 25.5.0 to 25.8.1
* 6.5.0-nightly.15 [skip ci]Libravatar github-actions2023-09-20
|
* Update browserslist data updates and linter fixes [skip ci]Libravatar github-actions2023-09-20
|
* chore: upgrade all non major dependencies (#1358)Libravatar MCMXC2023-09-19
| | | | - upgrade all non-major dependencies to latest - add ts-expect-error to code which errors due to typescript upgrade
* 6.5.0-nightly.14 [skip ci]Libravatar github-actions2023-09-17
|
* Update browserslist data updates and linter fixes [skip ci]Libravatar github-actions2023-09-17
|
* Update submodules [skip ci]Libravatar github-actions2023-09-17
|
* Change Hangouts to Google ChatLibravatar Arthur Huan2023-09-16
|