aboutsummaryrefslogtreecommitdiff
path: root/src/modules
Commit message (Collapse)AuthorAge
* Merge branch 'feat/notification-quick-filters' into 'develop'Shpuld Shpludson2021-03-17
|\ | | | | | | | | Add quick filters for notifications See merge request pleroma/pleroma-fe!1364
| * merge conflict, use v-slot:trigger, fix popover svg dimensions bugShpuld Shpuldson2021-03-15
| |\
| * | add quick filters for notifications2Shpuld Shpuldson2021-03-01
| | |
* | | streamlined WS flow, reduced spam amount related to WS reconnectionsHenry Jameson2021-03-09
| | |
* | | WIP some work on making errors less spammyHenry Jameson2021-03-08
| | |
* | | Merge remote-tracking branch 'origin/develop' into websocket-fixesHenry Jameson2021-03-08
|\ \ \ | | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * origin/develop: (119 commits) Apply 1 suggestion(s) to 1 file(s) Make it possible to localize user highlight options remove shoutbox test hacks fix shoutbox header, use custom scroll-to-bottom system, remove vue-chat-scroll, temporarily add chat test hack update changelog with 2.3.0 change icons around Translated using Weblate (Japanese) Update timeline_quick_settings.js add screen_name_ui to tests separate screen_name and screen_name_ui with decoded punycode Update CHANGELOG.md add basic validation for statusless status notifications changelog mention fix chat unread badge update shelljs to get rid of warnings on build save a few characters focus input in emoji picker and react picker fix vue warnings add only to wording basic loggedin check for reply filtering ...
| * | remove shoutbox test hacksShpuld Shpuldson2021-03-03
| | |
| * | fix shoutbox header, use custom scroll-to-bottom system, remove ↵Shpuld Shpuldson2021-03-03
| |/ | | | | | | vue-chat-scroll, temporarily add chat test hack
| * Merge branch 'feat/sensitive-by-default' into 'develop'Shpuld Shpludson2021-02-27
| |\ | | | | | | | | | | | | | | | | | | close #1054 add sensitive by default option Closes #1054 See merge request pleroma/pleroma-fe!1354
| | * change config comment to be consistentShpuld Shpuldson2021-02-23
| | |
| | * add sensitive by default optionShpuld Shpuldson2021-02-23
| | |
| * | add basic validation for statusless status notificationsShpuld Shpuldson2021-02-26
| |/
| * get rid of older messages when scrolling down in chat to keep it from ↵Shpuld Shpuldson2021-02-17
| | | | | | | | bloating dom
| * update branch with recent develop changes (FA, added settings)Henry Jameson2021-02-01
| |
| * Merge remote-tracking branch 'origin/develop' into settings-changedHenry Jameson2021-02-01
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * origin/develop: (306 commits) fallback if shadows aren't defined Translated using Weblate (Chinese (Traditional)) Translated using Weblate (Ukrainian) Translated using Weblate (Italian) Translated using Weblate (Ukrainian) Translated using Weblate (Portuguese) Translated using Weblate (Italian) Translated using Weblate (Russian) Translated using Weblate (Portuguese) Translated using Weblate (Russian) Translated using Weblate (Portuguese) Translated using Weblate (Portuguese) Translated using Weblate (Portuguese) Translated using Weblate (Portuguese) Translated using Weblate (Portuguese) Translated using Weblate (Portuguese) Translated using Weblate (Portuguese) Translated using Weblate (Portuguese) Translated using Weblate (Portuguese) Translated using Weblate (Portuguese) ...
| * \ Merge remote-tracking branch 'origin/develop' into settings-changedHenry Jameson2020-10-17
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * origin/develop: fix fontello Translated using Weblate (Russian) Translated using Weblate (Italian) lint fix fixed copy-pasting leftovers improved algorithm, possibly speed too fix 8x spaces inside this paren feat/reorder-emojis-by-position-of-keyword rename to gravestone Apply 1 suggestion(s) to 1 file(s) change i18n phrasing separate reply button to its own component, add changelog entry add basic deletes support that works with masto WS
| * \ \ Merge remote-tracking branch 'origin/develop' into settings-changedHenry Jameson2020-10-17
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * origin/develop: (48 commits) fix/leftover-emoji-checkboxes-in-settings Apply 1 suggestion(s) to 1 file(s) Translated using Weblate (Spanish) Translated using Weblate (Persian) Translated using Weblate (Persian) Translated using Weblate (Polish) update changelog Stop click propagation when unhiding nsfw Fix Follow Requests title style Translated using Weblate (Persian) Translated using Weblate (Persian) Translated using Weblate (French) Added translation using Weblate (Persian) Translated using Weblate (Chinese (Traditional)) Translated using Weblate (Chinese (Simplified)) Translated using Weblate (Italian) Translated using Weblate (English) Translated using Weblate (English) Translated using Weblate (Basque) Translated using Weblate (Spanish) ...
| * | | | Initial work on highlighting changed settings. Some refactoring toHenry Jameson2020-10-01
| | | | | | | | | | | | | | | | | | | | simplify addition of new settings
* | | | | fixed few-posts TLs when streaming is enabledHenry Jameson2021-01-13
| | | | |
* | | | | fix not being able to re-enable sockets until page refreshHenry Jameson2021-01-13
| | | | |
* | | | | added notices for ws eventsHenry Jameson2021-01-13
| |_|_|/ |/| | |
* | | | fix changing reported status on same userShpuld Shpuldson2021-01-12
| | | |
* | | | Add report button to status ellipsis menuShpuld Shpuldson2021-01-12
| | | |
* | | | fix #1037 chrome sorting didn't like 0, other sorter was just outright brokenHenry Jameson2021-01-04
| | | |
* | | | Basic no-wallpaper supportHenry Jameson2020-12-16
| | | |
* | | | Merge branch 'fix/timeline-error-handling-fixes' into 'develop'Shpuld Shpludson2020-11-18
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | Various timeline fixes See merge request pleroma/pleroma-fe!1283
| * | | | make notifications also use the popup errors, remove all error from ↵Shpuld Shpuldson2020-11-10
| | | | | | | | | | | | | | | | | | | | status/notif state
| * | | | fixes to timeline error handlingShpuld Shpuldson2020-11-10
| | | | |
* | | | | Fix pinned statuses and perhaps some other stuffHenry Jameson2020-11-17
|/ / / /
* | | | change logo to svgHenry Jameson2020-11-02
| | | |
* | | | Merge branch 'optimistic-chat-posting' into 'develop'Shpuld Shpludson2020-11-02
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | Optimistic / nonblocking message posting for chats See merge request pleroma/pleroma-fe!1228
| * | | | Optimistic message sending for chateugenijm2020-11-01
| | |_|/ | |/| |
* / | | Refactor desktop navbar into a component, change layout to grid forHenry Jameson2020-10-29
|/ / / | | | | | | | | | better compatibility with search field and simpler CSS
* | | Merge branch 'feat/masto-ws-deletes' into 'develop'Shpuld Shpludson2020-10-12
|\ \ \ | |_|/ |/| | | | | | | | Support for WS deletes See merge request pleroma/pleroma-fe!1227
| * | Merge branch 'develop' into 'feat/masto-ws-deletes'Shpuld Shpludson2020-10-01
| |\ \ | | | | | | | | | | | | | | | | | | | | # Conflicts: # CHANGELOG.md # src/components/status/status.js # src/components/status/status.scss
| * | | add basic deletes support that works with masto WSShpuld Shpuldson2020-09-06
| | | |
* | | | 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
| | | |
| * | | change chats to use custom makeFetcherShpuld Shpuldson2020-09-02
| | | |
| * | | replace setInterval for timelne, notifications and follow requestsShpuld Shpuldson2020-09-02
| | | |
* | | | Timeline virtual scrollingShpuld Shpludson2020-09-29
| |_|/ |/| |
* | | Merge branch 'fix-chat-message-list-fetch' into 'develop'Shpuld Shpludson2020-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 ↵eugenijm2020-09-16
| | |/ | |/| | | | | | | messages are sent by both participants simultaneously
* / | Fix the chat list order and last message timestamp updateseugenijm2020-09-16
|/ /
* / Add hacky functionality to open specific settings tabsShpuld Shpuldson2020-09-03
|/
* Merge branch 'feat/separate-timeline-navigation-from-navpanel' into 'develop'lain2020-08-06
|\ | | | | | | | | Separate timeline navigation from navpanel See merge request pleroma/pleroma-fe!1172
| * resume last lasttime instead of always friends/publicShpuld Shpuldson2020-07-23
| |
* | Merge branch 'desktop-notifications-for-chat' into 'develop'Shpuld Shpludson2020-07-20
|\ \ | | | | | | | | | | | | | | | | | | Desktop chat notifications Closes #893 See merge request pleroma/pleroma-fe!1185