Commit graph

4990 commits

Author SHA1 Message Date
Justin
4e47ee1bea Merge branch 'landing-page-dark-mode' into 'develop'
Add "dark mode" support to Landing Page

See merge request soapbox-pub/soapbox-fe!1344
2022-05-11 11:19:18 +00:00
Alex Gleason
504940304a
SidebarNavigation: add back search button 2022-05-10 20:25:19 -05:00
Alex Gleason
99b76bb745
Fix LandingPage test. Fix rememberSoapboxConfig not importing (!!) 2022-05-10 19:11:26 -05:00
Alex Gleason
3785a2890f
Registrations aren't really open unless accountCreation is supported 2022-05-10 19:04:29 -05:00
Alex Gleason
7fecd521d7
Treat Pepe API as an extension, not a feature 2022-05-10 18:48:57 -05:00
Alex Gleason
92367c3495 Merge branch 'mastodon-nginx' into 'develop'
Mastodon nginx: route /.well-known/host-meta, fix /packs

See merge request soapbox-pub/soapbox-fe!1346
2022-05-10 23:03:40 +00:00
Alex Gleason
ac9b281350
Mastodon nginx: route /.well-known/host-meta, fix /packs 2022-05-10 17:57:40 -05:00
Alex Gleason
f08583668e Merge branch 'mastodon-nginx' into 'develop'
Installing Soapbox atop Mastodon with Nginx

See merge request soapbox-pub/soapbox-fe!1345
2022-05-10 22:41:21 +00:00
Alex Gleason
3bbad5b5fc
Mastodon nginx: route pghero and sidekiq to Mastodon 2022-05-10 17:20:33 -05:00
Alex Gleason
3919212196
Mastodon nginx: fix streaming API location 2022-05-10 16:54:19 -05:00
Alex Gleason
fb17e59d77
Add Mastodon installation docs 2022-05-10 15:55:26 -05:00
Alex Gleason
8ba2db78d7
Mastodon nginx: ActivityPub routing 2022-05-10 15:40:25 -05:00
Alex Gleason
1d3a928293
Mastodon nginx: tweak backend locations 2022-05-10 15:05:45 -05:00
Justin
6a11832d67 Merge branch 'add-cta-banner' into 'develop'
Add CTA banner

See merge request soapbox-pub/soapbox-fe!1342
2022-05-10 19:52:38 +00:00
Justin
c862825970 Add dark mode support to landing page 2022-05-10 15:52:12 -04:00
Justin
3e2058a4b1 Add custom HTML to Tailwind Purge config 2022-05-10 15:51:58 -04:00
Justin
23e20568e1 Add Dark Mode support to landing page header 2022-05-10 15:51:36 -04:00
Justin
c879f82b48 Remove beta page 2022-05-10 15:50:35 -04:00
Alex Gleason
5f38e10981
Mastodon nginx: make it mostly work 2022-05-10 14:48:30 -05:00
Alex Gleason
84f032c4e2
Check in default mastodon.conf 2022-05-10 12:30:47 -05:00
Alex Gleason
b4c81f2b94 Merge branch 'alexgleason-develop-patch-79380' into 'develop'
README: update download URL to v2.0.0

See merge request soapbox-pub/soapbox-fe!1343
2022-05-10 17:03:39 +00:00
Alex Gleason
3f956a31c0 README: update download URL to v2.0.0 2022-05-10 17:03:16 +00:00
Justin
173fbd6535 Include CtaBanner in layouts 2022-05-10 06:17:14 -04:00
Justin
a8142d9e2b Add CtaBanner component 2022-05-10 06:17:01 -04:00
Justin
32a0438f23 Rename SignUpPanel 2022-05-10 06:16:25 -04:00
Alex Gleason
57cfd9b18e
EditFederationModal: convert to tsx 2022-05-09 22:39:57 -05:00
Alex Gleason
5a23d75aa5
InstanceModerationPanel: convert to tsx 2022-05-09 22:28:06 -05:00
Alex Gleason
035c974137
RemoteTimeline: convert to TSX 2022-05-09 22:22:01 -05:00
Alex Gleason
1991e5751d
PinnedHostsPicker: convert to TSX 2022-05-09 21:59:30 -05:00
Alex Gleason
57c8030374
InstanceInfoPanel: convert to TSX 2022-05-09 21:49:53 -05:00
Alex Gleason
570686b83a
RemoteInstancePage: convert to TSX 2022-05-09 21:35:22 -05:00
marcin mikołajczak
562812fecf Merge branch 'language-pl' into 'develop'
Update Polish translation

See merge request soapbox-pub/soapbox-fe!1339
2022-05-09 21:29:13 +00:00
marcin mikołajczak
7b727e8449 Merge branch 'account-moving' into 'develop'
Account moving API is not part of Pleroma yet

See merge request soapbox-pub/soapbox-fe!1338
2022-05-09 21:09:44 +00:00
04d1539a76 Update Polish translation
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2022-05-09 23:09:16 +02:00
19ff2a2e05 Account moving API is not part of Pleroma yet
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2022-05-09 22:49:51 +02:00
Alex Gleason
d520f4d837 Merge branch 'registration' into 'develop'
Registration improvements

See merge request soapbox-pub/soapbox-fe!1325
2022-05-09 20:42:15 +00:00
Alex Gleason
1902e47412
Checkbox: add jsdoc comment 2022-05-09 12:20:50 -05:00
Alex Gleason
c9ea4794ff
FormGroup: use hasError variable (tiny refactor) 2022-05-09 12:19:49 -05:00
Alex Gleason
06385acbe0
RegistrationForm: remove unused import, use single-quotes on string 2022-05-09 12:17:58 -05:00
Alex Gleason
e7d02da096
Delete legacy ShowablePassword component (new <Input> component adapts to type='password') 2022-05-09 12:05:32 -05:00
Alex Gleason
08386e1c42
Merge branch 'registration' of gitlab.com:soapbox-pub/soapbox-fe into registration 2022-05-09 12:03:04 -05:00
Justin
989b1800fa Add CTA banner to the bottom of the page 2022-05-09 13:02:12 -04:00
Alex Gleason
3c08326806
Merge remote-tracking branch 'origin/develop' into registration 2022-05-09 12:00:50 -05:00
Alex Gleason
7226e0d871
RegistrationForm: use FormGroup errors instead of passing hasError directly 2022-05-09 12:00:27 -05:00
Alex Gleason
d4ebfe474f
FormGroup: pass hasError to child component 2022-05-09 11:53:16 -05:00
Alex Gleason
5e531eda30
Input: add hasError styles 2022-05-09 11:28:38 -05:00
Alex Gleason
1d5ce04b86 Merge branch 'public-layout-improvements' into 'develop'
Move invite page and external login page to AuthLayout

See merge request soapbox-pub/soapbox-fe!1327
2022-05-09 16:28:18 +00:00
Alex Gleason
75c4582ce6
Merge remote-tracking branch 'origin/develop' into public-layout-improvements 2022-05-09 11:06:56 -05:00
Justin
abc1b4fa16 Merge branch 'truncate-notification-name' into 'develop'
Add truncation to notification descriptor

Closes #944

See merge request soapbox-pub/soapbox-fe!1336
2022-05-09 14:46:23 +00:00
Justin
136a6c99bf Add truncation to notification descriptor 2022-05-09 10:26:03 -04:00