rinsuki
88f35f339d
Fix authorized applications list page design ( #9969 )
5 years ago
rinsuki
c78d64d9c3
Use video filesize limit with gifv ( #9924 )
5 years ago
mike castleman
f86413fce2
change "finish tutorial" text to "finish toot-orial" ( #9905 )
5 years ago
Eugen Rochko
364f2ff9aa
Add featured hashtags to profiles ( #9755 )
* Add hashtag filter to profiles
GET /@:username/tagged/:hashtag
GET /api/v1/accounts/:id/statuses?tagged=:hashtag
* Display featured hashtags on public profile
* Use separate model for featured tags
* Update featured hashtag counters on-write
* Limit featured tags to 10
5 years ago
Eugen Rochko
d14c276e58
Add option to overwrite imported data ( #9962 )
* Add option to overwrite imported data
Fix #7465
* Add import for domain blocks
5 years ago
Thibaut Girka
c9d261753a
Remove redundant “options” from “Compose box options”
Thanks @ariasuni .
5 years ago
Marek Ľach
a0a8203a0b
Minor description corrections
5 years ago
tmm576
750c67660d
Allow multiple files upload through web UI, including drag & drop ( #9856 )
* Allow drag and drop uploads of multiple files to compose
* Calculate aggregate upload progress for single action
* Allow multiple uploads to compose through traditional input, consolidate update file limit logic, provide file limit feedback
5 years ago
ThibG
ed30110618
Make displaying application used to toot opt-in ( #9897 )
* Make storing and displaying application used to toot opt-in
* Revert to storing application info, and display it to the author via API
5 years ago
ysksn
bcfff65195
Create Redisable#redis ( #9633 )
* Create Redisable
* Use #redis instead of Redis.current
5 years ago
Jakub Mendyk
6a5e3da6b0
Allow most kinds of characters in URL query ( fixes #8408 ) ( #8447 )
* Allow unicode characters in URL query strings
Fixes #8408
* Alternative approach to unicode support in urls
Adds PoC/idea to approch this problem.
5 years ago
Acid Chicken (硫酸鶏)
5092d17f29
Add WebP support ( #9879 )
* Add WebP support
* Remove the changes to the tooltip
refs: https://github.com/tootsuite/mastodon/pull/9879#pullrequestreview-199312528
5 years ago
gol-cha
b253d3e0c2
Upgrade new Web Share Target API ( #9963 )
* Update manifest.json for new Web Share Target API.
* fix code formatting
5 years ago
Eugen Rochko
663593b508
Fix link color in high-contrast theme, add underlines ( #9949 )
Improve sorting of default themes in the dropdown
5 years ago
Thibaut Girka
2e93f87c9f
[Glitch] Replace unlock-alt icon with unlock
Port 6513f6c953
to glitch-soc
5 years ago
Thibaut Girka
f611da4899
Do not mark toots as sensitive if they don't have any media attached
5 years ago
Thibaut Girka
762e4fdf55
Fix hashtag processing when sending toots
This fixes crashes in pleroma when writing toots with a content warning,
since pleroma inserts a “nsfw” hashtag that isn't part of the toot's text.
5 years ago
Eugen Rochko
ad8c71c985
Fix link color in high-contrast theme, add underlines ( #9949 )
Improve sorting of default themes in the dropdown
5 years ago
Eugen Rochko
1f95190202
Refactor icons in web UI to use Icon component ( #9951 )
* Refactor uses of icons to an Icon component in web UI
* Refactor options passed to the Icon component
* Make tests work with absolute component paths
5 years ago
Clar Charr
6513f6c953
Replace unlock-alt icon with unlock ( #9952 )
5 years ago
Thibaut Girka
f35d790480
[Glitch] Fix initial value of volume slider in video player and handle volume changes
Port a53dcaa298
to glitch-soc
5 years ago
ThibG
a53dcaa298
Fix initial value of volume slider in video player and handle volume changes ( #9929 )
* Fix initial value of volume slider in video player and handle volume changes
* Clean up dead/incorrect code
5 years ago
ThibG
ec5bd8b8bb
Implement missing hotkeys for notifications ( #9927 )
5 years ago
Thibaut Girka
f938800ef4
Revert to storing application info, and display it to the author via API
5 years ago
Thibaut Girka
05415fa5d3
Make storing and displaying application used to toot opt-in
5 years ago
ThibG
e2a5be6e9a
Prevent posting toots with media attachments from someone else ( #9921 )
5 years ago
Eugen Rochko
9519d55332
Fix SSO authentication not working due to missing agreement boolean ( #9915 )
Fix #9906
5 years ago
trwnh
8ef0498f1c
Fix Firefox scrollbar color regression in #9210 ( #9908 )
In #9210 the track color was changed to transparent for no apparent reason. This PR restores the previous color selections implemented in #8653 while keeping the updated property name. Per https://github.com/tootsuite/mastodon/pull/9210#issuecomment-441788776 there is no particular reason for the color change in #9210 .
5 years ago
Jeong Arm
77394156dd
Apply style for .landing-page strong ( #9892 )
5 years ago
Renato "Lond" Cerqueira
e1ec3a9f09
Rescue SSL error in verify link service ( #9914 )
If the first link to be verified contains a rel=me link with a SSL
error, the VerifyAccountLinksWorker will fail and not try the following
links. This rescues the SSL error when fetching the link, avoiding this
issue.
5 years ago
trwnh
c87863bdd1
Fix Firefox scrollbar color regression in #9210 ( #9908 )
In #9210 the track color was changed to transparent for no apparent reason. This PR restores the previous color selections implemented in #8653 while keeping the updated property name. Per https://github.com/tootsuite/mastodon/pull/9210#issuecomment-441788776 there is no particular reason for the color change in #9210 .
5 years ago
Thibaut Girka
c30da25c5f
Fix crash in Direct Messages column settings
Fixes #892
5 years ago
Jeong Arm
d50e824168
Apply style for .landing-page strong ( #9892 )
5 years ago
ThibG
061feb63ed
Fix scheduled toot with media immediately creating a toot ( #9894 )
* Add test for not persisting status when attaching media to scheduled toot
* Prevent status used for validation from being persisted to the database
Fixes #9893
Thanks to tateisu for the help investigating this.
5 years ago
Eugen Rochko
31e7940de5
Fix multiple workers for the same scheduled status being queueable ( #9875 )
5 years ago
Eugen Rochko
6b91da97bb
Fix directory showing tags that have no currently eligible accounts ( #9872 )
5 years ago
mayaeh
c80b89c2a8
i18n: Update Japanese translations ( #9871 )
* Update Japanese translations.
* Delete unused translation.
5 years ago
Thibaut Girka
5145c81620
[Glitch] Fix public hashtag timeline width on mobile, fix scrollbar width compensation
Port 3b3a4d8a17
to glitch-soc
5 years ago
Thibaut Girka
e9060b04d4
[Glitch] Hide floating action button on search and getting started pages
Port 30af4ee65f
to glitch-soc
5 years ago
tmm576
9b5810b3e9
Allow event defaults on index for text data transfer ( #9840 )
5 years ago
Thibaut Girka
a93cb340bd
[Glitch] Fix new hashtag page's items not being full-width on mobile
Port b506ce1197
to glitch-soc
5 years ago
Thibaut Girka
8001a9b97b
[Glitch] Add information about how to opt-in to the directory on the directory
Port SCSS changes from a492a9bcd3
to glitch-soc
5 years ago
Mélanie Chauvel (ariasuni)
6dbb10c4b7
Fix slightly cropped font on settings page dropdowns when using system font ( #9839 )
5 years ago
Thibaut Girka
02295257b3
[Glitch] Improve the public hashtag page
Port 8b19903559
to glitch-soc
5 years ago
Thibaut Girka
3e8b623975
[Glitch] Redesign public hashtag page to use a masonry layout
Port bc642ac24b
to glitch flavour
5 years ago
Eugen Rochko
c3f57188ae
Weblate translations (2019-01-19) ( #9867 )
* Translated using Weblate (Serbian)
Currently translated at 85.0% (91 of 107 strings)
Translation: Mastodon/Preferences
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/simple_form/sr/
* Translated using Weblate (Serbian)
Currently translated at 86.9% (93 of 107 strings)
Translation: Mastodon/Preferences
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/simple_form/sr/
* Translated using Weblate (Serbian)
Currently translated at 93.6% (707 of 755 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/sr/
* Translated using Weblate (Greek)
Currently translated at 99.9% (754 of 755 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/el/
* Translated using Weblate (Korean)
Currently translated at 100.0% (755 of 755 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/ko/
* Translated using Weblate (Czech)
Currently translated at 99.9% (754 of 755 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/cs/
* Translated using Weblate (French)
Currently translated at 99.1% (748 of 755 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/fr/
* Translated using Weblate (Galician)
Currently translated at 100,0% (755 of 755 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/gl/
* Translated using Weblate (Arabic)
Currently translated at 98.9% (352 of 356 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/ar/
* Translated using Weblate (Arabic)
Currently translated at 93.5% (100 of 107 strings)
Translation: Mastodon/Preferences
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/simple_form/ar/
* Translated using Weblate (French)
Currently translated at 100.0% (107 of 107 strings)
Translation: Mastodon/Preferences
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/simple_form/fr/
* Translated using Weblate (Arabic)
Currently translated at 92.6% (699 of 755 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/ar/
* Translated using Weblate (Arabic)
Currently translated at 94.7% (715 of 755 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/ar/
* Translated using Weblate (Arabic)
Currently translated at 100.0% (356 of 356 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/ar/
* Translated using Weblate (Dutch)
Currently translated at 99.5% (751 of 755 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/nl/
* Translated using Weblate (Serbian)
Currently translated at 93.5% (100 of 107 strings)
Translation: Mastodon/Preferences
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/simple_form/sr/
* Translated using Weblate (Serbian)
Currently translated at 96.8% (61 of 63 strings)
Translation: Mastodon/Devise
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/devise/sr/
* Translated using Weblate (Serbian)
Currently translated at 95.6% (722 of 755 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/sr/
* Translated using Weblate (Arabic)
Currently translated at 97.2% (104 of 107 strings)
Translation: Mastodon/Preferences
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/simple_form/ar/
* Translated using Weblate (Latvian)
Currently translated at 16.9% (60 of 356 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/lv/
* Translated using Weblate (Indonesian)
Currently translated at 55.6% (198 of 356 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/id/
* Translated using Weblate (Polish)
Currently translated at 96.8% (61 of 63 strings)
Translation: Mastodon/Devise
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/devise/pl/
* Translated using Weblate (Dutch)
Currently translated at 99.1% (106 of 107 strings)
Translation: Mastodon/Preferences
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/simple_form/nl/
* Translated using Weblate (Asturian)
Currently translated at 48.6% (52 of 107 strings)
Translation: Mastodon/Preferences
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/simple_form/ast/
* Translated using Weblate (Italian)
Currently translated at 82.8% (625 of 755 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/it/
* Translated using Weblate (Slovak)
Currently translated at 99.6% (752 of 755 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/sk/
* Translated using Weblate (German)
Currently translated at 100.0% (356 of 356 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/de/
* Translated using Weblate (German)
Currently translated at 99.9% (754 of 755 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/de/
* Translated using Weblate (Occitan)
Currently translated at 99.7% (753 of 755 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/oc/
* Translated using Weblate (Catalan)
Currently translated at 100,0% (755 of 755 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/ca/
* Translated using Weblate (Catalan)
Currently translated at 100.0% (755 of 755 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/ca/
* Translated using Weblate (Slovak)
Currently translated at 100.0% (63 of 63 strings)
Translation: Mastodon/Devise
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/devise/sk/
* Translated using Weblate (Catalan)
Currently translated at 100.0% (356 of 356 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/ca/
* Translated using Weblate (Slovak)
Currently translated at 99.7% (753 of 755 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/sk/
* Translated using Weblate (Occitan)
Currently translated at 99.9% (754 of 755 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/oc/
* Translated using Weblate (Dutch)
Currently translated at 100,0% (107 of 107 strings)
Translation: Mastodon/Preferences
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/simple_form/nl/
* Translated using Weblate (Dutch)
Currently translated at 100,0% (755 of 755 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/nl/
* Translated using Weblate (Dutch)
Currently translated at 100.0% (755 of 755 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/nl/
* Translated using Weblate (Czech)
Currently translated at 100.0% (356 of 356 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/cs/
* i18n-tasks normalize
* yarn manage:translations
* Fix pluralizations
* Fix inconsistent interpolation
5 years ago
Eugen Rochko
6ca9015789
Fix error when `scheduled_at` attribute is malformed ( #9866 )
5 years ago
Eugen Rochko
80768e2840
Fix missing account association in tombstone model ( #9857 )
5 years ago
Eugen Rochko
b506ce1197
Fix new hashtag page's items not being full-width on mobile ( #9852 )
Fix #9845
5 years ago
Eugen Rochko
32daecffef
Fix REST API showing non-public reblogs for a given status ( #9850 )
5 years ago