Commit graph

78 commits

Author SHA1 Message Date
Henry Jameson
5bc802932e migrate chats module to pinia 2026-07-08 20:29:59 +03:00
Henry Jameson
7e507b142b fixed locked users 2026-07-01 15:03:30 +03:00
Henry Jameson
893ab9d73b cleanup unused imports 2026-06-25 13:46:27 +03:00
Henry Jameson
495e6143d4 split timelines part into its own file 2026-06-25 13:29:47 +03:00
Henry Jameson
e7e615565c lint 2026-06-24 19:41:28 +03:00
Henry Jameson
354f35c690 fix and refactor websocket 2026-06-24 19:38:39 +03:00
Henry Jameson
1ca0ffb1f0 refactor promisedRequest to always return whole response 2026-06-17 17:58:14 +03:00
Henry Jameson
c81813064b src/services/api -> src/api 2026-06-17 14:36:45 +03:00
Henry Jameson
baf283123e api.service.js -> public.js 2026-06-17 14:30:01 +03:00
Henry Jameson
3984a5aefa use OAuthStore directly 2026-06-16 17:32:26 +03:00
Henry Jameson
0d9709825f remaining backend interactor removals 2026-06-15 20:02:22 +03:00
Henry Jameson
ccd4d342b1 fix socket 2026-03-15 19:28:35 +02:00
Henry Jameson
1e93e0a9c3 separate featureset into instancecapabilites store 2026-02-05 00:28:45 +02:00
Henry Jameson
18d8ea6b63 better lint 2026-01-29 20:40:00 +02:00
Henry Jameson
e554eeeef6 separation support 2026-01-29 20:37:48 +02:00
Henry Jameson
24ce2dc0a5 first pass of migration - states and obvious replacements 2026-01-29 00:51:37 +02:00
Henry Jameson
42930252b1 better imports organization 2026-01-08 17:42:20 +02:00
Henry Jameson
b05a501236 biome check --write 2026-01-06 16:23:17 +02:00
Henry Jameson
9262e803ec biome format --write 2026-01-06 16:22:52 +02:00
Henry Jameson
78c92e15d6 public favorites check 2025-06-17 09:37:19 +03:00
Henry Jameson
f36f11045e add Akkoma compatibility (tested on IceShrimp) 2025-06-16 14:57:34 +03:00
Henry Jameson
d1ea589531 manual lint --fix 2025-02-04 15:23:21 +02:00
Henry Jameson
b94d389b7f use absolute paths for stores 2025-02-03 13:02:30 +02:00
Henry Jameson
58e18d48df Merge remote-tracking branch 'origin/develop' into migrate/vuex-to-pinia 2025-01-30 18:08:05 +02:00
tusooa
dfbc2704d8
Authenticate and subscribe to streaming after connection 2024-10-19 14:50:30 -04:00
marcin mikołajczak
9e45228823 Bookmark folders
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2024-09-23 23:13:40 +02:00
marcin mikołajczak
6c4c8fe51f Display quotes count on posts and add quotes list page
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2024-01-04 22:47:41 +01:00
Sean King
b1dcea0199
Migrate interface module to store 2023-04-05 21:06:37 -06:00
Sean King
aa6c13f9e6
Move shout module to store 2023-04-04 21:17:54 -06:00
tusooa
4b252ea8d3
Fix fetchTimeline error 2022-11-24 23:12:08 -05:00
tusooa
2bea5d8128 Merge branch 'add/edit-status' into 'develop'
Add edit status functionality

See merge request pleroma/pleroma-fe!1537
2022-09-11 18:08:00 +00:00
Tusooa Zhu
12b0561992
Fix follow request count 2022-09-07 20:00:41 -04:00
Sean King
ee58e3868c
Merge branch 'develop' of git.pleroma.social:pleroma/pleroma-fe into add/edit-status 2022-08-22 19:08:58 -06:00
Henry Jameson
3a16a59f37 navigation refactored, used in mobile nav as well 2022-08-11 21:56:30 +03:00
Alexander Tumin
171f6f0894 Lists implementation 2022-08-06 17:56:54 +03:00
Sean King
081aa0fd05
Fix merge conflicts 2022-08-01 18:17:09 -06:00
Henry Jameson
fddb531ed2 --fix 2022-07-31 12:35:48 +03:00
Tusooa Zhu
bb5aed09cf
Display edited status 2022-06-11 12:20:11 -04:00
Sean King
1a333aabba
Add edit status functionality 2022-06-07 21:31:48 -06:00
Mark Felder
0604b1d5b7 Rename legacy PleromaFE Chat functionality to "Shout" 2021-06-01 12:51:20 -05:00
Henry Jameson
a8967d85bd streamlined WS flow, reduced spam amount related to WS reconnections 2021-03-09 02:38:10 +02:00
Henry Jameson
90afcd3420 WIP some work on making errors less spammy 2021-03-08 22:24:39 +02:00
Henry Jameson
9a8bc245a6 fixed few-posts TLs when streaming is enabled 2021-01-13 22:17:29 +02:00
Henry Jameson
48bef143d8 fix not being able to re-enable sockets until page refresh 2021-01-13 21:33:20 +02:00
Henry Jameson
64fa662644 added notices for ws events 2021-01-13 21:32:25 +02:00
eugenijm
e798e9a417 Optimistic message sending for chat 2020-11-01 23:36:58 +03:00
Shpuld Shpludson
d86cd3e850 Merge branch 'feat/masto-ws-deletes' into 'develop'
Support for WS deletes

See merge request pleroma/pleroma-fe!1227
2020-10-12 06:05:21 +00:00
Shpuld Shpuldson
40ca0b394e add basic deletes support that works with masto WS 2020-09-06 15:28:09 +03:00
Shpuld Shpuldson
3fb35e8123 rename to promiseInterval 2020-09-04 11:19:53 +03:00
Shpuld Shpuldson
2d914c331e replace setInterval for timelne, notifications and follow requests 2020-09-02 20:40:47 +03:00