Commit graph

2501 commits

Author SHA1 Message Date
Alex Gleason
9c181e30a5
GitLab CI: attempt to fix PWA routes 2021-08-22 15:44:49 -05:00
Alex Gleason
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
Alex Gleason
28b1bdf1ee
Standalone: fix auth with Mastodon 2021-08-22 14:46:40 -05:00
Alex Gleason
0b4b3479ea
Standalone: support running Soapbox FE on a subdomain 2021-08-22 14:34:58 -05:00
Alex Gleason
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
Alex Gleason
1b30468366
Auth: move some actions into security.js 2021-08-22 10:55:56 -05:00
Alex Gleason
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
Alex Gleason
3d008e46a9
GitLab CI: deploy to pages on develop branch 2021-08-21 23:48:29 -05:00
Alex Gleason
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
Alex Gleason
1579e047b5
Add displayName, use as app name 2021-08-21 22:46:33 -05:00
Alex Gleason
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
Alex Gleason
fcaf19df76
Auth: rudimentary API baseURL support 2021-08-21 22:08:26 -05:00
Alex Gleason
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
Alex Gleason
74f4c59004
Auth: refactor OAuth token actions 2021-08-21 19:45:45 -05:00
Alex Gleason
a1cbbfcb02
Auth: refactor app actions 2021-08-21 19:16:54 -05:00
Alex Gleason
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
Alex Gleason
463b3ba085
Auth: store users by their ActivityPub ID instead of their primary key 2021-08-21 17:38:19 -05:00
Alex Gleason
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
Alex Gleason
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
Alex Gleason
64e2f53692
Mastodon: don't conditionally render chat routes (this causes bugs) 2021-08-20 16:28:15 -05:00
Alex Gleason
e5e15fc3f0
Mastodon: conditionally render emojiReacts 2021-08-20 16:16:53 -05:00
Alex Gleason
893c903d71
Mastodon: conditionally disable chats 2021-08-20 15:46:17 -05:00
Alex Gleason
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
Alex Gleason
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
Shevek
5abd81695a fix lint 2021-08-14 22:59:33 -04:00
Shevek
d6f9b6547a use brand color as browser theme color 2021-08-14 22:49:09 -04:00
Alex Gleason
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
Sean King
3fcee10887
Move to new fontsource packages 2021-08-12 09:06:28 -06:00
Alex Gleason
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
Alex Gleason
fc03a10505
pinnedHosts: fix light theme CSS 2021-08-11 20:34:49 -05:00
Alex Gleason
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
Alex Gleason
d2a4f433e2
RemoteTimeline: only display filter message if the host isn't pinned 2021-08-11 20:15:26 -05:00
Alex Gleason
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
Alex Gleason
4e2f12eb18
pinnedHosts: add host picker to public timelines 2021-08-11 19:38:25 -05:00
Alex Gleason
6961309b85
RemoteTimeline: allow pinning hosts 2021-08-11 18:55:10 -05:00
Alex Gleason
9e12e978d8
RemoteTimeline: rename InstanceInfoPanel 2021-08-11 18:35:31 -05:00
Alex Gleason
a5460bb97e
pinnedHosts: actions 2021-08-11 18:23:42 -05:00
Alex Gleason
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
Alex Gleason
fbeb8de2a0
AccountTimeline: pinned post column settings 2021-08-11 16:00:49 -05:00
Alex Gleason
1d18db3439
AccountTimeline: column settings UI 2021-08-11 15:49:57 -05:00
Alex Gleason
dcf7dd216f
AccountTimeline: let it be configurable like other timelines 2021-08-11 15:31:46 -05:00
Alex Gleason
6665efdc1e Merge branch 'lint-fix' into 'develop'
Lint fix

See merge request soapbox-pub/soapbox-fe!668
2021-08-11 17:48:20 +00:00
Alex Gleason
b53b031720
Lint fix 2021-08-11 12:22:06 -05:00
Alex Gleason
bde53541b7 Merge branch 'account-aliases' into 'develop'
Account aliases

See merge request soapbox-pub/soapbox-fe!663
2021-08-11 17:02:56 +00:00
Alex Gleason
a970545b4b Merge branch 'nuke-load-gap' into 'develop'
Nuke LoadGap

Closes #716

See merge request soapbox-pub/soapbox-fe!667
2021-08-10 02:06:08 +00:00
Alex Gleason
66ece5251e
Nuke LoadGap 2021-08-09 21:02:00 -05:00
3e6d73ed3e Update Polish translation
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2021-08-08 16:24:35 +02:00