Alex Gleason
|
30a34b0b82
|
Remove .spoiler-button styles
|
2022-11-19 17:17:56 -06:00 |
|
Alex Gleason
|
f3fdc7b387
|
Translations: strip compatibility features from HTML
|
2022-11-19 16:24:35 -06:00 |
|
Alex Gleason
|
990e28ccc8
|
Remove unnecessary stopPropagation() calls
|
2022-11-19 15:55:55 -06:00 |
|
Alex Gleason
|
f66b50361d
|
StatusReplyMentions: prevent bubbling
|
2022-11-19 15:33:30 -06:00 |
|
Alex Gleason
|
4c57968914
|
StatusContent: prevent bubbling of mentions, links, hashtags, and "Read more" button
|
2022-11-19 15:30:09 -06:00 |
|
Alex Gleason
|
6a8d7e4ed3
|
StopPropagation: let it be disabled
|
2022-11-19 15:26:07 -06:00 |
|
Alex Gleason
|
0cea66dcef
|
ProfileDropdown: allow clicking accounts again
|
2022-11-19 15:10:23 -06:00 |
|
Alex Gleason
|
9d87d9957f
|
TranslateButton: stopPropagation()
|
2022-11-19 15:08:49 -06:00 |
|
Alex Gleason
|
e973d69c61
|
Stop mouseUp propagation in statuses
|
2022-11-19 14:36:58 -06:00 |
|
Alex Gleason
|
a0597a6445
|
Merge branch 'fix-status-focus' into 'develop'
Status: prevent selecting text from navigating to the status
Closes #901
See merge request soapbox-pub/soapbox!1919
|
2022-11-19 10:29:36 +00:00 |
|
Alex Gleason
|
dd56885d89
|
Status: prevent selecting text from navigating to the status
Fixes https://gitlab.com/soapbox-pub/soapbox/-/issues/901
|
2022-11-18 18:57:39 -06:00 |
|
Alex Gleason
|
c5756c0e7f
|
Audio: prevent focusing the status when clicked
Fixes https://gitlab.com/soapbox-pub/soapbox/-/issues/1191
|
2022-11-18 18:42:21 -06:00 |
|
Alex Gleason
|
ba8cab0513
|
Sensitive video refactor
Fixes https://gitlab.com/soapbox-pub/soapbox/-/issues/1190
|
2022-11-18 18:34:27 -06:00 |
|
Alex Gleason
|
48a03ed5bd
|
Merge branch 'yotamN-develop-patch-68069' into 'develop'
Add Hebrew translations
See merge request soapbox-pub/soapbox!1883
|
2022-11-18 23:33:22 +00:00 |
|
Alex Gleason
|
cac650cded
|
Merge branch 'cz-language' into 'develop'
improved Czech language localization + changed a few hard-coded strings to localized ones
See merge request soapbox-pub/soapbox!1915
|
2022-11-18 23:32:26 +00:00 |
|
Alex Gleason
|
5351142028
|
Fix PollForm i18n delete message
|
2022-11-18 17:28:56 -06:00 |
|
Michal Dvorak
|
8b61461215
|
replaced intl.formatMessage() call with <FormattedMessage> element + translated a couple of more strings into Czech
|
2022-11-18 21:07:35 +01:00 |
|
Chewbacca
|
4c9006609c
|
Clear cache from React Query on change account
|
2022-11-18 10:25:24 -05:00 |
|
Chewbacca
|
1dfd5244f0
|
Update design for emoji reacts
|
2022-11-17 15:37:58 -05:00 |
|
Chewbacca
|
3a0e753789
|
Update design to likes / reposts in interaction bar
|
2022-11-17 15:03:30 -05:00 |
|
Michal Dvorak
|
020b2d7319
|
improved Czech language localization + changed a few hard-coded strings to localized ones
|
2022-11-17 19:55:40 +01:00 |
|
Chewbacca
|
9f8aabc3d8
|
Align avatar to bottom
|
2022-11-17 13:22:47 -05:00 |
|
Chewbacca
|
8d0ebdee17
|
Clear cache from React Query on logout
|
2022-11-17 13:13:32 -05:00 |
|
Chewbacca
|
10c6a7116c
|
Add blocked message
|
2022-11-17 13:13:22 -05:00 |
|
Chewbacca
|
5fbe248b97
|
Clear cache from React Query on logout
|
2022-11-17 13:13:09 -05:00 |
|
Chewbacca
|
ae0082ad53
|
Wrap chat settings in feature flag
|
2022-11-17 11:53:34 -05:00 |
|
Chewbacca
|
72c26bc9bc
|
Merge remote-tracking branch 'origin/develop' into chats
|
2022-11-17 10:58:34 -05:00 |
|
marcin mikołajczak
|
2cc1007e56
|
Merge branch 'cleanup-styles' into 'develop'
Remove unused styles, also fix #1180
Closes #1180
See merge request soapbox-pub/soapbox!1911
|
2022-11-17 15:48:03 +00:00 |
|
marcin mikołajczak
|
8ca1cd0345
|
Merge branch 'sensitive-overlay-height' into 'develop'
Fix 'Overly long content warning spills over the banner'
Closes #1173
See merge request soapbox-pub/soapbox!1910
|
2022-11-17 15:44:26 +00:00 |
|
|
2b8bad3cb0
|
Remove unused styles, also fix #1180
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
|
2022-11-17 16:10:18 +01:00 |
|
|
d5ad531246
|
Fix 'Overly long content warning spills over the banner'
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
|
2022-11-17 14:36:53 +01:00 |
|
|
d351ffab18
|
Fix 'Icon counter is italicized'
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
|
2022-11-17 10:52:56 +01:00 |
|
marcin mikołajczak
|
e7e80d637d
|
Merge branch 'language-pl' into 'develop'
Update Polish translation
See merge request soapbox-pub/soapbox!1907
|
2022-11-17 01:22:04 +00:00 |
|
|
33a7438d9d
|
Update Polish translation
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
|
2022-11-16 23:52:12 +01:00 |
|
|
6c8ed2ad65
|
Fix promo panel icon picker, use TS, FC
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
|
2022-11-16 23:42:40 +01:00 |
|
Chewbacca
|
9b70a2487e
|
Remove 'radio-button.scss', 'dirctory.scss' and move RadioButton to UI Components
|
2022-11-16 16:38:32 -05:00 |
|
Chewbacca
|
5f67eb26ca
|
Remove 'trends.scss'
|
2022-11-16 15:10:57 -05:00 |
|
Chewbacca
|
e5ea7331df
|
Remove 'wtf-panel.scss'
|
2022-11-16 15:04:15 -05:00 |
|
Chewbacca
|
2c4d45d418
|
Remove 'remote-timeline.scss'
|
2022-11-16 14:35:34 -05:00 |
|
Chewbacca
|
0ebdbc0f91
|
Remove 'setting-toggle.scss'
|
2022-11-16 14:35:20 -05:00 |
|
Chewbacca
|
44066a006a
|
Remove Reset SCSS
|
2022-11-16 14:07:25 -05:00 |
|
Chewbacca
|
6a130abd3e
|
Remove Truth SCSS
|
2022-11-16 13:53:10 -05:00 |
|
Chewbacca
|
539b207175
|
Remove footer SCSS
|
2022-11-16 13:05:12 -05:00 |
|
Chewbacca
|
2d5c97ce3b
|
Fix typography on dark mode in About page
|
2022-11-16 13:03:33 -05:00 |
|
Chewbacca
|
c2cedaf02c
|
Remove 'donations.scss'
|
2022-11-16 12:50:38 -05:00 |
|
Chewbacca
|
a559ed72c9
|
Move Accordion into Component UI
|
2022-11-16 12:30:24 -05:00 |
|
Chewbacca
|
53feace383
|
Remove 'accordian.scss'
|
2022-11-16 12:25:47 -05:00 |
|
Chewbacca
|
656bf0296d
|
Remove 'about.scss' and 'server-info.scss'
|
2022-11-16 10:15:18 -05:00 |
|
Chewbacca
|
41a08c613b
|
Organize modals into modals/ subfolder
|
2022-11-16 09:34:16 -05:00 |
|
Chewbacca
|
4c20784567
|
Merge branch 'organize-soapbox' into 'develop'
Cleanup file names
See merge request soapbox-pub/soapbox!1894
|
2022-11-16 14:33:35 +00:00 |
|
Chewbacca
|
2b46fe2d40
|
Fix test
|
2022-11-16 09:06:20 -05:00 |
|
Alex Gleason
|
286b483ff1
|
Merge branch 'external-profile-link' into 'develop'
View remote profile from 3-dots
Closes #997
See merge request soapbox-pub/soapbox!1896
|
2022-11-16 13:57:06 +00:00 |
|
Chewbacca
|
5a9c0942b3
|
Merge branch 'organize-assets' into 'develop'
Organize "assets" within app/ directory
See merge request soapbox-pub/soapbox!1892
|
2022-11-16 13:36:12 +00:00 |
|
Chewbacca
|
774b627397
|
Rename files (14): cleanup misc v2
|
2022-11-16 08:35:35 -05:00 |
|
Chewbacca
|
863ac4ea70
|
Rename files (13): cleanup misc
|
2022-11-16 08:35:32 -05:00 |
|
Chewbacca
|
8818763f28
|
Rename files (12): rand
|
2022-11-16 08:35:29 -05:00 |
|
Chewbacca
|
637d78db01
|
Rename files (11): utils
|
2022-11-16 08:34:55 -05:00 |
|
Chewbacca
|
fe34af29d3
|
Rename files (10): service-worker + storage
|
2022-11-16 08:34:53 -05:00 |
|
Chewbacca
|
d99339ee6c
|
Rename files (9): reducers
|
2022-11-16 08:34:50 -05:00 |
|
Chewbacca
|
ad2acd26f5
|
Rename files (8): pages
|
2022-11-16 08:34:47 -05:00 |
|
Alex Gleason
|
ba319c3dd2
|
View remote profile from 3-dots
|
2022-11-15 21:53:35 -06:00 |
|
Chewbacca
|
8a6ad5e6f7
|
Rename files (7): normalizers
|
2022-11-15 14:06:25 -05:00 |
|
Chewbacca
|
24e7873bce
|
Rename files (6): _ -> -
|
2022-11-15 14:00:40 -05:00 |
|
Chewbacca
|
d4f5fd4d88
|
Rename files (5): _ -> -
|
2022-11-15 12:23:36 -05:00 |
|
Alex Gleason
|
7f3ab20555
|
Fix tests that rely on emojification
|
2022-11-15 10:25:24 -06:00 |
|
Chewbacca
|
717e61a6e0
|
Rename files (4): _ -> -
|
2022-11-15 11:13:54 -05:00 |
|
Chewbacca
|
5a449e7916
|
Rename files (3): _ -> -
|
2022-11-15 11:11:42 -05:00 |
|
Chewbacca
|
a0d960dd21
|
Rename files (2): _ -> -
|
2022-11-15 11:00:49 -05:00 |
|
Alex Gleason
|
770794dcd7
|
Patch emoji parsing from upstream
https://github.com/mastodon/mastodon/pull/20640
https://github.com/mastodon/mastodon/pull/20677
|
2022-11-15 09:47:13 -06:00 |
|
Chewbacca
|
c95423c7e7
|
Rename files (1): _ -> -
|
2022-11-15 09:11:30 -05:00 |
|
Chewbacca
|
e78242806f
|
Rename files (0): _ -> -
|
2022-11-15 09:10:14 -05:00 |
|
Chewbacca
|
db5d0d6400
|
Move 'compareId' to comparators utils
|
2022-11-15 08:58:55 -05:00 |
|
Chewbacca
|
a202fe68d1
|
Move api into a folder
|
2022-11-15 08:43:26 -05:00 |
|
Chewbacca
|
8b22ca5f27
|
Organize fonts,images,icon,sounds into 'assets' folder
|
2022-11-15 08:23:36 -05:00 |
|
Chewbacca
|
dad7c22603
|
Remove Halloween theme
|
2022-11-15 08:23:16 -05:00 |
|
Alex Gleason
|
f6fb4def41
|
Merge branch 'flashing-hashtags-fix' into 'develop'
Hashtag timeline: stop flashing repeatedly
Closes #1166
See merge request soapbox-pub/soapbox!1891
|
2022-11-15 12:56:10 +00:00 |
|
Alex Gleason
|
386be7d9e3
|
Hashtag timeline: stop flashing repeatedly
Fixes https://gitlab.com/soapbox-pub/soapbox/-/issues/1166
|
2022-11-14 17:03:40 -06:00 |
|
Alex Gleason
|
cecbc7c277
|
Fix sensitive content z-order (when a sensitive status contains a sensitive quote)
|
2022-11-14 16:34:30 -06:00 |
|
Chewbacca
|
dbfcc0da3e
|
Add Chats onboarding tests
|
2022-11-14 16:09:07 -05:00 |
|
Chewbacca
|
5d5a29b9f0
|
Merge branch 'autoplay-videos' into 'develop'
Add preference to auto-play videos
See merge request soapbox-pub/soapbox!1882
|
2022-11-14 17:42:41 +00:00 |
|
Chewbacca
|
c421819202
|
Refactor to use URL and URLSearchParams
|
2022-11-14 11:51:35 -05:00 |
|
Chewbacca
|
caa3873821
|
Account for API validation errors
|
2022-11-14 11:22:45 -05:00 |
|
Chewbacca
|
d5fc6fe252
|
Merge remote-tracking branch 'origin/develop' into chats
|
2022-11-14 10:14:45 -05:00 |
|
Alex Gleason
|
0ae57236c7
|
Make quote posting work on Akkoma
|
2022-11-13 12:43:36 -06:00 |
|
|
6b5e802bd0
|
Add 'create event' button to profile dropdown for now
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
|
2022-11-12 23:30:46 +01:00 |
|
|
3c1b9c6154
|
lint
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
|
2022-11-12 16:52:06 +01:00 |
|
|
7b2193d753
|
Merge remote-tracking branch 'soapbox/develop' into events-
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
|
2022-11-12 16:48:27 +01:00 |
|
marcin mikołajczak
|
36acb77175
|
Merge branch 'ts' into 'develop'
JS -> TS, FC
See merge request soapbox-pub/soapbox!1634
|
2022-11-12 15:16:32 +00:00 |
|
|
c76639c42e
|
JS -> TS, FC
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
|
2022-11-12 15:18:24 +01:00 |
|
marcin mikołajczak
|
6c521f5b7b
|
Merge branch 'permalinks' into 'develop'
Replace some <Permalink />s with <Link />s
See merge request soapbox-pub/soapbox!1025
|
2022-11-12 14:17:04 +00:00 |
|
Alex Gleason
|
42bc5448fc
|
Merge branch 'forenta-develop-patch-98480' into 'develop'
Update de.json
See merge request soapbox-pub/soapbox!1878
|
2022-11-12 13:54:16 +00:00 |
|
|
6bf9040a34
|
Replace Permalinks with Links
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
|
2022-11-12 12:43:34 +01:00 |
|
marcin mikołajczak
|
3d2e7eeffe
|
Merge branch 'localization-strings' into 'develop'
Do not define translatable messages inline
See merge request soapbox-pub/soapbox!1886
|
2022-11-12 10:50:10 +00:00 |
|
|
f2c5e138f3
|
Do not define translatable messages inline
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
|
2022-11-12 00:07:02 +01:00 |
|
|
e75f1ea074
|
Update some dependencies
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
|
2022-11-11 20:42:18 +01:00 |
|
Yotam Nachum
|
a0b854da33
|
Add Hebrew translations
|
2022-11-11 15:34:50 +00:00 |
|
Chewbacca
|
5c6ae4d6da
|
Make auto-play video optional config
|
2022-11-11 10:21:32 -05:00 |
|
Chewbacca
|
4a4e0daa1a
|
Autoplay videos from Rumble
|
2022-11-11 09:57:39 -05:00 |
|
Chewbacca
|
ecc67737c6
|
D
|
2022-11-11 08:01:17 -05:00 |
|
Chewbacca
|
b364af645f
|
Remove overflow property from around Virtuoso
|
2022-11-11 07:58:42 -05:00 |
|
Chewbacca
|
3a7f27b5bf
|
Drop chat_message.created notifications
|
2022-11-11 07:22:21 -05:00 |
|
Chewbacca
|
c889ece788
|
Fix mobile navigation on Chats
|
2022-11-11 07:16:53 -05:00 |
|
Chewbacca
|
d12ca77502
|
Merge remote-tracking branch 'origin/develop' into chats
|
2022-11-11 06:58:20 -05:00 |
|
Chewbacca
|
c453bbb687
|
Update Chat with last_message when current_user is sending a message
|
2022-11-10 16:41:24 -05:00 |
|
Chewbacca
|
0164bf35a0
|
Temporarily disable sounds
|
2022-11-10 16:07:00 -05:00 |
|
|
4d9e4879ed
|
Fix Escape key not working in modals
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
|
2022-11-10 21:46:51 +01:00 |
|
Chewbacca
|
93a696a72f
|
Re-sort the ChatList when new messages come in
|
2022-11-10 15:42:59 -05:00 |
|
Chewbacca
|
15c22863d7
|
Fetch relationships everytime we fetch a single chat
|
2022-11-10 11:56:36 -05:00 |
|
marcin mikołajczak
|
d19a93f109
|
Merge branch 'click-handling' into 'develop'
Improve click handling
See merge request soapbox-pub/soapbox!1879
|
2022-11-10 16:54:20 +00:00 |
|
|
4c37afa34f
|
Improve click handling
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
|
2022-11-10 17:01:41 +01:00 |
|
forenta
|
7295b0edcd
|
Update de.json
|
2022-11-10 12:37:26 +00:00 |
|
Chewbacca
|
ce6915cded
|
Add test for StatusActionBar
|
2022-11-09 14:23:33 -05:00 |
|
Chewbacca
|
1390d155b8
|
Hide action bar if status is under review
|
2022-11-09 14:03:38 -05:00 |
|
Chewbacca
|
5f83ba9324
|
'inReview' -> 'isUnderReview'
|
2022-11-09 13:43:15 -05:00 |
|
Chewbacca
|
98b2fdf9a4
|
Improve emoji to support custom
|
2022-11-09 13:17:10 -05:00 |
|
Chewbacca
|
38e350de24
|
Support Emoji-only messages
|
2022-11-09 12:55:22 -05:00 |
|
Chewbacca
|
94c55b6cbe
|
Reduce size of read receipts
|
2022-11-09 12:34:06 -05:00 |
|
Chewbacca
|
e7106a35b3
|
Refactor 'createChatMessage' mutation
|
2022-11-09 12:24:44 -05:00 |
|
Chewbacca
|
2460d85460
|
Add more tests to chats query
|
2022-11-09 10:28:15 -05:00 |
|
Chewbacca
|
d637626838
|
Only mark last message as read if needed
|
2022-11-09 10:16:04 -05:00 |
|
Chewbacca
|
e7e121e78f
|
Fix spacing under last message
|
2022-11-09 09:16:22 -05:00 |
|
Chewbacca
|
7c68392617
|
Merge remote-tracking branch 'origin/develop' into chats
|
2022-11-09 09:03:48 -05:00 |
|
Chewbacca
|
f5ddd586f6
|
Add 2 minute deletion duration for testing
|
2022-11-09 08:37:50 -05:00 |
|
Alex Gleason
|
8208518e2c
|
Merge branch 'translation-runner-ts' into 'develop'
translationRunner TypeScript
See merge request soapbox-pub/soapbox!1875
|
2022-11-09 13:32:30 +00:00 |
|
Alex Gleason
|
ec5fd4ee09
|
Merge branch 'fix-akkoma' into 'develop'
Add support for Akkoma
See merge request soapbox-pub/soapbox!1876
|
2022-11-09 13:31:41 +00:00 |
|
Chewbacca
|
17e0d93316
|
Merge branch 'update-sidebar-colors' into 'develop'
Update colors in sidebar
See merge request soapbox-pub/soapbox!1873
|
2022-11-09 12:47:13 +00:00 |
|
Chewbacca
|
f6290be1e2
|
Merge remote-tracking branch 'origin/develop' into chats
|
2022-11-09 07:46:51 -05:00 |
|
Alex Gleason
|
a93196b316
|
Add support for Akkoma
|
2022-11-08 23:35:19 -06:00 |
|
Alex Gleason
|
8ff1dddc7e
|
translationRunner: improve types
|
2022-11-08 15:33:47 -06:00 |
|
Chewbacca
|
756b03cfe5
|
Remove 'transparent' theme from Input
|
2022-11-07 16:30:53 -05:00 |
|
Chewbacca
|
f269b754f0
|
Remove 'retry' if successful response
|
2022-11-07 16:25:53 -05:00 |
|
Chewbacca
|
0105458c22
|
Update privacy copy
|
2022-11-07 16:18:18 -05:00 |
|
Chewbacca
|
ee05f79497
|
Remove log
|
2022-11-07 15:42:55 -05:00 |
|
Chewbacca
|
3fbc5716db
|
Update colors in sidebar
|
2022-11-07 15:41:14 -05:00 |
|
Chewbacca
|
357e46248e
|
Always refetch and re-hydrate the Chat
|
2022-11-07 15:40:19 -05:00 |
|
Chewbacca
|
37bec50c08
|
Use default search input
|
2022-11-07 15:40:04 -05:00 |
|
Chewbacca
|
0e52244d58
|
Add blankslate when chats are present
|
2022-11-07 12:13:44 -05:00 |
|
Chewbacca
|
715eeee540
|
Add tooltip to 'auto-delete' info
|
2022-11-07 11:53:40 -05:00 |
|
Chewbacca
|
1ae9775e07
|
Add link to profile in Chat header
|
2022-11-07 11:47:18 -05:00 |
|
Chewbacca
|
57b2629337
|
Consolidate 'message user' in profile
|
2022-11-07 11:43:17 -05:00 |
|
Chewbacca
|
14353c1aff
|
Add blocked copy in ChatList
|
2022-11-07 11:16:47 -05:00 |
|
Chewbacca
|
3da075dd0c
|
Change to 'last_message.unread'
|
2022-11-07 10:53:44 -05:00 |
|
Chewbacca
|
6538db17e7
|
Fix relative link to Profile
|
2022-11-07 10:04:02 -05:00 |
|
Chewbacca
|
5490e83caf
|
Update alignment of title/search-box and ChatList
|
2022-11-07 10:01:11 -05:00 |
|
Chewbacca
|
b9c649011c
|
Update 'theme' of message timestamp in ChatList
|
2022-11-07 09:54:44 -05:00 |
|
Chewbacca
|
acede4b519
|
Merge remote-tracking branch 'origin/develop' into chats
|
2022-11-07 08:17:11 -05:00 |
|
|
1526ccaa2e
|
Merge remote-tracking branch 'soapbox/develop' into translations
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
|
2022-11-05 17:37:36 +01:00 |
|
marcin mikołajczak
|
1cdf277d08
|
Merge branch 'revoke-confirmation' into 'develop'
Ask for confirmation before revoking current session
See merge request soapbox-pub/soapbox!1871
|
2022-11-05 16:23:28 +00:00 |
|
|
5658ee77a4
|
Ask for confirmation before revoking current session
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
|
2022-11-05 16:55:23 +01:00 |
|
|
99bd9f5e8e
|
Add form element on compose area
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
|
2022-11-05 11:46:15 +01:00 |
|
|
92b12e533e
|
Merge remote-tracking branch 'soapbox/develop' into translations
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
|
2022-11-04 22:41:51 +01:00 |
|
|
1ea4ae3a57
|
Only support Pleroma for now
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
|
2022-11-04 22:36:39 +01:00 |
|
Alex Gleason
|
de4f1aaabf
|
Notifications: exclude chat messages from "All" filter, improve exclude_types fallback
|
2022-11-04 13:02:23 -05:00 |
|
Alex Gleason
|
b98c84c78a
|
Fix account.mute_expires_at type
|
2022-11-04 12:20:55 -05:00 |
|
Alex Gleason
|
2f85c93bd5
|
Merge branch 'translations-dev-zh' into 'develop'
translations: update zh-CN, zh-HK & zh-TW
See merge request soapbox-pub/soapbox!1866
|
2022-11-04 17:08:54 +00:00 |
|
Alex Gleason
|
043458c626
|
Merge branch 'status-card-fix' into 'develop'
Fix link previews in statuses
Closes #1158
See merge request soapbox-pub/soapbox!1867
|
2022-11-04 16:38:04 +00:00 |
|
marcin mikołajczak
|
f11ba14093
|
Merge branch 'muting_with_duration' into 'develop'
Support mutes duration
See merge request soapbox-pub/soapbox!913
|
2022-11-04 16:29:08 +00:00 |
|
Alex Gleason
|
245f6b9678
|
Fix link previews in statuses
|
2022-11-04 11:19:35 -05:00 |
|
Alex Gleason
|
6855decf88
|
Merge remote-tracking branch 'origin/develop' into remove-at-decorators
|
2022-11-04 10:22:48 -05:00 |
|
Chewbacca
|
97450f416c
|
Fallback to username
|
2022-11-04 10:43:19 -04:00 |
|
Alex Gleason
|
645af3d1ed
|
Merge branch 'remove-unused' into 'develop'
Remove unused .js files, remove groups
See merge request soapbox-pub/soapbox!1862
|
2022-11-04 14:38:05 +00:00 |
|
Alex Gleason
|
0d82e129a0
|
Merge branch 'dev-sw' into 'develop'
Developers: add Service Worker debug page
See merge request soapbox-pub/soapbox!1863
|
2022-11-04 14:37:22 +00:00 |
|
Alex Gleason
|
9adc297058
|
Merge branch 'react-notification' into 'develop'
Don't check react-notification into the repo
See merge request soapbox-pub/soapbox!1864
|
2022-11-04 14:37:00 +00:00 |
|
Alex Gleason
|
241865170a
|
Merge branch 'fix-column-headings' into 'develop'
Fix spacing around column headings, remove unused column settings
See merge request soapbox-pub/soapbox!1865
|
2022-11-04 14:36:40 +00:00 |
|
Chewbacca
|
245a0f4fc8
|
Add Memory Router above ChatContext
|
2022-11-04 10:24:40 -04:00 |
|
Chewbacca
|
2ecf837656
|
Remove changing of screen when updating a chat
|
2022-11-04 09:49:35 -04:00 |
|
Chewbacca
|
4408c6035f
|
Fix jump of content
|
2022-11-04 07:51:26 -04:00 |
|
Chewbacca
|
f833a1560d
|
Merge remote-tracking branch 'origin/develop' into chats
|
2022-11-04 07:37:12 -04:00 |
|
Chewbacca
|
8d99cfd24f
|
Invalid individual Chat query on chat acceptance
|
2022-11-04 07:37:05 -04:00 |
|
Chewbacca
|
472df260fe
|
Ensure Policy Modal opens upon login
|
2022-11-04 07:36:48 -04:00 |
|
Chewbacca
|
53208bd670
|
Improve light-mode styling on Policy Modal and Read Receipts
|
2022-11-04 07:36:30 -04:00 |
|
Chewbacca
|
63c02cf31e
|
Temporarily disable setting the Chat cached object
|
2022-11-04 07:36:10 -04:00 |
|
Fleetclip
|
cc76dcfe69
|
translations: update zh-CN, zh-HK & zh-TW
|
2022-11-04 10:17:12 +00:00 |
|
Alex Gleason
|
29d320a658
|
Fix spacing around column headings, remove unused column settings
|
2022-11-03 19:56:03 -05:00 |
|
Alex Gleason
|
69767b0b75
|
Don't check react-notification into the repo
|
2022-11-03 19:36:14 -05:00 |
|
Alex Gleason
|
d385c0d80c
|
Developers, SW: check 'waiting' before 'active'
|
2022-11-03 19:00:15 -05:00 |
|
Alex Gleason
|
66cd92970b
|
Developers: add Service Worker debug page
|
2022-11-03 18:56:33 -05:00 |
|
Alex Gleason
|
fd6899b6cb
|
Fix reducers/user_lists test
|
2022-11-03 16:20:20 -05:00 |
|
Chewbacca
|
b510ccb865
|
Fix loading state of blankslate
|
2022-11-03 17:08:48 -04:00 |
|
Chewbacca
|
bc65331cbb
|
Make sure relationship is fetched in Chat Main Page
|
2022-11-03 16:54:18 -04:00 |
|
Alex Gleason
|
dec89cb236
|
Remove unused .js files, remove groups
|
2022-11-03 15:52:25 -05:00 |
|
Alex Gleason
|
00023642ca
|
Remove @ decorators
|
2022-11-03 15:33:51 -05:00 |
|
Alex Gleason
|
fb907b07c3
|
Convert InstanceRestrictions to TSX+FC
|
2022-11-03 15:19:05 -05:00 |
|
Alex Gleason
|
6a864d126d
|
Refactor spacing of statuses
|
2022-11-03 14:57:33 -05:00 |
|
Chewbacca
|
4767f4fd8c
|
properly handle routing after deleting chat
|
2022-11-03 15:29:53 -04:00 |
|
Chewbacca
|
fe55152667
|
Fix break-words with HTML
|
2022-11-03 15:22:18 -04:00 |
|
Chewbacca
|
7571b88c51
|
Add unread indicator + fix bug with read receipts
|
2022-11-03 15:16:07 -04:00 |
|
Alex Gleason
|
7599876e13
|
Refactor sensitive content overlay to work with reposts
|
2022-11-03 14:14:02 -05:00 |
|
Chewbacca
|
bfcafecfe2
|
Merge remote-tracking branch 'origin/develop' into chats
|
2022-11-03 14:16:52 -04:00 |
|
Chewbacca
|
51c01bfc04
|
Keep fresh messages
|
2022-11-03 13:55:33 -04:00 |
|
Chewbacca
|
a2540cb0d0
|
Add route
|
2022-11-03 13:33:33 -04:00 |
|
Chewbacca
|
69723305eb
|
Fix tests
|
2022-11-03 13:22:06 -04:00 |
|
Chewbacca
|
18717c7967
|
Update badge counts again to prevent overlay
|
2022-11-03 12:48:17 -04:00 |
|
Chewbacca
|
7451a52fc2
|
Merge remote-tracking branch 'origin/chats' into chats
|
2022-11-03 12:13:59 -04:00 |
|
Chewbacca
|
df2f38a60f
|
Add ability to DM from profile
|
2022-11-03 12:13:54 -04:00 |
|
Chewbacca
|
be136fe6cf
|
Add max count to sidebar icons
|
2022-11-03 12:13:45 -04:00 |
|
Alex Gleason
|
9bbffb6957
|
Fix video not visible in modal
|
2022-11-02 19:55:39 -05:00 |
|
Alex Gleason
|
27b5211203
|
Merge remote-tracking branch 'origin/chats' into chats
|
2022-11-02 16:08:39 -05:00 |
|
Alex Gleason
|
8cd84b6128
|
Chats: accepting_messages --> accepts_chat_messages
|
2022-11-02 15:10:13 -05:00 |
|
Alex Gleason
|
1873ba3e22
|
Chats: feature-gate chat message reporting
|
2022-11-02 14:33:14 -05:00 |
|
Chewbacca
|
d0960de07c
|
Merge remote-tracking branch 'origin/chats' into chats
|
2022-11-02 15:28:22 -04:00 |
|
Chewbacca
|
54466f1293
|
Move query into Context
|
2022-11-02 15:28:16 -04:00 |
|
Alex Gleason
|
4d9f7fec32
|
Chats: normalize chat messages again so attachments don't break
|
2022-11-02 14:23:39 -05:00 |
|
Alex Gleason
|
9802257751
|
Chats: make chat acceptance and deletion feature-gated
|
2022-11-02 14:14:16 -05:00 |
|
Alex Gleason
|
4dc0ab2d00
|
Chats: make Truth Policies conditional
|
2022-11-02 14:02:43 -05:00 |
|
Alex Gleason
|
69d92b6f95
|
Chats: make chatsExpiration a conditional feature
|
2022-11-02 13:58:02 -05:00 |
|
Alex Gleason
|
239b2af553
|
Chats: make message_expiration optional (for Pleroma compatibility)
|
2022-11-02 13:53:41 -05:00 |
|
Alex Gleason
|
eeb8ca37a6
|
Merge remote-tracking branch 'origin/develop' into chats
|
2022-11-02 11:27:21 -05:00 |
|
Chewbacca
|
9869cf6f55
|
Add 'unread' indicator to Messages
|
2022-11-01 14:35:51 -04:00 |
|
Alex Gleason
|
7efb5729bd
|
Display only know notification types
|
2022-11-01 13:16:25 -05:00 |
|
Chewbacca
|
650387dc77
|
Add Policy Modal
|
2022-11-01 13:22:29 -04:00 |
|
Chewbacca
|
929a78641b
|
Fix bug when selecting previous chat
|
2022-11-01 10:04:21 -04:00 |
|
Chewbacca
|
b33b32d9dc
|
Update 'last_message' if the user deletes it
|
2022-11-01 09:44:21 -04:00 |
|
Chewbacca
|
15cd5f9104
|
Remove 'Getting Started' blankslate
|
2022-11-01 08:22:12 -04:00 |
|
Chewbacca
|
e63f5e6fb5
|
Update lifespan copy to be dynamic in Intro
|
2022-11-01 08:04:31 -04:00 |
|
Chewbacca
|
e0a3d03b55
|
Update Chat Settings for the main page
|
2022-11-01 07:59:30 -04:00 |
|
Alex Gleason
|
20f47c72c9
|
Preferences: "sensitive contnt" typofix
|
2022-10-31 18:02:55 -05:00 |
|
Alex Gleason
|
18f73aae7c
|
Compose: don't inherit spoilerness of post being replied to
|
2022-10-31 16:50:06 -05:00 |
|
Alex Gleason
|
9ae8fc4e03
|
Compose: clean up unused sensitivity actions
|
2022-10-31 16:26:58 -05:00 |
|
Alex Gleason
|
69157097dd
|
SpoilerInput: fix ref
|
2022-10-31 16:23:17 -05:00 |
|
Alex Gleason
|
f51f2984a5
|
Compose: overhaul Spoiler feature
|
2022-10-31 16:19:51 -05:00 |
|
Alex Gleason
|
9ea0b9cdbe
|
Compose: send sensitive: true when spoiler is enabled
|
2022-10-31 15:38:23 -05:00 |
|
Alex Gleason
|
aea7bdcaa0
|
Preferences: media display --> sensitive content
|
2022-10-31 15:22:25 -05:00 |
|
Alex Gleason
|
e3352b89d8
|
Remove "show more" CW button, display SensitiveContentOverlay instead
|
2022-10-31 15:18:40 -05:00 |
|
Chewbacca
|
d9befff3f5
|
Update report text to be more clear
|
2022-10-31 15:55:04 -04:00 |
|
Chewbacca
|
1d04810c5a
|
Update ToS link to accent blue
|
2022-10-31 15:53:24 -04:00 |
|
Chewbacca
|
2c7fcdd00b
|
Update copy for Unblock modal
|
2022-10-31 15:51:51 -04:00 |
|
Chewbacca
|
d89ac0e0a5
|
Conversation -> Chat
|
2022-10-31 15:48:42 -04:00 |
|
Chewbacca
|
86e79354d7
|
Add new Welcome experience
|
2022-10-31 12:14:22 -04:00 |
|
Chewbacca
|
0c0d568056
|
Merge remote-tracking branch 'origin/develop' into chats
|
2022-10-31 10:54:31 -04:00 |
|
|
643e59d426
|
Fix typo in Polish translation
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
|
2022-10-29 23:12:08 +02:00 |
|
Chewbacca
|
24bca458bd
|
Add tests for chats query
|
2022-10-28 13:01:39 -04:00 |
|
Alex Gleason
|
2effafd1f6
|
Remove favicon from index.html
|
2022-10-27 14:29:40 -05:00 |
|
Chewbacca
|
3e2888eb75
|
Handle unreadCount when messages are deleted
|
2022-10-27 13:59:54 -04:00 |
|
|
3448022965
|
Support translation feature on Mastodon
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
|
2022-10-27 19:48:41 +02:00 |
|
Chewbacca
|
da1d8c7e97
|
Merge remote-tracking branch 'origin/develop' into chats
|
2022-10-27 10:25:46 -04:00 |
|
Chewbacca
|
e8c72c8e11
|
Handle message deletions via websockets
|
2022-10-27 10:25:37 -04:00 |
|
Chewbacca
|
75233526cc
|
Update duration design for Widget
|
2022-10-26 13:28:50 -04:00 |
|
Chewbacca
|
54363e24a9
|
Add ability to update deletion duration
|
2022-10-26 13:08:02 -04:00 |
|
marcin mikołajczak
|
12b6f58f3e
|
Merge branch 'actions-modal-styles' into 'develop'
Make ActionsModal items full width, minor style improvements
See merge request soapbox-pub/soapbox!1846
|
2022-10-26 12:25:57 +00:00 |
|
Chewbacca
|
22f3dd9444
|
Disable chatMessages query if blocked
|
2022-10-25 13:10:53 -04:00 |
|
Chewbacca
|
f156c1026d
|
Hide message history if blocked
|
2022-10-25 13:07:25 -04:00 |
|
|
3e0b6c38cd
|
Merge remote-tracking branch 'soapbox/develop' into events-
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
|
2022-10-25 18:46:29 +02:00 |
|
Chewbacca
|
70957fe540
|
Add blocked/block experience to chats
|
2022-10-25 11:40:14 -04:00 |
|
Chewbacca
|
01c40eb42d
|
Add 'delete for me' action
|
2022-10-25 10:13:08 -04:00 |
|
Chewbacca
|
9eb09e4aab
|
Remove Chat Silence feature from web
|
2022-10-25 08:23:33 -04:00 |
|
Chewbacca
|
d346d334f6
|
Merge remote-tracking branch 'origin/develop' into chats
|
2022-10-25 08:16:43 -04:00 |
|
|
9ac18e787f
|
Show unauthorized modal when clicking emoji button if unauthorized
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
|
2022-10-25 00:01:53 +02:00 |
|
Chewbacca
|
c9424cda76
|
Merge remote-tracking branch 'origin/develop' into chats
|
2022-10-24 12:25:35 -04:00 |
|
|
d7727b727f
|
Make ActionsModal items full width, minor style improvements
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
|
2022-10-23 20:52:45 +02:00 |
|