Commit Graph

2518 Commits

Author SHA1 Message Date
6c034e3a41 Minor accessibility improvements
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2021-08-28 15:22:04 +02:00
3dacb5448a Merge branch 'mastodong' into 'develop'
Mastodon: conditionally display Markdown, emojiReact column settings, sidebar...

See merge request soapbox-pub/soapbox-fe!690
2021-08-23 23:13:20 +00:00
56462d8a9a Add accounts_meta reducer to support storing source data for multiple accounts 2021-08-23 17:51:32 -05:00
d2a6a90757 Mastodon: fix edit profile source rendering 2021-08-23 16:03:35 -05:00
be0f252351 Mastodon: conditionally display Markdown, emojiReact column settings, sidebar features, and account aliases 2021-08-23 15:31:42 -05:00
dbb13eabc3 Merge branch 'federating-conditionals' into 'develop'
Federating conditional UI

See merge request soapbox-pub/soapbox-fe!689
2021-08-23 19:58:52 +00:00
d9354c8511 GitLab CI: do rebuild on pages deploy 2021-08-23 14:37:36 -05:00
680cfe09f8 GitLab CI: don't cache static directory
This didn't work like I hoped
2021-08-23 14:36:14 -05:00
6b19f39d51 Federating conditional UI 2021-08-23 14:14:47 -05:00
c18224f911 Merge branch 'conditional-scopes' into 'develop'
Conditional OAuth scopes

See merge request soapbox-pub/soapbox-fe!688
2021-08-23 00:31:05 +00:00
39c95f7a00 Conditional OAuth scopes 2021-08-22 19:13:09 -05:00
f848f6ace3 GitLab CI: remove negated globs 2021-08-22 17:16:22 -05:00
47f2795a47 Merge branch 'standalone-fix-scopes' into 'develop'
Standalone: fix token scope request

See merge request soapbox-pub/soapbox-fe!687
2021-08-22 22:14:07 +00:00
3e4a687a4b Standalone: fix token scope request 2021-08-22 17:13:01 -05:00
9a34ce9803 Merge branch 'gitlab-ci-speedup' into 'develop'
GitLab CI speedup

See merge request soapbox-pub/soapbox-fe!686
2021-08-22 21:53:31 +00:00
4c183b3a84 GitLab CI: cache build directory between jobs 2021-08-22 16:32:26 -05:00
1b06ead6d2 GitLab CI: only run jobs when relevant files change 2021-08-22 16:18:01 -05:00
9c181e30a5 GitLab CI: attempt to fix PWA routes 2021-08-22 15:44:49 -05:00
9e966532fe Merge branch 'standalone' into 'develop'
Standalone: support running Soapbox FE on a subdomain

Closes #76

See merge request soapbox-pub/soapbox-fe!685
2021-08-22 20:00:35 +00:00
28b1bdf1ee Standalone: fix auth with Mastodon 2021-08-22 14:46:40 -05:00
0b4b3479ea Standalone: support running Soapbox FE on a subdomain 2021-08-22 14:34:58 -05:00
6a06d8b9cc Merge branch 'auth-actions-security' into 'develop'
Auth: move some actions into security.js

See merge request soapbox-pub/soapbox-fe!684
2021-08-22 16:15:24 +00:00
1b30468366 Auth: move some actions into security.js 2021-08-22 10:55:56 -05:00
c0353cf4cb Merge branch 'pages-deploy' into 'develop'
GitLab CI: deploy to pages on develop branch

See merge request soapbox-pub/soapbox-fe!683
2021-08-22 04:50:28 +00:00
3d008e46a9 GitLab CI: deploy to pages on develop branch 2021-08-21 23:48:29 -05:00
d81c31ce63 Merge branch 'app-nicename' into 'develop'
Add displayName, use as app name

See merge request soapbox-pub/soapbox-fe!682
2021-08-22 04:05:05 +00:00
1579e047b5 Add displayName, use as app name 2021-08-21 22:46:33 -05:00
a582c7efd7 Merge branch 'api-baseurl' into 'develop'
Auth: rudimentary API baseURL support

See merge request soapbox-pub/soapbox-fe!681
2021-08-22 03:23:33 +00:00
fcaf19df76 Auth: rudimentary API baseURL support 2021-08-21 22:08:26 -05:00
d236b61c96 Merge branch 'app-actions-refactor' into 'develop'
Auth: refactor actions: apps, security, oauth

See merge request soapbox-pub/soapbox-fe!680
2021-08-22 01:07:29 +00:00
74f4c59004 Auth: refactor OAuth token actions 2021-08-21 19:45:45 -05:00
a1cbbfcb02 Auth: refactor app actions 2021-08-21 19:16:54 -05:00
1540d61ad7 Merge branch 'ap-id-auth' into 'develop'
Auth: store users by their ActivityPub ID instead of their primary key

See merge request soapbox-pub/soapbox-fe!679
2021-08-21 23:15:33 +00:00
463b3ba085 Auth: store users by their ActivityPub ID instead of their primary key 2021-08-21 17:38:19 -05:00
bfa61cf62a Merge branch 'attachment-previews' into 'develop'
Attachment preview icons

See merge request soapbox-pub/soapbox-fe!678
2021-08-21 14:44:57 +00:00
686c458b63 Attachment preview icons
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2021-08-21 16:28:05 +02:00
84c7b9df06 Merge branch 'mastodont' into 'develop'
Conditionally display Chats and EmojiReacts depending on BE capabilties

See merge request soapbox-pub/soapbox-fe!677
2021-08-20 21:45:12 +00:00
64e2f53692 Mastodon: don't conditionally render chat routes (this causes bugs) 2021-08-20 16:28:15 -05:00
e5e15fc3f0 Mastodon: conditionally render emojiReacts 2021-08-20 16:16:53 -05:00
893c903d71 Mastodon: conditionally disable chats 2021-08-20 15:46:17 -05:00
a3f06badcf Merge branch 'fix-search' into 'develop'
Fix load more search results

See merge request soapbox-pub/soapbox-fe!676
2021-08-19 22:06:31 +00:00
88d1b9a0a2 Add missing propType
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2021-08-19 23:52:51 +02:00
5f68df64f1 Fix load more search results
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2021-08-19 23:49:37 +02:00
e0cb4e0ec9 Merge branch 'browser-theme-color' into 'develop'
use brand color as browser theme color

See merge request soapbox-pub/soapbox-fe!675
2021-08-15 03:45:16 +00:00
5abd81695a fix lint 2021-08-14 22:59:33 -04:00
d6f9b6547a use brand color as browser theme color 2021-08-14 22:49:09 -04:00
c7584f19f2 Merge branch 'move/new-fontsource-packages' into 'develop'
Move to new fontsource packages

See merge request soapbox-pub/soapbox-fe!673
2021-08-12 15:24:39 +00:00
3fcee10887 Move to new fontsource packages 2021-08-12 09:06:28 -06:00
8a21fb6cb1 Merge branch 'pinned-host-css-fix' into 'develop'
pinnedHosts: fix light theme CSS

See merge request soapbox-pub/soapbox-fe!672
2021-08-12 01:35:41 +00:00
fc03a10505 pinnedHosts: fix light theme CSS 2021-08-11 20:34:49 -05:00