3747 Commits (77cb2d04f92b11adb297ddab4d63027aaa4d0bf2)

Author SHA1 Message Date
Eugen Rochko cb45282e47 Fix stats expiring too quickly because of variable mistake (#6155)
7 years ago
Akihiko Odaki 5d02615063 Rename key to path in actions and reducers for settings (#6105)
7 years ago
Otakan 1cd5812c6b delete X-UA-Compatible (#6068)
7 years ago
Branko Kokanovic 1c4142da5b Adding Serbian latin translations (#6146)
7 years ago
David Yip fa4960ea74 More ../ -> ~.
7 years ago
David Yip ed572490c1 Merge remote-tracking branch 'origin/master' into merge-upstream
7 years ago
Akihiko Odaki 7549f264e6 Use const instead of let for constant (#6106)
7 years ago
Akihiko Odaki 616b6867a0 Show mastodon on modal (#6129)
7 years ago
cwm d5770ef7ac bug fix (tootsuite pr #6120)
7 years ago
Jenkins 5975446002 Merge remote-tracking branch 'tootsuite/master' into glitchsoc/master
7 years ago
Branko Kokanovic 34a90dc266 Adding Serbian translation (#6133)
7 years ago
David Yip 08ecfe990d Merge pull request #291 from glitch-soc/merge-upstream
7 years ago
David Yip 01f91695f5 Merge remote-tracking branch 'origin/master' into merge-upstream
7 years ago
David Yip f19b436c83 Switch to tootsuite's elephant friend for the drawer
7 years ago
David Yip 5ec1a9b484 Use ~ notation in components for image references
7 years ago
cwm a4ae9c4109 remove unused 'saveSettings' from column_settings_container
7 years ago
cwm 093c27fe46 web push updates (tootsuite PRs #5879, #5941, #6047)
7 years ago
Jeong Arm fc8c2c9b4a Translate Korean (#6131)
7 years ago
beatrix d9c2806048 keep the same filters and page when doing custom emojo stuff (fixes #6112) (#6114)
7 years ago
Eugen Rochko 9427823d5c Add more instance stats APIs (#6125)
7 years ago
MitarashiDango a52820a7fd bug fix (WebPush does not work) (#6120)
7 years ago
cwm 485dbbb9b7 Fix GIF avatars not autoplaying (fixes #287, tootsuite pr #6000)
7 years ago
ThibG 3df85a843c Make host_meta/webfinger replies cacheable (fixes #6100) (#6101)
7 years ago
David Yip f722fcb5a6 Merge remote-tracking branch 'origin/master' into merge-upstream
7 years ago
Akihiko Odaki 093af89c43 Move the mastodon on Getting Started column to drawer column (#6109)
7 years ago
Akihiko Odaki d8a0c19166 Fix XML oEmbed support discovery (#6104)
7 years ago
beatrix dde1db7efb Merge pull request #286 from chriswmartin/merge-vanilla-updates-into-glitch
7 years ago
cwm 4d2ca09ae8 Set direction style to reply indicator (tootsuite pr #6006)
7 years ago
cwm c670d2cadd Reduce motion for boost animation (tootsuite pr #5871)
7 years ago
cwm ccc14ad59b Fix layout for RTL (tootsuite pr #6014, #6018)
7 years ago
cwm 44d1b30dfb Fix focused background color of favourited direct toot (tootsuite pr #6021)
7 years ago
cwm f9863df926 Move dropdown transform origin (tootsuite pr #6091)
7 years ago
cwm 4a0dd0efea onMuteNotifications validation (tootsuite pr #6092)
7 years ago
cwm ab81f8414d Rename settingKey to settingPath (tootsuite pr #6046 & #6098)
7 years ago
cwm 15796d0b5f use 'flavours/glitch/' prefix in new imports
7 years ago
cwm 61aa7a385b Add mute, block, conversation mute actions to detailed status dropdown menu
7 years ago
Jenkins 2bd6532e63 Merge remote-tracking branch 'tootsuite/master' into glitchsoc/master
7 years ago
Chris 1f0ae8d173 Add mute, block, conversation mute actions to detailed status dropdown menu (#6099)
7 years ago
MitarashiDango b4047027d4 Additional prop name change. (#6098)
7 years ago
Jenkins 503e7fb4d8 Merge remote-tracking branch 'tootsuite/master' into glitchsoc/master
7 years ago
Neetshin fad20b7830 Add validation for onMuteNotifications (#6092)
7 years ago
Nolan Lawson 59a50e6489 Reduce motion for boost animation (#5871)
7 years ago
Akihiko Odaki 3f52d12a4c Refactor web_push_subscription (#6047)
7 years ago
Chris 65cabbe8ef removed references to hideOnMobile in column_link and getting_started (#6082)
7 years ago
cpsdqs 7f1828166d Move dropdown transform origin to top edge (#6091)
7 years ago
Jenkins 9ccad78647 Merge remote-tracking branch 'tootsuite/master' into glitchsoc/master
7 years ago
ncls7615 33f2976c84 Update and add some translate
7 years ago
ncls7615 0d900416f7 Add more en and ja
7 years ago
ncls7615 43b9a78f1d Add en and ja
7 years ago
ThibG 7eb2f42976 Reduce the number of synchronous resolves when posting toots (#6075)
7 years ago
ThibG 87ee458079 Display deleted users' role as “Suspended” (#6080)
7 years ago
beatrix 9ba54d457a Merge pull request #266 from chriswmartin/getting-started-improvements
7 years ago
ncls7615 4c682228ce Fix account header avatar
7 years ago
David Yip d93f6b4720 Add data-status-by back to DetailedStatus component. Fixes #273.
7 years ago
cwm f923aeec08 <kbd> instead of <code> in KeyboardShortcuts component (tootsuite pr #6049)
7 years ago
beatrix f42aa942b4 Merge pull request #276 from glitch-soc/245-click-avatar-to-open-profile-in-new-tab
7 years ago
David Yip c94a497ef6 Wrap <Avatar> in account header in a link to that account's page. Fixes #245.
7 years ago
cwm ca77c18c24 add keyboard shortcuts to getting started (fixes #275)
7 years ago
David Yip ea1c58f6d8 Set packs on 2FA-related pages. Fixes #271.
7 years ago
Jenkins 034617cac1 Merge remote-tracking branch 'tootsuite/master' into glitchsoc/master
7 years ago
Akihiko Odaki 73b5392cb2 Rename settingKey in setting_toggle to settingPath (#6046)
7 years ago
Neetshin 163da9770c Replace <code> to <kbd> in KeyboardShortcuts component (#6049)
7 years ago
Jeong Arm 7df9864429 Update Korean translation (#6050)
7 years ago
ncls7615 58e3bd4d71 Add en and ja
7 years ago
cwm 5b185a0a0f missed a semicolon
7 years ago
cwm 1dd4e3791f use makeMapStateToProps
7 years ago
cwm d6ca0e29a7 use list-ul icon in list header and web/lists
7 years ago
Jenkins 9dd76b5b41 Merge remote-tracking branch 'tootsuite/master' into glitchsoc/master
7 years ago
Peter c9c63c2232 Add Slovak translation (#6052)
7 years ago
beatrix 978e5e5606 Merge pull request #253 from glitch-soc/prevent-local-only-federation
7 years ago
ncls7615 82bff179f4 fix admin/action_logs page
7 years ago
kibigo! e59d124be5 Fixes #244 to make search results scrollable
7 years ago
David Yip d53f727653 Merge branch 'gs-master' into prevent-local-only-federation
7 years ago
NCLS cbc2f1ea5d Update ja.js
7 years ago
NCLS b9d1543f7e Update ja.js
7 years ago
Jenkins 601f0fe4a3 Merge remote-tracking branch 'tootsuite/master' into glitchsoc/master
7 years ago
Eugen Rochko 99a208cd8f Do not hide statuses from silenced accounts from other silenced accounts (#6030)
7 years ago
Naoki Kosaka 7da34ff0a3 Fix oEmbed image_modal src. (#6027)
7 years ago
Eugen Rochko ef8fc3542b Fix #6022 - Prevent nested migrated accounts, or migrations to self (#6026)
7 years ago
SerCom_KC 19a2ed9a04 Improve Chinese (Simplified) Translations (#6024)
7 years ago
Jeroen 0cadfd35a5 Last minute Dutch string updates (#6025)
7 years ago
David Yip b8e6074c53 Examples for Status#set_locality and .as_tag_timeline.
7 years ago
Jenkins e3d8c010b1 Merge remote-tracking branch 'tootsuite/master' into glitchsoc/master
7 years ago
Lynx Kotoura d0a8463db0 Fix focused background color of notifications of direct toots (#6021)
7 years ago
Lynx Kotoura 891b03536f Fix overflowing emojis on some devices (#6016)
7 years ago
Olivier Humbert 4621fd6461 1 fix + 1 translation (#6019)
7 years ago
Jenkins ac183e024b Merge remote-tracking branch 'tootsuite/master' into glitchsoc/master
7 years ago
Eugen Rochko 1010831783 Fix regression from #6014 (#6018)
7 years ago
Jenkins 1366e96a02 Merge remote-tracking branch 'tootsuite/master' into glitchsoc/master
7 years ago
Quenty31 10c0745c8f l10n OC and FR updates (#6017)
7 years ago
Eugen Rochko 772456072e Fix layout for RTL (#6014)
7 years ago
Lynx Kotoura cbf6bd4e0c Excahnge the order of spoiler-input and unlocked warning (#6015)
7 years ago
Lynx Kotoura d7bd1906d4 Redesign tootbox (#5919)
7 years ago
Eugen Rochko d4d0befb4b Weblate translations (#6011)
7 years ago
SerCom_KC 9bef4eb4c0 Update Chinese (Simplified) translations (#6005)
7 years ago
Eugen Rochko d6088c5308 Add filters to admin UI for custom emojis (#6003)
7 years ago
Yamagishi Kazutoshi 7a5e2ffebe Set direction style to reply indicator (#6006)
7 years ago
Eugen Rochko 8c04f9417f Fix redundant HTTP request in FetchLinkCardService (#6002)
7 years ago
Eugen Rochko aea3d0814b Clean up admin UI for accounts (#6004)
7 years ago
Eugen Rochko 88aef653ee Fix GIF avatars not autoplaying when GIF autoplay is enabled (#6000)
7 years ago