aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Merge branch 'fix-shadows-everywhere' into 'develop'HJ2024-09-23
|\ | | | | | | | | add 'none' keyword to PISS shadow definiton that equals empty array See merge request pleroma/pleroma-fe!1946
| * """changelog"""Henry Jameson2024-09-24
| |
| * add 'none' keyword to PISS shadow definiton that equals empty arrayHenry Jameson2024-09-24
|/
* Merge branch 'gallery-specs' into 'develop'HJ2024-09-21
|\ | | | | | | | | Gallery specs See merge request pleroma/pleroma-fe!1944
| * remove .onlyHenry Jameson2024-09-21
| |
| * Specs for the gallery componentBrian Underwood2023-02-08
| |
* | Merge branch 'renovate/karma-firefox-launcher-2.x' into 'develop'HJ2024-09-21
|\ \ | | | | | | | | | | | | Update dependency karma-firefox-launcher to v2.1.3 See merge request pleroma/pleroma-fe!1902
| * | Update dependency karma-firefox-launcher to v2.1.3Pleroma Renovate Bot2024-03-23
| | |
* | | Merge branch 'renovate/vue-babel-plugin-jsx-1.x' into 'develop'HJ2024-09-21
|\ \ \ | | | | | | | | | | | | | | | | Update dependency @vue/babel-plugin-jsx to v1.2.2 See merge request pleroma/pleroma-fe!1896
| * | | Update dependency @vue/babel-plugin-jsx to v1.2.2Pleroma Renovate Bot2024-03-20
| | | |
* | | | Merge branch 'renovate/karma-6.x' into 'develop'HJ2024-09-21
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | Update dependency karma to v6.4.3 See merge request pleroma/pleroma-fe!1900
| * | | | Update dependency karma to v6.4.4Pleroma Renovate Bot2024-08-24
| | | | |
* | | | | Merge branch 'renovate/ruffle-rs-ruffle-0.x' into 'develop'HJ2024-09-21
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Update dependency @ruffle-rs/ruffle to v0.1.0-nightly.2024.5.20 See merge request pleroma/pleroma-fe!1894
| * | | | | Update dependency @ruffle-rs/ruffle to v0.1.0-nightly.2024.8.21Pleroma Renovate Bot2024-08-24
| |/ / / /
* | | | | Merge branch 'non-anonymous-polls' into 'develop'HJ2024-09-21
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Inform users that Smithereen public polls are public See merge request pleroma/pleroma-fe!1932
| * | | | | Inform users that Smithereen public polls are publicmarcin mikołajczak2024-08-13
| |/ / / / | | | | | | | | | | | | | | | Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
* | | | | Merge branch 'piss-serialization' into 'develop'HJ2024-09-21
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Pleroma ISS (interface stylesheets) implementation See merge request pleroma/pleroma-fe!1943
| * | | | | onlyHenry Jameson2024-09-20
| | | | | |
| * | | | | fix lintHenry Jameson2024-09-20
| | | | | |
| * | | | | more tests, fixed some issuesHenry Jameson2024-09-20
| | | | | |
| * | | | | found the file lolHenry Jameson2024-09-20
| |\ \ \ \ \ | |/ / / / / |/| | | | |
* | | | | | Merge branch 'update-prefixer' into 'develop'HJ2024-09-19
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update prefixer settings and required gitlab runner tags See merge request pleroma/pleroma-fe!1942
| * | | | | | require himem runner to do building and testsHenry Jameson2024-09-19
| | | | | | |
| * | | | | | changelogHenry Jameson2024-09-19
| | | | | | |
| * | | | | | update browserslist and update versions we supportHenry Jameson2024-09-19
| | | | | | |
* | | | | | | Merge branch 'tusooa/date-absolute' into 'develop'HJ2024-09-18
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | | | | | | | | | | | | | | Support displaying time in absolute format See merge request pleroma/pleroma-fe!1938
| * | | | | | Support displaying time in absolute formattusooa2024-09-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
| | * | | | | lack of changelogHenry Jameson2024-09-20
| | | | | | |
| | * | | | | remove 'only'Henry Jameson2024-09-20
| | | | | | |
| | * | | | | cleanupHenry Jameson2024-09-20
| | | | | | |
| | * | | | | at last... it's completeHenry Jameson2024-09-20
| | | | | | |
| | * | | | | somehow i lost this file and had to rewrite it. now it's even better than ↵Henry Jameson2024-09-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | before!
| | * | | | | tempHenry Jameson2024-09-19
| | | | | | |
| | * | | | | serializer workingHenry Jameson2024-09-19
| |/ / / / / |/| | | | |
* | | | | | Merge branch 'add-pdc-language' into 'develop'HJ2024-09-14
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | | | | | | | | | | | | add Pennsylvania Dutch to languages See merge request pleroma/pleroma-fe!1935
| * | | | | Apply 1 suggestion(s) to 1 file(s)HJ2024-09-14
| | | | | |
| * | | | | add Pennsylvania Dutch to languagesHenry Jameson2024-09-11
| | | | | |
* | | | | | Merge branch 'weblate' into 'develop'HJ2024-09-11
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | | | | | | | | | | | | Translations update from Pleroma Weblate See merge request pleroma/pleroma-fe!1929
| * | | | | Added translation using Weblate (Pennsylvania Dutch (pdc))Weblate Admin2024-09-11
| | | | | |
| * | | | | Translated using Weblate (Esperanto)Tirifto2024-09-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently translated at 92.0% (1098 of 1193 strings) Translation: Pleroma/Pleroma-FE Translate-URL: https://translate.pleroma.social/projects/pleroma/pleroma-fe/eo/
| * | | | | Translated using Weblate (Polish)marcin mikołajczak2024-09-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently translated at 57.1% (682 of 1193 strings) Translation: Pleroma/Pleroma-FE Translate-URL: https://translate.pleroma.social/projects/pleroma/pleroma-fe/pl/
| * | | | | Translated using Weblate (French)Gllm R2024-09-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently translated at 94.5% (1128 of 1193 strings) Translation: Pleroma/Pleroma-FE Translate-URL: https://translate.pleroma.social/projects/pleroma/pleroma-fe/fr/
| * | | | | Translated using Weblate (Japanese (ja_PEDANTIC))SyoBoN2024-09-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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/
| * | | | | Translated using Weblate (Chinese (Simplified))Eric Zhang2024-09-04
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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/
* | | | | Merge branch 'mergeback-master' into 'develop'HJ2024-09-04
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Merge master back into develop See merge request pleroma/pleroma-fe!1934
| * | | | | Merge remote-tracking branch 'origin/master' into developHenry Jameson2024-09-04
|/| | | | |
| * | | | | Merge branch 'hj/2.7.1-fixes' into 'master'HJ2024-09-04
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2.7.1 fixes See merge request pleroma/pleroma-fe!1933
| | * | | | | 2.7.1 releaseHenry Jameson2024-09-04
| | | | | | |
| | * | | | | Simplify the OAuth client_nameMark Felder2024-09-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| | * | | | | Apply 1 suggestion(s) to 1 file(s)HJ2024-08-28
| | | | | | |