Commit graph

1366 commits

Author SHA1 Message Date
Alex Gleason
ffb6f7fd67 Merge branch 'notifications-sort-fix' into 'develop'
Notifications: parseInt ID when sorting

See merge request soapbox-pub/soapbox-fe!259
2020-09-27 19:47:02 +00:00
Alex Gleason
83f31b8a00
Notifications: parseInt ID when sorting 2020-09-27 14:33:21 -05:00
Alex Gleason
aac2b42e9d Merge branch 'halloween-vignette' into 'develop'
Halloween: transparent vignette for light theme

See merge request soapbox-pub/soapbox-fe!258
2020-09-27 18:45:45 +00:00
Alex Gleason
3091f20fc9
Halloween: transparent vignette for light theme 2020-09-27 13:33:03 -05:00
Alex Gleason
d6a7ef8e70 Merge branch 'import_follows' into 'develop'
Import follows

Closes #113

See merge request soapbox-pub/soapbox-fe!234
2020-09-27 17:49:52 +00:00
Alex Gleason
7926854fe6
ImportData: fix webpackChunkName 2020-09-27 12:36:24 -05:00
Alex Gleason
0666557282
ImportData: move FileChooserCSV params into CSVImporter 2020-09-27 12:34:35 -05:00
Alex Gleason
e6e4a5c447
ImportData: allow importing Blocks 2020-09-27 12:24:38 -05:00
Alex Gleason
a2500d9332
ImportData: form validation, Save --> Import 2020-09-27 11:43:26 -05:00
Alex Gleason
1ebc679b8b
ImportData: POST CSV directly instead of reading it 2020-09-27 11:41:46 -05:00
Alex Gleason
2d29d69f50
ImportData: rename some stuff 2020-09-27 11:18:25 -05:00
Alex Gleason
ba6f6b2aa4
Merge remote-tracking branch 'origin/develop' into import_follows 2020-09-27 11:01:01 -05:00
Alex Gleason
bdd6b608a6
Chats: increase pane height 265-->350px 2020-09-26 22:46:55 -05:00
Alex Gleason
bc2aaca5da Merge branch 'auth-form-improvements' into 'develop'
LoginForm: properly convey "isLoading" state

See merge request soapbox-pub/soapbox-fe!254
2020-09-26 02:39:47 +00:00
Alex Gleason
68a43d2df3
LoginForm: properly convey "isLoading" state 2020-09-25 19:49:30 -05:00
Alex Gleason
633d453edf
Halloween: update settings hint 2020-09-25 18:06:15 -05:00
Alex Gleason
896a94d8b9 Merge branch 'halloween' into 'develop'
Halloween mode

See merge request soapbox-pub/soapbox-fe!253
2020-09-25 20:53:22 +00:00
Alex Gleason
14e10382f2
Halloween mode 2020-09-25 15:39:54 -05:00
Alex Gleason
3e5d27bc07 Merge branch 'colorpicker-size' into 'develop'
Move react-color into soapbox_config, reduce initial bundle size, fixes #427

Closes #427

See merge request soapbox-pub/soapbox-fe!250
2020-09-24 04:00:14 +00:00
Alex Gleason
eb76860422
Move react-color into soapbox_config, reduce initial bundle size, fixes #427 2020-09-23 22:46:45 -05:00
Alex Gleason
886ca48f28 Merge branch 'notifications-again' into 'develop'
Refactor notifications again, this time with OrderedMap, fixes #433

Closes #433

See merge request soapbox-pub/soapbox-fe!249
2020-09-24 00:09:57 +00:00
Alex Gleason
f183094f82
Refactor notifications again, this time with OrderedMap, fixes #433 2020-09-23 18:57:10 -05:00
Alex Gleason
5cac0fbc1f Merge branch 'renovate/configure' into 'develop'
Configure Renovate

See merge request soapbox-pub/soapbox-fe!242
2020-09-23 17:01:48 +00:00
Renovate Bot
403ab2ca50
Add renovate.json 2020-09-23 16:49:31 +00:00
Alex Gleason
9c0793d1f3
Comment TIMELINE_DISCONNECT test 2020-09-23 10:26:01 -05:00
Alex Gleason
3b94700311
Lint: fix import 2020-09-23 10:15:49 -05:00
Alex Gleason
4851ec24f9
Don't just put "null" in the notifications list, fixes #432 2020-09-23 10:14:27 -05:00
Alex Gleason
e8a9737fc9 Merge branch 'chat-deletion' into 'develop'
Chat message deletion

Closes #358 and #391

See merge request soapbox-pub/soapbox-fe!247
2020-09-22 22:16:15 +00:00
Alex Gleason
bcc2ee9c70
Chats: fix audio toggle on light theme 2020-09-22 17:02:33 -05:00
Alex Gleason
c96c537a52
Chats: clean up menu icon 2020-09-22 17:00:01 -05:00
Alex Gleason
41eb69ecd1
Chats: report user from message, fixes #391 2020-09-22 16:34:43 -05:00
Alex Gleason
ed4abfdce3
Chats: allow deleting a message, fixes #358 2020-09-22 16:20:10 -05:00
Alex Gleason
2dd3b39e7e
Chats: add label to send button 2020-09-22 14:21:07 -05:00
Alex Gleason
3b8eed17b6 Merge branch 'notifications-refactor' into 'develop'
Notifications: refactor with OrderedSet instead of List

See merge request soapbox-pub/soapbox-fe!245
2020-09-22 18:55:47 +00:00
Alex Gleason
64a68c650e
Notifications: refactor with OrderedSet instead of List 2020-09-22 13:42:08 -05:00
Alex Gleason
ac4040992f Merge branch 'docs-yunohost-install' into 'develop'
Add installing via YunoHost to docs

See merge request soapbox-pub/soapbox-fe!244
2020-09-22 17:36:07 +00:00
Sean King
026c1eb3a1
Add installing via YunoHost to docs 2020-09-22 11:22:46 -06:00
Alex Gleason
1080204a97
Chats: add key to dividers in ChatMessageList 2020-09-21 22:15:00 -05:00
crockwave
c815e4607d Removed use of media upload API, by implementing FileReader 2020-09-19 18:32:43 -05:00
crockwave
241c83233a Debugged import follows. Handles 2 column CSVs with header. Need to change synchronous get to asynchronous get 2020-09-19 16:22:14 -05:00
Alex Gleason
a123bd88be Merge branch 'chat-timestamps' into 'develop'
Chats: add timestamps, fixes #370

Closes #370

See merge request soapbox-pub/soapbox-fe!239
2020-09-19 00:06:11 +00:00
Alex Gleason
bf91463284
Chats: add timestamps, fixes #370 2020-09-18 18:55:57 -05:00
crockwave
3c26d4ed73 Refined import follows. Breaks on Save event 2020-09-18 18:23:58 -05:00
Alex Gleason
61b806a934 Merge branch 'fix-threading' into 'develop'
Refactor threading, fixes #422

Closes #422

See merge request soapbox-pub/soapbox-fe!238
2020-09-18 22:23:04 +00:00
Alex Gleason
b51236a6b0
Threading test #422 2020-09-18 17:03:00 -05:00
Alex Gleason
b29ed6b18a
Refactor threading, fixes #422 2020-09-18 16:16:56 -05:00
Alex Gleason
d8d6b0c950 Merge branch 'chat-mobile-toggle' into 'develop'
Chats: allow toggle notification sounds from mobile

See merge request soapbox-pub/soapbox-fe!237
2020-09-18 05:41:22 +00:00
Alex Gleason
377506a92f
Chats: allow toggle notification sounds from mobile 2020-09-18 00:28:54 -05:00
Alex Gleason
efe66d4301 Merge branch 'chat_notifications' into 'develop'
Chat notifications

Closes #398 and #354

See merge request soapbox-pub/soapbox-fe!211
2020-09-18 04:40:27 +00:00
Alex Gleason
cbf8f82035
Fix 0 bug for user panel, fixes #415 !235 2020-09-17 23:35:08 -05:00