Commit Graph

633 Commits (a3201605b44aa908b202105fa1fbff627291e804)

Author SHA1 Message Date
Curtis e88bf30d7a Update compose-test.js
4 years ago
crockwave 0641b29e2a started editing reducers/__tests__/compose-test
4 years ago
Alex Gleason 73b275b8da
Patron updates
4 years ago
crockwave 120ab7f120 Made captcha reloadable on image click
4 years ago
crockwave 86d9dea032 Added mouseover hint to poll compose radiobutton, to let user know that a click toggles between single and multi-choice polls
4 years ago
crockwave 08b783c050 correct lint error
4 years ago
crockwave a21589d9ce translations
4 years ago
crockwave a2bd359c76 - debugged features/security
4 years ago
crockwave 8827b5ffd6 generated translations for account deactivation
4 years ago
crockwave 3660615440 finished editing features/security to accommodate account deactivation
4 years ago
crockwave d0ae77e431 Began editing features/security to include Deactivate Account feature
4 years ago
Sean King 9166b95dfb Final fixes to the switch from Font Awesome to Fork Awesome
4 years ago
Sean King 0c66cf43e1 Switch to Fork Awesome
4 years ago
Alex Gleason ecf26de289 Merge branch 'componentWillReceiveProps_to_DidUpdate_refactor' into 'develop'
4 years ago
Alex Gleason eee75d7a51 Merge branch 'componentWillMount_componentDidMount_refactor' into 'develop'
4 years ago
Alex Gleason b70ec4e0e3
Merge commit '853a68cd5479ffc5f7a14a93a065db8f08bfe424' into develop
4 years ago
crockwave 81f9a1da3a Final commit on replacing componentWillReceiveProps deprecated method
4 years ago
crockwave 3d29f7b6e2 partial mods to replace deprecated componentWillReceiveProps
4 years ago
crockwave 8a43cb3709 partial completion of replacing componentWillReceiveProps
4 years ago
crockwave 10ebea7489 Replaced componentWillUpdate to componentDidUpdate. Fixes #185
4 years ago
Sean King d6558194b2 Add new file
4 years ago
Sean King 409340a2a6 Else if audio. Let's get an idea of what this could look like first.
4 years ago
crockwave 24b72b5828 Replace componentWillMount with componentDidMount and as required, construct(). Fixes #179
4 years ago
Alex Gleason 7fbcf3ca57
Composer: Don't force scope change after settings save, fixes #122
4 years ago
Alex Gleason 4720ccc57d
Use distinct `ME_PATCH_SUCCESS` action for responding to account updates
4 years ago
Alex Gleason f01a8b5b8f
Composer: Test scope on reply
4 years ago
Alex Gleason 853a68cd54 Fix avatar tests
4 years ago
Bárbara de Castro Fernandes 52f3f8ce8d Handle autoPlayGif for avatars and banners
4 years ago
Bárbara de Castro Fernandes e19f350111 Use StillImage on media items and fix autoPlayGif on account gallery
4 years ago
Bárbara de Castro Fernandes 2da584b5ee Create StillImage component
4 years ago
Alex Gleason 836f37c3e2
Merge remote-tracking branch 'origin/develop' into bump-1.0
4 years ago
Alex Gleason 5ea6aaf48e
EditProfile: Remove display name limits, redirect /user-settings
4 years ago
Alex Gleason b4532ccb40
Conversations: Change the way otherAccounts is handled
4 years ago
Alex Gleason 3179eacadd
Account Media: Filter non-owned media for other users
4 years ago
Alex Gleason 741b27195e
Account Gallery: Fix "view context" button, fixes #193
4 years ago
Alex Gleason aa0a4e49be
Disable "Embed" button for now, fixes #192
4 years ago
Alex Gleason 8c10afad3e
Fix empty column display
4 years ago
Alex Gleason 1629b52cfc
Fix styles: disabled toggle
4 years ago
Alex Gleason d3b31c8bcf
About page: restore functionality, fix tests
4 years ago
Alex Gleason 1a07c3bac5
Account Media Timeline: Fix key duplication error
4 years ago
Alex Gleason 27925d2746
Account Timeline: Filter media from reposts
4 years ago
Alex Gleason 4e199daccb Merge branch 'rationalize_warning_fediverse_notices' into 'develop'
4 years ago
Alex Gleason cbdcccb8b2
Fix RGB->HSL precision issues
4 years ago
crockwave 9bf8b5d0fb Rationalize warning and explanation box styling. Fixes #188
4 years ago
Alex Gleason e0c3c50b8c
Version bump to 1.0.0
4 years ago
Alex Gleason e101afd619
"Profile unavailable" only if blocked, fixes #96
4 years ago
Curtis 96b206cf5d Update compose-form.scss to solve contrast issues with warning container. Fixes #188
4 years ago
Alex Gleason 6781c17c6d
Don't try to hide :verified: custom emojis
4 years ago
Sean King 163e26cb42 Fix header of Preferences, Security, etc.
4 years ago
Alex Gleason 5e60fe1954
Support Pleroma legacy notification counter, fixes #172
4 years ago
Alex Gleason 0e86d03c97
Tests: Notification reducer NOTIFICATIONS_EXPAND_SUCCESS
4 years ago
Alex Gleason d78a62ed41
Lint: whitespace issue
4 years ago
Alex Gleason c5e1f3cfd4
Lint: Fix weird react-hooks error
4 years ago
Alex Gleason 144469cda9
Test: Form input snapshots
4 years ago
Alex Gleason d04f6c9ebc
Test: LoginPage snapshots
4 years ago
Alex Gleason e62d46ce53
Test: Refactor createComponent() helper
4 years ago
Alex Gleason 4a01b80ede
Test: LoginForm snapshot
4 years ago
Alex Gleason 49589e1e7c
Test: Refactor helper functions
4 years ago
Alex Gleason f147940d22
Test: CaptchaField
4 years ago
Alex Gleason 6d6dbd9113
Test: Start creating component snapshots
4 years ago
Alex Gleason 522170c07f
Oops. Typofix.
4 years ago
Alex Gleason 7de801f176
Fonts: spinster --> soapbox
4 years ago
Alex Gleason f4c12c6986
Tests: Boilerplate all reducers
4 years ago
Alex Gleason 0c1eeb9efa
Tests: start reducers/auth tests
4 years ago
Alex Gleason 9da7037fcf Merge branch 'patch-1' into 'master'
4 years ago
Alex Gleason 98a38fe2e0
Compose: fix mobile padding, fixes #166
4 years ago
Curtis 76b620a802 Update soapbox.js to log soapbox.json parsing errors to the console. Fixes #171
4 years ago
Alex Gleason 9fa7f7bf0f
Tests: Start auth actions
4 years ago
Alex Gleason 6ee3d77e55
Forms: set id in state, fixes #178
4 years ago
Alex Gleason 23039c353e
Tests: DRY mockStore()
4 years ago
Alex Gleason 628d73eb81
Tests: actions/about.js
4 years ago
Alex Gleason f71f7e4dbd
Tests: Clear API mocks between each test
4 years ago
Alex Gleason 842f35ebc5
Tests: Allow stubbing API
4 years ago
Alex Gleason 6810f8d0b6
Tests: Start mocking API for action tests
4 years ago
Alex Gleason 85a56d86f3
Locales: Remove unused index.js
4 years ago
Alex Gleason 1b36699021
API: Remove unused CSRF token logic
4 years ago
Isabell Deinschnitzel 28992cdec1 Update de.json: minor changes
4 years ago
Alex Gleason 5bfa2603db
Favourite --> Like, fixes #167
4 years ago
Alex Gleason 5d7393d6ee
CSS fixes
4 years ago
Isabell Deinschnitzel b9fc66523d Update de.json: typo
4 years ago
Sean King e0ac688017 Switch to Back to <instance name> when logged in on mobile view as well.
4 years ago
Alex Gleason aed445954d
Jest: Restore avatar tests
4 years ago
Alex Gleason 5ee3ec1114
SpoilerButton: fix CSS, fixes 163
4 years ago
Alex Gleason 3a6b4e9628 Merge branch 'czech-translation' into 'master'
4 years ago
matrix07012 467719524d Czech translation
4 years ago
Alex Gleason 2b409fb6cd Merge branch 'patch-7' into 'master'
4 years ago
Alex Gleason d78760e188
Composer: Improve design, fixes #158
4 years ago
Isabell Deinschnitzel ba04b4cbb1 Update de.json: More minor changes
4 years ago
Alex Gleason 807815c9d8
Search: Use more --accent-color
4 years ago
Alex Gleason dda0e243e8
Search: Fix mobile styling, fixes #157
4 years ago
Alex Gleason 52e0d1f475
Support injecting custom CSS, fixes #145
4 years ago
Alex Gleason 289f90dd4e
Fix PropType errors
4 years ago
Alex Gleason d295368170
RegistrationForm: Handle email confirmation, fixes #137
4 years ago
Alex Gleason e120b56e8f
/auth/sign_up --> /, fixes #106
4 years ago
Alex Gleason 73fd6d67f9
Logged out CSS fixes
4 years ago
Alex Gleason e78d8d59b6
Compose: Fix content retention on close, fixes #139
4 years ago
Alex Gleason 346d84351c
LandingPage: Conditionally show "Back to {site_title}" instead of login form, fixes #135
4 years ago
Alex Gleason 374e985e37
Composer: Only process mentions if they exist, fixes #133
4 years ago
Alex Gleason 9871d0f37c
Fix CW video height, fixes #46
4 years ago
Alex Gleason 4737dc6da9
Compose: Fix NSFW tag error on CW
4 years ago
Alex Gleason 74a01a7b3e
MoreFollows: count can never be negative, fixes #146
4 years ago
Alex Gleason 886b241433
MoreFollows: Only show when all follows have been loaded
4 years ago
Alex Gleason 409431d7e8
Focal Point: make conditional based on BE, fixes #159
4 years ago
Alex Gleason dfb133b22c
Features: focalPoint check
4 years ago
Alex Gleason 8f532b1b92
Media gallery: Fix upload limit, hotfix for #150
4 years ago
Alex Gleason 75412ca078
Features: add attachmentLimit check
4 years ago
Alex Gleason cc6aae5937
Reformat features-test.js
4 years ago
Alex Gleason d772608df4
Search: Conditionally display hashtag features, fixes #142
4 years ago
Sean King a0ac0aac92 Minor change to registration form box
4 years ago
Alex Gleason 24979c9461
Use --accent-color more through UI
4 years ago
Alex Gleason ccf452e028
Refactor --accent-color, yet again
4 years ago
Alex Gleason cbb81f18f4
Self-document CSS variable naming conventions
4 years ago
Alex Gleason 1f751cd324
TimelineQueueButtonHeader: yarn manage:translations and merge DE change
4 years ago
Alex Gleason 81fa77b8a5
TimelineQueueButtonHeader: Make more i18n friendly
4 years ago
Isabell Deinschnitzel 61c34b93e7 timeline_queue.label updated
4 years ago
Alex Gleason 80ddf656d8
Theming: RGB --> HSL
4 years ago
Alex Gleason 109b043153
Timeline tab animations
4 years ago
Isabell Deinschnitzel 78fe7f24d4 Update de.json. Some minor changes.
4 years ago
Alex Gleason 52b85ba451
Post compose button: remove static width
4 years ago
Alex Gleason 7f8d3c0f42
Merge branch 'patch-2'
4 years ago
Isabell Deinschnitzel b2a0e9870b
Update de.json: Weitere Übersetzungen ergänzt
4 years ago
Alex Gleason edbc6f0f31
Truncate long filenames in notifications, fixes #151
4 years ago
Alex Gleason 0fc3952cd8
Use a more appealing accent color
4 years ago
Alex Gleason 86508da96e
EditProfile: i18n
4 years ago
Alex Gleason f3fb5bbed4
Preferences: i18n
4 years ago
Alex Gleason f143f053b1 Merge branch 'patch-1' into 'master'
4 years ago
Alex Gleason af8d35469c
Add many more translatable fields
4 years ago
Alex Gleason 92d909e3c7
Run yarn manage:translations
4 years ago
Alex Gleason 9323cf1fdf
Pluralize messages on more_follows.js
4 years ago
Isabell Deinschnitzel 5868133ec1 Update de.json
4 years ago
Isabell Deinschnitzel 190366336b Update de.json
4 years ago
Sean King f4cbb506f7 Fix mobile look of About pages
4 years ago
Isabell Deinschnitzel 5c6e47f4a6 Update de.json
4 years ago
Isabell Deinschnitzel 9778be3608 Update de.json
4 years ago
Alex Gleason 2178c0d595
SecurityForm: Style OAuth tokens
4 years ago
Alex Gleason 35d5e7d649
SecurityForm: Revoke OAuth token
4 years ago
Alex Gleason db1ad3e16f
SecurityForm: Display OAuth tokens
4 years ago
Alex Gleason 8fd5a3cd35
Consolidate actions/security.js --> actions/auth.js
4 years ago
Alex Gleason c1f3dbd22d
SecurityForm: i18n
4 years ago
Alex Gleason 75a0062dd4
Make /auth/edit a private route
4 years ago
Alex Gleason da44a769d6
Get ChangePasswordForm working
4 years ago
Alex Gleason e972cfc191
SecurityForm: Break ChangeEmailForm into separate component
4 years ago
Alex Gleason f99d1300c2
Security --> SecurityForm
4 years ago
Alex Gleason ab280b80e1
SecurityForm: Add navigation links
4 years ago
Alex Gleason 683950b73c
SecurityForm: Disable on submit
4 years ago
Alex Gleason 91d511c4b9
SecurityForm: Respond to submit
4 years ago
Alex Gleason 1076788add
Security: Form confirmations
4 years ago
Alex Gleason 860b2d18f4
Security: Rudimentary email change
4 years ago
Alex Gleason f910caed18
Account header <span> fixes
4 years ago
Alex Gleason 082d3f1121
Allow only valid locales
4 years ago