Commit Graph

666 Commits

Author SHA1 Message Date
104c2305fb CreateApp: convert to TSX+FC 2022-07-11 11:34:14 -05:00
1254f8a3f3 Merge branch 'feed-suggestions' into 'develop'
Feed suggestions

See merge request soapbox-pub/soapbox-fe!1595
2022-07-11 13:00:41 +00:00
cb26a515a2 Fix suggestions test types 2022-07-09 15:08:01 -05:00
3874d1d9ef Merge remote-tracking branch 'origin/develop' into feed-suggestions 2022-07-09 15:02:45 -05:00
ef6510f03b Merge remote-tracking branch 'origin/develop' into subscription-fixes 2022-07-09 14:46:47 -05:00
6ddb44f626 Upgrade Tabler to v1.73.0, use new import paths, remove Webpack hack 2022-07-09 11:20:02 -05:00
627e6c574f Drop invalid notifications 2022-07-08 17:52:39 -05:00
da9eaf2b82 verifyCredentials: do alert on failure 2022-07-08 14:48:06 -05:00
3fbc912dae logIn: rethrow 403 for non-waitlisted account 2022-07-08 14:38:36 -05:00
8bc8137231 actions/auth: ignore the backend error message, always display "wrong username/password" 2022-07-08 13:02:07 -05:00
afe1edddf9 rootReducer(undefined, {} as any) --> rootState 2022-07-06 17:22:11 -05:00
e9112506c6 FIX ACTION TESTS TYPES 2022-07-06 17:02:44 -05:00
c664844e3c Persist suggestions when filtering feed 2022-07-06 14:30:06 -04:00
b46ccc8b3e Add tests for suggestions action 2022-07-06 14:30:06 -04:00
da98a1e137 Build Feed Suggestions 2022-07-06 14:30:06 -04:00
9ce9a3f951 patchMe(): use multipart/form-data only optionally 2022-07-05 21:04:42 -05:00
388d887583 Upgrade axios to v1.0.0-alpha.1, remove custom toFormData implementation 2022-07-04 12:53:25 -05:00
1e53c9f6d4 username -> acct 2022-06-29 11:10:00 -04:00
1f3785c920 Add FeedCarousel 2022-06-29 11:10:00 -04:00
33bebf5bba Add "carousel" redux logic 2022-06-29 11:10:00 -04:00
61968f3b84 actions/timelines: fix since_id 2022-06-27 09:55:40 -05:00
a228d87fa4 Merge branch 'alexgleason-develop-patch-30581' into 'develop'
Ignore streaming deletion events

See merge request soapbox-pub/soapbox-fe!1566
2022-06-27 14:49:03 +00:00
8e7d3d45a9 Merge branch 'sw-skipwaiting' into 'develop'
ServiceWorker: display a toast to skipWaiting and reload tabs when new ServiceWorker is ready

See merge request soapbox-pub/soapbox-fe!1480
2022-06-27 14:48:42 +00:00
1519bfa969 Fix tests from TSX conversion 2022-06-27 10:02:21 -04:00
e785fd2c63 Merge branch 'add-accounts-action-tests' into 'develop'
Add more tests for accounts action

See merge request soapbox-pub/soapbox-fe!1565
2022-06-27 12:28:50 +00:00
dfbe05b390 Merge branch 'ts' into 'develop'
Reducers: TypeScript

See merge request soapbox-pub/soapbox-fe!1562
2022-06-25 06:00:44 +00:00
4004163fac actions/streaming: comment out unused import 2022-06-24 20:36:06 +00:00
d5ffce844d ServiceWorker: display loading screen while updating 2022-06-24 11:52:57 -05:00
23c37229b8 Don't dismiss ServiceWorker snackbar 2022-06-23 18:03:35 -05:00
82122ffe45 Snackbar: refactor to use opts object 2022-06-23 17:54:38 -05:00
4e545f0638 Reducers: TypeScript
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2022-06-24 00:33:23 +02:00
8a13984be1 Alerts: convert to TSX 2022-06-23 16:07:00 -05:00
3e205a9610 ServiceWorker: click toast to install update (dirty) 2022-06-23 15:20:41 -05:00
a8d4a08e15 Ignore streaming deletion events 2022-06-23 19:58:38 +00:00
86d6c519f0 Add tests for authorizeFollowRequest() action 2022-06-23 15:37:21 -04:00
7fc43f524a Add tests for expandFollowRequests() action 2022-06-23 15:31:32 -04:00
6775beba93 Add tests for fetchFollowRequests() action 2022-06-23 15:24:31 -04:00
ba595259c1 Add tests for fetchRelationships() action 2022-06-23 15:17:36 -04:00
2cc38554fa Add tests for expandFollowing() action 2022-06-23 15:08:53 -04:00
04a2d6be99 Add tests for fetchFollowing() action 2022-06-23 15:03:48 -04:00
c2620b017b Add tests for expandFollowers() action 2022-06-23 14:59:37 -04:00
761d524fdb Add tests for fetchFollowers() action 2022-06-23 14:47:43 -04:00
931f2e16d8 Add tests for removeFromFollowers() action 2022-06-23 14:37:55 -04:00
0a9e1c808b Merge branch 'max-video-duration' into 'develop'
Implement 'video_duration_limit' from API

See merge request soapbox-pub/soapbox-fe!1561
2022-06-23 13:09:46 +00:00
7f8594d05e Reducers: TypeScript
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2022-06-22 22:54:21 +02:00
d56739727e Implement 'video_duration_limit' from API 2022-06-22 15:40:26 -04:00
18df7c0c4a Settings: pass an opts object instead of showAlert 2022-06-22 12:54:36 -05:00
c1a0b7a6a8 Settings: optionally show alert 2022-06-22 12:17:35 -05:00
a16230780e Merge remote-tracking branch 'origin/develop' into ts 2022-06-21 13:57:59 -05:00
04d7a161cd Merge remote-tracking branch 'origin/develop' into hoverstatus 2022-06-20 17:39:41 -05:00