| Commit message (Collapse) | Author | Age | |
|---|---|---|---|
| * | store failed experiment | Shpuld Shpuldson | 2020-11-17 |
| | | |||
| * | change logo to svg | Henry Jameson | 2020-11-02 |
| | | |||
| * | Merge branch 'optimistic-chat-posting' into 'develop' | Shpuld Shpludson | 2020-11-02 |
| |\ | | | | | | | | | Optimistic / nonblocking message posting for chats See merge request pleroma/pleroma-fe!1228 | ||
| | * | Optimistic message sending for chat | eugenijm | 2020-11-01 |
| | | | |||
| * | | Refactor desktop navbar into a component, change layout to grid for | Henry Jameson | 2020-10-29 |
| |/ | | | | better compatibility with search field and simpler CSS | ||
| * | Merge branch 'feat/masto-ws-deletes' into 'develop' | Shpuld Shpludson | 2020-10-12 |
| |\ | | | | | | | | | Support for WS deletes See merge request pleroma/pleroma-fe!1227 | ||
| | * | Merge branch 'develop' into 'feat/masto-ws-deletes' | Shpuld Shpludson | 2020-10-01 |
| | |\ | | | | | | | | | | | | | | | | # Conflicts: # CHANGELOG.md # src/components/status/status.js # src/components/status/status.scss | ||
| | * | | add basic deletes support that works with masto WS | Shpuld Shpuldson | 2020-09-06 |
| | | | | |||
| * | | | Merge branch 'fix/wait-for-request-before-starting-interval' into 'develop' | Shpuld Shpludson | 2020-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 Shpludson | 2020-09-04 |
| | |\| | | | | | | | | | | # Conflicts: # CHANGELOG.md | ||
| | * | | fix chat fetcher stops, change fetcher code | Shpuld Shpuldson | 2020-09-04 |
| | | | | |||
| | * | | rename to promiseInterval | Shpuld Shpuldson | 2020-09-04 |
| | | | | |||
| | * | | change chats to use custom makeFetcher | Shpuld Shpuldson | 2020-09-02 |
| | | | | |||
| | * | | replace setInterval for timelne, notifications and follow requests | Shpuld Shpuldson | 2020-09-02 |
| | | | | |||
| * | | | Timeline virtual scrolling | Shpuld Shpludson | 2020-09-29 |
| | | | | |||
| * | | | Merge branch 'fix-chat-message-list-fetch' into 'develop' | Shpuld Shpludson | 2020-09-16 |
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Fix chat messages being missed sometimes when the streaming is disabled and the messages are sent by both participants simultaneously Closes #957 See merge request pleroma/pleroma-fe!1233 | ||
| | * | | | Fix chat messages being missed when the streaming is disabled and the ↵ | eugenijm | 2020-09-16 |
| | | |/ | |/| | | | | | | | messages are sent by both participants simultaneously | ||
| * / | | Fix the chat list order and last message timestamp updates | eugenijm | 2020-09-16 |
| |/ / | |||
| * / | Add hacky functionality to open specific settings tabs | Shpuld Shpuldson | 2020-09-03 |
| |/ | |||
| * | Merge branch 'feat/separate-timeline-navigation-from-navpanel' into 'develop' | lain | 2020-08-06 |
| |\ | | | | | | | | | Separate timeline navigation from navpanel See merge request pleroma/pleroma-fe!1172 | ||
| | * | resume last lasttime instead of always friends/public | Shpuld Shpuldson | 2020-07-23 |
| | | | |||
| * | | 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 | ||
| | * | | Add desktop chat notifications | eugenijm | 2020-07-13 |
| | |/ | |||
| * / | remove most of reply preview and autoload related stuff | Shpuld Shpuldson | 2020-07-14 |
| |/ | |||
| * | Add the empty chat list placeholder. | eugenijm | 2020-07-08 |
| | | | | | | Do not use full height when displaying the chat list. Remove an unsued chat action. | ||
| * | 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 | ||
| * | Merge branch '884-about-panel-optimizations' into 'develop' | Shpuld Shpludson | 2020-07-07 |
| |\ | | | | | | | | | | | | | StaffPanel: Move staff loading to panel creation. Closes #884 See merge request pleroma/pleroma-fe!1171 | ||
| | * | StaffPanel: Move staff loading to panel creation. | lain | 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 | ||
| | | * | 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 | ||
| | | * | | make the addNotice dispatch return the notice | Shpuld Shpuldson | 2020-07-02 |
| | | | | | |||
| | | * | | change storage error one-off into a global notice system | Shpuld Shpuldson | 2020-07-02 |
| | | | | | |||
| | | * | | revert accidental change in instance.js | Shpuld Shpuldson | 2020-07-01 |
| | | | | | |||
| | | * | | catch localforage error and let the application work, add an alert for user ↵ | Shpuld Shpuldson | 2020-07-01 |
| | | | | | | | | | | | | | | | | | to dismiss | ||
| | * | | | Add bookmarks | Eugenij | 2020-07-03 |
| | |/ / | | | | | | | | | | Co-authored-by: jared <jaredrmain@gmail.com> | ||
| * | | | 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 |
| | |/ | |||
| * / | change placeholders to use descriptions, use icons with placeholders, change ↵ | Shpuld Shpuldson | 2020-06-29 |
| |/ | | | | uploads to use attachment component | ||
| * | Merge branch 'develop' into 'iss-149/profile-fields-setting' | Shpuld Shpludson | 2020-06-27 |
| |\ | | | | | | | # Conflicts: # src/components/settings_modal/tabs/profile_tab.vue | ||
| | * | Merge branch 'notification-unification-experiments' into 'develop' | lain | 2020-06-19 |
| | |\ | | | | | | | | | | | | | Notification unification / WebPush i18n. See merge request pleroma/pleroma-fe!1142 | ||
| | | * | NotificationUtils: Extract preparation of notification object. | lain | 2020-06-11 |
| | | | | |||
| | * | | remove recentqueries thing | Shpuld Shpuldson | 2020-06-18 |
| | | | | |||
| | * | | return the correct promise type from action | Shpuld Shpuldson | 2020-06-18 |
| | | | | |||
| | * | | remove search blocker, fix debounce params | Shpuld Shpuldson | 2020-06-18 |
| | |/ | |||
| | * | Merge branch 'feature/autocomplete-domain-mutes' into 'develop' | Shpuld Shpludson | 2020-06-10 |
| | |\ | | | | | | | | | | | | | | | | | | | Autocomplete domain mutes from list of known instances Closes #824 See merge request pleroma/pleroma-fe!1103 | ||
| | | * | Autocomplete domain mutes from list of known instances | Sergey Suprunenko | 2020-06-08 |
| | | | | |||
| * | | | Fix merging array field for users | kPherox | 2020-06-10 |
| |/ / | |||
