aboutsummaryrefslogtreecommitdiff
path: root/src/services
Commit message (Collapse)AuthorAge
* Implement showing quotestusooa2023-07-13
|
* Update file locale.service.jsKian-ting Tan2023-06-21
|
* fix the error of unquotingKian-ting Tan2023-06-21
|
* Update 2 filesKian-ting Tan2023-06-21
| | | | - /src/i18n/languages.js - /src/services/locale/locale.service.js
* according to ↵Kian-ting Tan2023-06-21
| | | | https://git.pleroma.social/pleroma/pleroma-fe/-/merge_requests/1841#note_101513 by tusooa
* Update locale.service.jsKian-ting Tan2023-06-21
|
* unify the indentionKian-ting Tan2023-06-20
|
* MainKian-ting Tan2023-06-20
|
* Merge remote-tracking branch 'origin/develop' into harden-parserHenry Jameson2023-06-05
|\
| * initial implementation of attachmentsettingHenry Jameson2023-04-13
| |
| * Merge remote-tracking branch 'origin/develop' into improve_settings_reusabilityHenry Jameson2023-04-12
| |\
| | * Merge branch 'tusooa/1244-report-delete-fail' into 'develop'HJ2023-04-11
| | |\ | | | | | | | | | | | | | | | | | | | | | | | | Display delete status errors Closes #1244 See merge request pleroma/pleroma-fe!1769
| | | * Display delete status errorstusooa2023-01-20
| | | |
| | * | Merge branch 'tusooa/blocklist-loadmore' into 'develop'HJ2023-04-11
| | |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Make block & mute lists able to load more Closes #1150, #1071, #1226, and #1041 See merge request pleroma/pleroma-fe!1790
| | | * | Make block & mute lists able to load moretusooa2023-02-21
| | | | |
| | * | | add parseInt in poll expires_in to make sure FE sends integers in all casesjonossa2023-03-21
| | | | |
| * | | | frontends tab initial implementation, now you can (re)install frontends! yay!Henry Jameson2023-03-29
| | | | |
| * | | | Merge remote-tracking branch 'origin/develop' into improve_settings_reusabilityHenry Jameson2023-03-20
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * origin/develop: Translated using Weblate (Chinese (Simplified)) Generalize IntegerSetting into NumberSetting, add Integer/Float wrappers Allow custom emoji reactions: add option to scale reaction buttons Fix user-profile route crash on pinned favorites route Hide custom emoji in reaction picker when BE does not advertise pleroma_custom_emoji_reactions Allow custom emoji reactions
| | * | | Allow custom emoji reactions: add option to scale reaction buttonsAlexander Tumin2023-03-17
| | | | |
| | * | | Allow custom emoji reactionsAlexander Tumin2023-03-17
| | |/ /
| * | | limits tab, backend descriptionsHenry Jameson2023-03-19
| | | |
| * | | setting admin settings works now. also now we have draftable settingsHenry Jameson2023-03-16
| | | |
| * | | initial implementation of an admin settings moduleHenry Jameson2023-03-13
| |/ /
| * | Merge branch 'from/develop/tusooa/autocomplete-accessibility' into 'develop'HJ2023-01-28
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | Autocomplete accessibility Closes #1219 See merge request pleroma/pleroma-fe!1771
| | * | Make all emoji inputs screen-reader-friendlytusooa2023-01-21
| | |/
* | / fix regex misinterpreting tag name in badly formed HTML, prevent richHenry Jameson2023-06-05
|/ / | | | | | | content from ever using dangerous tags
* | Merge branch 'birthdays' into 'develop'HJ2023-01-25
|\ \ | | | | | | | | | | | | Birthdays See merge request pleroma/pleroma-fe!1432
| * | Merge remote-tracking branch 'upstream/develop' into birthdaystusooa2023-01-22
| |\|
| * | Merge remote-tracking branch 'pleroma/develop' into birthdaysmarcin mikołajczak2022-08-05
| |\ \ | | | | | | | | | | | | Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
| * | | Birthdaysmarcin mikołajczak2022-02-13
| | | | | | | | | | | | | | | | Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
* | | | Merge branch 'from/develop/tusooa/confirm-dialogs' into 'develop'HJ2023-01-25
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | Confirmation dialogs See merge request pleroma/pleroma-fe!1431
| * | | | Fix timed mute lintTusooa Zhu2023-01-20
| | | | |
| * | | | Add timed-mute functionalityTusooa Zhu2023-01-20
| | |_|/ | |/| |
* | | | Merge branch 'from/develop/tusooa/multi-iface-lang' into 'develop'HJ2023-01-25
|\ \ \ \ | |/ / / |/| | | | | | | | | | | Multiple interface languages support See merge request pleroma/pleroma-fe!1568
| * | | Add support for multiple interface languagesTusooa Zhu2022-12-23
| | | |
* | | | Display better error message for unauthenticated timelinestusooa2023-01-14
| | | |
* | | | Make notification settings worktusooa2022-12-27
|/ / /
* | | Make API requests to edit noteTusooa Zhu2022-12-21
| | |
* | | Merge branch 'from/develop/tusooa/announcements' into 'develop'HJ2022-12-05
|\ \ \ | | | | | | | | | | | | | | | | Announcements See merge request pleroma/pleroma-fe!1466
| * | | Fix announcements lintTusooa Zhu2022-11-24
| | | |
| * | | Allow editing announcementsTusooa Zhu2022-11-24
| | | |
| * | | Show announcement datesTusooa Zhu2022-11-24
| | | |
| * | | Allow posting announcements with other metadataTusooa Zhu2022-11-24
| | | |
| * | | Implement deleting announcementTusooa Zhu2022-11-24
| | | |
| * | | Implement posting announcementsTusooa Zhu2022-11-24
| | | |
| * | | Fetch real data from backendTusooa Zhu2022-11-24
| | | |
* | | | fix testsHenry Jameson2022-11-27
| | | |
* | | | fun restrainedHenry Jameson2022-11-26
|/ / /
* | | Merge branch 'search-pagination' into 'develop'HJ2022-11-21
|\ \ \ | | | | | | | | | | | | | | | | Implement loading more statuses when searching See merge request pleroma/pleroma-fe!1410
| * | | Fix search() not honouring type paramTusooa Zhu2022-07-15
| | | |