about summary refs log tree commit diff
AgeCommit message (Collapse)Author
2023-07-07Merge pull request from GHSA-9pxv-6qvf-pjwcClaire
* Fix timeout handling of outbound HTTP requests * Use CLOCK_MONOTONIC instead of Time.now
2023-07-07Merge pull request from GHSA-9928-3cp5-93fmClaire
* Fix attachments getting processed despite failing content-type validation * Add a restrictive ImageMagick security policy tailored for Mastodon * Fix misdetection of MP3 files with large cover art * Reject unprocessable audio/video files instead of keeping them unchanged
2023-07-07Merge pull request from GHSA-ccm4-vgcc-73hpClaire
* Tighten allowed HTML in oEmbed-based preview cards * Sanitize preview cards at render time * Add `sandbox` attribute to preview card iframes
2023-04-22Merge remote-tracking branch 'glitch/main'Starfall
2023-04-22Fix JS crashing if initial-state is not set (#2193)Claire
Fixes issues with the JS for at least sign-up pages not working
2023-04-22Merge pull request #2192 from ClearlyClaire/glitch-soc/merge-upstreamClaire
Merge upstream changes
2023-04-22[Glitch] Rewrite AnimatedNumber component with React hooksfusagiko / takayamaki
Port ab740f464a8e5aa6b5f78c0ddab3c8e18698d810 to glitch-soc Signed-off-by: Claire <claire.github-309c@sitedethib.com>
2023-04-22[Glitch] Rewrite GIFV component with React hooksfusagiko / takayamaki
Port cf3fa1e814c59fd25008b56a976dbc67bfc0efd0 to glitch-soc Signed-off-by: Claire <claire.github-309c@sitedethib.com>
2023-04-22[Glitch] Add client-side validation for taken username in sign-up formEugen Rochko
Port 955ec252a421a5060345815bac0c63e8718bc3d8 to glitch-soc Signed-off-by: Claire <claire.github-309c@sitedethib.com>
2023-04-22[Glitch] Fix crash when trying to open the filter modalClaire
Port bc4745f4824c3863d9ec939618b3e9414f3622bb to glitch-soc Signed-off-by: Claire <claire.github-309c@sitedethib.com>
2023-04-22[Glitch] Add progress indicator to sign-up flowEugen Rochko
Port e5c0b1673587885e5bbffbb376b16d773fb68193 to glitch-soc Signed-off-by: Claire <claire.github-309c@sitedethib.com>
2023-04-22[Glitch] Fix status title for statuses without textIvan Rodriguez
Port f05fb51ecb34fd5ef86fad861e16cfc959fe0b27 to glitch-soc Signed-off-by: Claire <claire.github-309c@sitedethib.com>
2023-04-22[Glitch] typo: collapsable -> collapsibleNick Schonning
Port d02aa274be0b003e096cbd2c2d2427aafcfac88a to glitch-soc Signed-off-by: Claire <claire.github-309c@sitedethib.com>
2023-04-22Merge branch 'main' into glitch-soc/merge-upstreamClaire
Conflicts: - `app/controllers/auth/setup_controller.rb`: Upstream removed a method close to a glitch-soc theming-related method. Removed the method like upstream did.
2023-04-18Add trend management to admin API (#24257)Robert R George
2023-04-18Bump faker from 3.1.1 to 3.2.0 (#24579)dependabot[bot]
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-18Bump reselect from 4.1.7 to 4.1.8 (#24565)dependabot[bot]
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-18Bump postcss from 8.4.21 to 8.4.22 (#24570)dependabot[bot]
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-18Bump json-ld from 3.2.3 to 3.2.4 (#24571)dependabot[bot]
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-18Bump pghero from 3.3.1 to 3.3.2 (#24572)dependabot[bot]
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-18Bump http-link-header from 1.1.0 to 1.1.1 (#24575)dependabot[bot]
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-18Bump ox from 2.14.14 to 2.14.16 (#24577)dependabot[bot]
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-18Fix email confirmation skip option in `tootctl accounts modify USERNAME ↵Daniel M Brasil
--email EMAIL --confirm` (#24578)
2023-04-17Change moderation search an account using the username with @ (#24242)Heitor de Melo Cardozo
2023-04-17Rewrite AnimatedNumber component with React hooks (#24559)fusagiko / takayamaki
2023-04-17Fix crash in NotifyService when trying to send an email notification for ↵Claire
polls (#24558)
2023-04-17Merge pull request #2181 from ClearlyClaire/glitch-soc/merge-upstreamClaire
Merge upstream changes
2023-04-17Add user handle to notification mail recipient address (#24240)Heitor de Melo Cardozo
Co-authored-by: luccamps <luccamps@users.noreply.github.com> Co-authored-by: Leonardo Negreiros de Oliveira <negreirosleo12@gmail.com> Co-authored-by: Marcio Flavio <mflaviof1995@gmail.com> Co-authored-by: Gabriel Quaresma <j.quaresmasantos_98@hotmail.com>
2023-04-17Fix crash when trying to open the filter modal (#24556)Claire
2023-04-17Update Jest testing to include Typescript (#24555)Nick Schonning
2023-04-17Rewrite AvatarOverlay component with React hooks (#24543)fusagiko / takayamaki
2023-04-16[Glitch] Change all components to use the same error page in web UIEugen Rochko
Port cee357d5385c66a0217827ba3ceab2e77cd2f649 to glitch-soc Signed-off-by: Claire <claire.github-309c@sitedethib.com>
2023-04-16[Glitch] Add “In Memoriam” banner back to profilesClaire
Port 86ad43173f4f2fead5791fe6ae09144cbebee7c1 to glitch-soc Signed-off-by: Claire <claire.github-309c@sitedethib.com>
2023-04-16[Glitch] Fix tab arrows on RTL layoutsClaire
Port af49d93fd6168c089530240a9ab4eccb975b8c42 to glitch-soc Signed-off-by: Claire <claire.github-309c@sitedethib.com>
2023-04-16Merge branch 'main' into glitch-soc/merge-upstreamClaire
2023-04-16[Glitch] Refactor styles to use logical properties for positioning (#2156)Plastikmensch
Port babd86e594bbdd6dcc512d522ccbb4b24c1355e3 and 45848d654709678ba35d9e97e0b3df3e3916cd75 to glitch-soc Signed-off-by: Plastikmensch <plastikmensch@users.noreply.github.com>
2023-04-16New Crowdin updates (#2172)Claire
* New translations en.json (Spanish) [ci skip] * New translations en.json (Polish) [ci skip] * New translations en.json (Chinese Simplified) [ci skip] * New translations en.json (Spanish, Argentina) [ci skip] * New translations en.json (Spanish, Mexico) [ci skip] * New translations en.json (Romanian) [ci skip] * New translations en.json (French) [ci skip] * New translations en.json (Afrikaans) [ci skip] * New translations en.json (Arabic) [ci skip] * New translations en.json (Belarusian) [ci skip] * New translations en.json (Bulgarian) [ci skip] * New translations en.json (Catalan) [ci skip] * New translations en.json (Czech) [ci skip] * New translations en.json (Danish) [ci skip] * New translations en.json (German) [ci skip] * New translations en.json (Greek) [ci skip] * New translations en.json (Frisian) [ci skip] * New translations en.json (Basque) [ci skip] * New translations en.json (Finnish) [ci skip] * New translations en.json (Irish) [ci skip] * New translations en.json (Hebrew) [ci skip] * New translations en.json (Hungarian) [ci skip] * New translations en.json (Armenian) [ci skip] * New translations en.json (Italian) [ci skip] * New translations en.json (Japanese) [ci skip] * New translations en.json (Georgian) [ci skip] * New translations en.json (Korean) [ci skip] * New translations en.json (Lithuanian) [ci skip] * New translations en.json (Macedonian) [ci skip] * New translations en.json (Dutch) [ci skip] * New translations en.json (Norwegian) [ci skip] * New translations en.json (Punjabi) [ci skip] * New translations en.json (Portuguese) [ci skip] * New translations en.json (Russian) [ci skip] * New translations en.json (Slovak) [ci skip] * New translations en.json (Slovenian) [ci skip] * New translations en.json (Albanian) [ci skip] * New translations en.json (Serbian (Cyrillic)) [ci skip] * New translations en.json (Swedish) [ci skip] * New translations en.json (Turkish) [ci skip] * New translations en.json (Ukrainian) [ci skip] * New translations en.json (Chinese Traditional) [ci skip] * New translations en.json (Urdu (Pakistan)) [ci skip] * New translations en.json (Vietnamese) [ci skip] * New translations en.json (Galician) [ci skip] * New translations en.json (Icelandic) [ci skip] * New translations en.json (Portuguese, Brazilian) [ci skip] * New translations en.json (Indonesian) [ci skip] * New translations en.json (Persian) [ci skip] * New translations en.json (Tamil) [ci skip] * New translations en.json (Bengali) [ci skip] * New translations en.json (Marathi) [ci skip] * New translations en.json (Thai) [ci skip] * New translations en.json (Croatian) [ci skip] * New translations en.json (Norwegian Nynorsk) [ci skip] * New translations en.json (Kazakh) [ci skip] * New translations en.json (Estonian) [ci skip] * New translations en.json (Latvian) [ci skip] * New translations en.json (Hindi) [ci skip] * New translations en.json (Malay) [ci skip] * New translations en.json (Telugu) [ci skip] * New translations en.json (English, United Kingdom) [ci skip] * New translations en.json (Burmese) [ci skip] * New translations en.json (Welsh) [ci skip] * New translations en.json (Faroese) [ci skip] * New translations en.json (Esperanto) [ci skip] * New translations en.json (Uyghur) [ci skip] * New translations en.json (Chinese Traditional, Hong Kong) [ci skip] * New translations en.json (Tatar) [ci skip] * New translations en.json (Malayalam) [ci skip] * New translations en.json (Breton) [ci skip] * New translations en.json (Latin) [ci skip] * New translations en.json (Bosnian) [ci skip] * New translations en.json (French, Quebec) [ci skip] * New translations en.json (Sinhala) [ci skip] * New translations en.json (Cornish) [ci skip] * New translations en.json (Kannada) [ci skip] * New translations en.json (Scottish Gaelic) [ci skip] * New translations en.json (Asturian) [ci skip] * New translations en.json (Aragonese) [ci skip] * New translations en.json (Occitan) [ci skip] * New translations en.json (Serbian (Latin)) [ci skip] * New translations en.json (Kurmanji (Kurdish)) [ci skip] * New translations en.json (Sorani (Kurdish)) [ci skip] * New translations en.json (Scots) [ci skip] * New translations en.json (Igbo) [ci skip] * New translations en.json (Corsican) [ci skip] * New translations en.json (Sardinian) [ci skip] * New translations en.json (Sanskrit) [ci skip] * New translations en.json (Kabyle) [ci skip] * New translations en.json (Ido) [ci skip] * New translations en.json (Polish) [ci skip] * New translations en.json (German) [ci skip] * New translations en.json (German) [ci skip] * New translations en.yml (German) [ci skip] * New translations en.json (Esperanto) [ci skip] * New translations en.json (Esperanto) [ci skip] * New translations en.json (Esperanto) [ci skip] * New translations en.json (Esperanto) [ci skip] * New translations en.json (Chinese Simplified) [ci skip]
2023-04-16Rewrite GIFV component with React hooks (#24552)fusagiko / takayamaki
2023-04-16Add progress indicator to sign-up flow (#24545)Eugen Rochko
2023-04-16Add client-side validation for taken username in sign-up form (#24546)Eugen Rochko
2023-04-14Merge remote-tracking branch 'glitch/main'Starfall
2023-04-14Fix status title for statuses without text (#24359)Ivan Rodriguez
2023-04-14Refactor race condition reblog service spec (#24526)Matt Jankowski
2023-04-14tootctl: add --approve option to tootctl accounts create (#24533)Daniel M Brasil
2023-04-14typo: collapsable -> collapsible (#24521)Nick Schonning
2023-04-12Fix default content type setting not applying (#2176)Plastikmensch
Signed-off-by: Plastikmensch <plastikmensch@users.noreply.github.com>
2023-04-12Fix tab arrows on RTL layouts (#24520)Claire
2023-04-12Fix missing translation strings in en.json and defaultMessages.json (#24518)Claire
2023-04-12Fix check-i18n when there are missing strings in other languages than ↵Claire
english (#24519)
2023-04-12Add “In Memoriam” banner back to profiles (#23614)Claire