Henry Jameson
1512431973
fix leaky journal by running uniq on addToCollection entries
2022-11-24 22:31:38 +02:00
Henry Jameson
cd7380efe7
Merge remote-tracking branch 'origin/develop' into navigation-update
...
* origin/develop:
Update dependency opn to v5
fix notices being under the navbar, also change offset to use variable
fix modals not having proper z index
reduce indexes to be below 9999 so that develop error messages appear above
Do not allow to find by name in findUser()
Use lookup endpoint to obtain users by nickname
Use $ for id UserProfile routes
Allow opening profile: multiChoiceProprties record, anonymous access
Allow opening profile when clicking an avatar inside of user popover
2022-08-23 21:52:17 +03:00
Henry Jameson
38bd59ceb0
fix journal test
2022-08-16 20:14:18 +03:00
Henry Jameson
821a09109c
fix list tests
2022-08-16 20:00:29 +03:00
Henry Jameson
840ce06397
proper journal trimming + remove some old workaround to my local bad data
2022-08-16 19:24:45 +03:00
Henry Jameson
8d3d8fffab
fixes, clear cache on logout
2022-08-12 01:19:19 +03:00
Henry Jameson
0123872b56
fixes + fixes for anon users
2022-08-12 00:50:08 +03:00
Henry Jameson
72e238ceb3
server side storage support for collections + fixes
2022-08-11 01:07:51 +03:00
Tusooa Zhu
ab4a75bdd9
Do not allow to find by name in findUser()
2022-08-10 12:17:18 -04:00
Henry Jameson
2c0eb29b28
more prefs storage work + move dontShowUpdateNotifs to prefs
2022-08-10 02:37:09 +03:00
Henry Jameson
aa41cedd93
initial prefs storage work
2022-08-10 02:19:07 +03:00
HJ
7773e7de64
Merge branch 'lists-implementation' into 'develop'
...
Add lists support
See merge request pleroma/pleroma-fe!1584
2022-08-09 21:46:55 +00:00
Alexander Tumin
171f6f0894
Lists implementation
2022-08-06 17:56:54 +03:00
Henry Jameson
8c59bad3c2
unit test + some refactoring
2022-08-04 22:09:42 +03:00
Henry Jameson
fddb531ed2
--fix
2022-07-31 12:35:48 +03:00
Shpuld Shpuldson
a0c17e1fd0
fix tests by removing only and adding empty func for notification tests
2020-08-19 16:19:36 +03:00
kPherox
cc4691a4ef
Fix merging array field for users
2020-06-10 03:48:49 +09:00
Shpuld Shpuldson
cda298c822
remove unused mutation and test for it
2020-04-23 11:17:52 +03:00
Shpuld Shpludson
f6b482be51
Emoji Reactions - fixes and improvements
2020-02-11 12:24:51 +00:00
Shpuld Shpuldson
a018ea622c
change emoji reactions to use new format
2020-01-26 15:45:12 +02:00
HJ
8f53796420
Merge branch 'develop' into 'eslint-fix'
...
# Conflicts:
# src/components/post_status_form/post_status_form.vue
2019-07-06 20:43:38 +00:00
Henry Jameson
2c2b84d31d
npm eslint --fix .
2019-07-05 10:02:14 +03:00
taehoon
d8e210df4d
update test for clearTimeline action
2019-07-02 15:07:18 -04:00
HJ
9364964b01
Merge branch 'mastoapi/user-stuff' into 'develop'
...
Transition to MastoAPI: user data
See merge request pleroma/pleroma-fe!655
2019-03-15 13:14:41 +00:00
Henry Jameson
06d39b62a8
fixed tests, review fixes, now storing local users with downcase screen name for
...
better compatibility
2019-03-11 02:17:58 +02:00
shpuld
70d7ed3607
Make minId reset with minVisibleId to prevent gaps when showing new
2019-03-10 22:40:48 +02:00
Henry Jameson
f3a9200b7c
some test fixes, disabled one test for now since logic now is even more async in general
2019-03-09 02:47:20 +02:00
Henry Jameson
4f3a220487
Since BE doesn't support fetching user by screen name over MastoAPI we'll gonna
...
just fetching it over QvitterAPI real quick :DDDDDDDDD
2019-03-08 22:40:57 +02:00
dave
f5adb62e2e
#392 : update defaultState into a function
2019-02-28 14:27:47 -05:00
lambda
fcd99ebc5b
Merge branch 'fix/make-user-by-name-case-insensitive' into 'develop'
...
Make userByName case-insensitive
See merge request pleroma/pleroma-fe!489
2019-01-28 19:25:25 +00:00
shpuld
a593c2cb8c
Make userByName case-insensitive
2019-01-28 21:21:11 +02:00
shpuld
ca78623b34
fix user tl clearing and give it a test
2019-01-28 20:15:00 +02:00
Henry Jameson
a2ef716f3b
consistency in tests too
2019-01-17 19:27:57 +03:00
Henry Jameson
5251de317d
Merge branch 'switch-to-string-ids' into favorites
...
with some changes/merge conflicts resolution
* switch-to-string-ids:
fixx?????
fix notifications?
fix lint
fix tests, removed one unused function, fix real problem that tests helped to surface
added some more explicit to string conversion since BE seem to be sending numbers and it could cause an issue.
Remove all explicit and implicit conversions of statusId to number, changed explicit ones so that they convert them to string
2019-01-17 19:16:45 +03:00
Henry Jameson
d7bd294666
migrated some tests to normalizer, fixed some potential bug, fixed tests to use
...
normalized naming instead of raw qvitter api objects. needs more tests tho.
2019-01-15 18:39:24 +03:00
Henry Jameson
b18e27c6d4
fix tests, removed one unused function, fix real problem that tests helped to
...
surface
2019-01-11 03:38:23 +03:00
Shpuld Shpludson
fb8f774383
Fix profiles without statuses not loading
2018-12-31 01:57:22 +00:00
Henry Jameson
42584b1a34
fixup! fixup! Added logic to process reply to favorite request and update likes counter accordingly. Should fix some of cases of doubled likes and likes counter not decrementing.
2018-08-30 16:52:38 +03:00
Henry Jameson
4589466917
fixup! Added logic to process reply to favorite request and update likes counter accordingly. Should fix some of cases of doubled likes and likes counter not decrementing.
2018-08-30 16:34:24 +03:00
Henry Jameson
cc473df314
changed the only surviving and important test to accommodate for new notifications flow.
2018-08-16 14:46:05 +03:00
Henry Jameson
3afe65352b
removed notification-relevant test because the functionality they are testing do
...
not exist anymore. Gotta write more tho...
2018-08-16 14:07:06 +03:00
Henry Jameson
63650aec29
Added support for qvitter api fetching of notifications
2018-08-12 14:14:34 +03:00
Roger Braun
38653e1ea0
Fix specs.
2018-04-26 20:30:35 +02:00
eal
04a3a44195
Add tests for follow notifications.
2017-08-25 14:07:31 +03:00
Roger Braun
e663420260
Fix notification deletion.
2017-06-13 12:01:47 +02:00
Roger Braun
72de959221
Remove notifications for deleted messages.
2017-06-06 15:54:08 +02:00
Roger Braun
bde1241843
eslint fixes.
2017-03-08 17:58:49 +01:00
Roger Braun
e892fffda7
Correctly calculate the newStatusesCount.
...
Fixes a bug when viewing an updating twkn while logged in.
2017-02-16 12:51:24 +01:00
Roger Braun
66ef9f1328
Add users muting.
2017-02-13 23:22:32 +01:00
Roger Braun
c1d0b04105
Make minVisibleId actually dependent on visible statuses.
2017-01-01 18:10:25 +01:00