| Commit message (Collapse) | Author | Age | |
|---|---|---|---|
| * | Merge branch 'from/develop/tusooa/lang-opts' into 'develop' | HJ | 2022-05-22 |
| |\ | | | | | | | | | Add language options See merge request pleroma/pleroma-fe!1494 | ||
| | * | Make lint happy | Tusooa Zhu | 2022-04-29 |
| | | | |||
| | * | Make lint happy | Tusooa Zhu | 2022-04-29 |
| | | | |||
| | * | Add English translation for language options | Tusooa Zhu | 2022-04-29 |
| | | | |||
| | * | Add email language option to registration form | Tusooa Zhu | 2022-04-29 |
| | | | |||
| | * | Add config opts for email language | Tusooa Zhu | 2022-04-29 |
| | | | |||
| | * | Set userLanguage cookie when setting interface language | Tusooa Zhu | 2022-04-29 |
| | | | |||
| * | | Merge branch 'renovate/semver-5.x' into 'develop' | HJ | 2022-05-22 |
| |\ \ | | | | | | | | | | | | | Update dependency semver to v5.7.1 See merge request pleroma/pleroma-fe!1491 | ||
| | * | | Update dependency semver to v5.7.1 | Pleroma Renovate Bot | 2022-04-01 |
| | | | | |||
| * | | | Merge branch 'renovate/webpack-merge-0.x' into 'develop' | HJ | 2022-05-22 |
| |\ \ \ | | | | | | | | | | | | | | | | | Update dependency webpack-merge to v0.20.0 See merge request pleroma/pleroma-fe!1496 | ||
| | * | | | Update dependency webpack-merge to v0.20.0 | Pleroma Renovate Bot | 2022-04-01 |
| | |/ / | |||
| * | | | Merge branch 'renovate/vuelidate-core-2.x' into 'develop' | HJ | 2022-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.41 | Pleroma Renovate Bot | 2022-05-02 |
| | | |/ | |/| | |||
| * | | | Merge branch 'eientei-pass-avatar-file-name' into 'develop' | HJ | 2022-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 data | Alexander Tumin | 2022-05-21 |
| | |/ / | |||
| * | | | Merge branch 'from/develop/tusooa/poll-notif' into 'develop' | HJ | 2022-05-22 |
| |\ \ \ | | | | | | | | | | | | | | | | | Poll-end notifications See merge request pleroma/pleroma-fe!1524 | ||
| | * | | | Add English translation for filtering end-of-poll notifications | Tusooa Zhu | 2022-05-20 |
| | | | | | | | | | | | | | | | | | Ref: poll-notif | ||
| | * | | | Add settings for filtering end-of-poll notifications | Tusooa Zhu | 2022-05-20 |
| | | | | | | | | | | | | | | | | | Ref: poll-notif | ||
| | * | | | Add English translations for poll-end notifications | Tusooa Zhu | 2022-05-20 |
| | | | | | | | | | | | | | | | | | Ref: poll-notif | ||
| | * | | | Show poll-end notifications | Tusooa Zhu | 2022-05-20 |
| |/ / / | | | | | | | | | | Ref: poll-notif | ||
| * | | | Merge branch 'from/develop/tusooa/fix-vscroll-pinned' into 'develop' | HJ | 2022-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 statuses | Tusooa Zhu | 2022-05-19 |
| |/ / | |||
| * | | Merge branch 'fix-discoverable-setting' into 'develop' | HJ | 2022-04-29 |
| |\ \ | | | | | | | | | | | | | fix "allow discovery" setting misbehaving See merge request pleroma/pleroma-fe!1518 | ||
| | * | | fix "allow discovery" setting misbehaving | Henry Jameson | 2022-04-29 |
| |/ / | |||
| * | | Merge branch 'fix-chat-errors' into 'develop' | HJ | 2022-04-20 |
| |\ \ | | | | | | | | | | | | | fix some chat errors/warnings that sometimes happen See merge request pleroma/pleroma-fe!1515 | ||
| | * | | fix some chat errors/warnings that sometimes happen | Henry Jameson | 2022-04-20 |
| |/ / | |||
| * | | Merge branch 'from/develop/tusooa/1157-popover-trigger' into 'develop' | HJ | 2022-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 it | Tusooa Zhu | 2022-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' | HJ | 2022-04-12 |
| |\ \ | | | | | | | | | | | | | fix hashtags by explicitly putting attributes See merge request pleroma/pleroma-fe!1513 | ||
| | * | | fix tests | Henry Jameson | 2022-04-12 |
| | | | | |||
| | * | | fix hashtags by explicitly putting attributes | Henry Jameson | 2022-04-12 |
| |/ / | |||
| * | | Merge branch 'from/develop/tusooa/cropper-close' into 'develop' | HJ | 2022-04-10 |
| |\ \ | | | | | | | | | | | | | Fix image cropper not closing correctly See merge request pleroma/pleroma-fe!1512 | ||
| | * | | Fix image cropper not closing correctly | Tusooa Zhu | 2022-04-10 |
| |/ / | |||
| * | | Merge branch 'from/develop/tusooa/1158-hidden-tabs' into 'develop' | HJ | 2022-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 hidden | Tusooa Zhu | 2022-04-09 |
| |/ / | |||
| * | | Merge branch 'from/develop/tusooa/mobile-nav-link-col' into 'develop' | HJ | 2022-04-07 |
| |\ \ | | | | | | | | | | | | | Fix mobile nav link text colour See merge request pleroma/pleroma-fe!1510 | ||
| | * | | Fix mobile nav link text colour | Tusooa Zhu | 2022-04-07 |
| |/ / | |||
| * | | Merge branch 'from/develop/tusooa/1160-rm-shrug' into 'develop' | HJ | 2022-04-07 |
| |\ \ | | | | | | | | | | | | | | | | | | | Fix shrug text in muted status Closes #1160 See merge request pleroma/pleroma-fe!1509 | ||
| | * | | Fix shrug text in muted status | Tusooa Zhu | 2022-04-07 |
| |/ / | |||
| * | | Merge branch 'from/develop/tusooa/shoutbox-icon-paneltext' into 'develop' | HJ | 2022-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 icon | Tusooa Zhu | 2022-04-06 |
| | | | | |||
| * | | | Merge branch 'from/develop/tusooa/popover-in-panel-style' into 'develop' | HJ | 2022-04-07 |
| |\ \ \ | | | | | | | | | | | | | | | | | Fix popover in panel header styling See merge request pleroma/pleroma-fe!1507 | ||
| | * | | | Fix active popover style | Tusooa Zhu | 2022-04-06 |
| | | | | | |||
| | * | | | Fix dropdown menu style inside panel header | Tusooa Zhu | 2022-04-06 |
| | |/ / | |||
| * | | | Merge branch 'from/develop/tusooa/fix-shout-local' into 'develop' | HJ | 2022-04-07 |
| |\ \ \ | | | | | | | | | | | | | | | | | Fix phoenix sockets in dev mode See merge request pleroma/pleroma-fe!1506 | ||
| | * | | | Fix phoenix sockets in dev mode | Tusooa Zhu | 2022-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' | HJ | 2022-04-07 |
| |\ \ \ | |/ / |/| | | | | | | | | | | | | | | Fix no reactivity on vuex 4 values Closes #1156 See merge request pleroma/pleroma-fe!1505 | ||
| | * | | Fix no reactivity on vuex 4 values | Tusooa Zhu | 2022-04-06 |
| |/ / | |||
| * | | Merge branch 'fix-csp-vue3' into 'develop' | HJ | 2022-04-06 |
| |\ \ | | | | | | | | | | | | | Makes develop usable on stock PleromaBE See merge request pleroma/pleroma-fe!1504 | ||
| | * | | fix tegulu | Henry Jameson | 2022-04-06 |
| | | | | |||
