| Commit message (Collapse) | Author | Age | |
|---|---|---|---|
| * | Do not show desktop notifications for your own chat messages | eugenijm | 2020-09-04 |
| | | |||
| * | Rewrite word split imperatively for control | Shpuld Shpuldson | 2020-08-28 |
| | | |||
| * | wip start | Shpuld Shpuldson | 2020-08-27 |
| | | |||
| * | EntityNormalizer: Normalize thumbnail url. | lain | 2020-08-19 |
| | | |||
| * | Merge branch 'feat/idempotency' into 'develop' | lain | 2020-07-23 |
| |\ | | | | | | | | | Status posting Idempotency See merge request pleroma/pleroma-fe!1194 | ||
| | * | make idempotency watch entire status | Shpuld Shpuldson | 2020-07-16 |
| | | | |||
| | * | add basic idempotency support | Shpuld Shpuldson | 2020-07-15 |
| | | | |||
| * | | Merge branch 'desktop-notifications-for-chat' into 'develop' | Shpuld Shpludson | 2020-07-20 |
| |\ \ | | | | | | | | | | | | | | | | | | | Desktop chat notifications Closes #893 See merge request pleroma/pleroma-fe!1185 | ||
| | * | | Do not display desktop chat notification when the chat is focused | eugenijm | 2020-07-13 |
| | | | | |||
| | * | | Add desktop chat notifications | eugenijm | 2020-07-13 |
| | | | | |||
| * | | | Merge branch 'features/favicons' into 'develop' | Shpuld Shpludson | 2020-07-20 |
| |\ \ \ | | | | | | | | | | | | | | | | | status.vue: Add support for favicons See merge request pleroma/pleroma-fe!1076 | ||
| | * \ \ | Merge branch 'develop' into features/favicons | Shpuld Shpuldson | 2020-06-18 |
| | |\ \ \ | |||
| | * | | | | status.vue: Add support for favicons | Haelwenn (lanodan) Monnier | 2020-03-01 |
| | | | | | | | | | | | | | | | | | | | | | Put in replacement to the external icon when possible | ||
| * | | | | | Merge branch 'fix-notification-polling' into 'develop' | Shpuld Shpludson | 2020-07-20 |
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix the notifications polling when all the latest notifications are unread Closes #896 See merge request pleroma/pleroma-fe!1198 | ||
| | * | | | | | Fix the notifications polling when all the latest notifications are unread | eugenijm | 2020-07-17 |
| | | |_|_|/ | |/| | | | |||
| * / | | | | Limit reply filtering to home and public | Shpuld Shpuldson | 2020-07-17 |
| |/ / / / | |||
| * | | | | Apply suggestion to src/services/theme_data/theme_data.service.js | HJ | 2020-07-14 |
| | | | | | |||
| * | | | | fix chrome69 | Henry Jameson | 2020-07-12 |
| | |_|/ |/| | | |||
| * | | | Undo the promise rejection on the json parser error in promisedRequest | eugenijm | 2020-07-08 |
| | | | | | | | | | | | | | | | | to keep the existing behavior in case some parts of the code rely on it and to limit the overall scope of the changes. | ||
| * | | | Address feedback | eugenijm | 2020-07-08 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use more specific css rules for the emoji dimensions in the chat list status preview. Use more round em value for chat list item height. Add global html overflow and height for smoother chat navigation in the desktop Safari. Use offsetHeight instad of a computed style when setting the window height on resize. Remove margin-bottom from the last message to avoid occasional layout shift in the desktop Safari Use break-word to prevent chat message text overflow Resize and scroll the textarea when inserting a new line on ctrl+enter Remove fade transition on route change Ensure proper border radius at the bottom of the chat, remove unused border-radius Prevent the chat header "jumping" on the avatar load. | ||
| * | | | Add Chats | eugenijm | 2020-07-08 |
| | | | | |||
| * | | | streamline profile image api, update reset ui for all profile images to ↵ | Shpuld Shpludson | 2020-07-08 |
| | | | | | | | | | | | | | match avatar, remove unnecessary stuff | ||
| * | | | fix conflicts and add error handling to media descriptions | Shpuld Shpuldson | 2020-07-07 |
| |\ \ \ | |||
| | * \ \ | fix conflicts, make subject update the preview | Shpuld Shpuldson | 2020-07-06 |
| | |\ \ \ | |||
| | * | | | | add rich text preview | Shpuld Shpuldson | 2020-06-28 |
| | | | | | | |||
| * | | | | | add more ways to set description | Shpuld Shpuldson | 2020-07-07 |
| | | | | | | |||
| * | | | | | fix conflicts, use file icon instead of link, add support for audio and file ↵ | Shpuld Shpuldson | 2020-07-06 |
| |\ \ \ \ \ | | |/ / / | |/| | | | | | | | | icon in cw'd posts | ||
| | * | | | | Merge branch 'fix/remove-extra-notifications-fetch' into 'develop' | Shpuld Shpludson | 2020-07-05 |
| | |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Fix: notifications fetcher double fetching on every tick See merge request pleroma/pleroma-fe!1164 | ||
| | | * | | | | document the 'mark-as-read-detection' system | Shpuld Shpuldson | 2020-07-01 |
| | | | | | | | |||
| | | * | | | | remove unnecessary fetchAndUpdate, change notifications fetcher to not ↵ | Shpuld Shpuldson | 2020-07-01 |
| | | |/ / / | | | | | | | | | | | | | | | | double fetch | ||
| | * | | | | Merge branch 'feat/allow-use-without-cookies' into 'develop' | Shpuld Shpludson | 2020-07-05 |
| | |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix #815: Allow use without cookies, Add a global notice popup system Closes #815 See merge request pleroma/pleroma-fe!1166 | ||
| | | * | | | | change alert popup alpha | Shpuld Shpuldson | 2020-07-02 |
| | | | | | | | |||
| | | * | | | | change storage error one-off into a global notice system | Shpuld Shpuldson | 2020-07-02 |
| | | | | | | | |||
| | * | | | | | Merge branch 'feat/parent-visible-support' into 'develop' | Shpuld Shpludson | 2020-07-05 |
| | |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | #874 Add strike-through to "Reply to" when parent_visible is set to false See merge request pleroma/pleroma-fe!1162 | ||
| | | * | | | | | add strikethrough when parent isn't visible | Shpuld Shpuldson | 2020-06-30 |
| | | | |/ / / | | |/| | | | |||
| | * | | | | | Add bookmarks | Eugenij | 2020-07-03 |
| | | | | | | | | | | | | | | | | | | | | | | | | | Co-authored-by: jared <jaredrmain@gmail.com> | ||
| | * | | | | | add follow request users to store | Shpuld Shpuldson | 2020-07-02 |
| | | |/ / / | |/| | | | |||
| * | | | | | Merge branch 'develop' into ↵ | Shpuld Shpludson | 2020-07-02 |
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 'xenofem/pleroma-fe-rebased-image-description-authoring' # Conflicts: # CHANGELOG.md | ||
| | * | | | | Make use of backend reply filtering | Shpuld Shpuldson | 2020-06-30 |
| | |/ / / | |||
| * / / / | media description support | William Pitcock | 2020-06-28 |
| |/ / / | |||
| * | | | Merge branch 'notification-unification-experiments' into 'develop' | lain | 2020-06-19 |
| |\ \ \ | | | | | | | | | | | | | | | | | Notification unification / WebPush i18n. See merge request pleroma/pleroma-fe!1142 | ||
| | * \ \ | Merge branch 'develop' of git.pleroma.social:pleroma/pleroma-fe into ↵ | lain | 2020-06-12 |
| | |\ \ \ | | | | | | | | | | | | | | | | notification-unification-experiments | ||
| | * | | | | NotificationUtils: Add tag to notifications. | lain | 2020-06-11 |
| | | | | | | |||
| | * | | | | NotificationUtils: Extract preparation of notification object. | lain | 2020-06-11 |
| | | | | | | |||
| * | | | | | Merge branch 'iss-149/profile-fields-display' into 'develop' | Shpuld Shpludson | 2020-06-19 |
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Display profile fields See merge request pleroma/pleroma-fe!1004 | ||
| | * | | | | | restyle the fields | Shpuld Shpuldson | 2020-06-17 |
| | | | | | | | |||
| | * | | | | | Merge branch 'develop' into kPherox/pleroma-fe-iss-149/profile-fields-display | Shpuld Shpuldson | 2020-06-17 |
| | |\ \ \ \ \ | | | |_|_|/ | | |/| | | | |||
| | * | | | | | Add fields_text for tooltip | kPherox | 2020-02-19 |
| | | | | | | | |||
| * | | | | | | Merge branch '589-poll-options' into 'develop' | Shpuld Shpludson | 2020-06-18 |
| |\ \ \ \ \ \ | |_|/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Polls: Construct an html field during normalization. Closes #589 See merge request pleroma/pleroma-fe!1146 | ||
| | * | | | | | Apply suggestion to src/services/entity_normalizer/entity_normalizer.service.js | lain | 2020-06-14 |
| | | | | | | | |||
