aboutsummaryrefslogtreecommitdiff
path: root/src/services
Commit message (Collapse)AuthorAge
* fix emoji not working in profile field namesShpuld Shpuldson2020-11-11
|
* move from using timestamps to ids when tracking last seen in chatsShpuld Shpuldson2020-11-02
|
* Apply 1 suggestion(s) to 1 file(s)Eugenij2020-11-01
|
* Optimistic message sending for chateugenijm2020-11-01
|
* fix back button size, fix missing chat notifications being marked as read ↵Shpuld Shpuldson2020-10-27
| | | | too eagerly, fix promiseinterval erroring when not getting a promise
* Merge branch 'fix/wait-for-request-before-starting-interval' into 'develop'Shpuld Shpludson2020-10-01
|\ | | | | | | | | | | | | Fix/wait for request before starting interval - fix #937 Closes #937 See merge request pleroma/pleroma-fe!1222
| * Merge branch 'develop' into 'fix/wait-for-request-before-starting-interval'Shpuld Shpludson2020-09-04
| |\ | | | | | | | | | # Conflicts: # CHANGELOG.md
| * | fix chat fetcher stops, change fetcher codeShpuld Shpuldson2020-09-04
| | |
| * | rename to promiseIntervalShpuld Shpuldson2020-09-04
| | |
| * | fix timeline showimmediately being set wronglyShpuld Shpuldson2020-09-02
| | |
| * | document makeFetcher a bitShpuld Shpuldson2020-09-02
| | |
| * | change chats to use custom makeFetcherShpuld Shpuldson2020-09-02
| | |
| * | replace setInterval for timelne, notifications and follow requestsShpuld Shpuldson2020-09-02
| | |
* | | Merge branch 'feat/custom-virtual-scrolling' into 'develop'Shpuld Shpludson2020-09-29
|\ \ \ | | | | | | | | | | | | | | | | Timeline virtual scrolling See merge request pleroma/pleroma-fe!1043
| * | | Timeline virtual scrollingShpuld Shpludson2020-09-29
| | | |
* | | | Merge branch 'develop' into feature/import_export_mutesMaksim Pechnikov2020-09-18
|\| | |
| * | | Fix chat messages being missed when the streaming is disabled and the ↵eugenijm2020-09-16
| | | | | | | | | | | | | | | | messages are sent by both participants simultaneously
| * | | Do not show desktop notifications for your own chat messageseugenijm2020-09-04
| | |/ | |/|
* / | added import/export mutesMaksim Pechnikov2020-09-08
|/ /
* | Rewrite word split imperatively for controlShpuld Shpuldson2020-08-28
| |
* | wip startShpuld Shpuldson2020-08-27
|/
* EntityNormalizer: Normalize thumbnail url.lain2020-08-19
|
* Merge branch 'feat/idempotency' into 'develop'lain2020-07-23
|\ | | | | | | | | Status posting Idempotency See merge request pleroma/pleroma-fe!1194
| * make idempotency watch entire statusShpuld Shpuldson2020-07-16
| |
| * add basic idempotency supportShpuld Shpuldson2020-07-15
| |
* | Merge branch 'desktop-notifications-for-chat' into 'develop'Shpuld Shpludson2020-07-20
|\ \ | | | | | | | | | | | | | | | | | | Desktop chat notifications Closes #893 See merge request pleroma/pleroma-fe!1185
| * | Do not display desktop chat notification when the chat is focusedeugenijm2020-07-13
| | |
| * | Add desktop chat notificationseugenijm2020-07-13
| | |
* | | Merge branch 'features/favicons' into 'develop'Shpuld Shpludson2020-07-20
|\ \ \ | | | | | | | | | | | | | | | | status.vue: Add support for favicons See merge request pleroma/pleroma-fe!1076
| * \ \ Merge branch 'develop' into features/faviconsShpuld Shpuldson2020-06-18
| |\ \ \
| * | | | status.vue: Add support for faviconsHaelwenn (lanodan) Monnier2020-03-01
| | | | | | | | | | | | | | | | | | | | Put in replacement to the external icon when possible
* | | | | Merge branch 'fix-notification-polling' into 'develop'Shpuld Shpludson2020-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 unreadeugenijm2020-07-17
| | |_|_|/ | |/| | |
* / | | | Limit reply filtering to home and publicShpuld Shpuldson2020-07-17
|/ / / /
* | | | Apply suggestion to src/services/theme_data/theme_data.service.jsHJ2020-07-14
| | | |
* | | | fix chrome69Henry Jameson2020-07-12
| |_|/ |/| |
* | | Undo the promise rejection on the json parser error in promisedRequesteugenijm2020-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 feedbackeugenijm2020-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 Chatseugenijm2020-07-08
| | |
* | | streamline profile image api, update reset ui for all profile images to ↵Shpuld Shpludson2020-07-08
| | | | | | | | | | | | match avatar, remove unnecessary stuff
* | | fix conflicts and add error handling to media descriptionsShpuld Shpuldson2020-07-07
|\ \ \
| * \ \ fix conflicts, make subject update the previewShpuld Shpuldson2020-07-06
| |\ \ \
| * | | | add rich text previewShpuld Shpuldson2020-06-28
| | | | |
* | | | | add more ways to set descriptionShpuld Shpuldson2020-07-07
| | | | |
* | | | | fix conflicts, use file icon instead of link, add support for audio and file ↵Shpuld Shpuldson2020-07-06
|\ \ \ \ \ | | |/ / / | |/| | | | | | | | icon in cw'd posts
| * | | | Merge branch 'fix/remove-extra-notifications-fetch' into 'develop'Shpuld Shpludson2020-07-05
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Fix: notifications fetcher double fetching on every tick See merge request pleroma/pleroma-fe!1164
| | * | | | document the 'mark-as-read-detection' systemShpuld Shpuldson2020-07-01
| | | | | |
| | * | | | remove unnecessary fetchAndUpdate, change notifications fetcher to not ↵Shpuld Shpuldson2020-07-01
| | |/ / / | | | | | | | | | | | | | | | double fetch
| * | | | Merge branch 'feat/allow-use-without-cookies' into 'develop'Shpuld Shpludson2020-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 alphaShpuld Shpuldson2020-07-02
| | | | | |