Commit graph

26390 commits

Author SHA1 Message Date
Laura Hausmann 258f15e842
[yarn] Fix another runtime peer dep 2023-11-15 19:31:15 +01:00
Laura Hausmann 4561461ab3
[yarn] Set pnpMode to strict 2023-11-15 19:31:15 +01:00
Laura Hausmann 67c4f65f31
[yarn] Fix buildtime peer deps 2023-11-15 19:29:21 +01:00
Laura Hausmann ed2050e6be
[yarn] Make dev script only build things once 2023-11-15 15:53:55 +01:00
Laura Hausmann 141c134698
[yarn] Fix dev script compatibility with yarn v4 2023-11-15 15:50:46 +01:00
Laura Hausmann c60414f347
[backend] Fix re2 imports 2023-11-15 15:17:35 +01:00
Laura Hausmann 20410b0543
[backend] Move back to upstream re2 dependency
Upstream accepted my patches for both re2 (fixing build on arm64-musl) and the install-artifact-from-github dependency (cutting down build times for architectures where prebuilts are available from ~2 minutes to ~2 seconds), so there's no reason to stick with our fork.
2023-11-15 15:12:59 +01:00
AntoineÐ f7111925af Translated using Weblate (French)
Currently translated at 100.0% (1860 of 1860 strings)

Translation: Iceshrimp/locales
Translate-URL: https://translate.iceshrimp.dev/projects/iceshrimp/locales/fr/
2023-11-14 21:00:04 +01:00
Laura Hausmann c6272c6482
[yarn] Upgrade to v4.0.2 2023-11-14 19:59:22 +01:00
Laura Hausmann b45be30d19
[mastodon-client] Fix scope parameter in /oauth/token 2023-11-14 17:19:17 +01:00
Laura Hausmann f2d7716f1a
[docs] Fix instructions on loading LFS data after cloning without git-lfs being installed 2023-11-12 19:55:49 +01:00
Laura Hausmann 0214b6c4c4
Update .gitattributes
This commit removes old gitattributes and adds a bunch of common binary file types to the file. This should minimize future accidental commits of binary data to the repository.
2023-11-10 20:08:43 +01:00
Laura Hausmann 188390f6e9
[docs] Don't recommend depth=1 for non-deployment-only docker clones
Due to the Git LFS migration this barely saves any disk space and it prevents users from switching branches
2023-11-10 19:19:11 +01:00
Pyrox 1a55a2404a
[flake] Allow building on arm systems, nodejs: 18 -> 20
This also changes from the `pkgs.yarn-berry` package to the `pkgs.corepack_20` package.

This allows us to use the package manager version from the package.json, negating the need to keep the nixpkgs `yarn-berry` package updated.
2023-11-10 12:49:41 -05:00
Laura Hausmann 6041f17c86
Build node-gyp dependencies with all available threads 2023-11-10 05:13:13 +01:00
Laura Hausmann 016e7dc752
[yarn] Upgrade to v4.0.1 2023-11-10 05:11:30 +01:00
Laura Hausmann ddb96686b2
Update ci-env Dockerfile 2023-11-10 04:32:28 +01:00
Laura Hausmann 4abab16b25
[docs] Add git-lfs disclaimers 2023-11-10 04:30:43 +01:00
Alexis 76db23855c
added more selective control over users show endpoint 2023-11-10 03:05:08 +01:00
AntoineÐ 84e8e095ec
#212 remove sub label 2023-11-10 02:05:03 +01:00
AntoineÐ 239d073a59
#212 i18n fix 2023-11-10 02:05:03 +01:00
AntoineÐ c33189bb63
#212 /about-iceshrimp grid links 2023-11-10 02:05:03 +01:00
AntoineÐ 5cfc5783fb
#212 Enhanced /about-iceshrimp 2023-11-10 02:05:03 +01:00
AntoineÐ 9b36a544d8
#225 Fix local only icon 2023-11-10 02:04:31 +01:00
Laura Hausmann 2baa787b72
[backend] Dynamically import redisClient in postgre.ts and dependencies
This fixes unnecessary redisClient instances being created during migration runs, which previously prevented the revertmigration command from exiting by itself due to a TypeORM inconsistency between migration:run and migration:revert.
2023-11-07 23:12:20 +01:00
Laura Hausmann 1488529228
[docs] Update bare metal install guide 2023-11-07 01:53:31 +01:00
Laura Hausmann ecb54be00b
Update COPYING 2023-11-07 00:09:27 +01:00
Laura Hausmann 0bf429488c
[yarn] Make regen-version log output nicer 2023-11-06 23:06:24 +01:00
Laura Hausmann 780cfcaa4d
[yarn] Allow overriding the revision for the regen-version script 2023-11-06 22:52:53 +01:00
Laura Hausmann 57b966d7c0
[yarn] Add regen-version script 2023-11-06 22:40:20 +01:00
Laura Hausmann 698584f7aa
[docker] Utilize focus-production script 2023-11-06 21:51:43 +01:00
Laura Hausmann 9e53d46b71
[yarn] Add focus-production script 2023-11-06 20:00:09 +01:00
AntoineÐ c033e54225 Translated using Weblate (French)
Currently translated at 100.0% (1856 of 1856 strings)

Translation: Iceshrimp/locales
Translate-URL: https://translate.iceshrimp.dev/projects/iceshrimp/locales/fr/
2023-11-06 12:00:03 +01:00
Laura Hausmann 1fa33f594d
[yarn] Patch in missing peer dependencies 2023-11-05 21:51:27 +01:00
Laura Hausmann fbd3259893
[docker] Remove all unnecessary dependencies from Dockerfile 2023-11-05 21:31:19 +01:00
Laura Hausmann 921bf1ca5f
Release: v2023.11.1 2023-11-05 18:23:07 +01:00
Laura Hausmann 7cf00d1503
[backend] Move to our own fork of the re2 package
This fixes builds on alpine-arm64 (and presumably also other musl-arm64 distros)
2023-11-05 16:54:00 +01:00
Laura Hausmann b5a26e1667
[docs] Add corepack disclaimer to bare metal install guide 2023-11-05 15:20:05 +01:00
Laura Hausmann f358c31162
[docker] Use corepack yarn version instead of @stable 2023-11-05 15:20:05 +01:00
Laura Hausmann 42aa8b7126
[backend] Remove cache server configuration, migrate back to unified redis in-memory cache 2023-11-05 15:03:17 +01:00
Laura Hausmann 9d4f74d290
[backend] Add _misskey_summary field
This fixes federation of MFM in user bios between *key instances

Co-authored-by: default avatarkakkokari-gtyih <daisho7308+f@gmail.com>
ref: https://github.com/misskey-dev/misskey/pull/12184
2023-11-05 14:49:51 +01:00
Laura Hausmann b6ee1c5dc4
[mastodon-client] Add missing semicolon 2023-11-04 23:51:58 +01:00
Laura Hausmann 734c6685f7
[mastodon-client] Don't duplicate RE: for pleroma/akkoma quotes 2023-11-04 23:50:08 +01:00
Laura Hausmann 35c75bbebf
[backend] Reset poll votes when choices change on note edit 2023-11-04 23:22:34 +01:00
Laura Hausmann 8b78709378
[backend] Fix errors in updateNote
This fixes incoming federation of poll edits
2023-11-04 23:08:29 +01:00
AntoineÐ 4d3d1b270c Translated using Weblate (French)
Currently translated at 100.0% (1851 of 1851 strings)

Translation: Iceshrimp/locales
Translate-URL: https://translate.iceshrimp.dev/projects/iceshrimp/locales/fr/
2023-11-04 22:25:27 +01:00
Laura Hausmann c61bf59b11 Translated using Weblate (German)
Currently translated at 98.7% (1828 of 1851 strings)

Translation: Iceshrimp/locales
Translate-URL: https://translate.iceshrimp.dev/projects/iceshrimp/locales/de/
2023-11-04 22:25:27 +01:00
Laura Hausmann dbdd60d89f
[client] Add wellness preferences 2023-11-04 22:24:05 +01:00
Laura Hausmann 3c2143efd5
[client] Include another missing setting in preference backups 2023-11-04 20:38:14 +01:00
Laura Hausmann cc62237ae8
[client] Include missing settings in preference backups
Resolves #272
2023-11-04 20:37:14 +01:00