Commit graph

8093 commits

Author SHA1 Message Date
Henry Jameson b5da1f8b89 fix lint 2024-09-20 12:54:47 +03:00
Henry Jameson 48f0a95a3b more tests, fixed some issues 2024-09-20 12:50:05 +03:00
Henry Jameson bd514ab6d0 found the file lol 2024-09-20 11:21:26 +03:00
Henry Jameson 1124ace7f6 lack of changelog 2024-09-20 11:19:16 +03:00
Henry Jameson dae206add3 remove 'only' 2024-09-20 02:07:46 +03:00
Henry Jameson d8d766932a cleanup 2024-09-20 02:07:27 +03:00
Henry Jameson 71a4781080 at last... it's complete 2024-09-20 02:05:25 +03:00
Henry Jameson 0c91c37645 somehow i lost this file and had to rewrite it. now it's even better than before! 2024-09-19 21:42:14 +03:00
Henry Jameson af3b2e3dc9 temp 2024-09-19 20:37:14 +03:00
HJ 23f8c08809 Merge branch 'update-prefixer' into 'develop'
Update prefixer settings and required gitlab runner tags

See merge request pleroma/pleroma-fe!1942
2024-09-19 15:29:29 +00:00
Henry Jameson e089ca6d9a require himem runner to do building and tests 2024-09-19 18:25:37 +03:00
Henry Jameson 1794d52731 changelog 2024-09-19 15:43:38 +03:00
Henry Jameson 5d7a72cfd2 update browserslist and update versions we support 2024-09-19 15:40:52 +03:00
Henry Jameson 74e5bb9104 serializer working 2024-09-19 04:24:35 +03:00
HJ 537145e934 Merge branch 'tusooa/date-absolute' into 'develop'
Support displaying time in absolute format

See merge request pleroma/pleroma-fe!1938
2024-09-18 01:17:05 +00:00
tusooa b14ba17256
Support displaying time in absolute format
This adds two config items: useAbsoluteTimeFormat (boolean) and
absoluteTimeFormatMinAge (string, number + unit ('d'|'h'|'m'|'s')).

When `useAbsoluteTimeFormat` is true, the Timeago component will display
absolute time if the time is at least `absoluteTimeFormatMinAge`
from now. If `longFormat` prop is true, the fully formatted time
is displayed. Otherwise, the format is determined by the `time` prop:
(1) if `time` is on the same day of now, display hour and minute;
(2) if `time` is in the same month of now, display day and hour;
(3) if `time` is in the same year of now, display month and day;
(4) otherwise, display year and month.

If it should display relative time, the format is the same as before.
2024-09-17 19:18:51 -04:00
HJ 8ee5122909 Merge branch 'add-pdc-language' into 'develop'
add Pennsylvania Dutch to languages

See merge request pleroma/pleroma-fe!1935
2024-09-14 23:31:53 +00:00
HJ 5ad5f4c51e Apply 1 suggestion(s) to 1 file(s) 2024-09-14 20:23:06 +00:00
Henry Jameson 8e8707bceb add Pennsylvania Dutch to languages 2024-09-11 21:17:35 +03:00
HJ 1667f1330c Merge branch 'weblate' into 'develop'
Translations update from Pleroma Weblate

See merge request pleroma/pleroma-fe!1929
2024-09-11 17:44:19 +00:00
Weblate Admin a7719981fa Added translation using Weblate (Pennsylvania Dutch (pdc)) 2024-09-11 17:39:38 +00:00
Tirifto 250fcc0413 Translated using Weblate (Esperanto)
Currently translated at 92.0% (1098 of 1193 strings)

Translation: Pleroma/Pleroma-FE
Translate-URL: https://translate.pleroma.social/projects/pleroma/pleroma-fe/eo/
2024-09-04 14:20:03 +00:00
marcin mikołajczak 380a42a40b Translated using Weblate (Polish)
Currently translated at 57.1% (682 of 1193 strings)

Translation: Pleroma/Pleroma-FE
Translate-URL: https://translate.pleroma.social/projects/pleroma/pleroma-fe/pl/
2024-09-04 14:20:03 +00:00
Gllm R 260c067370 Translated using Weblate (French)
Currently translated at 94.5% (1128 of 1193 strings)

Translation: Pleroma/Pleroma-FE
Translate-URL: https://translate.pleroma.social/projects/pleroma/pleroma-fe/fr/
2024-09-04 14:20:03 +00:00
SyoBoN 9676e78736 Translated using Weblate (Japanese (ja_PEDANTIC))
Currently translated at 97.1% (1159 of 1193 strings)

Translation: Pleroma/Pleroma-FE
Translate-URL: https://translate.pleroma.social/projects/pleroma/pleroma-fe/ja_PEDANTIC/
2024-09-04 14:20:03 +00:00
Eric Zhang 1e1978b6a2 Translated using Weblate (Chinese (Simplified))
Currently translated at 99.6% (1189 of 1193 strings)

Translation: Pleroma/Pleroma-FE
Translate-URL: https://translate.pleroma.social/projects/pleroma/pleroma-fe/zh_Hans/
2024-09-04 14:20:03 +00:00
HJ 176dacb6ba Merge branch 'mergeback-master' into 'develop'
Merge master back into develop

See merge request pleroma/pleroma-fe!1934
2024-09-04 14:19:56 +00:00
Henry Jameson 0041faaed8 Merge remote-tracking branch 'origin/master' into develop 2024-09-04 17:18:50 +03:00
HJ b553ed2d17 Merge branch 'hj/2.7.1-fixes' into 'master'
2.7.1 fixes

See merge request pleroma/pleroma-fe!1933
2024-09-04 14:16:49 +00:00
Henry Jameson 50b2e73efa 2.7.1 release 2024-09-04 17:02:08 +03:00
feld bf00085946 Merge branch 'oauth-app-name' into 'develop'
Simplify the OAuth client_name

See merge request pleroma/pleroma-fe!1930
2024-09-01 16:12:39 +00:00
Mark Felder 06ebbaf7ba Simplify the OAuth client_name
Every time PleromaFE is used to login it will need to do the OAuth dance and request an app key. If the client name is not stable it will pollute the server's database with entries.

This also happens on every unauthenticated page load at the moment until #1339 is resolved
2024-09-01 12:09:07 -04:00
Mark Felder 5efa87e6c2 Simplify the OAuth client_name
Every time PleromaFE is used to login it will need to do the OAuth dance and request an app key. If the client name is not stable it will pollute the server's database with entries.

This also happens on every unauthenticated page load at the moment until #1339 is resolved
2024-09-01 12:03:24 -04:00
HJ 87fe063cb6 Apply 1 suggestion(s) to 1 file(s) 2024-08-28 21:18:35 +00:00
HJ e7741e619d Apply 1 suggestion(s) to 1 file(s) 2024-08-28 21:17:37 +00:00
Henry Jameson f5fbf9af64 fix nested panel headers 2024-08-28 23:54:46 +03:00
Henry Jameson ab90dc9fb1 Revert all the user highlight stuff for now 2024-08-15 21:53:12 +03:00
Henry Jameson a9c2d37315 ok i'm dumb, no manual caching needed tehepero 2024-08-15 21:49:45 +03:00
Henry Jameson 5384d3b7a2 fix solid color highlight 2024-08-15 20:43:11 +03:00
Henry Jameson 482f353f4d make posts have highlight on higher level 2024-08-15 11:35:33 +03:00
Henry Jameson 8b87d548ac didn't work, lol 2024-08-15 01:01:31 +03:00
Henry Jameson 5ad4d82b6b try to fix gaps 2024-08-15 00:57:23 +03:00
Henry Jameson 1f50fc2a8b oops 2024-08-15 00:06:32 +03:00
Henry Jameson 1b371afff3 fix instance theme not applying 2024-08-14 00:40:16 +03:00
Henry Jameson cfba4cc6b3 don't do no-auto for themes2 seems to work better 2024-08-14 00:08:56 +03:00
Henry Jameson 99490cdb21 speed up emoji picker somewhat 2024-08-13 23:54:18 +03:00
Henry Jameson c4352a1936 cache emoji groups etc 2024-08-13 22:51:17 +03:00
HJ 6bc020c733 Merge branch 'release/2.7.x' into 'master'
Release 2.7.0

See merge request pleroma/pleroma-fe!1928
2024-07-31 16:31:06 +00:00
Henry Jameson 9d51eccf5d version bump 2024-07-31 18:16:00 +03:00
Henry Jameson 2b3c76cfb4 changelog for 2.7.0 2024-07-31 18:15:08 +03:00