Commit Graph

2507 Commits

Author SHA1 Message Date
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
19e93af3fa Merge branch 'host-picker-conditional' into 'develop'
RemoteTimeline: only display filter message if the host isn't pinned

See merge request soapbox-pub/soapbox-fe!671
2021-08-12 01:16:49 +00:00
d2a4f433e2 RemoteTimeline: only display filter message if the host isn't pinned 2021-08-11 20:15:26 -05:00
3596fd39b0 Merge branch 'pinned-remote-hosts' into 'develop'
Pinned remote hosts

See merge request soapbox-pub/soapbox-fe!670
2021-08-12 01:10:40 +00:00
4e2f12eb18 pinnedHosts: add host picker to public timelines 2021-08-11 19:38:25 -05:00
6961309b85 RemoteTimeline: allow pinning hosts 2021-08-11 18:55:10 -05:00
9e12e978d8 RemoteTimeline: rename InstanceInfoPanel 2021-08-11 18:35:31 -05:00
a5460bb97e pinnedHosts: actions 2021-08-11 18:23:42 -05:00
86d5bcb5d7 Merge branch 'account-timeline-filters' into 'develop'
Account timeline column settings

See merge request soapbox-pub/soapbox-fe!669
2021-08-11 21:31:29 +00:00
fbeb8de2a0 AccountTimeline: pinned post column settings 2021-08-11 16:00:49 -05:00
1d18db3439 AccountTimeline: column settings UI 2021-08-11 15:49:57 -05:00
dcf7dd216f AccountTimeline: let it be configurable like other timelines 2021-08-11 15:31:46 -05:00