Commit graph

1244 commits

Author SHA1 Message Date
Alex Gleason
8c10afad3e
Fix empty column display 2020-06-12 16:46:46 -05:00
Alex Gleason
d3b31c8bcf
About page: restore functionality, fix tests 2020-06-12 14:39:56 -05:00
Alex Gleason
1a07c3bac5
Account Media Timeline: Fix key duplication error 2020-06-12 14:11:53 -05:00
Alex Gleason
27925d2746
Account Timeline: Filter media from reposts 2020-06-12 14:07:06 -05:00
Alex Gleason
cbdcccb8b2
Fix RGB->HSL precision issues
Moved back to chromatism. Well worth it for the accuracy.
2020-06-12 10:48:04 -05:00
Alex Gleason
e0c3c50b8c
Version bump to 1.0.0 2020-06-11 23:51:18 -05:00
Alex Gleason
e101afd619
"Profile unavailable" only if blocked, fixes #96 2020-06-11 23:42:05 -05:00
Alex Gleason
5e60fe1954
Support Pleroma legacy notification counter, fixes #172 2020-06-10 08:45:48 -05:00
Alex Gleason
0e86d03c97
Tests: Notification reducer NOTIFICATIONS_EXPAND_SUCCESS 2020-06-10 00:52:58 -05:00
Alex Gleason
d78a62ed41
Lint: whitespace issue 2020-06-09 23:13:03 -05:00
Alex Gleason
c5e1f3cfd4
Lint: Fix weird react-hooks error 2020-06-09 23:11:35 -05:00
Alex Gleason
144469cda9
Test: Form input snapshots 2020-06-09 23:00:26 -05:00
Alex Gleason
d04f6c9ebc
Test: LoginPage snapshots 2020-06-09 22:26:26 -05:00
Alex Gleason
e62d46ce53
Test: Refactor createComponent() helper 2020-06-09 22:26:05 -05:00
Alex Gleason
4a01b80ede
Test: LoginForm snapshot 2020-06-09 22:15:00 -05:00
Alex Gleason
49589e1e7c
Test: Refactor helper functions 2020-06-09 22:14:48 -05:00
Alex Gleason
f147940d22
Test: CaptchaField 2020-06-09 22:04:22 -05:00
Alex Gleason
6d6dbd9113
Test: Start creating component snapshots 2020-06-09 21:29:50 -05:00
Alex Gleason
f4c12c6986
Tests: Boilerplate all reducers 2020-06-09 20:08:07 -05:00
Alex Gleason
0c1eeb9efa
Tests: start reducers/auth tests 2020-06-09 19:31:52 -05:00
Curtis
76b620a802 Update soapbox.js to log soapbox.json parsing errors to the console. Fixes #171
Removed unnecessary semicolon at end of file
2020-06-09 23:53:35 +00:00
Alex Gleason
9fa7f7bf0f
Tests: Start auth actions 2020-06-09 18:29:55 -05:00
Alex Gleason
6ee3d77e55
Forms: set id in state, fixes #178 2020-06-09 18:26:49 -05:00
Alex Gleason
23039c353e
Tests: DRY mockStore() 2020-06-09 17:28:32 -05:00
Alex Gleason
628d73eb81
Tests: actions/about.js 2020-06-09 17:22:35 -05:00
Alex Gleason
f71f7e4dbd
Tests: Clear API mocks between each test 2020-06-09 17:16:22 -05:00
Alex Gleason
842f35ebc5
Tests: Allow stubbing API 2020-06-09 17:07:27 -05:00
Alex Gleason
6810f8d0b6
Tests: Start mocking API for action tests 2020-06-09 16:47:41 -05:00
Alex Gleason
85a56d86f3
Locales: Remove unused index.js 2020-06-09 16:34:12 -05:00
Alex Gleason
1b36699021
API: Remove unused CSRF token logic 2020-06-09 16:34:00 -05:00
Isabell Deinschnitzel
28992cdec1 Update de.json: minor changes 2020-06-09 11:00:33 +00:00
Alex Gleason
5bfa2603db
Favourite --> Like, fixes #167 2020-06-08 20:48:11 -05:00
Isabell Deinschnitzel
b9fc66523d Update de.json: typo 2020-06-08 07:53:25 +00:00
Sean King
e0ac688017 Switch to Back to <instance name> when logged in on mobile view as well. 2020-06-08 02:00:49 +00:00
Alex Gleason
aed445954d
Jest: Restore avatar tests 2020-06-07 19:57:54 -05:00
Alex Gleason
3a6b4e9628 Merge branch 'czech-translation' into 'master'
Czech translation

See merge request soapbox-pub/soapbox-fe!60
2020-06-07 23:51:00 +00:00
matrix07012
467719524d Czech translation 2020-06-07 23:51:00 +00:00
Alex Gleason
2b409fb6cd Merge branch 'patch-7' into 'master'
Update de.json: More minor changes

See merge request soapbox-pub/soapbox-fe!61
2020-06-07 23:50:12 +00:00
Alex Gleason
d78760e188
Composer: Improve design, fixes #158 2020-06-07 18:05:54 -05:00
Isabell Deinschnitzel
ba04b4cbb1 Update de.json: More minor changes 2020-06-07 22:44:53 +00:00
Alex Gleason
52e0d1f475
Support injecting custom CSS, fixes #145 2020-06-07 17:30:47 -05:00
Alex Gleason
289f90dd4e
Fix PropType errors 2020-06-07 17:18:26 -05:00
Alex Gleason
d295368170
RegistrationForm: Handle email confirmation, fixes #137 2020-06-07 17:11:14 -05:00
Alex Gleason
e120b56e8f
/auth/sign_up --> /, fixes #106 2020-06-07 16:55:28 -05:00
Alex Gleason
e78d8d59b6
Compose: Fix content retention on close, fixes #139 2020-06-07 16:40:56 -05:00
Alex Gleason
346d84351c
LandingPage: Conditionally show "Back to {site_title}" instead of login form, fixes #135 2020-06-07 16:16:47 -05:00
Alex Gleason
374e985e37
Composer: Only process mentions if they exist, fixes #133 2020-06-07 16:06:31 -05:00
Alex Gleason
4737dc6da9
Compose: Fix NSFW tag error on CW 2020-06-07 15:30:21 -05:00
Alex Gleason
74a01a7b3e
MoreFollows: count can never be negative, fixes #146 2020-06-07 15:11:41 -05:00
Alex Gleason
886b241433
MoreFollows: Only show when all follows have been loaded 2020-06-07 15:09:25 -05:00
Alex Gleason
409431d7e8
Focal Point: make conditional based on BE, fixes #159 2020-06-07 14:57:13 -05:00
Alex Gleason
dfb133b22c
Features: focalPoint check 2020-06-07 14:52:13 -05:00
Alex Gleason
8f532b1b92
Media gallery: Fix upload limit, hotfix for #150 2020-06-07 14:40:54 -05:00
Alex Gleason
75412ca078
Features: add attachmentLimit check 2020-06-07 14:31:04 -05:00
Alex Gleason
cc6aae5937
Reformat features-test.js 2020-06-07 14:26:28 -05:00
Alex Gleason
d772608df4
Search: Conditionally display hashtag features, fixes #142 2020-06-07 14:09:33 -05:00
Alex Gleason
1f751cd324
TimelineQueueButtonHeader: yarn manage:translations and merge DE change 2020-06-07 11:37:57 -05:00
Alex Gleason
81fa77b8a5
TimelineQueueButtonHeader: Make more i18n friendly 2020-06-07 11:26:08 -05:00
Isabell Deinschnitzel
61c34b93e7 timeline_queue.label updated 2020-06-07 15:01:48 +00:00
Alex Gleason
80ddf656d8
Theming: RGB --> HSL 2020-06-06 22:55:00 -05:00
Isabell Deinschnitzel
78fe7f24d4 Update de.json. Some minor changes. 2020-06-06 22:54:46 +00:00
Isabell Deinschnitzel
b2a0e9870b
Update de.json: Weitere Übersetzungen ergänzt 2020-06-06 16:47:58 -05:00
Alex Gleason
86508da96e
EditProfile: i18n 2020-06-06 15:52:33 -05:00
Alex Gleason
f3fb5bbed4
Preferences: i18n 2020-06-06 15:36:00 -05:00
Alex Gleason
f143f053b1 Merge branch 'patch-1' into 'master'
Update de.json: Weitere Überarbeitungen.

See merge request soapbox-pub/soapbox-fe!50
2020-06-06 20:03:53 +00:00
Alex Gleason
af8d35469c
Add many more translatable fields 2020-06-06 14:57:05 -05:00
Alex Gleason
92d909e3c7
Run yarn manage:translations 2020-06-06 14:08:26 -05:00
Alex Gleason
9323cf1fdf
Pluralize messages on more_follows.js 2020-06-06 14:06:45 -05:00
Isabell Deinschnitzel
5868133ec1 Update de.json 2020-06-06 11:39:00 +00:00
Isabell Deinschnitzel
190366336b Update de.json 2020-06-05 23:46:57 +00:00
Isabell Deinschnitzel
5c6e47f4a6 Update de.json 2020-06-05 23:12:05 +00:00
Isabell Deinschnitzel
9778be3608 Update de.json 2020-06-05 22:50:18 +00:00
Alex Gleason
2178c0d595
SecurityForm: Style OAuth tokens 2020-06-05 16:24:07 -05:00
Alex Gleason
35d5e7d649
SecurityForm: Revoke OAuth token 2020-06-05 15:54:09 -05:00
Alex Gleason
db1ad3e16f
SecurityForm: Display OAuth tokens 2020-06-05 15:43:03 -05:00
Alex Gleason
8fd5a3cd35
Consolidate actions/security.js --> actions/auth.js 2020-06-05 15:27:31 -05:00
Alex Gleason
c1f3dbd22d
SecurityForm: i18n 2020-06-05 15:21:29 -05:00
Alex Gleason
75a0062dd4
Make /auth/edit a private route 2020-06-05 15:21:19 -05:00
Alex Gleason
da44a769d6
Get ChangePasswordForm working 2020-06-05 15:14:27 -05:00
Alex Gleason
e972cfc191
SecurityForm: Break ChangeEmailForm into separate component 2020-06-05 15:03:21 -05:00
Alex Gleason
f99d1300c2
Security --> SecurityForm 2020-06-05 15:00:24 -05:00
Alex Gleason
ab280b80e1
SecurityForm: Add navigation links 2020-06-05 14:58:59 -05:00
Alex Gleason
683950b73c
SecurityForm: Disable on submit 2020-06-05 14:50:24 -05:00
Alex Gleason
91d511c4b9
SecurityForm: Respond to submit 2020-06-05 14:45:00 -05:00
Alex Gleason
1076788add
Security: Form confirmations 2020-06-05 14:39:27 -05:00
Alex Gleason
860b2d18f4
Security: Rudimentary email change 2020-06-05 14:25:26 -05:00
Alex Gleason
f910caed18
Account header <span> fixes 2020-06-04 23:12:14 -05:00
Alex Gleason
082d3f1121
Allow only valid locales 2020-06-04 21:50:11 -05:00
Alex Gleason
9e20452692
Streaming: load messages async 2020-06-04 21:28:19 -05:00
Alex Gleason
956fa99ee1
Import locale messages dynamically 2020-06-04 21:22:58 -05:00
Alex Gleason
0d76b761ac
class --> className 2020-06-04 21:13:38 -05:00
Alex Gleason
2e9ce293dd
Remove whitelist files 2020-06-04 20:28:56 -05:00
Alex Gleason
39a651121b
Update language selector in Preferences with all languages 2020-06-04 20:01:00 -05:00
Alex Gleason
8b181c38f3
Fix i18n streaming.js 2020-06-04 19:43:53 -05:00
Alex Gleason
36f5b6cea8
Delete unused container components 2020-06-04 19:40:01 -05:00
Alex Gleason
52621e8db8
intl.now() --> Date.now() 2020-06-04 19:30:24 -05:00
Alex Gleason
6e1db9a013
Basic locale support 2020-06-04 18:34:28 -05:00
Alex Gleason
36447e4bf2
Add Language dropdown to Preferences 2020-06-04 18:32:46 -05:00
Alex Gleason
3ae22ce8ee
Add missing <span> tags back to some FormattedMessages 2020-06-04 18:11:24 -05:00
Alex Gleason
f0528e9d43
Better locale detection 2020-06-04 17:29:00 -05:00
Alex Gleason
3e2b282cb8
Postpone setting the brand color until soapbox.json succeeds or fails
Fixes color flickering during load
2020-06-03 14:47:49 -05:00
Alex Gleason
8f566b70e6
Better actions names for INSTANCE_FETCH_SUCCESS etc 2020-06-03 14:26:22 -05:00
Alex Gleason
e8fcd9bf18
Actually set default brandColor in SoapboxMount 2020-06-03 14:20:45 -05:00
Alex Gleason
7d58694cce
Set Azure as default brandColor (can still be set blank with null) 2020-06-03 11:23:21 -05:00
Alex Gleason
6116b56676
Redirect /settings to /settings/preferences 2020-06-03 01:30:57 -05:00
Alex Gleason
8159a7edc7
Emoji mart styling 2020-06-02 18:31:55 -05:00
Alex Gleason
d5fba20091
Update gab references 2020-06-02 17:45:06 -05:00
Alex Gleason
d21db82247
Remove theming cruft 2020-06-02 15:48:27 -05:00
Alex Gleason
eb9517873d
Extrapolate meta colors in css instead of JS 2020-06-02 15:28:15 -05:00
Alex Gleason
c4a2a86618
Theme mode set in Preferences 2020-06-02 12:16:26 -05:00
Alex Gleason
6f8ca44984
Homepage css fixes 2020-06-01 23:26:02 -05:00
Alex Gleason
d4a88c0243
Remove unused import 2020-06-01 08:31:42 -05:00
Alex Gleason
3fc5d7a83c
Get theme from soapbox.json 2020-06-01 00:49:43 -05:00
Alex Gleason
3a7178300f
Delete spaces in rgba colors 2020-05-31 23:24:31 -05:00
Alex Gleason
4ddcb9bcd0
Lighten --primary-text-color-faint, fix wtf-panel shadow 2020-05-31 23:08:55 -05:00
Alex Gleason
d12bc38112
Dark theme improvements 2020-05-31 21:05:00 -05:00
Alex Gleason
97ba4b005d
Fix IconButton centering issues 2020-05-31 19:38:07 -05:00
Alex Gleason
55c958c7ad
Homepage style improvements 2020-05-31 19:22:08 -05:00
Alex Gleason
4a2493a7e2
Replace $primary-text-color 2020-05-31 18:44:20 -05:00
Alex Gleason
36f888c027
Remove all themes except light and dark 2020-05-31 18:28:58 -05:00
Alex Gleason
53cb73634d
Color replace --brand-color-med 2020-05-31 16:27:35 -05:00
Alex Gleason
a44d4d2dc8
Lower highlight text color contrast 2020-05-31 16:12:41 -05:00
Alex Gleason
4d484153ac
More SCSS variable replacements 2020-05-31 15:17:10 -05:00
Alex Gleason
86d585ffbd
Merge branch 'master' into themes 2020-05-31 13:51:45 -05:00
Alex Gleason
a2c9aeb8dd
Conditionally fetch /nodeinfo/2.1.json for Pleroma < 2.1, #137 2020-05-31 12:01:21 -05:00
Alex Gleason
2c0ee3f29d
generateTheme function, refactor 2020-05-31 00:21:41 -05:00
Alex Gleason
4ac7663d3c
--nav-ui-highlight-color -> --accent-color 2020-05-30 22:06:33 -05:00
Alex Gleason
0491183877
Replace $highlight-text-color 2020-05-30 21:48:37 -05:00
Alex Gleason
56540932e1
Start adding color adaptations 2020-05-30 20:11:08 -05:00
Alex Gleason
67a7adb9a9
Action to set theme, render theme CSS 2020-05-30 19:05:01 -05:00
Alex Gleason
61fcfdbc6e
Fix ComposeForm Ctrl+Enter hotkey issue, fixes #127 2020-05-30 17:29:50 -05:00
Alex Gleason
c932872727
RegistrationForm: Refresh Captcha on registration fail 2020-05-29 15:06:14 -05:00
Alex Gleason
78732d8d43
Let Captcha be force-refreshed with idempotencyKey 2020-05-29 15:02:04 -05:00
Bárbara de Castro Fernandes
775f923708 Add 'block user' option to the report window 2020-05-29 15:05:24 -03:00
Alex Gleason
30384cbfef
Clean up auth code 2020-05-29 09:55:38 -05:00
Curtis
dbee88f795 Update auth.js to fix #97 login failure 2020-05-29 02:17:38 +00:00
Alex Gleason
c5886508eb
Pull reduceMotion from Redux store 2020-05-28 20:50:53 -05:00
Alex Gleason
f451b81e25
Remove searchEnabled 2020-05-28 20:41:18 -05:00
Alex Gleason
2e105d40ef
Remove profile_directory 2020-05-28 20:39:37 -05:00
Alex Gleason
806718a97e
Remove invitesEnabled 2020-05-28 20:38:28 -05:00
Alex Gleason
183c6538ca
Pull displayMedia from Redux store 2020-05-28 20:36:39 -05:00
Alex Gleason
d24dcb3e60
gabsocial --> soapbox paths 2020-05-28 17:56:55 -05:00
Alex Gleason
c9c08dff5c
Move Soapbox config to fetchable endpoint 2020-04-01 14:38:08 -05:00
Alex Gleason
2a245d076a
Support GET /patron/v1/funding 2020-03-31 17:45:12 -05:00