aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Merge branch 'from/develop/tusooa/lang-opts' into 'develop'HJ2022-05-22
|\ | | | | | | | | Add language options See merge request pleroma/pleroma-fe!1494
| * Make lint happyTusooa Zhu2022-04-29
| |
| * Make lint happyTusooa Zhu2022-04-29
| |
| * Add English translation for language optionsTusooa Zhu2022-04-29
| |
| * Add email language option to registration formTusooa Zhu2022-04-29
| |
| * Add config opts for email languageTusooa Zhu2022-04-29
| |
| * Set userLanguage cookie when setting interface languageTusooa Zhu2022-04-29
| |
* | Merge branch 'renovate/semver-5.x' into 'develop'HJ2022-05-22
|\ \ | | | | | | | | | | | | Update dependency semver to v5.7.1 See merge request pleroma/pleroma-fe!1491
| * | Update dependency semver to v5.7.1Pleroma Renovate Bot2022-04-01
| | |
* | | Merge branch 'renovate/webpack-merge-0.x' into 'develop'HJ2022-05-22
|\ \ \ | | | | | | | | | | | | | | | | Update dependency webpack-merge to v0.20.0 See merge request pleroma/pleroma-fe!1496
| * | | Update dependency webpack-merge to v0.20.0Pleroma Renovate Bot2022-04-01
| |/ /
* | | Merge branch 'renovate/vuelidate-core-2.x' into 'develop'HJ2022-05-22
|\ \ \ | | | | | | | | | | | | | | | | Update dependency @vuelidate/core to v2.0.0-alpha.41 See merge request pleroma/pleroma-fe!1501
| * | | Update dependency @vuelidate/core to v2.0.0-alpha.41Pleroma Renovate Bot2022-05-02
| | |/ | |/|
* | | Merge branch 'eientei-pass-avatar-file-name' into 'develop'HJ2022-05-22
|\ \ \ | | | | | | | | | | | | | | | | Pass file name of cropped avatar to form data See merge request pleroma/pleroma-fe!1522
| * | | Pass file name of cropped avatar to form dataAlexander Tumin2022-05-21
| |/ /
* | | Merge branch 'from/develop/tusooa/poll-notif' into 'develop'HJ2022-05-22
|\ \ \ | | | | | | | | | | | | | | | | Poll-end notifications See merge request pleroma/pleroma-fe!1524
| * | | Add English translation for filtering end-of-poll notificationsTusooa Zhu2022-05-20
| | | | | | | | | | | | | | | | Ref: poll-notif
| * | | Add settings for filtering end-of-poll notificationsTusooa Zhu2022-05-20
| | | | | | | | | | | | | | | | Ref: poll-notif
| * | | Add English translations for poll-end notificationsTusooa Zhu2022-05-20
| | | | | | | | | | | | | | | | Ref: poll-notif
| * | | Show poll-end notificationsTusooa Zhu2022-05-20
|/ / / | | | | | | | | | Ref: poll-notif
* | | Merge branch 'from/develop/tusooa/fix-vscroll-pinned' into 'develop'HJ2022-05-20
|\ \ \ | |/ / |/| | | | | | | | Fix virtual scrolling when the user has a lot of pinned statuses See merge request pleroma/pleroma-fe!1523
| * | Fix virtual scrolling when the user has a lot of pinned statusesTusooa Zhu2022-05-19
|/ /
* | Merge branch 'fix-discoverable-setting' into 'develop'HJ2022-04-29
|\ \ | | | | | | | | | | | | fix "allow discovery" setting misbehaving See merge request pleroma/pleroma-fe!1518
| * | fix "allow discovery" setting misbehavingHenry Jameson2022-04-29
|/ /
* | Merge branch 'fix-chat-errors' into 'develop'HJ2022-04-20
|\ \ | | | | | | | | | | | | fix some chat errors/warnings that sometimes happen See merge request pleroma/pleroma-fe!1515
| * | fix some chat errors/warnings that sometimes happenHenry Jameson2022-04-20
|/ /
* | Merge branch 'from/develop/tusooa/1157-popover-trigger' into 'develop'HJ2022-04-20
|\ \ | | | | | | | | | | | | | | | | | | Fix incorrect close of a status popover when clicking Expand inside it Closes #1157 See merge request pleroma/pleroma-fe!1514
| * | Fix incorrect close of a status popover when clicking Expand inside itTusooa Zhu2022-04-19
|/ / | | | | | | | | | | | | basically Vue (3 in particular?) will make changes to DOM before this event listener is called, and if the target is displayed using v-if, it will not be part of the DOM at that time, and contains() will return false. so it goes to call hidePopover() which caused this bug.
* | Merge branch 'fix-hashtags' into 'develop'HJ2022-04-12
|\ \ | | | | | | | | | | | | fix hashtags by explicitly putting attributes See merge request pleroma/pleroma-fe!1513
| * | fix testsHenry Jameson2022-04-12
| | |
| * | fix hashtags by explicitly putting attributesHenry Jameson2022-04-12
|/ /
* | Merge branch 'from/develop/tusooa/cropper-close' into 'develop'HJ2022-04-10
|\ \ | | | | | | | | | | | | Fix image cropper not closing correctly See merge request pleroma/pleroma-fe!1512
| * | Fix image cropper not closing correctlyTusooa Zhu2022-04-10
|/ /
* | Merge branch 'from/develop/tusooa/1158-hidden-tabs' into 'develop'HJ2022-04-10
|\ \ | | | | | | | | | | | | | | | | | | Fix tab switcher not working when some tabs hidden Closes #1158 See merge request pleroma/pleroma-fe!1511
| * | Fix tab switcher not working when some tabs hiddenTusooa Zhu2022-04-09
|/ /
* | Merge branch 'from/develop/tusooa/mobile-nav-link-col' into 'develop'HJ2022-04-07
|\ \ | | | | | | | | | | | | Fix mobile nav link text colour See merge request pleroma/pleroma-fe!1510
| * | Fix mobile nav link text colourTusooa Zhu2022-04-07
|/ /
* | Merge branch 'from/develop/tusooa/1160-rm-shrug' into 'develop'HJ2022-04-07
|\ \ | | | | | | | | | | | | | | | | | | Fix shrug text in muted status Closes #1160 See merge request pleroma/pleroma-fe!1509
| * | Fix shrug text in muted statusTusooa Zhu2022-04-07
|/ /
* | Merge branch 'from/develop/tusooa/shoutbox-icon-paneltext' into 'develop'HJ2022-04-07
|\ \ | | | | | | | | | | | | Use panel text instead of text for shoutbox icon See merge request pleroma/pleroma-fe!1508
| * | Use panel text instead of text for shoutbox iconTusooa Zhu2022-04-06
| | |
* | | Merge branch 'from/develop/tusooa/popover-in-panel-style' into 'develop'HJ2022-04-07
|\ \ \ | | | | | | | | | | | | | | | | Fix popover in panel header styling See merge request pleroma/pleroma-fe!1507
| * | | Fix active popover styleTusooa Zhu2022-04-06
| | | |
| * | | Fix dropdown menu style inside panel headerTusooa Zhu2022-04-06
| |/ /
* | | Merge branch 'from/develop/tusooa/fix-shout-local' into 'develop'HJ2022-04-07
|\ \ \ | | | | | | | | | | | | | | | | Fix phoenix sockets in dev mode See merge request pleroma/pleroma-fe!1506
| * | | Fix phoenix sockets in dev modeTusooa Zhu2022-04-06
| |/ / | | | | | | | | | | | | phoenix requires the Origin header to be set to the actual address, so "http://localhost:xxxx" will not work.
* | | Merge branch 'from/develop/tusooa/1156-vue3-shoutbox' into 'develop'HJ2022-04-07
|\ \ \ | |/ / |/| | | | | | | | | | | | | | Fix no reactivity on vuex 4 values Closes #1156 See merge request pleroma/pleroma-fe!1505
| * | Fix no reactivity on vuex 4 valuesTusooa Zhu2022-04-06
|/ /
* | Merge branch 'fix-csp-vue3' into 'develop'HJ2022-04-06
|\ \ | | | | | | | | | | | | Makes develop usable on stock PleromaBE See merge request pleroma/pleroma-fe!1504
| * | fix teguluHenry Jameson2022-04-06
| | |