Gráfico de commits

31.786 commits

Autor SHA1 Mensagem Data
dakkar
872258b04c embed git commit info in nodeinfo&c
this will make it much easier to debug problems for instances that run
unreleased versions!

when run on a tagged commit, `git describe --tags` prints the tag name;
otherwise it prints something like `2025.4.3-32-ga4c0ef824c` which
means:

- the closest tag is 2025.4.3
- there are 32 commits between that tag and this commit
- this commit's id is `a4c0ef824c` (the `g` is just a prefix)

notice that the version as reported by the frontend (in
`/about-sharkey` for example) is _not_ changed, that one is still
sourced from `/package.json` (so, for example, you don't get a
"sharkey has been updated!" pop-up every time)
2025-06-25 22:15:06 +01:00
dakkar
c4c6aea939 merge: use a *very* long statement_timeout for migrations (!1132)
View MR for information: https://activitypub.software/TransFem-org/Sharkey/-/merge_requests/1132

Approved-by: Hazelnoot <acomputerdog@gmail.com>
Approved-by: Marie <github@yuugi.dev>
2025-06-25 20:35:15 +00:00
a4c0ef824c merge: feat: Add Role Clone Button (#1000) (!1133)
View MR for information: https://activitypub.software/TransFem-org/Sharkey/-/merge_requests/1133

Approved-by: dakkar <dakkar@thenautilus.net>
Approved-by: Hazelnoot <acomputerdog@gmail.com>
2025-06-20 20:41:24 +00:00
Lillychan
87f6d84229 Apply 1 suggestion(s) to 1 file(s) 2025-06-20 20:10:04 +00:00
Lilly Schramm
3ce8914673 refactor: Simplify Statement (again) 2025-06-20 21:55:02 +02:00
Lilly Schramm
3dadbdb854 refactor: Simplify Statement 2025-06-20 21:41:48 +02:00
Lilly Schramm
0e52763bed refactor: Fix Typo 2025-06-20 21:38:23 +02:00
Lilly Schramm
98a63e8e96 feat: Truncate Old Name 2025-06-20 21:33:17 +02:00
Lilly Schramm
18a979ea4e refactor: Add Licence Header 2025-06-20 21:32:05 +02:00
Lilly Schramm
0deaf9157e refactor: Move Translation To SharkeyLocales 2025-06-20 21:26:42 +02:00
Lilly Schramm
6d98c9068c feat(frontend): Add Clone Button To Role Page 2025-06-20 21:12:51 +02:00
Lilly Schramm
ebf21b474a feat(backend): Add Clone Endpoint 2025-06-20 21:12:51 +02:00
dakkar
85f7813d75 use a *very* long statement_timeout for migrations
some migrations still timeout with the ×10, let's hope that ×100 is
enough!

(if people have not set a timeout in the configuration files, this
commit changes the migration timeout from 1m40s to 16m40s)
2025-06-20 14:01:17 +01:00
8926ba06a6 merge: Extract inline media from remote posts (resolves #1074, #1104, and #1105) (!1113)
View MR for information: https://activitypub.software/TransFem-org/Sharkey/-/merge_requests/1113

Closes #1074, #1104, and #1105

Approved-by: dakkar <dakkar@thenautilus.net>
Approved-by: Marie <github@yuugi.dev>
2025-06-19 23:36:44 +00:00
Marie
8c924e88f0 merge: Merge stable into develop (!1131)
View MR for information: https://activitypub.software/TransFem-org/Sharkey/-/merge_requests/1131

Approved-by: Hazelnoot <acomputerdog@gmail.com>
Approved-by: Marie <github@yuugi.dev>
2025-06-19 22:51:56 +00:00
Julia Johannesen
502d9c8aa6
Re-apply develop version number 2025-06-19 18:29:50 -04:00
Julia
a77c32b17d merge: prepare release 2025.4.3 (!1125) 2025.4.3
View MR for information: https://activitypub.software/TransFem-org/Sharkey/-/merge_requests/1125

Approved-by: Marie <github@yuugi.dev>
Approved-by: Julia <julia@insertdomain.name>
2025-06-19 21:35:18 +00:00
dakkar
91361fcd03 Merge branch 'develop' into release/2025.4.3 2025-06-19 16:55:14 +01:00
dakkar
169c06d4ca merge: fix(backend): Send Abuse Reports To Set Maintainer E-Mail (!1127)
View MR for information: https://activitypub.software/TransFem-org/Sharkey/-/merge_requests/1127

Closes #1069

Approved-by: dakkar <dakkar@thenautilus.net>
Approved-by: Hazelnoot <acomputerdog@gmail.com>
2025-06-19 15:54:55 +00:00
dakkar
f16ab386f3 Merge branch 'develop' into release/2025.4.3 2025-06-19 16:21:45 +01:00
dakkar
15d98d508b merge: update package list for docker (!1130)
View MR for information: https://activitypub.software/TransFem-org/Sharkey/-/merge_requests/1130

Approved-by: dakkar <dakkar@thenautilus.net>
Approved-by: Hazelnoot <acomputerdog@gmail.com>
2025-06-19 13:08:41 +00:00
Marie
32575daf96 update package list for docker 2025-06-19 08:26:00 +00:00
dakkar
ed63f9a345 merge: Add librsvg and imagemagick to docker image (possibly resolves #1102) (!1128)
View MR for information: https://activitypub.software/TransFem-org/Sharkey/-/merge_requests/1128

Closes #1102

Approved-by: Marie <github@yuugi.dev>
Approved-by: dakkar <dakkar@thenautilus.net>
2025-06-18 20:17:38 +00:00
306f3344d0 add librsvg and imagemagick to docker image 2025-06-18 15:53:11 -04:00
1fb20a3b0f merge: Fix boosts showing as quote (!1126)
View MR for information: https://activitypub.software/TransFem-org/Sharkey/-/merge_requests/1126

Approved-by: dakkar <dakkar@thenautilus.net>
Approved-by: Marie <github@yuugi.dev>
2025-06-18 19:47:57 +00:00
Lilly Schramm
ab5c247f09 refactor(backend): Remove Useless Variable 2025-06-18 20:30:40 +02:00
Lilly Schramm
372e141bcf refactor(backend): Resolve Nested Conditionals 2025-06-18 20:25:32 +02:00
Lilly Schramm
789deeabac fix(backend): Send Abuse Reports To Set Maintainer E-Mail 2025-06-18 20:08:06 +02:00
969fdc037c don't publish null updated property 2025-06-18 12:54:22 -04:00
72a512a59d fix tests 2025-06-18 10:46:49 -04:00
54d99c9e8c fold renderUpNote into renderNote 2025-06-18 10:38:16 -04:00
82b90d02ae don't allow boosts to be fetched as a note over AP 2025-06-18 10:37:30 -04:00
1aeaee7f7c filter boosts out of pinned notes when federating 2025-06-18 10:37:11 -04:00
6a8bc6741e support boosts and edits in renderNoteOrRenoteActivity 2025-06-18 10:36:18 -04:00
b97e505709 fix usage of appearNote in frontend components 2025-06-18 10:35:38 -04:00
dakkar
c2c62df675 set version for release 2025.4.3 2025-06-16 14:57:15 +01:00
ec6e4da8b3 parse plain Markdown as MFM before falling back to HTML from remote notes 2025-06-14 19:58:32 -04:00
c3a6ba93ca extract inline images from MFM and Markdown 2025-06-14 19:45:12 -04:00
5e46efe60d remove duplicate attach.sensitive updates 2025-06-14 19:44:46 -04:00
e3cf30ad09 update to sfm-js version 0.24.8 2025-06-14 19:40:04 -04:00
c35da729fc merge: Check privacy settings in charts/user/following (resolves #1107) (!1124)
View MR for information: https://activitypub.software/TransFem-org/Sharkey/-/merge_requests/1124

Closes #1107

Approved-by: dakkar <dakkar@thenautilus.net>
Approved-by: Marie <github@yuugi.dev>
2025-06-14 19:49:26 +00:00
7a25ff3d65 check privacy settings in charts/user/following 2025-06-14 14:14:02 -04:00
Marie
db4f6d50a4 merge: group notifications regardless of when they happened - fix #633 (!1123)
View MR for information: https://activitypub.software/TransFem-org/Sharkey/-/merge_requests/1123

Closes #633

Approved-by: Hazelnoot <acomputerdog@gmail.com>
Approved-by: Marie <github@yuugi.dev>
2025-06-14 18:07:07 +00:00
dakkar
b0275f86fe annotate types 2025-06-14 18:38:18 +01:00
f6964f6e27 merge: Show signup reason in user admin screen (resolves #1090) (!1114)
View MR for information: https://activitypub.software/TransFem-org/Sharkey/-/merge_requests/1114

Closes #1090

Approved-by: dakkar <dakkar@thenautilus.net>
Approved-by: Marie <github@yuugi.dev>
2025-06-14 17:30:17 +00:00
e80187b8f1 merge: Don't unfollow suspended users (!1122)
View MR for information: https://activitypub.software/TransFem-org/Sharkey/-/merge_requests/1122

Approved-by: dakkar <dakkar@thenautilus.net>
Approved-by: Marie <github@yuugi.dev>
2025-06-14 17:28:19 +00:00
Marie
ec5ea3cf17 merge: fix some regressions due to recent merges (!1112)
View MR for information: https://activitypub.software/TransFem-org/Sharkey/-/merge_requests/1112

Approved-by: Hazelnoot <acomputerdog@gmail.com>
Approved-by: Marie <github@yuugi.dev>
2025-06-14 17:26:43 +00:00
b44264c38b prioritize document summary over name 2025-06-14 13:22:42 -04:00
1747d79740 fix typeo psuedo -> pseudo 2025-06-14 13:20:39 -04:00
93885530c8 merge: Don't convert empty HTML elements to MFM (resolves #982) (!1116)
View MR for information: https://activitypub.software/TransFem-org/Sharkey/-/merge_requests/1116

Closes #982

Approved-by: dakkar <dakkar@thenautilus.net>
Approved-by: Marie <github@yuugi.dev>
2025-06-14 17:13:16 +00:00