Sunny Ripert
906cbff923
[Glitch] Fix JavaScript console error on Getting Started column
...
Port 99cf3cdb63
to glitch-soc
Co-authored-by: Ilias Tsangaris <iliastsangaris@gmail.com>
Co-authored-by: Ilias Tsangaris <iliastsangaris@gmail.com>
Signed-off-by: Claire <claire.github-309c@sitedethib.com>
2 years ago
Sunny Ripert
5baaa9f8a6
[Glitch] Fix console log error on column settings load
...
Port 461d06bec8
to glitch-soc
Signed-off-by: Claire <claire.github-309c@sitedethib.com>
2 years ago
Claire
495243d9ae
Merge branch 'main' into glitch-soc/merge-upstream
2 years ago
Chris Rose
42657c0728
Tag the OTP field with autocomplete for password managers ( #19946 )
...
This is modeled on #19833 , and based on the attribute values documented
in https://developer.apple.com/documentation/security/password_autofill/enabling_password_autofill_on_an_html_input_element?language=objc
2 years ago
Sunny Ripert
bfad78e194
Fix double button to clear emoji search input ( #19888 )
2 years ago
Jeremy Kescher
3b6c7c4878
Add null check on application in dispute viewer ( #19851 )
2 years ago
Sunny Ripert
99cf3cdb63
Fix JavaScript console error on Getting Started column ( #19891 )
...
* Fix JavaScript console error on Getting Started column
* Update app/javascript/mastodon/components/column_header.js
Co-authored-by: Ilias Tsangaris <iliastsangaris@gmail.com>
Co-authored-by: Ilias Tsangaris <iliastsangaris@gmail.com>
2 years ago
Sunny Ripert
461d06bec8
Fix console log error on column settings load ( #19886 )
2 years ago
Claire
bfb8121e94
Fix crash in legacy filter creation controller ( #19878 )
2 years ago
nightpool
149a8246d2
Skip Webfinger cache during migrations as well ( #19883 )
2 years ago
Rob Petti
9cc859808e
allow /api/v1/streaming to be used as per documentation ( #19896 )
2 years ago
rcombs
edb86217c9
Set autocomplete attr for email field on signup page ( #19833 )
...
The email address will be used as the "username" for sign-in purposes, so it's the value that should be stored in password managers. We can inform the password manager of this by setting `autocomplete="email"`. Without this hint, password managers may instead store the `username` field, which isn't valid for sign-in (this happens with iCloud Keychain in Safari, for instance).
2 years ago
Claire
c18d61eff4
Merge pull request #1892 from ClearlyClaire/glitch-soc/merge-upstream
...
Merge upstream changes
2 years ago
Claire
03aa732d5c
Fix status cache hydration discrepancy
2 years ago
Claire
ba394a191b
Change glitch-soc composer classes to match upstream
2 years ago
Eugen Rochko
81e313a1be
[Glitch] Fix colors in light theme
...
Port f8def1f6b1
to glitch-soc
2 years ago
Eugen Rochko
896f2a3b16
[Glitch] Fix wrong colors in the high-contrast theme
...
Port 3cd8f07e90
to glitch-soc
Signed-off-by: Claire <claire.github-309c@sitedethib.com>
2 years ago
Eugen Rochko
df921b23a9
[Glitch] Change design of link footer
...
Port 0b91816814
to glitch-soc
Signed-off-by: Claire <claire.github-309c@sitedethib.com>
2 years ago
Eugen Rochko
7cc6e34cc4
[Glitch] Fix missing interpolation of domain in disabled account banner in web UI
...
Port 8742e0000e
to glitch-soc
Signed-off-by: Claire <claire.github-309c@sitedethib.com>
2 years ago
Claire
3eec8f7152
[Glitch] Change sign-in banner to reflect disabled or moved account status
...
Port 3d24ef2967
to glitch-soc
Signed-off-by: Claire <claire.github-309c@sitedethib.com>
2 years ago
Eugen Rochko
0082653909
[Glitch] Fix showing profile's featured tags on individual statuses
...
Port 51e5229712
to glitch-soc
Signed-off-by: Claire <claire.github-309c@sitedethib.com>
2 years ago
Claire
5b9b797f64
[Glitch] Fix handling of duplicate and out-of-order notifications in WebUI
...
Port 7e4afba7c6
to glitch-soc
Signed-off-by: Claire <claire.github-309c@sitedethib.com>
2 years ago
Yamagishi Kazutoshi
597e4949eb
Update SECURITY.md ( #19869 )
2 years ago
Eugen Rochko
bf76aeb117
[Glitch] Add assets from Twemoji 14.0
...
Port e75cab5d37
to glitch-soc
Signed-off-by: Claire <claire.github-309c@sitedethib.com>
2 years ago
Sunny Ripert
1f7d23bdd8
[Glitch] Fix JavaScript console warning when loading notifications
...
Port c91962983f
to glitch-soc
Signed-off-by: Claire <claire.github-309c@sitedethib.com>
2 years ago
Sunny Ripert
1ad7f63551
[Glitch] Fix JavaScript console error on upload editing status
...
Port 343099eafa
to glitch-soc
Signed-off-by: Claire <claire.github-309c@sitedethib.com>
2 years ago
Eugen Rochko
8a2d0a928f
[Glitch] Fix limited account hint referencing "your" server when logged out
...
Port bd9c4ec16d
to glitch-soc
Signed-off-by: Claire <claire.github-309c@sitedethib.com>
2 years ago
Claire
850e8e5f3c
[Glitch] Fix being unable to withdraw follow request when confirmation modal is disabled ( #19687 )
...
Port b0d4b7d956
to glitch-soc
Signed-off-by: Claire <claire.github-309c@sitedethib.com>
2 years ago
Claire
3fc27d62fd
[Glitch] Fix edits not being immediately reflected
...
Port 2674759f9c
to glitch-soc
Signed-off-by: Claire <claire.github-309c@sitedethib.com>
2 years ago
Claire
20fb459dee
Merge branch 'main' into glitch-soc/merge-upstream
...
Conflicts:
- `app/javascript/mastodon/features/compose/components/poll_form.js`:
glitch-soc change because of having changed the default number of
available poll options.
Applied upstream's changes while keeping glitch-soc's default number of
poll options.
- `public/oops.png`:
We had a minor graphics change, probably not worth diverging from upstream.
Took upstream version.
2 years ago
Eugen Rochko
cdbd1a8bb3
Bump version to 4.0.0rc2 ( #19831 )
2 years ago
Eugen Rochko
b2cf46ee21
Fix not using GIN index for account search queries ( #19830 )
2 years ago
Eugen Rochko
0a4ba36af4
Update changelog for 4.0.0rc1 ( #19814 )
2 years ago
Eugen Rochko
786b5a7c49
Change design of new list form in web UI ( #19801 )
2 years ago
Justin Thomas
7c32172454
version emoji-mart ( #19715 )
...
* version emoji-mart
* add lock file
2 years ago
Eugen Rochko
c0086c9da8
Fix missing string in admin UI ( #19809 )
2 years ago
Hayden
5d1a6a6b8b
Heroku fix ( #19807 )
...
Currently building on Heroku fails with a package error for libidn11. Since Mastodon uses idn-ruby 0.1.2 we should upgrade to libidn12
2 years ago
Eugen Rochko
b38a465476
Change `AUTHORIZED_FETCH` to not block unauthenticated REST API access ( #19803 )
...
New environment variable `DISALLOW_UNAUTHENTICATED_API_ACCESS`
2 years ago
Eugen Rochko
4c6f7ee8ca
Fix indexing scheduler trying to index when Elasticsearch is disabled ( #19805 )
...
Fix #19646
2 years ago
Eugen Rochko
d67659a2cd
Fix n+1 queries when rendering initial state JSON ( #19795 )
2 years ago
Moritz Hedtke
661c42fc52
helm: Add documentation to run tootctl commands ( #19791 )
2 years ago
Eugen Rochko
90902371b0
Fix rendering empty avatar in web UI ( #19798 )
2 years ago
Eugen Rochko
8742e0000e
Fix missing interpolation of domain in disabled account banner in web UI ( #19788 )
2 years ago
Eugen Rochko
716696cd80
Change design of moved account banner in web UI ( #19790 )
2 years ago
eai04191
afb6763712
Remove word-break:keep-all from Dismissable banner message ( #19799 )
2 years ago
Claire
3d24ef2967
Change sign-in banner to reflect disabled or moved account status ( #19773 )
2 years ago
Alex Nordlund
b91c8ec3dc
Add S3 existing secret to sidekiq ( #19778 )
2 years ago
Yarden Shoham
494bb82fc4
Remove broken link references to bug bounty program ( #19779 )
...
The link https://app.intigriti.com/programs/mastodon/mastodonio/detail no longer works
* Closes #19491
Signed-off-by: Yarden Shoham <hrsi88@gmail.com>
Signed-off-by: Yarden Shoham <hrsi88@gmail.com>
2 years ago
Sunny Ripert
c91962983f
Fix JavaScript console warning when loading notifications ( #19772 )
2 years ago
Sunny Ripert
343099eafa
Fix JavaScript console error on upload editing status ( #19769 )
2 years ago