6436 Commits (3d722b0c4e14d6d766d2e8814f42c76cfd0f2e2c)

Author SHA1 Message Date
Mélanie Chauvel (ariasuni) 2ccef52a4f Improve account bar css (#8087)
6 years ago
Eugen Rochko bb71538bb5
Redesign public profiles and toots (#8068)
6 years ago
Marcin Mikołajczak e23b26178a i18n: Update Polish translation (#8084)
6 years ago
Eugen Rochko 0fb0037ca7
Resize images by area instead of fixed dimensions (#8083)
6 years ago
Thibaut Girka c057aeb76b [Glitch] Add documentation for “p” hotkey
6 years ago
Thibaut Girka a8911616b6 Add hotkey variants to keyboard shortcuts description
6 years ago
Thibaut Girka 6141c2a035 Merge branch 'master' into glitch-soc/merge-upstream
6 years ago
Thibaut Girka 82ab5aacb2 Prevent scrolling main frame when navigating in image gallery with arrow keys
6 years ago
ThibG 3c35b34b61 Improve keyboard shortcuts descriptions (#8066)
6 years ago
ThibG d199806969 Prevent scrolling main frame when navigating in image gallery with arrow keys (#8073)
6 years ago
Eai c9739ca86b Fix .column-back-button line-height (#8074)
6 years ago
abcang 9ad334f65c Call address instead of exchange (#8076)
6 years ago
Marcin Mikołajczak ba6a592b39 fix typo in 🇵🇱 (#8075)
6 years ago
Thibaut Girka 02326a4322 [Glitch] Use LoadingBar instead of blur to indicate that an image is loading
6 years ago
Thibaut Girka 1769a7e9aa Use the same description string as upstream for the “x” hotkey
6 years ago
Thibaut Girka b1ed2b1d03 Fix focusing search bar with hotkeys
6 years ago
Thibaut Girka c600bcfe1d Fix focusing composer textarea on “new toot” hotkey
6 years ago
Thibaut Girka 037228cf03 Fix routing issues, especially keyboards shortcuts changing location
6 years ago
Yamagishi Kazutoshi b62ec00d87 Weblate translations (2018-07-25) (#8065)
6 years ago
Thibaut Girka 1aa253c41d Display custom emoji in account notes in WebUI (fixes #595)
6 years ago
Thibaut Girka c99054ecb2 Add CSS for the newly-introduced dashboard (fixes #592)
6 years ago
Thibaut Girka 828f602b2f [Glitch] Ensure container of React components has full width
6 years ago
Thibaut Girka b9d5d8982d Merge branch 'master' into glitch-soc/merge-upstream
6 years ago
Thibaut Girka 552b4d9a5f Disable threaded mode when canceling a reply (fixes #583)
6 years ago
Yamagishi Kazutoshi 7e638043b9
Weblate translations (2018-07-18) (#8047)
6 years ago
Thibaut Girka 7dbed4dab9 Merge branch 'master' into glitch-soc/merge-upstream
6 years ago
Thibaut Girka 1fb78602c5 Do not cause an error if domain_lists.blocks.next is undefined (fixes #572)
6 years ago
Thibaut Girka 8501ad5c5c Process statuses on COMPOSE_SUBMIT_SUCCESS (fixes #579)
6 years ago
Eugen Rochko 6277a6db2a
Hide "A look inside" in mobile layout on frontpage (#8044)
6 years ago
Eugen Rochko f6910fba02
Ensure container of React components has full width (#8043)
6 years ago
Eugen Rochko 69c34f3438
Fix number of results returned from TrendingTags.get
6 years ago
Eugen Rochko 8241f162df
Fix tag usage display on admin dashboard
6 years ago
Eugen Rochko 0d13e30ad2
Display trending hashtags on admin dashboard (#8038)
6 years ago
Eugen Rochko 7e2678f7f6
Fix ActivityPub::UpdateDistributionWorker regression (#8039)
6 years ago
Eugen Rochko a23ac107e4
Fix activity:interactions counter to count all interactions (#8037)
6 years ago
Thibaut Girka bcf157a1a9 Avoid loading rails-ujs twice on vanilla flavour
6 years ago
Eugen Rochko 8f64b17d98 Whitelist dat/ipfs/gopher links in sanitizer (#8034)
6 years ago
Thibaut Girka f26f1145ac Merge branch 'master' into glitch-soc/merge-upstream
6 years ago
Marcin Mikołajczak daacf15d72 i18n: Update Polish translation (#8032)
6 years ago
Eugen Rochko 04587116bd
Fix typo in Admin::DashboardController#index
6 years ago
Eugen Rochko 2354b10eb5
Add admin dashboard (#8029)
6 years ago
ThibG 955d5d36e8 Use LoadingBar instead of blur to indicate that an image is loading (fixes #4060) (#7562)
6 years ago
ThibG d0d23b8f0a Do not cause an error if domain_lists.blocks.next is undefined (#8021)
6 years ago
Eugen Rochko 2a176514be
Display full acct on public status pages, always (#8011)
6 years ago
Eugen Rochko 38e9662d78
Disable language detection for texts shorter than 140 characters (#8010)
6 years ago
Yamagishi Kazutoshi e9b322d0a6 Upgrade webpack to version v4.x (#6655)
6 years ago
Eugen Rochko e709107463
Display Mastodon version in footer of web UI (#8013)
6 years ago
Eugen Rochko 9b75dee316 Weblate translations (2018-07-14) (#8016)
6 years ago
Eugen Rochko 47c59591e0 Do not count self in potential friendships (#8014)
6 years ago
Eugen Rochko e55dce3176
Add federation relay support (#7998)
6 years ago
Thibaut Girka ddfcedcfe4 Merge branch 'master' into glitch-soc/merge-upstream
6 years ago
Thibaut Girka 57f31b361f Add an option restricting secondary toot privacy to that of the toot being replied to
6 years ago
mayaeh 401559c376 Fix whole-word selection and i18n: Add Japanese translation for Whole-word (#8004)
6 years ago
Thibaut Girka d8b13b46f7 Move privacyPreference to utils
6 years ago
Thibaut Girka cd05378b59 [Glitch] Refactor privacyPrefence() to use priority list
6 years ago
Thibaut Girka d67cb13d84 Use options rather than a boolean
6 years ago
Thibaut Girka 8c8707771d Do not store duplicate reply_privacy
6 years ago
Ash Levy 6f06d16b1e add option to enable auto visibility on secondary toot button
6 years ago
Thibaut Girka 7cb7ecaf7e [Glitch] Make whole-word filter regex consistent between Ruby and JS
6 years ago
Thibaut Girka debc6544d9 [Glitch] Add follow button to detailed status, add gradient to mask bio cut-off (fixes #566)
6 years ago
Thibaut Girka 6f0f583abe Merge branch 'master' into glitch-soc/merge-upstream
6 years ago
Eugen Rochko ffd444d221
Weblate translations (2018-07-11) (#7992)
6 years ago
Eugen Rochko bfce6a5485
Add link to filters in web UI dropdown (#7990)
6 years ago
Thibaut Girka 612b00d1bb Display reply indicator even when replying to contentless toot (fixes #564)
6 years ago
Thibaut Girka ef1d660596 make sure reblogged's filter is set correctly
6 years ago
Thibaut Girka faa4db7975 [Glitch] Add option to not consider word boundaries when processing keyword filtering
6 years ago
Thibaut Girka 6777dfc8d9 [Glitch] In keyword filter, account for reblogs, HTML and whole-words
6 years ago
Thibaut Girka 00c1386b9d [Glitch] Fix filters not affecting notifications in web UI
6 years ago
Thibaut Girka 0bb1720495 Add client-side custom filter support to glitch-soc
6 years ago
Thibaut Girka 33c1607c83 [Glitch] Fix Chrome issue with sizes="0px"
6 years ago
Ash Levy e96a4434c7 add keybind in composer textarea for secondary submit
6 years ago
Eugen Rochko 20fefdb714
Make whole-word filter regex consistent between Ruby and JS (#7987)
6 years ago
Thibaut Girka 402da8065c Migrate glitch-soc keyword mutes to Mastodon's
6 years ago
Thibaut Girka ee41947e9d Set appropriate assets pack for the keyword filter page
6 years ago
Thibaut Girka d392020da6 Merge branch 'master' into glitch-soc/tentative-merge
6 years ago
ThibG 1ca4e51eb3 Add option to not consider word boundaries when processing keyword filtering (#7975)
6 years ago
Eugen Rochko 30e1da7668
Add follow button to detailed status, add gradient to mask bio cut-off (#7979)
6 years ago
Eugen Rochko 6b9e03e002
Add API method to remove a suggestion (#7978)
6 years ago
Eugen Rochko cfeb3beb4e
Fix filters not affecting notifications in web UI (#7977)
6 years ago
Thibaut Girka c699b2d141 Remove duplicate code for handling muted users
6 years ago
Eugen Rochko cd509d2146
Remove .p-name microformat class (#7961)
6 years ago
Eugen Rochko 9804ec3a6d
Fix missing irreversible in filters API, expires_in param (#7976)
6 years ago
Lynx Kotoura c930b61770 Revert "Fix dark background error on user-mention autosuggest (#7937)" (#7964)
6 years ago
Lynx Kotoura 617f40fc2b Fix gradient, regression from #7927 (#7963)
6 years ago
Eugen Rochko f89c595ea0
Add admin setting to enable OG previews for sensitive media (#7962)
6 years ago
Eugen Rochko 404c7702ec
In keyword filter, account for reblogs, HTML and whole-words (#7960)
6 years ago
Eugen Rochko 8461cd4bb5
Send undo of boost to original poster if reblog (#7959)
6 years ago
Eugen Rochko baff4a7ce0
If signed in, redirect autofollow invite to profile page (#7956)
6 years ago
Eugen Rochko 32a4b524fb
In e-mail validator, fallback from MX to A record (#7955)
6 years ago
Eugen Rochko 4b198b172d
Check reblogged status for blocked/muted mentions (#7957)
6 years ago
Eugen Rochko 1f6ed4f86a
Add more granular OAuth scopes (#7929)
6 years ago
Maciek Baron ca2cc556f1 Crush PNGs to reduce overall size (#7954)
6 years ago
Renato "Lond" Cerqueira b2051a6256 Weblate translations (2018-07-05) (#7950)
6 years ago
Maciek Baron 1e65cdf821 Add comment, test to unescapeHTML (#7949)
6 years ago
Maciek Baron cdfe51e325 Fix #6395 - overlapping profile name and domain (#7927)
6 years ago
Marek Lach 7da74e3157 Fix dark background error on user-mention autosuggest (#7937)
6 years ago
Maciek Baron f2d9a3c239 Refactor privacyPrefence() to use priority list (#7945)
6 years ago
Maciek Baron 0bfa0f2374 Add white outline to black emojis (fix #5083) (#7936)
6 years ago
Maciek Baron f3af1a96a8 Check if router is injected in media modal (#7941)
6 years ago
Maciek Baron 9dc413b025 Respect noindex rule in remote follow view (fix #7869) (#7939)
6 years ago
Eugen Rochko 8ff0d64d05 What is on your mind -> What's on your mind (#7938)
6 years ago
Eugen Rochko 5b6db8a62a
Disable service worker media cache and IndexedDB storage (#7932)
6 years ago
Renato "Lond" Cerqueira 4045b50bd6 Restore support to ruby 2.3, add ruby 2.3 to circle ci (#7935)
6 years ago
Maciek Baron bbbe3ed6ba Allow the media modal to be closed by pressing back (#7934)
6 years ago
Eugen Rochko b0968623fa
Fix check for PotentialFriendshipTracker when replying (#7933)
6 years ago
Eugen Rochko 23e1f143de Fix M hotkey inserting @undefined when in detailed status (#7931)
6 years ago
Eugen Rochko 30b377cc15
Fix style of attachment list on /about (#7930)
6 years ago
Eugen Rochko da8fe8079e
Re-add follow recommendations API (#7918)
6 years ago
Shaun Gillies ac82c9380f Display full username in tooltip on search and autosuggest #7478 (#7920)
6 years ago
Eugen Rochko 2092d5c0ad
Improve embeds (#7919)
6 years ago
Marty McGuire 8fea9cc311 Typo in signature verification failure logging (#7916)
6 years ago
Marcin Mikołajczak dfd9cd463d i18n: Update Polish translation (#7915)
6 years ago
MIYAGI Hikaru ddd0bb69e1 Merge `HIDDEN_SERVICE_VIA_TRANSPARENT_PROXY` into `ALLOW_ACCESS_TO_HIDDEN_SERVICE` (#7901)
6 years ago
Eugen Rochko cdb101340a
Keyword/phrase filtering (#7905)
6 years ago
Quentí fbee9b5ac8 Missing translations (#7896)
6 years ago
ふぁぼ原 20bb90ced6 On the mobile UI, move the search column to the right (#7877)
6 years ago
Yamagishi Kazutoshi 349d0196b2 Weblate translations (2018-06-25) (#7890)
6 years ago
Eugen Rochko 45b5e60909
Fix Chrome issue with sizes="0px" (#7886)
6 years ago
ThibG c18d55e8c2
Merge pull request #553 from ThibG/glitch-soc/merge-upstream
6 years ago
Thibaut Girka f364a27922 Increase padding of toots
6 years ago
Thibaut Girka ccbaf32bca Fix margins of toot text
6 years ago
Thibaut Girka 4b0f27ba78 Merge branch 'master' into glitch-soc/merge-upstream
6 years ago
ThibG 50a2854f92 Fix jpeg files sometimes being returned with a .jpe extension (#7881)
6 years ago
Shuhei Kitagawa 23955d956e Add tests for remote_unfollows_controller (#7879)
6 years ago
ThibG 03cfe366fd
Merge pull request #550 from ThibG/glitch-soc/merge-upstream
6 years ago
Thibaut Girka 0c3a337e04 Fix confirmations_controller
6 years ago
Mélanie Chauvel (ariasuni) f0f8b242c4 Fix CW field still having animation in when reduce motion is enabled (#7872)
6 years ago
Thibaut Girka f0161702d8 [Glitch] Submit report using meta key
6 years ago
Thibaut Girka d0faac9027 Fix clicking on collapsed toots with a background (fixes #547)
6 years ago
Thibaut Girka ab5f450700 Merge branch 'master' into glitch-soc/merge-upstream
6 years ago
Shuhei Kitagawa 7f59206944 Replace bypass option with bypass_sign_in (#7867)
6 years ago
Hinaloe c3b40a6950 Return collect response when fail put cache to storage (#7863)
6 years ago
kedama 926bfce465 Fix broken single column getting-started menu (Fix #7854) (#7862)
6 years ago
Eugen Rochko 2a1089839d
Weblate translations (2018-06-19) (#7847)
6 years ago
Eugen Rochko fc09b3722a
Always send content for backwards-compatibility (#7844)
6 years ago
Eugen Rochko 908a9671d0
Serialize language into ActivityPub JSON (#7840)
6 years ago
Eugen Rochko 50689f0d41
Create special case to prefer "jpeg" over "jpe" file extension (#7841)
6 years ago
Yamagishi Kazutoshi 7e9e7c642d Weblate translations (2018-06-18) (#7839)
6 years ago
Lynx Kotoura 434ec913dd Change list icons different from the getting-started icons (#7838)
6 years ago
Eugen Rochko a58ec29631
Allow selecting default posting language instead of auto-detect (#7828)
6 years ago
Hinaloe b347d55432 DataTransfer.types may Array-like object (#7827)
6 years ago
Eugen Rochko 7eec279c7f
Change language opt-out to language opt-in (#7823)
6 years ago
Lynx Kotoura 31e5d7efd7 Fix the action with X button on compose form (#7826)
6 years ago
Eugen Rochko 5e9d51c24b
Do not pre-emojify note HTML in accounts REST API (#7821)
6 years ago
Thibaut Girka 26c20a4ec7 [Glitch] Preserve newlines in delete & redraft and desktop notifications
6 years ago
Thibaut Girka a01faecfcb [Glitch] Add redraft function
6 years ago
ThibG c08a249558
Merge pull request #544 from ThibG/glitch-soc/merge-upstream
6 years ago
Lynx Kotoura 9c08a368e7 Adjust account__action-bar contents (#7818)
6 years ago
Lynx Kotoura a9ef82febb Fix autosuggest-textarea backgrounds and some minor adjustments (#7817)
6 years ago
Yamagishi Kazutoshi ea23ef8cb6 Weblate translations (2018-06-16) (#7815)
6 years ago
Jeong Arm 0f6622f7d1 Add missing Korean translations (#7819)
6 years ago
SerCom_KC b469a8d688 Update Chinese (Simplified) Translations (#7816)
6 years ago
Masoud Abkenar 97b2ba4240 Update fa.json (#7814)
6 years ago
Thibaut Girka e8ccac468a [Glitch] Add vendor prefix for background-clip
6 years ago
David Yip 8cafeedc25 Port 85470ec872 to glitch emoji picker.
6 years ago
Thibaut Girka db200226b8 Merge branch 'master' into glitch-soc/merge-upstream
6 years ago
Eugen Rochko 09147186b7
Fix regression where CW is focused on reply (#7811)
6 years ago
Eugen Rochko ca85658975
Add autofollow option to invites (#7805)
6 years ago
Eugen Rochko 33dd9bf36d
Fix vertical alignment of navigation bar (#7807)
6 years ago
Eugen Rochko c3b3594305
Remove placeholder text for media-only toots (#7806)
6 years ago
Eugen Rochko 1cc775200e
Add "find friends", "invite people", and more to getting started footer (#7803)
6 years ago
chr v1.x 4f42238c29 Put "Media Only" option in column settings instead of content area headline (#7801)
6 years ago
Jenkins afceef74c2 Merge remote-tracking branch 'tootsuite/master' into glitchsoc/master
6 years ago
Yamagishi Kazutoshi f972815f1b Hide status content when spoiler text is not empty (#7797)
6 years ago
Yamagishi Kazutoshi 79a468016a Fix "Invalid DOM property `class`" (#7798)
6 years ago
Lain Iwakura 6bae583d2f
Handle character limit in initial state in frontend.
6 years ago
chr v1.x 0338da1699 Add profile options on compose form (#7789)
6 years ago
David Yip 5cff053944
Merge branch 'master' into 454-allow-keyword-mutes-to-skip-mentions
6 years ago
David Yip fac6e392e9
Port emojimart 2.6.1 changes to glitch flavour
6 years ago
David Yip 908a770d2b
keyword mute: use mentions scope in home feed filtering (#454)
6 years ago
David Yip e931cf656d
Merge remote-tracking branch 'glitchsoc/master' into 454-allow-keyword-mutes-to-skip-mentions
6 years ago
Jenkins 4d8d1fa129 Merge remote-tracking branch 'tootsuite/master' into glitchsoc/master
6 years ago
Lynx Kotoura 7e27a3c225 Uniform media and video spoiler settings and fix them of the light theme (#7778)
6 years ago
Yamagishi Kazutoshi 01ee460ceb Weblate translations (2018-06-10) (#7779)
6 years ago
kedama a99179d31f Control the focus when clicking the "CW" button. (#7776)
6 years ago
Renato "Lond" Cerqueira 268d90e810 Rename emoji sheet to avoid caching issue (#7777)
6 years ago
Shuhei Kitagawa 7086aa598b Add tests for intents_controller (#7763)
6 years ago
Eugen Rochko 10f51c9886
Fix domain hiding logic (#7765)
6 years ago
Lynx Kotoura 91e5d9f8af Fix background color of emoji-mart-bar in light theme (#7768)
6 years ago
Lynx Kotoura 3df8c40508 Adjust emoji-mart-anchor-bar for environments that use display scaling (#7772)
6 years ago
Eugen Rochko 17dc07f667
Fix has_one association on Web::PushSubscription (#7767)
6 years ago
Thibaut Girka 7d3c0e4cb4 Delete references to removed constants (fixes #537)
6 years ago
David Yip f9eb4ea80a
Merge pull request #506 from ThibG/glitch-soc/fixes/static-500
6 years ago
SerCom_KC fc132915ec Update Chinese (Simplified) translations (#7769)
6 years ago
Renato "Lond" Cerqueira 85470ec872 Fix issues with updated emoji mart (#7761)
6 years ago
Yamagishi Kazutoshi 6671297e7a Weblate translations (2018-06-08) (#7759)
6 years ago
Eugen Rochko 6ba7d9d0d9
Do not accept ActivityPub follow requests from blocked user (#7756)
6 years ago
Eugen Rochko 9b9e96eae5
Add "Edit profile" link to public profile page, increase bottom padding (#7754)
6 years ago
Renato "Lond" Cerqueira 0c3ce41031 Update to emojimart 2.6.1 (#7746)
6 years ago
David Yip 8142bd2553
Merge remote-tracking branch 'tootsuite/master' into merge-upstream
6 years ago
David Yip f8d50a4070
Merge pull request #509 from ThibG/glitch-soc/fixes/router-history-navigation
6 years ago
Marcin Mikołajczak 2304d52599 🌍🇵🇱 (#7753)
6 years ago
Eugen Rochko 59b42188a7
Filter out blocked/muted people from profile timelines (#7747)
6 years ago
Yamagishi Kazutoshi 683707839f Fix fetch of remote image with multiple Content-Type headers (#7749)
6 years ago
Eugen Rochko c75493755f
Preserve newlines in delete & redraft and desktop notifications (#7750)
6 years ago
Yamagishi Kazutoshi b7b331ad0d Add missing dot for remote image (#7751)
6 years ago
David Yip 68373e799b
Merge pull request #534 from glitch-soc/restructure-kw-as-word-lists
6 years ago
Renato "Lond" Cerqueira d8b4f39007 Weblate translations 20180605 (#7743)
6 years ago
Renato "Lond" Cerqueira aa177bdca7 Add missing locale strings (#7742)
6 years ago
David Yip a640c322c1
Escape metacharacters in non-whole-word keyword mutes. Fixes #533.
6 years ago
Eugen Rochko bd0791d800
Add redraft function (#7735)
6 years ago
David Yip f009fef40b
Merge pull request #530 from glitch-soc/restructure-kw-as-word-lists
6 years ago
nightpool 5fb013878f Fix context performance by partially reverting #7083 (#7734)
6 years ago
Yamagishi Kazutoshi dc73241bd9 Detect extname from Content-Type (#7733)
6 years ago
Yamagishi Kazutoshi e3fb528d12 Skip processing when HEAD method returns 501 (#7730)
6 years ago
Yamagishi Kazutoshi e0354aba7c Add vendor prefix for background-clip (#7727)
6 years ago
Lynx Kotoura bb0edbd988 Change border color of activity-stream (#7724)
6 years ago
Yamagishi Kazutoshi 64d7a63f18 Submit report using meta key (#7729)
6 years ago
Yamagishi Kazutoshi c0fc4e9935 Remove unnecessary underline on accounts table (#7728)
6 years ago
David Yip 97d2df77aa
Add apply-to-mentions option to keyword mute UI. #454.
6 years ago
David Yip 26573ad7e6
Thread scopes through #matches?. #454.
6 years ago
Eugen Rochko 1bbe81030c
Display numbers in account header using shortNumberFormat for consistency (#7723)
6 years ago
Akihiko Odaki 5bf5003384 Do not mark remote status sensitive even if spoiler text is present (#7395)
6 years ago
Lynx Kotoura 73923ea6c4 Fix activity-stream-tabs colors and set text variables for text colors (#7722)
6 years ago
Eugen Rochko e18390cfe6
Fix bug in order of conversations in web UI (#7721)
6 years ago
David Yip c55263027a
Merge remote-tracking branch 'origin/master' into gs-master
6 years ago
Eugen Rochko 0deb9fa6b9
Remove trending hashtags (#7711)
6 years ago
David Yip 37d495eeeb
keyword mute: Store keywords as a list
6 years ago
David Yip 5dd2a78034
Merge pull request #528 from glitch-soc/merge-upstream
6 years ago
David Yip 8343f56b2c
Whoops, forgot to clean up a conflict.
6 years ago
David Yip cfdbb36bdf
Merge pull request #519 from ThibG/glitch-soc/fixes/status-node-null
6 years ago
David Yip 3550470c18
Merge remote-tracking branch 'origin/master' into gs-master
6 years ago
David Yip a641d1b5b8
Merge remote-tracking branch 'personal/merge/tootsuite/master' into gs-master
6 years ago
Yamagishi Kazutoshi 89c86ee521 Weblate translations (2018-06-02) (#7705)
6 years ago
Eugen Rochko 6e6c0e9613
Use different algorithm for trending tags (#7697)
6 years ago
Eugen Rochko 8d6e4e0485
Fix margin between compose warning, reply indicator and textarea (#7701)
6 years ago
Eugen Rochko 73c0c36e7b
Improve trends layout (#7700)
6 years ago
Yamagishi Kazutoshi 69b45350fe Add loading indicator for trending tags (#7693)
6 years ago
Yamagishi Kazutoshi bfa12239e8 Update ESLint for Code Climate (#7696)
6 years ago
Yamagishi Kazutoshi 15ce60f610 Fix duplicate key attributes (#7694)
6 years ago
David Yip 9ad5de8a3a
Merge pull request #501 from ThibG/glitch-soc/features/red-bookmarks
6 years ago
Spencer Alves e5f25a73f2 Adjust spacing between status icons
6 years ago
Spencer Alves 7d2e6429c2 Merge branch 'glitch' into thread-icon
6 years ago
Eugen Rochko 1e938b966e
Exclude unlisted, private and direct toots from affecting trends (#7686)
6 years ago
Eugen Rochko 0ce5339a7b
Make the refresh trends button refresh trends (#7685)
6 years ago
Mélanie Chauvel (ariasuni) 691107263c Put the CW field between the toot we are replying to and the toot field (#7508)
6 years ago
Thibaut Girka b9fdeceb3c Make active bookmarks red (fixes #493)
6 years ago
Thibaut Girka cc396f085d Use history.state to decide whether we should goBack() or go to / (fixes #247)
6 years ago
Thibaut Girka f86d280fd6 Use props.router instead of context.router, as we are using withRouter
6 years ago
Thibaut Girka e8a9627f66 Hardcode default skin/theme in error layout (fixes #373)
6 years ago
Thibaut Girka 893f2aff20 Prevent a rare crash when a status' root node is undefined
6 years ago
Thibaut Girka e396fbfe3b Fix direct timeline
6 years ago
Yamagishi Kazutoshi 648a22637c Weblate translations (2018-05-31) (#7681)
6 years ago
Marcin Mikołajczak 063d4d4ccc 🌍: 🇵🇱⬆️ (#7679)
6 years ago
Jenkins 165b5dc7f5 Merge remote-tracking branch 'tootsuite/master' into glitchsoc/master
6 years ago
Eugen Rochko ad40bf5e0c
Speed up some rake tasks by moving execution to Sidekiq (#7678)
6 years ago
Eugen Rochko 3623aea6c9
Redirect / to home on mobile layout, to getting started on desktop (#7677)
6 years ago
Eugen Rochko 1a7a74ff76
Improve getting started column (#7676)
6 years ago
Eugen Rochko a7d726c383
Improve counter caches on Status and Account (#7644)
6 years ago
Eugen Rochko 461542784b
Reduce wasted work in RemoveStatusService due to inactive followers (#7672)
6 years ago
Thibaut Girka e7b3a4263e [Glitch] Fix low-contrasted cancel button of reply indicator
6 years ago
Thibaut Girka 08dbe29e29 [Glitch] Improve load gap styling in web UI
6 years ago
Thibaut Girka cc589d6ec0 [Glitch] Use randomized setTimeout when fallback-polling and re-add since_id
6 years ago
Thibaut Girka fbc25bdd2d [Glitch] Do not crash in getStatusIds when there is a gap in the timeline
6 years ago
Thibaut Girka 5cc4d34250 [Glitch] Fix gap insertion for timeline disconnection
6 years ago
Thibaut Girka 15bef77add [Glitch] Fix ID duplication in timelines
6 years ago
Thibaut Girka 4b38ac3bed [Glitch] Fix comparing id
6 years ago
Thibaut Girka 6020a21130 [Glitch] Fix LoadMore on account media gallery
6 years ago
Thibaut Girka 5d16fd3f28 [Glitch] Add missing null handling in notification reducer
6 years ago
Thibaut Girka 4eba8c50c3 [Glitch] Allow clients to fetch notifications made while they were offline
6 years ago
Thibaut Girka 0ad3eedd4c [Glitch] Allow clients to fetch statuses made while they were offline
6 years ago
unarist 7706ed038f Fix context building in the reducer (#7671)
6 years ago
Thibaut Girka 532fb8e215 Fix error when unmuting a domain without listing muted domains first
6 years ago
ThibG 0345cd5a0f Fix error when unmuting a domain without listing muted domains first (#7670)
6 years ago
Thibaut Girka c087738270 Merge branch 'master' into glitch-soc/merge-upstream
6 years ago
abcang 90908fc24b Fix N+1 on AtomSerializer (#7669)
6 years ago
Eugen Rochko 8bb74e50be
Add GET /api/v2/search which returns rich tag objects, adjust web UI (#7661)
6 years ago
Eugen Rochko 90b64c0069
Always display tab navigation on local/federated timeline even when empty (#7663)
6 years ago
Eugen Rochko e599d7caf2 Rescue Mastodon::DimensionsValidationError in Remoteable (#7662)
6 years ago
Akihiko Odaki d95642f6d9 Cache attachments on external host with service worker (#7493)
6 years ago
takayamaki 03f4c214b4 fix: Don't validate MX record in development (#7654)
6 years ago
Lynx Kotoura c0355878ba Fix embed, error and onboarding modals in light theme (#7656)
6 years ago
Eugen Rochko 04a2cf8bcc
Fix incomplete flex style on trends items (#7655)
6 years ago
tateisu b87a1229c7 optimize direct timeline (#7614)
6 years ago
Eugen Rochko ab36e0ef72 Record trending tags from ActivityPub, too (#7647)
6 years ago
Eugen Rochko dfbadd6837
Replace recursion in status mapStateToProps (#7645)
6 years ago
Eugen Rochko 9bd23dc4e5
Track trending tags (#7638)
6 years ago
Thibaut Girka 8b98afa781 [Glitch] Replace onScrollToBottom with onLoadMore
6 years ago
Thibaut Girka a81ed7b205 Do not needlessly refresh pinned toots
6 years ago
Thibaut Girka 60addb14ce [Glitch] Change icon for domain blocks
6 years ago
Thibaut Girka b7508940b7 [Glitch] Add option to show only local toots in timeline preview
6 years ago
Thibaut Girka 1fa3586db5 [Glitch] Use streaming API for standalone timelines on /about and /tag pages
6 years ago
Thibaut Girka d959d04133 Change direct message warning to match upstream
6 years ago
Thibaut Girka 659b8a12ec Merge branch 'master' into glitch-soc/merge-upstream
6 years ago
Thibaut Girka c2e528916c Implement client-size image resizing from upstream
7 years ago
Thibaut Girka d253449ff0 Port upstream's result section headers (fixes #366)
7 years ago
Eugen Rochko 63c7b91572 Validate that e-mail resolves with MX and it's not blacklisted (#7631)
7 years ago
Eugen Rochko 182bdbc5f4 Don't use Object.assign with Notification, only display actions for mentions (#7632)
7 years ago
bsky 422f92f3f8 Fix lock icon position in account card (#7630)
7 years ago
Thibaut Girka 18d9a7fd71 Fix caret position after inserting suggestions (fixes #281)
7 years ago
Thibaut Girka d8793e1bee Remove unneeded code now that attachment URL isn't appended to toots
7 years ago
Lynx Kotoura 07054ee6f7 Add right margin of notification message (#7628)
7 years ago
Lynx Kotoura a0b4754231 Fix color mistakes in mastodon-light theme (#7626)
7 years ago
Yamagishi Kazutoshi 62cb3b199f Weblate translations (2018-05-26) (#7624)
7 years ago
Eugen Rochko ebf2fef029
Catch ActionController::UnknownFormat and return HTTP 406 (#7621)
7 years ago
ThibG a5c25242af
Merge pull request #514 from ThibG/glitch-soc/fixes/fix-hardcoded-fav
7 years ago
Thibaut Girka 11cc2e099a Merge branch 'master' into glitch-soc/merge-master
7 years ago
Akihiko Odaki 023fe5181b Introduce flat layout to contexts reducer (#7150)
7 years ago
Yamagishi Kazutoshi 8182b61518 Enable media timeline (#7598)
7 years ago
Lynx Kotoura 7ea91dcbb3 More polished light theme (#7620)
7 years ago
Lynx Kotoura 6042403621 Fix color of /about/more link anchors (#7618)
7 years ago
ThibG cdbdf7f98b Ignore multiple occurrences of a hashtag within a status (fixes #7585) (#7606)
7 years ago
Thibaut Girka c1d0f96bb4 Add missing comma in InitalStateSerializer (fixes #516)
7 years ago
Thibaut Girka 4c91215e1f [Glitch] Use .star-icon instead of hardcoding color in detailed statuses
7 years ago
ThibG 2587fcdd27 Use .star-icon instead of hardcoding color in detailed statuses (fixes #7610) (#7613)
7 years ago
ThibG 88ec5193cb
Merge pull request #510 from ThibG/glitch-soc/merge-upstream
7 years ago
ThibG 7719fe0df2
Merge pull request #505 from ThibG/glitch-soc/features/fetch-relationships-on-search
7 years ago
Thibaut Girka 0553496b76 Change notification cleaning checkbox color (fixes #511)
7 years ago
Thibaut Girka e0ef89c73f Merge branch 'master' into glitch-soc/merge-upstream
7 years ago
ThibG d8864b9e9d Fix caret position after selected suggestion and media upload (#7595)
7 years ago
Eugen Rochko 4d81809f36
Yeah, it was supposed to be #create?
7 years ago
ThibG 39d70f375f Remove unneeded code now that attachment URL isn't appended to toots (#7593)
7 years ago
Eugen Rochko 1a564df586
Do not encode HTML entities in initial Web Push payload body (#7592)
7 years ago
SerCom_KC 4c9d5a500d [WIP] i18n: Update Simplified Chinese translations (#7576)
7 years ago
Eugen Rochko 36e47a31e3
Enforce order on authorized applications page (#7587)
7 years ago
Yamagishi Kazutoshi 4eeda67727 Hide section headline for timelines in production (#7590)
7 years ago
Yamagishi Kazutoshi 06252ec71e Change column params on pinned timeline (#7581)
7 years ago
bsky 92b09d90c8 Remove outline (#7582)
7 years ago
Thibaut Girka 247f55f673 [Glitch] Fetch relationships for search results in UI
7 years ago
David Yip 6dd676e006
Merge remote-tracking branch 'origin/master' into merge-upstream
7 years ago
Marcin Mikołajczak 810f92e697 🌍: 🇵🇱⬆️ (#7580)
7 years ago
Jenkins f93806ea55 Merge remote-tracking branch 'tootsuite/master' into glitchsoc/master
7 years ago
Thibaut Girka d0b2f71501 Fix width only being set for standalone media
7 years ago
Thibaut Girka 3ad3cee44c [Glitch] Use real container width in MediaGallery srcSet
7 years ago
Thibaut Girka 463078dcc4 [Glitch] Do not override the default push notification settings
7 years ago
Eugen Rochko 5ea643b279
Save onlyMedia prop when pinning column (#7575)
7 years ago
Eugen Rochko 40ef46dbef
Display only domain of report account if remote under comment (#7574)
7 years ago
Thibaut Girka a4c9bda771 Merge branch 'master' into glitch-soc/merge-upstream
7 years ago
Yamagishi Kazutoshi 46061dc041 Add exact attribute to WrappedRoute for community timeline (#7572)
7 years ago
Eugen Rochko 22e067bf5c
Use real container width in MediaGallery srcSet (#7571)
7 years ago
Eugen Rochko 32d4372381
Use #any? instead of #exists? when checking media attachments (#7570)
7 years ago
Eugen Rochko e583f110c3
Unescape HTML entities in rich web push notifications in web UI (#7569)
7 years ago
Thibaut Girka c53aacdfa0 Recover glitch-soc specific styles that were removed by accident
7 years ago
SerCom_KC 41b2cfe5b8 i18n: Update Simplified Chinese translations (#7565)
7 years ago
Sylvhem ea969000a5 Add a light theme (#7027)
7 years ago
Yamagishi Kazutoshi 7403e5d306 Add media timeline (#6631)
7 years ago
Eugen Rochko 05f8c375a2
Remove small pagination limit from context API (#7564)
7 years ago
Eugen Rochko 9ada532809
Convert rich push notifications to plaintext in webapp (#7563)
7 years ago
Quentí 6eb2bc4348 [i18n] Update for Occitan (#7558)
7 years ago
Eugen Rochko 779eb07d75
Improve default background of public profile header (#7556)
7 years ago
Thibaut Girka d250e072a2 In footer, replace text "Mastodon" with logo
7 years ago
Thibaut Girka 9ed8051961 Add preference to hide following/followers lists
7 years ago
Thibaut Girka 50540446f5 [Glitch] Improvements to toots display in admin view
7 years ago
David Yip 2f9bd86f6e
Merge pull request #470 from ThibG/glitch-soc/fixes/status-click-detailed
7 years ago
Marcin Mikołajczak 07672e0609 🌍: 🇵🇱⬆️ (#7554)
7 years ago
Thibaut Girka b481e4fac1 Merge branch 'master' into glitch-soc/merge-upstream
7 years ago
Yamagishi Kazutoshi 6aa5ea1b5d Weblate translations (2018-05-20) (#7552)
7 years ago
Eugen Rochko 8378b72eba
Ensure push subscription is immediately removed when application is revoked (#7548)
7 years ago
Ash Furrow 50db106252 Disables autocorrect/autocapitalize on remote username field. (#7549)
7 years ago
Akihiko Odaki 4e1400cecb Cache media only when storage can be freed (#7547)
7 years ago
Eugen Rochko 1bbe12254d
Improve direct message warning again (#7546)
7 years ago
Eugen Rochko 93c66f0c03
In footer, replace text "Mastodon" with logo (#7545)
7 years ago
takayamaki 587da93152 checking http status code with range (#7544)
7 years ago
Eugen Rochko 4b94e9c65e
Improve payload format of Web Push API now that it's open (#7521)
7 years ago
Akihiko Odaki 1951ff41b3 Do not override the default push notification settings (#6037)
7 years ago
bsky 138512d204 Remove outline (#7543)
7 years ago
Eugen Rochko 7871d29aff
Skip pagination logic for pinned account timelines in reducer (#7540)
7 years ago
Eugen Rochko 97f02f2c08
Do not raise delivery failure on 4xx errors, increase stoplight threshold (#7541)
7 years ago
Thibaut Girka 9d6788b30b Prevent click on video from opening detailed toot
7 years ago
Thibaut Girka 2154bd1b5a Widen clickable area of toots
7 years ago
ThibG 625c4f36ef
Merge pull request #490 from glitch-soc/merge-upstream
7 years ago
Eugen Rochko 9422b3e0d8
Fix double-encoding of display name in title and e-mails (#7534)
7 years ago
David Yip e0eebba461
Merge remote-tracking branch 'origin/master' into merge-upstream
7 years ago
David Yip 023dfa119e
Merge pull request #487 from ThibG/glitch-soc/cleanup
7 years ago
Akihiko Odaki 2beeea1e7d Change Japanese translation for privacy.private.short (#7535)
7 years ago
David Yip 81e3ec4d61
Merge pull request #488 from ThibG/glitch-soc/features/accounts-custom-emoji
7 years ago
David Yip 5d823ee00a
Merge pull request #489 from ThibG/glitch-soc/features/port-public-ui-changes
7 years ago
Eugen Rochko 57b503d4ef
Resolve unknown status from Add activity, skip Remove if unknown (#7526)
7 years ago
Eugen Rochko dafd7afc5e
Use randomized setTimeout when fallback-polling and re-add since_id (#7522)
7 years ago
Eugen Rochko 1e02dc8715
Add preference to hide following/followers lists (#7532)
7 years ago
Jenkins 4c0770d6c8 Merge remote-tracking branch 'tootsuite/master' into glitchsoc/master
7 years ago
MIYAGI Hikaru 919eef3098 User agent for WebFinger (#7531)
7 years ago
Thibaut Girka 07baa1ddb5 [Glitch] Open video modal on public UI
7 years ago
Thibaut Girka 94db024e4c [Glitch] Combine similar components into one on public UI
7 years ago
Thibaut Girka dd1d98f9cf [Glitch] Show card modal on public pages
7 years ago
Thibaut Girka 52b2f18b15 [Glitch] Enable custom emojis in profiles
7 years ago
Thibaut Girka ca49ad86c6 Remove service worker code that has never been used
7 years ago
Jenkins 2636a23092 Merge remote-tracking branch 'tootsuite/master' into glitchsoc/master
7 years ago
Eugen Rochko 7293b9fc61
Ensure unfilled fields are shown when errors are shown (#7523)
7 years ago
Eugen Rochko dfb6907e08
HTTP signatures spec no longer requires algorithms field (#7525)
7 years ago
Thibaut Girka 78ac246b87 Merge branch 'master' into glitch-soc/merge-upstream
7 years ago
ThibG 80aad16e10
Merge pull request #405 from ThibG/glitch-soc/features/dm-from-menu
7 years ago
ThibG 9712d59dda
Merge pull request #485 from ThibG/glitch-soc/fixes/light-theme-textarea-color
7 years ago
Thibaut Girka 784712791d [Glitch] Reword the direct message warning
7 years ago
Thibaut Girka 97c69de416 [Glitch] Feature: Direct message from Statuses
7 years ago
Thibaut Girka fb6de5310d [Glitch] Fix issues with sending direct messages from user profile
7 years ago
Thibaut Girka a5fac975f3 [Glitch] Feature: Direct message from menu
7 years ago
Thibaut Girka eb9c9855ce Fix mastodon-light background color of the composer textarea when posting
7 years ago
Evgeny Petrov 5e87c79d25 Russian language for 2.4.0 (#7512)
7 years ago
Eugen Rochko 2b97451168
Fix images resized in browser getting cropped (#7514)
7 years ago
Technowix 4ea376121a French translation tweaks (#7513)
7 years ago
Quentí f60c1d3989 [l10n] Occitan update (#7505)
7 years ago
Sylvhem 53c2164e9c Reword the direct message warning (#7420)
7 years ago
Akihiko Odaki 77cd6b5096 Do not use permitted_for scope when querying pinned statuses (#7510)
7 years ago
Akihiko Odaki 55fd55714a Raise Mastodon::RaceConditionError if Redis lock failed (#7511)
7 years ago
Akihiko Odaki 65d6b253fb Let navigator follow redirect instead that handling redirect in fetch (#7500)
7 years ago
Akihiko Odaki 17c1a62ec8 Consider only-if-cached in FetchEvent valid on non-Mozilla-Firefox browser (#7506)
7 years ago
Akihiko Odaki 4511a10e66 Test if navigator.storage.estimate exists before using it (#7504)
7 years ago
Akihiko Odaki 918cfd3be6 Ignore only-if-cached cache mode on Mozilla Firefox prior to version 60 (#7503)
7 years ago
Marcin Mikołajczak ff84c18e3d 🌍: 🇵🇱⬆️ (#7494)
7 years ago
unarist d47091eb97 Fix custom emoji handling in UpdateRemoteProfileService (OStatus) (#7501)
7 years ago
Renato "Lond" Cerqueira 1f74c1dbcb Weblate translations 20180515 (#7496)
7 years ago
Akihiko Odaki 3705cd8322 Clone response before using when caching web page (#7498)
7 years ago
Thibaut Girka dfa60cb0a8 Fix modals testing for props.noEsc (fixes #482)
7 years ago
Wiktor 7fe2993b87 Fix account URI when updating ActivityPub account (#7488)
7 years ago
David Yip 939ea456d2
Merge pull request #476 from ThibG/fixes/update-scss
7 years ago
Thibaut Girka 971218d1dc Change local settings SCSS to be more consistent with modals
7 years ago
Thibaut Girka ba7ee67498 Merge branch 'master' into glitch-soc/merge
7 years ago
Akihiko Odaki 03b69ebc45 Disallow async function in service worker (#7482)
7 years ago
Yamagishi Kazutoshi 2226d987f9 Add Slovene language (#7475)
7 years ago
abcang 3793e598d0 Call media.present? because media may be nil (#7474)
7 years ago
beatrix 4665965543
Merge pull request #469 from ThibG/glitch-soc/features/glitch-light-theme
7 years ago
Eugen Rochko 416f644505
Fix 404 for GET /api/v1/push/subscription (#7472)
7 years ago
Eugen Rochko 97e43ec5f0
Add GET /api/v1/push/subscription REST API (#7471)
7 years ago
Eugen Rochko f31e58af9e
Fix nil error in StatusFilter (#7470)
7 years ago
Akihiko Odaki f1ed855f96 Test if navigator.storage is present before using it (#7460)
7 years ago
Yamagishi Kazutoshi d9b2f84c92 Open video modal on public UI (#7469)
7 years ago
ThibG 685cf5599f
Merge pull request #480 from ThibG/glitch-soc/fixes/glitch-soc-bio-escape
7 years ago
Thibaut Girka cc8d81519e Fix glitch-style bio fields incorrect HTML escaping in public profiles
7 years ago
ThibG 0f2fbf7d05 Improvements to toots display in admin view (#7452)
7 years ago
ThibG 7467361d70 Fetch boosted statuses on behalf of a follower (fixes #7426) (#7459)
7 years ago
Yamagishi Kazutoshi f9afd06221 Combine similar components into one on public UI (#7458)
7 years ago
ThibG bd4decb7db
Merge pull request #479 from ThibG/glitch-soc/fixes/modal-root-keyup
7 years ago
Thibaut Girka 769a48495c Fix root modal's keyup handling (Fixes #478)
7 years ago
ThibG da8897aaef
Merge pull request #477 from ThibG/glitch-soc/merge
7 years ago
Thibaut Girka 45fce0e496 Merge branch 'master' into glitch-soc/merge
7 years ago
ThibG e7ed61917b
Merge pull request #475 from ThibG/fixes/update-scss
7 years ago
Thibaut Girka 6284039832 [Glitch] Fix contact info styling on landing page
7 years ago
Thibaut Girka f2e5ed6841 Update SCSS for tables
7 years ago
Thibaut Girka 8860f14ef0 Update SCSS for statuses public view
7 years ago
Thibaut Girka 4a1040c4cb [Glitch] Adjust RTL styles for landing page
7 years ago
Thibaut Girka e8644f3a4b Update forms SCSS from upstream
7 years ago
Thibaut Girka 4cd65fe074 Update SCSS to match “Show card modal on public pages”
7 years ago
Thibaut Girka 1a4d735b1d Update SCSS for about/landing page
7 years ago
Thibaut Girka db73c0bc5d Update admin page SCSS from upstream
7 years ago
ThibG 352bae8c3e Update session activation time (fixes #5605) (#7408)
7 years ago
ThibG b241cb2704 Change wording of the “undo” media upload button (fixes #6857) (#7417)
7 years ago
ThibG be7eeb7856 Catch Paperclip processing failures (fixes #6378) (#7439)
7 years ago
Shuhei Kitagawa 50491e0d92 Add tests for invites controller (#7441)
7 years ago
Eugen Rochko b4fb766b23
Add REST API for Web Push Notifications subscriptions (#7445)
7 years ago
Yamagishi Kazutoshi 9a794067f7 Weblate translations (2018-05-10) (#7438)
7 years ago
Yamagishi Kazutoshi bd5f57cbc3 Strip tags from og:description on public tag page (#7437)
7 years ago
Yamagishi Kazutoshi 0a7e8320b2 Add alternate for RSS (#7436)
7 years ago
Yamagishi Kazutoshi 6588f6a0a9 Disable inflate gzip on head method (#7432)
7 years ago
Thibaut Girka f6ec8c4821 [Glitch] Use plaintext value for field value tooltips in web UI
7 years ago
Thibaut Girka 5d8052e715 Add bot badge to account headers in the WebUI
7 years ago
Thibaut Girka 2f01935cba Adapt account fields rendering code in the WebUI to match upstream
7 years ago
Thibaut Girka 30bb530c70 Update glitch-soc style to match new bio fields markup
7 years ago
Thibaut Girka 1c9c0167b7 Merge branch 'master' into glitch-soc/master
7 years ago
Yamagishi Kazutoshi edf882320a Support gzip encoding on Request (#7425)
7 years ago
Yamagishi Kazutoshi 16fee0335f Show card modal on public pages (#7428)
7 years ago
Yamagishi Kazutoshi 6832110af4 Correct rotate of image using EXIF (#7422)
7 years ago
Yamagishi Kazutoshi d2ee48977c Rescue Mastodon::LengthValidationError in FetchLinkCardService (#7424)
7 years ago
David Yip 143878d9da
Merge remote-tracking branch 'glitchsoc/master' into gs-master
7 years ago
Yamagishi Kazutoshi e0b1e17bd0 Show media modal on public timeline (#7413)
7 years ago
Surinna Curtis 01dfd6dbc8 Take the first recognized actor_type. (#7410)
7 years ago
ThibG b1938d7853 Do not crash in getStatusIds when there is a gap in the timeline (fixes #7400) (#7415)
7 years ago
Spencer Alves f2ff167c1a Add an extra icon to indicate that a status is part of a conversation
7 years ago
ThibG 993e68a7dd Fix hashtags not being federated on mentions (fixes #6900) (#7406)
7 years ago
Thibaut Girka 8f3402b1f0 Port Sylvhem's mastodon-light to glitch flavour
7 years ago
beatrix 919e2098cb
Merge pull request #468 from ThibG/glitch-soc/features/reports-improvements
7 years ago
Thibaut Girka 658ac4396c Hide media in report modal regardless of whether they are marked sensitive
7 years ago
Thibaut Girka 6b94237810 [Glitch] Allow report modal to be up to 80% of viewport height
7 years ago
Thibaut Girka 7972464e71 [Glitch] Also display replies in report modal
7 years ago
Eugen Rochko 6208ea5a53
If an OStatus message contains nsfw hashtag, mark it as sensitive (#7398)
7 years ago
Thibaut Girka ffdb85f859 Fix color of disabled boost buttons (fixes #466)
7 years ago
Eugen Rochko 42cd363542
Bot nameplates (#7391)
7 years ago
Eugen Rochko 0f0cc3f2eb
Support explicitly supplying language code for status via REST API (#7389)
7 years ago
Eugen Rochko d185f3ddaf
Use plaintext value for field value tooltips in web UI (#7388)
7 years ago
abcang db012b57c2 Fix distribute_add_activity and distribute_remove_activity (#7393)
7 years ago
Eugen Rochko 95595ccd21
Add Corsican localization (#7390)
7 years ago
David Yip 2e25da4da0
Merge pull request #465 from ThibG/glitch-soc/rollback-scroll-changes
7 years ago
ThibG e06fbc4fcf Fixes/rollback scroll changes (#7387)
7 years ago
Thibaut Girka de7feea30e Revert "[Glitch] Prevent timeline from moving when cursor is hovering over it"
7 years ago
Thibaut Girka 4133f70902 Revert "[Glitch] Do not re-position scroll when loading more (inserting items from below)"
7 years ago
Thibaut Girka 1adca9b040 Fix glitch high-contrast skin text colors
7 years ago
ThibG 5c7bed6bbc Various improvements to the report UI (#7342)
7 years ago
beatrix 331190e5fb
Merge pull request #462 from ThibG/glitch-soc/features/dropdowns-accessibility
7 years ago
beatrix 92f192e9b1
Merge pull request #461 from ThibG/glitch-soc/fixes/emoji-picker-placement
7 years ago
beatrix 4480cd745f
Merge pull request #460 from ThibG/glitch-soc/features/do-not-scroll-when-mouse-over
7 years ago
beatrix 06770656eb
Merge pull request #459 from ThibG/glitch-soc/features/text-color-variables
7 years ago
beatrix e56639258a
Merge pull request #458 from monsterpit-daggertooth/glitch-fix-escape-metachars-in-mutes
7 years ago
beatrix 35a1a3171f
Merge pull request #449 from ThibG/glitch-soc/features/upstream-account-items
7 years ago
Yamagishi Kazutoshi e571de29bf
Weblate translations (2018-05-06) (#7381)
7 years ago
Eugen Rochko 61a9018607
Enable custom emojis in profiles (notes, field values, display names) (#7374)
7 years ago
Thibaut Girka 65349bc155 Fix color of status icons in glitch-soc high contrast skin
7 years ago
ThibG af4fb72993
Merge pull request #457 from m4sk1n/glitch-light
7 years ago
Shuhei Kitagawa bd10a7e480 Add resend confirmation for admin (#7378)
7 years ago
Eugen Rochko 39efc6d533
Add hint about 7 day cooldown for archive takeout (#7375)
7 years ago
Eugen Rochko b611dbac79
Add contact e-mail hint to 2FA login form (#7376)
7 years ago
Eugen Rochko 2f63d52b92
Fallback to old on-the-fly URI for follows/blocks if no stored URI (#7371)
7 years ago
Eugen Rochko c7d1a2e400
Improve admin UI for accounts (#7360)
7 years ago
Eugen Rochko 660db468c0
Do not count search route as compose being mounted in web UI (#7372)
7 years ago
Thibaut Girka 2d065ceaf6 minor fix
7 years ago
Thibaut Girka f7a076eded [Glitch] Add high-contrast theme
7 years ago
Thibaut Girka caebf69e77 Move attachment-lists out of lists.scss
7 years ago
Thibaut Girka bd3b9bf7b9 [Glitch] Fix text color in "show more" link inside boost confirmation modal
7 years ago
Thibaut Girka 983328376b Fix link colors in report modal
7 years ago
Thibaut Girka b3a236637e [Glitch] Add color variables of texts for better accesibility
7 years ago
Eugen Rochko 8da4bf0f90
4 profile fields max, store only 255 characters per name/value (#7348)
7 years ago
Eugen Rochko c947e2e4c5
Fix handling of malformed ActivityPub payloads when URIs are nil (#7370)
7 years ago
Thibaut Girka 390cfdef2e [Glitch] Update SCSS of admin and setting pages
7 years ago
Thibaut Girka 9edc5cafe4 [Glitch] Improve styling of closed registrations message
7 years ago
Thibaut Girka 32974a58dc [Glitch] Do not re-position scroll when loading more (inserting items from below)
7 years ago
Thibaut Girka 553cc28240 [Glitch] Prevent timeline from moving when cursor is hovering over it
7 years ago
Thibaut Girka cee157fc19 Improve accessibility of toot dropdown menu
7 years ago
Thibaut Girka bfa5bdde2c [Glitch] Place emoji picker top if it is closer to the bottom of the viewport
7 years ago
Eugen Rochko 2ef9d65052
Improve rendering of bio fields (#7353)
7 years ago
Akihiko Odaki 66359ec522 Fix gap insertion for timeline disconnection (#7363)
7 years ago
Eugen Rochko c73ce7b695
Store home feeds for 7 days instead of 14 (#7354)
7 years ago
ThibG ef7d64c801 Dropdowns accessibility (#7318)
7 years ago
Daggertooth b25278180a Escape metachars in keywords
7 years ago
David Yip 7600067a30
Merge remote-tracking branch 'origin/master' into gs-master
7 years ago
Eugen Rochko 6793bec4c6
Store URIs of follows, follow requests and blocks for ActivityPub (#7160)
7 years ago
Marcin Mikołajczak 4c2b522a60 Add a light theme
7 years ago
Jenkins cb62935c0b Merge remote-tracking branch 'tootsuite/master' into glitchsoc/master
7 years ago
ThibG d1aef17f9a Do not render first page of following and followers collections unless explicitly asked to (#7357)
7 years ago
Eugen Rochko 2c1f7b2ece
Better pagination for ActivityPub outbox (#7356)
7 years ago
David Yip 2058922cc9
Merge branch 'merge-upstream' into gs-master
7 years ago
Marcin Mikołajczak a7a61889d7 “Enable” high contrast theme
7 years ago
David Yip 77a92d3260
Merge remote-tracking branch 'origin/master' into merge-upstream
7 years ago
Eugen Rochko 251bbf9728
Show remote reports in admin UI as coming from domain rather than user (#7347)
7 years ago
David Yip c511b0f72a
Merge remote-tracking branch 'glitchsoc/master' into gs-master
7 years ago
David Yip da70208b45
Merge remote-tracking branch 'origin/master' into merge-upstream
7 years ago
David Yip 106a5d7b83
Remove unnecessary code from MediaAttachment#set_type_and_extension.
7 years ago
David Yip c816701550
Merge remote-tracking branch 'origin/master' into gs-master
7 years ago
ThibG a24605961a Fixes/do not override timestamps (#7336)
7 years ago
ThibG 8c601b54cc Do not re-position scroll when loading more (inserting items from below) (#7344)
7 years ago
Yamagishi Kazutoshi 7495a3470e Add el and te (#7332)
7 years ago
ThibG 581a5c9d29 Fixes/do not override timestamps (#7331)
7 years ago
Eugen Rochko d5fa4fbcd2
Revert "Do not override timestamps for incoming toots" (#7330)
7 years ago
Renato "Lond" Cerqueira dfa6bccb64 Weblate translations 20180503 (#7325)
7 years ago
ThibG 58852695c8 Prevent timeline from moving when cursor is hovering over it (fixes #7278) (#7327)
7 years ago
ThibG bd36791832 Do not override timestamps for incoming toots (#7326)
7 years ago
ThibG ad5d3134e4 Place emoji picker top if it is closer to the bottom of the viewport (fixes #7277) (#7314)
7 years ago
Eugen Rochko a5293fdf61
Fix n+1 queries in StatusThreadingConcern (#7321)
7 years ago
Eugen Rochko a3d84e705a
Fix cache_associated no longer working (#7320)
7 years ago
Eugen Rochko 28bd4b9800
Serialize webfinger XML with Ox instead of Nokogiri (#7319)
7 years ago
Eugen Rochko 658cbc9425
Improve PostStatusService performance (#7317)
7 years ago
Eugen Rochko cb5b5cb5f7
Slightly reduce RAM usage (#7301)
7 years ago
abcang 71a7cea73f Keep notification when muting_notifications is true (#7311)
7 years ago
ThibG d0cdd5cf94 Accept actor object updates from all supported actor types (#7312)
7 years ago
Eugen Rochko cae933510c
Allow updating bio fields via PUT /api/v1/accounts/update_credentials (#7288)
7 years ago
Eugen Rochko f62539ce5c
Remove most behaviour disparities between blocks and mutes (#7231)
7 years ago
Eugen Rochko c5dcd7d836
Speed up test suite by not generating RSA keys in test environment (#7296)
7 years ago
Eugen Rochko 965345316f
Guard against nil URLs in Request class (#7284)
7 years ago
Thibaut Girka 70a16d8858 [Glitch] Improve relative timestamps in web UI
7 years ago
Surinna Curtis dc786c0cf4 Support Actors/Statuses with multiple types (#7305)
7 years ago
Lynx Kotoura 86efccce2a Fix low-contrasted cancel button of reply indicator (#7300)
7 years ago
David Yip 5f8f481425
Also treat non-whole-word mutes as case-insensitive. #450.
7 years ago
Eugen Rochko 705f1d7bf1
Fix missing updated_at attribute on emoji EntityCache (#7297)
7 years ago
Yamagishi Kazutoshi 16468bdf1b [i18n] Occitan update (#7294)
7 years ago
Eugen Rochko f62ee1ddb0
Disable API access when login is disabled (#7289)
7 years ago
Eugen Rochko 295e3ef02b
Fix missing domain attribute in EntityCache for emoji (#7290)
7 years ago
Eugen Rochko 54f34d3f2a
Return HTTP 410 for suspended accounts in GET /api/v1/accounts/:id (#7287)
7 years ago
Eugen Rochko da61352fab
Fix "Show more" URL on paginated threads for remote statuses (#7285)
7 years ago
Thibaut Girka 356d0214c9 Implement tootsuite-style account fields
7 years ago
Thibaut Girka 91fb82a4dd Fix style of account fields form
7 years ago
beatrix 64be38da0c
Merge pull request #448 from m4sk1n/glitch-pl
7 years ago
Marcin Mikołajczak deb91f5989 🌍: 🇵🇱⬆️
7 years ago
Eugen Rochko a872392cd9
Add entity cache (#7271)
7 years ago
Thibaut Girka 1222e0a381 Use new getDerivedStateFromProps instead of deprecated componentWillReceiveProps
7 years ago
Thibaut Girka b39f3648a7 Tentative fix for #446
7 years ago
beatrix f4ed38272b
Merge pull request #401 from ThibG/glitch-soc/features/unfold-thread
7 years ago
beatrix 8f12afb599
Merge pull request #438 from ThibG/glitch-soc/fixes/j-k-hotkeys-pinned
7 years ago
beatrix 1e9fe95e13
Merge pull request #439 from ThibG/glitch-soc/fixes/emoji-shortcode-inline
7 years ago
beatrix 33691f4920
Merge pull request #440 from ThibG/glitch-soc/fixes/video-fullscreen
7 years ago
Yamagishi Kazutoshi 36b6631c12 Add Basque language support (#7267)
7 years ago
Renato "Lond" Cerqueira 3afdd6a17b Weblate translations 20180426 (#7266)
7 years ago
Stefan Midjich fa5b28df8a Better phrasing in swedish translation (#7263)
7 years ago
MIYAGI Hikaru f58dcbc981 HTTP proxy support for outgoing request, manage access to hidden service (#7134)
7 years ago
Eugen Rochko 9d4710ed00
Add RSS feeds for end-users (#7259)
7 years ago
Una Thompson 62bea7a290 Fix fade being colored wrongly for DMs and upon focus
7 years ago
Renato "Lond" Cerqueira 7681ad8044 Weblate translations (2018-04-24) (#7252)
7 years ago
Akihiko Odaki 306267dbd2 Fix ID duplication in timelines (#7251)
7 years ago
Emelia Smith 60b871d56c Implement the ability for instances to define a list of disallowed hashtags (#7176)
7 years ago
Thibaut Girka 240833c023 Fix actions modal on mobile (fixes #441)
7 years ago
Emelia Smith 495303d9b8 Prevent suspended accounts from appearing in AccountSearchService (#7246)
7 years ago
Thibaut Girka 51d276fb98 [Glitch] Fix fullscreen video player
7 years ago
ThibG 53b1d88873 Fix fullscreen video player (fixes #7244) (#7245)
7 years ago
Akihiko Odaki 1258efa882 Paginate descendant statuses in public page (#7148)
7 years ago
Marcin Mikołajczak 3ccca6cece 🌍: Make 🇵🇱 translation more consistent (#7239)
7 years ago
Yamagishi Kazutoshi 9613a53cb3 Update dependencies for Ruby (2018-04-23) (#7237)
7 years ago
Eugen Rochko 7db7d68136
Detect and prevent image bombs, max. processable dimension 4096^2 (#7229)
7 years ago
Yamagishi Kazutoshi 0758b00bfd Refactor resizeImage method (#7236)
7 years ago
Eugen Rochko 660cb058e1
Improve relative timestamps in web UI (#7233)
7 years ago
Eugen Rochko 05fb6f096d
Resize images before upload in web UI to reduce bandwidth (#7223)
7 years ago
Thibaut Girka 003d114332 [Glitch] Fix the hot key (j, k) does not function correctly when there is a pinned toot in account timeline.
7 years ago
Thibaut Girka 105ffaef8f [Glitch] Do not set emoji as inline-block
7 years ago
Eugen Rochko 75c4ab9d12
Remove "nsfw" category for sensitive statuses in OStatus serializer (#7048)
7 years ago
Thibaut Girka b383c0688a [Glitch] Do not overwrite some status attributes in reducer
7 years ago
Thibaut Girka 64d8d0464d Add show more/less toggle for entire threads in web UI
7 years ago
Thibaut Girka 2888f74c12 Refactor the infamous three-valued boolean into two booleans, trying to simplify the logic
7 years ago
Thibaut Girka 259bc9840b [Glitch] Fix style of legacy column headers
7 years ago
Thibaut Girka 63d671b18f [Glitch] Fix button hiding when header title is too long
7 years ago
Thibaut Girka abf7c5b850 [Glitch] Fix column headers accessibility
7 years ago
beatrix 06fc278e4c
Merge pull request #432 from ThibG/glitch-soc/features/reblog-private
7 years ago
beatrix 8f1ec48cbe
Merge pull request #421 from ThibG/glitch-soc/features/custom-emoji-api
7 years ago
beatrix 125e8c7f5a
Merge pull request #427 from ThibG/glitch-soc/fixes/scroll-behavior
7 years ago
beatrix cd5728b176
Merge pull request #434 from ThibG/glitch-soc/fixes/public-inline-video
7 years ago
beatrix 6fb610f865
Merge pull request #433 from ThibG/glitch-soc/fixes/status-filtering
7 years ago
beatrix e88ce27855
Merge pull request #435 from ThibG/glitch-soc/features/public-modals
7 years ago
Una Thompson 5f9b85a0cf Add fade and margin to collapsed statuses
7 years ago
Eugen Rochko 4ca2f73b12
Rescue Mastodon::LengthValidationError in Remoteable (#7228)
7 years ago
Lynx Kotoura 3c5006ec7f Fix text colors (#7227)
7 years ago
ThibG 597948fb13 Do not set emoji as inline-block (fixes #5743) (#7207)
7 years ago
Lynx Kotoura a4a36d994b Separate high contrast theme (#7213)
7 years ago
Eugen Rochko bfe26ef67b
Force convert to JPG for preview card thumbnails to avoid animations (#7109)
7 years ago
goofy-bz 1a27f9f46f one grammar fix (#7212)
7 years ago
unarist 84214b864c Ignore keyevents during text composition (#7205)
7 years ago
Yamagishi Kazutoshi 87e3f0a41d Fix spec for sr-Latn (#7203)
7 years ago
TakesxiSximada 23106844a1 Fix the hot key (j, k) does not function correctly when there is a pinned toot in account timeline. (#7202)
7 years ago
Thibaut Girka e4dff10934 Fix video player on toot public views
7 years ago
Thibaut Girka 7a68079b3f [Glitch] Show media modal on public pages
7 years ago
mayaeh ee2e0f694a Fix #6157: boosting own private toots (#7200)
7 years ago
unarist 4e35ce8269 Fix Esc hotkey behavior (#7199)
7 years ago
Eugen Rochko a9c440637c
Improve report layout (#7188)
7 years ago
Yamagishi Kazutoshi 1663368724 Replace preload link tag to Rails helper (#7192)
7 years ago
Jenkins ed17e173d6 Merge remote-tracking branch 'tootsuite/master' into glitchsoc/master
7 years ago
beatrix ca2cbe8f0f Fix webkit scrollbars (#7191)
7 years ago
Thibaut Girka 13fa8ec2c7 [Glitch] Fix status filtering in contexts reducer
7 years ago
Thibaut Girka f84b4d90cb [Glitch] Do not filter the status collection after muting and blocking
7 years ago
Emelia Smith b9c35785e2 Reports: Merge contents and comment columns (#7189)
7 years ago
Thibaut Girka 694337d9bb Fix auto-collapsed toots making the TL jump (fixes #417)
7 years ago
Thibaut Girka 931a4d1ebf Clean up dead code
7 years ago
Thibaut Girka 8f8b71a278 Use React's new lifecycles for scrollable lists
7 years ago
Thibaut Girka 3068384dbc Glitchsoc-specific changes to allow boosting own private toots
7 years ago
Thibaut Girka 779aa707ec Only compute height dynamically for standalone media
7 years ago
Thibaut Girka 52229405ed [Glitch] Make detailed status' media gallery standalone
7 years ago
Thibaut Girka dcc1c10937 [Glitch] Center thumbnails on focus point
7 years ago
Thibaut Girka f1e25b672a Use javascript to set MediaGallery height automatically
7 years ago
Thibaut Girka a95f8271be Revert some glitch-specific refactoring
7 years ago
Thibaut Girka 1822ce89f9 [Glitch] retrieve custom emoji list via API instead of before page load
7 years ago
Jenkins d55ab8e3e8 Merge remote-tracking branch 'tootsuite/master' into glitchsoc/master
7 years ago
Eugen Rochko ba917e15f6
Fix text color in "show more" link inside boost confirmation modal (#7183)
7 years ago
David Yip d2b28ea51d
Merge remote-tracking branch 'glitchsoc/master' into gs-master
7 years ago
David Yip 78c145d3cb
db: make schema.rb version subsume bookmarks migration.
7 years ago
David Yip 16d5217502
Merge remote-tracking branch 'origin/master' into gs-master
7 years ago
Eugen Rochko ff87d1bc3e
Rescue SSL errors when processing mentions, remove useless line (#7184)
7 years ago
Marcin Mikołajczak 1957209efd i18n: Update Polish translation (#7181)
7 years ago
Lynx Kotoura 74dae9458d Add color variables of texts for better accesibility (#7125)
7 years ago
abcang 0ba49eca8b Fix comparing id (#7180)
7 years ago
Marcin Mikołajczak 7162a28c34 Add revealing/hiding statuses button to keyboard shortcuts legend column (#7178)
7 years ago
Kaito Sinclaire 156b916caf Direct messages column (#4514)
7 years ago
luzi82 aedfea3554 zh-HK translation (#7177)
7 years ago
Neil Moore fad7b9f5f2 Adds keyboard hotkey for revealing/hiding statuses (#7173)
7 years ago
ThibG e5dd385431 Allow boosting own private toots (#6157)
7 years ago
Sam Schlinkert 11715454d0 Make scroll bars wider (#7060)
7 years ago
abcang 897199910f Improve web api protect (#6343)
7 years ago
Emelia Smith 204d72fbe4 Feature: add count of account notes to reports (#7130)
7 years ago
Jennifer Kruse ef12a2b74c Able to deactivate invites if they aren't expired (#7163)
7 years ago
Eugen Rochko 07a7d5959c
Fix missing "Administered by" when timeline preview disabled (#7161)
7 years ago
Eugen Rochko aab5581c43
Set Referrer-Policy to origin in web UI and public pages of private toots (#7162)
7 years ago
Eugen Rochko bb58fc003b
Fix warning about using SQL in order for Account#partitioned (#7159)
7 years ago
abcang 727917e91e Fix caret position after inserting emoji (#7167)
7 years ago
ThibG 21837b291e
Merge pull request #430 from ThibG/glitch-soc/features/bookmarks
7 years ago
Thibaut Girka 1aac83ef47 Fix the bookmark column pinning fix…
7 years ago
Remi Rampin 3c722fe687 Update French javascript locale file (#7165)
7 years ago
ThibG 84d0aa7b26
Merge pull request #429 from ThibG/glitch-soc/features/bookmarks
7 years ago
Thibaut Girka 54f5170f59 Fix pinning the bookmarks column (fixes #428)
7 years ago
David Yip f879672554
Merge pull request #424 from ThibG/glitch-soc/features/video-player-improvements
7 years ago
David Yip 1076204eb4
Merge pull request #425 from ThibG/glitch-soc/fixes/gifv-modal-size
7 years ago
ThibG 7e0aed398f Fix scrolling behavior (#7151)
7 years ago
ThibG 1c379b7ef4 Remove extra spaces from search API queries and public account headers (fixes #7129) (#7152)
7 years ago
Akihiko Odaki 1a37d7e252 Fix status filtering in contexts reducer (#7149)
7 years ago
Akihiko Odaki a1049e9380 Redirect to account status page for page of status stream entry (#7104)
7 years ago
Yamagishi Kazutoshi 7c43ed04fe Weblate translations (2018-04-15) (#7141)
7 years ago
YMHuang 9f5ae7c2e8 Add and revise Traditional Chinese (zh-TW) translation for serveral strings (#7002)
7 years ago
Marcin Mikołajczak fa04945365 Change icon for domain blocks (#7139)
7 years ago
Marcin Mikołajczak fed0b5ed04 i18n: Update Polish translation (#7131)
7 years ago
Thibaut Girka 5cc7c4b920 Fix extended video player (gifv) modal size
7 years ago
Thibaut Girka 5d96c5ac41 [Glitch] Responsively enforce 16:9 ratio on video thumbnails in web UI
7 years ago
David Yip 813da6788e
Merge remote-tracking branch 'origin/master' into gs-master
7 years ago
Eugen Rochko 78ed4ab75f
Add bio fields (#6645)
7 years ago
Thibaut Girka c5dd4ed1d5 [Glitch] Fix media button type
7 years ago
Thibaut Girka dfe8abb8cd [Glitch] Handle preference to always display sensitive media
7 years ago
Jenkins e3d0d72b29 Merge remote-tracking branch 'tootsuite/master' into glitchsoc/master
7 years ago
David Yip d66192f21c
Merge remote-tracking branch 'glitchsoc/master' into gs-master
7 years ago
imncls dd4ad6300b
Add missing Japanese translation
7 years ago
David Yip b7804028c2
Merge pull request #419 from ThibG/glitch-soc/features/bookmarks
7 years ago
David Yip ed490b781f
Merge remote-tracking branch 'origin/master' into gs-master
7 years ago
mayaeh 85ab30abf7 i18n: Add Japanese translations for privacy policy and more (#7049)
7 years ago
Eugen Rochko 778562c223
Ensure SynchronizeFeaturedCollectionWorker is unique and clean up (#7043)
7 years ago
Eugen Rochko 9e45b051cf
When notification type filtered, ignore live updates for it (#7101)
7 years ago
Renato "Lond" Cerqueira 14d86eb0d0 Allow more than the max pins if account is not local (#7105)
7 years ago
Yamagishi Kazutoshi 50529cbceb Upgrade Rails to version 5.2.0 (#5898)
7 years ago
David Yip a817f084ea
Merge remote-tracking branch 'tootsuite/master'
7 years ago
David Yip eb72c3398c
Merge pull request #418 from ThibG/glitch-soc/fixes/composer-dropdowns
7 years ago
David Yip 0b326950bf
Merge pull request #416 from ThibG/glitch-soc/features/media-modal
7 years ago
Thibaut Girka acb434b0c9 Add glitch-soc front-end support for bookmarks
7 years ago
ThibG 12f5f13fab Place privacy dropdown menu top if it is closer to the bottom of the viewport (#7106)
7 years ago
Thibaut Girka 50eb8f1f61 Add backend support for bookmarks
7 years ago
Thibaut Girka 043a699990 Update glitch-soc style to match changes to reports UI
7 years ago
Akihiko Odaki 519119f657 Paginate ancestor statuses in public page (#7102)
7 years ago
Jenkins 33c2bbdda7 Merge remote-tracking branch 'tootsuite/master' into glitchsoc/master
7 years ago
Thibaut Girka e74e5c7eb9 Place composer dropdown menus top if they are closer to the bottom of the viewport
7 years ago
Emelia Smith d9b62e34da Feature: Improve reports ui (#7032)
7 years ago
Eugen Rochko 45c9f16f71
Improve load gap styling in web UI (#7100)
7 years ago
Paul Woolcock 8f800ad691 Change custom emoji search to `ILIKE` instead of `=` (#7099)
7 years ago
Emelia Smith 219a4423d8 Feature: Allow staff to change user emails (#7074)
7 years ago
MIYAGI Hikaru e6e93ecd8a Fix GIFV encoding params (#7098)
7 years ago
Renato "Lond" Cerqueira 0c52654b52 When creating status, if no sensitive status is given, use default (#7057)
7 years ago
Emelia Smith 904a2479dd Feature: Direct message from Statuses (#7089)
7 years ago
Marcin Mikołajczak 07d90b0414 i18n: Update Polish translation (#7085)
7 years ago
Akihiko Odaki 498327b2e3 Exclude status itself from context query (#7083)
7 years ago
David Yip 67e77f230e
Merge remote-tracking branch 'origin/master' into gs-master
7 years ago
Thibaut Girka 9073687f66 [Glitch] Fix video player height
7 years ago
Thibaut Girka 101e6564fd [Glitch] Refactor scss
7 years ago
Thibaut Girka 0fb5ea5d15 Fix video modal
7 years ago
Thibaut Girka a4fa8c9064 [Glitch] Avoid using JS to set height in MediaModal
7 years ago
Thibaut Girka 87071d9e81 [Glitch] Improved media modal
7 years ago
Thibaut Girka 0b86ec4e7f [Glitch] Allow to open a modal for embedded photo
7 years ago
Emelia Smith 0893b16695 Hide search from Compose on mobile devices (#7077)
7 years ago
Emelia Smith c9cbb8de70 Add search item to tab bar for mobile devices (#7072)
7 years ago
Levi Bard cd0eaa349c Enable updating additional account information from user preferences via rest api (#6789)
7 years ago
ThibG 1364e9e4ae Fix follow/unfollow buttons on public profile (fixes #7036) (#7040)
7 years ago
Akihiko Odaki 1ed1014546 Free stroage if it is exceeding disk quota (#7061)
7 years ago
Thibaut Girka a896f601fa Fix video playback in glitch-soc detailed statuses
7 years ago
Eugen Rochko d4de2239b0
Add a circuit breaker for ActivityPub deliveries (#7053)
7 years ago
Hisham Muhammad 4a9becfca2 i18n: improve "Welcome" translation in Portuguese (#7068)
7 years ago
Alda Marteau-Hardi b65eb00c53 Prevent admins and moderators eavesdropping in private and direct toots (#7067)
7 years ago
Eugen Rochko b5726def55
Forward deletes on the same path as reply forwarding (#7058)
7 years ago
Harmon 98146281e1 Remove duplicate frequently used emojis (#7064)
7 years ago
Isatis b08ab329f4 retrieve custom emoji list via API instead of before page load (#7047)
7 years ago
Eugen Rochko f1867a7388
Adjust privacy policy (#6666)
7 years ago
David Yip 3ab6a8b8be
Merge remote-tracking branch 'origin/master' into gs-master
7 years ago
David Yip bda1782cd8
Merge remote-tracking branch 'personal/merge/tootsuite/master' into gs-master
7 years ago
beatrix 77b650b69c
Merge pull request #412 from ThibG/glitch-soc/cleanup
7 years ago
Thibaut Girka d0e792e231 Update accounts SCSS for public pages
7 years ago
Thibaut Girka 75f2e9fd97 Remove duplicate message entries
7 years ago
Emelia Smith 7a81082704 Revert "Add double-tap zoom functionary to `ZoomableImage` (#6944)" (#7035)
7 years ago
Eugen Rochko 07176fed37
Add contact account to landing page ("Administered by") (#6984)
7 years ago
Jenkins 6611100480 Merge remote-tracking branch 'tootsuite/master' into glitchsoc/master
7 years ago
Nolan Lawson 6ff3b3e4db Fix nil account issue in ProcessAccountService (#7019)
7 years ago
Emelia Smith 2e59751823 Improve require_admin! and require_staff! filters (#7018)
7 years ago
mayaeh 1c293086a1 i18n: Add Japanese translations for #7000 (#7022)
7 years ago
Emelia Smith e85cffb236 Feature: Report improvements (#6967) (#7000)
7 years ago
Thibaut Girka ca9f022a80 [Glitch] Fix: Prevent submission using same logic as submit button disabling.
7 years ago
unarist 2c51bc0ca5 Add missing rejection handling for Promises (#7008)
7 years ago
Emelia Smith e7a1716701 Implement the ability for an Administrator or Moderator to remove an account avatar (#6998)
7 years ago
Emelia Smith 4fd71accd4 Fix issues with sending direct messages from user profile (#6999)
7 years ago
Yamagishi Kazutoshi 3f51c6efaa Weblate translations (2018-04-02) (#7007)
7 years ago
Evgeny Petrov b04f73ce66 Russian language updated (#7005)
7 years ago
luzi82 24611d8deb i18n: update zh-HK translation (#7004)
7 years ago
David Yip eb39db7f93
Merge remote-tracking branch 'origin/master' into gs-master
7 years ago
Eugen Rochko f890d2a766
Support all ActivityPub actor types (#6997)
7 years ago
Eugen Rochko 33513753b9
Fix unpermitted parameters warning when generating pagination URLs (#6995)
7 years ago
David Underwood 123a343d11 [WIP] Enable custom emoji on account pages and in the sidebar (#6124)
7 years ago
Emelia Smith 6a895e1ab3 Fix: Prevent submission using same logic as submit button disabling. (#6993)
7 years ago
Marcin Mikołajczak 929f58f180 i18n: Update Polish translation (#6985)
7 years ago
mayaeh b7d633c1bb i18n: Add Japanese translations for domain blocks (#6979)
7 years ago
unarist fb3dc00dda Ignore AbortError when cancelled sharing (#6978)
7 years ago
Jenkins f0bb3ff533 Merge remote-tracking branch 'tootsuite/master' into glitchsoc/master
7 years ago
beatrix 01bad04efd
Merge pull request #408 from ThibG/glitch-soc/fixes/admin-js
7 years ago
beatrix 3304cb681d
Merge pull request #380 from ThibG/glitch-soc/features/domain-block-ui
7 years ago
David Yip 257146c960
Merge pull request #406 from ThibG/glitch-soc/fixes/menu-fixes
7 years ago
Thibaut Girka b305e7452a Add “public” pack to admin controller, as it is included in upstream admin layout
7 years ago
ThibG e573bb0990 Fix compatibility with PeerTube (#6968)
7 years ago
Thibaut Girka 167a2ecde0 Fix migration page style
7 years ago
Thibaut Girka 48bcf4d6e8 [Glitch] Remove pointer events on the entire UI when a dropdown menu is open
7 years ago
ThibG a6c129ddbd Add some UI for user-defined domain blocks (#6628)
7 years ago
Thibaut Girka 2871a82fcc [Glitch] Place dropdown menu top if it is closer to the bottom of the viewport
7 years ago
Thibaut Girka 218cc261d1 Add the domain blocks UI to Getting Started Misc
7 years ago
Thibaut Girka afa813d71f Add basic domain block UI
7 years ago
Thibaut Girka 482ad7d7c4 Keep list of blocked domains
7 years ago
Thibaut Girka 79da0ad7a2 Update all known users' domain_blocking relationship instead of just one's
7 years ago
Thibaut Girka 937ace10d9 Fix undefined URL in `fetchDomainBlocks`
7 years ago
takayamaki 947eedcab2 update ja locale (#6965)
7 years ago
Emelia Smith d1f34151ae Feature: Direct message from menu (#6956)
7 years ago
Thibaut Girka b5948044b3 [Glitch] Display unfollow button even if account moved
7 years ago
Thibaut Girka a59c146bf8 [Glitch] Profile redirect notes
7 years ago
unarist f1f846045f Fix ReferenceError when Cache API is missing (#6953)
7 years ago
unarist 41452e8302 Fix TypeError on follow notification (#6950)
7 years ago
ThibG 9ed5eebd7c Do not ignore unknown media attachments, only skip them (#6948)
7 years ago
David Yip 4e45954280
Merge pull request #402 from ThibG/glitch-soc/fixes/accept-empty-toot-contents
7 years ago
Thibaut Girka 7db431eac6 Fix attachment lists
7 years ago
Thibaut Girka 53eab4470d Render toots with empty contents
7 years ago
Yuto Tokunaga 5021c4e9ca Add double-tap zoom functionary to `ZoomableImage` (#6944)
7 years ago
David Yip 1ed9500b52
Merge pull request #400 from vulpineclub/dev-gs-392-frontmatter
7 years ago
David Yip d2cdc2b5a3
Merge remote-tracking branch 'origin/master' into gs-master
7 years ago
Rey Tucker 21b586436e Remove ignored 'u' parameter on regexp (#392)
7 years ago
David Yip f61aa8e0f7
Merge remote-tracking branch 'origin/master' into gs-master
7 years ago
unarist 3523aa440b Fix LoadMore on account media gallery (#6933)
7 years ago
Thibaut Girka 88790b91de [Glitch] Display AttachmentList in notifications
7 years ago
Thibaut Girka 3bc5452449 [Glitch] Display AttachmentList in timelines in compact style when media missing
7 years ago
unarist f5ed5f3860 Clone response before put it to the cache (#6932)
7 years ago
unarist 2f3ac14a43 Add missing null handling in notification reducer (#6930)
7 years ago
Akihiko Odaki ca42f9b0eb Cache media (#6902)
7 years ago
Yuto Tokunaga 31e7b73084 fix #6846 (#6914)
7 years ago
Eugen Rochko 2a90da1837
Fix UniqueUsernameValidator comparison (#6926)
7 years ago
Akihiko Odaki 40e5d2303b Validate HTTP response length while receiving (#6891)
7 years ago
Stephen Burgess 18965cb0e6 feat(ShowMore): Add classname to show more/show less button (#6904)
7 years ago
Yuto Tokunaga f691afaae9 Refactor scss (#6913)
7 years ago
unarist 605a92b460 Fix moved account handling in IndexedDB feature (#6915)
7 years ago
Jenkins 837b3804bf Merge remote-tracking branch 'tootsuite/master' into glitchsoc/master
7 years ago
Marcin Mikołajczak 85a395fab6 i18n: Update Polish translation (#6903)
7 years ago
Akihiko Odaki cbf97c03bb Allow clients to fetch notifications made while they were offline (#6886)
7 years ago
Akihiko Odaki 9a1a55ce52 Allow clients to fetch statuses made while they were offline (#6876)
7 years ago
Akihiko Odaki 59657e24b9 Rename variables to have semantic meanings in notifications reducer (#6890)
7 years ago
Akihiko Odaki fe398a098e Store objects to IndexedDB (#6826)
7 years ago
Akihiko Odaki ff7941e652 Show media modal on public pages (#6801)
7 years ago
Marcin Mikołajczak 1c15329cce Change “Toots with replies” to “Toots and replies” (#6875)
7 years ago
Akihiko Odaki b2a4ffd3a9 Change columns in notifications nonnullable (#6764)
7 years ago
Akihiko Odaki fa310695fa Note if the user is already following the target when authorizing follow (#6325)
7 years ago
Jeroen 580835ab69 Invites: Add '1 week' as expire option (#6872)
7 years ago
Akihiko Odaki 54b273bf99 Close http connection in perform method of Request class (#6889)
7 years ago
Akihiko Odaki 4e71b104e6 Internationalize unexpected error message (#6887)
7 years ago
Yamagishi Kazutoshi 65c10c0bc8 Weblate translations (2018-03-23) (#6874)
7 years ago
David Yip 1772034ef2
Merge pull request #398 from ashkitten/compressed-notifs
7 years ago
Jenkins 03b2f701e7 Merge remote-tracking branch 'tootsuite/master' into glitchsoc/master
7 years ago
Quentí ecdc5957a3 [i18n] Occitan update (#6869)
7 years ago
Ash Levy 58eeb92755 expanded notifications show like default
7 years ago
Eugen Rochko 9fe1619db9
Do not re-query mentions from serializers (#6858)
7 years ago
Eugen Rochko da70aca28e
Restore username validation to disallow dots, for now (#6863)
7 years ago
ThibG 6f531d140b Fix MENTION_RE to not match nil usernames (#6862)
7 years ago
Eugen Rochko f66a786029
Hide floating action button on thread views (#6859)
7 years ago
Jenkins 6290cd7969 Merge remote-tracking branch 'tootsuite/master' into glitchsoc/master
7 years ago
Eugen Rochko 93897134ca
Permit dots in usernames with conditions (#6844)
7 years ago
Eugen Rochko 9381a7d9d5
Use username/domain to match existing accounts in ActivityPub (#6842)
7 years ago
Thibaut Girka 12b0ea0667 [Glitch] Cancel outdated pending compose suggestions
7 years ago
ThibG a5c6c748e0 Cancel outdated pending compose suggestions (#6838)
7 years ago
Rey Tucker 36b5703796 request: in the event of failure, try other IPs (#6761) (#6813)
7 years ago
David Yip 0fa0836e63
Merge remote-tracking branch 'personal/merge/tootsuite/master' into gs-master
7 years ago
David Yip c074b226b6
Merge pull request #394 from ashkitten/compressed-notifs
7 years ago
Jenkins df70571bfe Merge remote-tracking branch 'tootsuite/master' into glitchsoc/master
7 years ago
ThibG ff6b8a6443 Serialize mentions in the order they are added (#6836)
7 years ago
ThibG 6b76a6212d Display content warning in mail notification emails (#6832)
7 years ago
Alexander 0306e3e9be bugfixes and gem update (#6831)
7 years ago
ThibG 357f9298bd Fix e-mail changed notification (fixes #6778) (#6835)
7 years ago
Renato "Lond" Cerqueira f7c46fc113 Weblate translations 20180319 (#6827)
7 years ago
Ash Lea 5b00b8f0da fix .status__info__icons layout
7 years ago
David Yip ab04be2f84
Merge remote-tracking branch 'origin/master' into gs-master
7 years ago
David Yip 6a6f680d98
Merge remote-tracking branch 'personal/merge/tootsuite/master' into gs-master
7 years ago
David Yip a387f99659
Merge pull request #388 from ThibG/glitch-soc/federated-pinned-toots
7 years ago
Eugen Rochko f02411da40
Ignore media validation when attaching to status during processing (#6822)
7 years ago
Eugen Rochko a568e3ca8e
Revert #6479, hide sensitive text/images from OpenGraph previews (#6818)
7 years ago
Eugen Rochko 3b440bd5af
Fix elephant graphic being draggable and selectable (#6819)
7 years ago
Ash Levy c68c1466ac fix compressed notifications again (#393)
7 years ago
Jenkins f2a9a13b32 Merge remote-tracking branch 'tootsuite/master' into glitchsoc/master
7 years ago
Eugen Rochko 39f27b6cf3
If DEFAULT_LOCALE is set, enforce it instead of HTTP request locale (#6817)
7 years ago
Akihiko Odaki 721234230c Synchronize HTML page cache with sessions (#6815)
7 years ago
Jenkins 9341b982b6 Merge remote-tracking branch 'tootsuite/master' into glitchsoc/master
7 years ago
nightpool 566ace2d64 Add entropy to download filenames (#6811)
7 years ago
Daniel Hunsaker 4a0a19fe54 Handle Mastodon::HostValidationError when pulling remoteable assets (#6782)
7 years ago
trwnh ca7e6a6d2e Properly center .nothing-here (#6787) (#6788)
7 years ago
Akihiko Odaki f0cd957c7a Cache HTML page with Service Worker (#6802)
7 years ago
David Yip fe17446af0
Merge pull request #391 from ashkitten/compressed-notifs
7 years ago
Ash Levy 33d5fe889a fix non-notification boosts
7 years ago
Thibaut Girka 6f0e50f9a0 [Glitch] Federate pinned statuses over ActivityPub
7 years ago
Thibaut Girka cd73af3bd0 [Glitch] Improve style of web UI account tabs
7 years ago
Thibaut Girka f00af46d70 [Glitch] Add "Toots/Toots with replies/Media" tab below profile header
7 years ago
David Yip 50f56ba375
Merge pull request #385 from ThibG/glitch-soc/features/port-reports-ui-changes
7 years ago
David Yip a3c86d8cb9
Merge pull request #386 from ashkitten/compressed-notifs
7 years ago
Thibaut Girka 9c40a5f3c8 Fix toot text color in the report modal
7 years ago
Thibaut Girka 19f7bd1582 Show media on report UI
7 years ago
Thibaut Girka 22870985da Add close modal icon to report dialog (#6591)
7 years ago
Thibaut Girka 9cf574d0d2 Port federated reports UI to glitchsoc
7 years ago
Jenkins d75a6054a0 Merge remote-tracking branch 'tootsuite/master' into glitchsoc/master
7 years ago
Ash Levy 9317f6853e compress boost/fave notifications more
7 years ago
Marcin Mikołajczak fd385e256d i18n: Update Polish translation (#6780)
7 years ago
Renato "Lond" Cerqueira 03119c857b Weblate translations (2018-03-13) (#6777)
7 years ago
Eugen Rochko eb2425b53b
Hide loading bar on status interactions (#6774)
7 years ago
Eugen Rochko f0ae6b4cc5 Merge branch 'spoiler' of git://github.com/kagucho/mastodon into kagucho-spoiler
7 years ago
Eugen Rochko 9e3a6d6784
Log BackupWorker backtrace, delete Backup if retries exhausted (#6769)
7 years ago
Eugen Rochko 8bf3e750ab
Fix #6757: Adjust RTL styles for landing page (#6768)
7 years ago
Akihiko Odaki 18241ccbe1 Change the title of sensitive button by state (#6771)
7 years ago
Akihiko Odaki 0dccb398bd Change the title of spoiler button by state
7 years ago
Eugen Rochko 386365090c
Fix #6762: Do not overwrite some status attributes in reducer (#6767)
7 years ago
David Yip f8e934f955
Merge remote-tracking branch 'origin/master' into merge-upstream
7 years ago
Gô Shoemake 22f2750578
Merge pull request #384 from ThibG/glitch-soc/features/no-media-url
7 years ago
Gô Shoemake 2395a4c313
Merge pull request #344 from chriswmartin/getting-started-badge-merge
7 years ago
Thibaut Girka 841ef606a9 Remove text requirement when media attached from statuses (fixes #381)
7 years ago
Akihiko Odaki 48b940d5c6 Insert space before shortcode if necessary (#6751)
7 years ago
Yamagishi Kazutoshi 6ae70a92c9 Hide pinned toots on with replies (#6753)
7 years ago
Yuto Tokunaga fa5c867e0e Avoid using JS to set height in MediaModal (#6750)
7 years ago
Eugen Rochko 4f7f6b3922
Fix follow relationships not loading after notifications fetch (#6746)
7 years ago
Yamagishi Kazutoshi 8b14726f5b Weblate translations (2018-03-11) (#6742)
7 years ago
Marcin Mikołajczak 9090b63831 i18n: Update Polish translation and “yarn manage:translations” (#6743)
7 years ago
Eugen Rochko 56eb5c3f34
Fix focal point cropping in MediaGallery, fix focal point modal (#6740)
7 years ago
Eugen Rochko 1aaec701bb
Fix #6715: Make catalan words with the L geminate letter work in hashtags (#6741)
7 years ago
Jenkins a0724cd742 Merge remote-tracking branch 'tootsuite/master' into glitchsoc/master
7 years ago
Eugen Rochko b6003afcdb
Add show more/less toggle for entire threads in web UI (#6733)
7 years ago
David Yip 0c2a16fcbf
Merge pull request #379 from ThibG/glitch-soc/features/improved-account-header
7 years ago
Marcin Mikołajczak f5ee2d469b i18n: Update Polish translation (#6731)
7 years ago
abcang 37b043d447 Improve performance of account_media_status_ids (#6729)
7 years ago
Eugen Rochko 4476a45444
Fix #6717: Do not double html-encode page titles (#6720)
7 years ago
Jenkins e553905ba7 Merge remote-tracking branch 'tootsuite/master' into glitchsoc/master
7 years ago
Thibaut Girka 25c5223617 Port #6627 and #6636 to glitch-soc
7 years ago
Eugen Rochko 11697d6894
Fix thumbnail not filling entire space sometimes (#6709)
7 years ago
Renato "Lond" Cerqueira 5ba4c36f95 Weblate translations (2018-03-09) (#6708)
7 years ago
Jeong Arm ccd53e983c Missing Korean translations (#6703)
7 years ago
Jenkins 447d7e6127 Merge remote-tracking branch 'tootsuite/master' into glitchsoc/master
7 years ago
Eugen Rochko ff44b2e92d
Add missing meta description to profiles, some other SEO stuff (#6706)
7 years ago
Yamagishi Kazutoshi 188aa3ea50 Add polyfill for Object.values (#6697)
7 years ago
Eugen Rochko a29d409e20
If login redirects to omniauth, redirect logout to root_path (#6694)
7 years ago
Eugen Rochko 5acd5315f2
Improve styling of closed registrations message, rename button (#6695)
7 years ago
Eugen Rochko b79ab15859
When enabled, always display media in gallery. Also: click to reveal (#6692)
7 years ago
Eugen Rochko 77406d3a09
Display AttachmentList in notifications (#6693)
7 years ago
Eugen Rochko 510c9049c7
For now, put a "." into no-text statuses with media for backcompat (#6691)
7 years ago
Eugen Rochko 64db9ed5f6
After blocking domain with reject_media, invalidate cache (#6679)
7 years ago
Yamagishi Kazutoshi 1085ef3836 Weblate translations (2018-03-08) (#6690)
7 years ago
Eugen Rochko 86a9de6753
Display AttachmentList in timelines in compact style when media missing (#6680)
7 years ago
Renato "Lond" Cerqueira 9aba44ea79 Rescue when there's no extension in the remotable (#6358)
7 years ago
MitarashiDango 6dcf96271e fix validation error (media only status) (#6684)
7 years ago
Eugen Rochko b170627ceb
Fix cover behaviour of thumbnails that are wider than taller (#6678)
7 years ago
Eugen Rochko a1b065700a
Fix focal point modals broken by #5956 (#6676)
7 years ago
Eugen Rochko 8de048fcdb
In wide layout, columnize Mastodon features on landing page (#6674)
7 years ago
Eugen Rochko cfa9b6e13a
Remove text requirement when media attached from statuses (#6672)
7 years ago
vpzomtrrfrt e26d5ca923 Don't escape statuses while truncating (#6671)
7 years ago
Effy Elden dd9d00d293 Add additional first_name and last_name SAML attribute statement options, and modify Omniauthable concern to use full_name or first_name + last_name if not available (#6669)
7 years ago
Eugen Rochko 89a52d6280
Fix wrong target URIs in ActivityPub Add/Remove (#6668)
7 years ago
Eugen Rochko e6520c0270
Fix #6657 - Use target instead of origin in Remove activity (#6664)
7 years ago
Akihiko Odaki 913a38111f Remove pointer events on the entire UI when a dropdown menu is open (#6648)
7 years ago
Sylvhem cb74c0cfe4 Add headings to the security settings page (#6661)
7 years ago
Akihiko Odaki a07cfee644 Extract columns area from UI component (#6650)
7 years ago
Akihiko Odaki 13cf92df27 Use React.PureComponent instead of React.Component (#6653)
7 years ago
Akihiko Odaki 61e6275781 Use withRouter for TabsBar (#6652)
7 years ago
Eugen Rochko 78d772af86
Fix #3807: Increase avatars to 400x400 max (#6651)
7 years ago
Eugen Rochko 20d1be18af
Fix accounts' display name/bio not being set from initial state (#6644)
7 years ago
Akihiko Odaki b0664a5e6c Replace onScrollToBottom with onLoadMore (#6615)
7 years ago
Akihiko Odaki a38dbd9c8a Redirect from Web tag timeline to public tag timeline if not signed in (#6633)
7 years ago
Akihiko Odaki f6a8d835d3 Place dropdown menu top if it is closer to the bottom of the viewport (#6641)
7 years ago
ThibG 4746feaa1c Add “Domain hidden” badge (#6636)
7 years ago
Renato "Lond" Cerqueira bd40574476 Weblate translations (05-03-2018) (#6640)
7 years ago
Renato "Lond" Cerqueira 1674e2f34c Normalize translations (#6638)
7 years ago
Marcin Mikołajczak 3b2e783c1f i18n: Update Polish translation (#6632)
7 years ago
ThibG 46a9a23749 Make more apparent that an account is blocked or muted (fixes #6544) (#6627)
7 years ago
Yuto Tokunaga 4e929b2d17 [RFC] Improved media modal (#5956)
7 years ago
Akihiko Odaki ef44c62d17 Do not default site_title with site_hostname in InstanceHelper (#6624)
7 years ago
abcang 219aac7800 Show media on report UI (#6619)
7 years ago
Akihiko Odaki c110fa62ac Provide default OTP_SECRET value for development environment (#6617)
7 years ago
Akihiko Odaki 7a6eaad445 Do not require images in about.js and share.js (#6622)
7 years ago
Akihiko Odaki 460e380d38 Implement tag auto-completion by history (#6621)
7 years ago
Akihiko Odaki 778b37790b Do not fetch environment variables to determine default locale (#6618)
7 years ago
Eugen Rochko b66ec3bf95
Fix #6611: Typo in change password template (#6616)
7 years ago
Akihiko Odaki 51d760960c Set the default locale in config (#6580)
7 years ago
Eugen Rochko 9110db41c5
Federate pinned statuses over ActivityPub (#6610)
7 years ago
Akihiko Odaki 45feb439bd Finalize location on scrollable notifications when unmounting (#6614)
7 years ago
Eugen Rochko 44829d8216
Fix missing focalPoint in ActivityPub JSON (#6609)
7 years ago
Aboobacker MK 49092945ab Fix 500 while searching after deleting a post (#6604)
7 years ago
David Yip 65e2a4645e
Use glitchsoc TimelineComponent's margin/padding on about page.
7 years ago
David Yip 6176e278f4
Copy in new CSS for about page.
7 years ago
Jeong Arm c82a2358bd Translate Korean (#6608)
7 years ago
David Yip 1b8fcd4df5
Merge remote-tracking branch 'origin/master' into merge-upstream
7 years ago
Eugen Rochko e72db6d9dd
Move "compose" on mobile to floating action button (#6594)
7 years ago
Eugen Rochko 036dd98abb
Responsively enforce 16:9 ratio on all media thumbnails in web UI (#6590)
7 years ago
Eugen Rochko 7901f9f63e
When search enabled, display hint in search popout (#6593)
7 years ago
Yamagishi Kazutoshi 0963b6fd22 Weblate translations (2018-03-02) (#6588)
7 years ago
Eugen Rochko 379cdfaac5
Fix #6586: Add close modal icon to report dialog (#6591)
7 years ago
Eugen Rochko 38b9af76a2
Improve style of web UI account tabs (#6589)
7 years ago
mayaeh e7d741ece3 i18n: Update Japanese translations (#6581)
7 years ago
Eugen Rochko a3c4138197
Add contact_account and languages to instance API (#6574)
7 years ago
Marcin Mikołajczak 51b7a22ea7 i18n: Update Polish translation (#6578)
7 years ago
Eugen Rochko 68218d97c8
Add only_media param to public and hashtag timelines API (#6576)
7 years ago
Eugen Rochko 5131012505
Add "Toots/Toots with replies/Media" tab below profile header (#6572)
7 years ago
Eugen Rochko 473a69ab18
Fix margin on top action button, fix width of counters on frontpage (#6573)
7 years ago
Eugen Rochko fce8464077
Ensure that boolean params in the API are parsed for truthiness (#6575)
7 years ago
Eugen Rochko 47bdb9b33b
Fix #942: Seamless LDAP login (#6556)
7 years ago
Eugen Rochko e852872846
Fix #5708: Reject->Follow will remove the follow if it exists (#6571)
7 years ago
Eugen Rochko 41a01bec23
Federated reports (#6570)
7 years ago
David Yip d8e964456c
Merge remote-tracking branch 'personal/merge/tootsuite/master' into gs-master
7 years ago
Lynx Kotoura 7150f2e9d3 Grid layout for tag pages (#6545)
7 years ago
Lynx Kotoura a40167cf4d Better grid layout for the landing page (#6543)
7 years ago
Eugen Rochko 18513a978a
Improve public account cards (#6559)
7 years ago
Ian McCowan c33931b613 Fix prev/next links on public profile page (#6497)
7 years ago
Eugen Rochko 5cc716688a
Ensure the app does not even start if OTP_SECRET is not set (#6557)
7 years ago
yuzulabo 43cc79aaa0
Fix border-radius of owner avatar in /about/more
7 years ago
Akihiko Odaki 2e8a492e88 Raise Mastodon::HostValidationError when host for HTTP request is private (#6410)
7 years ago
Akihiko Odaki 7cb49eaa3a Do not use function name to track components (#6542)
7 years ago
Jenkins 2edf7128f2 Merge remote-tracking branch 'tootsuite/master' into glitchsoc/master
7 years ago
Akihiko Odaki f8f0572ee0 Do not push status to feed if its reblog is already inserted (#6488)
7 years ago
imncls f2f19e1f8a
Update SCSS
7 years ago
imncls 7bff3243ae
Update columns.scss
7 years ago
imncls ef1d46948a
Update containers.scss
7 years ago
imncls 82408904a1
Update index.scss
7 years ago
imncls 3afc6174f5
Fix data export page error
7 years ago
imncls fa3641df7f
Update about.scss
7 years ago
imncls 697f289597
Use absolute URL for focus reticle
7 years ago
imncls bb6988a7ac
Merge branch 'master' of https://github.com/tootsuite/mastodon
7 years ago
Ghislain Loaec e668180044 New variable OAUTH_REDIRECT_AT_SIGN_IN + Ref #6538 (not only SAML strategies) (#6540)
7 years ago
Ghislain Loaec 3084fe4959 New env variable: SAML_SECURITY_ASSUME_EMAIL_IS_VERIFIED + fixes #6533 (#6538)
7 years ago
Eugen Rochko b8535ad4df
Fix nil error in focal_point? (#6537)
7 years ago
Eugen Rochko 5f3bee345d
Fix container regression (#6531)
7 years ago
beatrix 755aad534a fix typo in image serializer (#6530)
7 years ago
Eugen Rochko c71aa468b5
Redesign landing page (again) (#6486)
7 years ago
Eugen Rochko d8bc64bb09
Fix #6526: Only store redirect location if not in JSON format (#6528)
7 years ago
Eugen Rochko 90f12f2e5a
Focal points (#6520)
7 years ago
Eugen Rochko d3a62d2637
Fix #6525: Make sure file is opened in LazyThumbnail processor (#6529)
7 years ago
Eugen Rochko 4bc625166e
Fix bug in relationships API introduced by #6482 (#6527)
7 years ago
Eugen Rochko 61ed133fea
Account archive download (#6460)
7 years ago
りんすき c1e77b56a9 fix #6523 (#6524)
7 years ago
Eugen Rochko a7171af0a3
Fix avatar and header issues by using custom geometry detector (#6515)
7 years ago
Jenkins 1445ba1703 Merge remote-tracking branch 'tootsuite/master' into glitchsoc/master
7 years ago
Eugen Rochko 66105929e0
Don't resize avatars/headers if their dimensions are already right (#6508)
7 years ago
Eugen Rochko cbb69d41f6
Fix media spoiler design (#6507)
7 years ago
Konrad Pozniak bb26cdda24 add parameter locked to /api/v1/update_credentials (#6506)
7 years ago
HellPie bc6751ecce Remove outline from body window (Fixes #6501) (#6502)
7 years ago
Eugen Rochko cba2897108
Cache relationships in API (#6482)
7 years ago
Eugen Rochko a71af98401
Push discovered status through streaming API within a time window (#6484)
7 years ago
David Yip 3d033a4687
Merge remote-tracking branch 'tootsuite/master' into merge-upstream
7 years ago
Eugen Rochko 9dbae6e8a1
Save video metadata and improve video OpenGraph tags (#6481)
7 years ago
Eugen Rochko 1122579216
Do not hide NSFW media/CW'd text in OpenGraph tags (#6479)
7 years ago
Eugen Rochko 478ca39e5e
After click to embed video, autoplay it (#6480)
7 years ago
Eugen Rochko f7765acf9d
Fix #5173: Click card to embed external content (#6471)
7 years ago
abcang ecdac9017e Fix media button type (#6478)
7 years ago
Marcin Mikołajczak ba8ec4eed6 i18n: Update Polish translation (#6470)
7 years ago
Jenkins efc9ffcb80 Merge remote-tracking branch 'tootsuite/master' into glitchsoc/master
7 years ago
David Yip b6159bcb0a
Merge remote-tracking branch 'origin/merge-upstream'
7 years ago
beatrix 136458eaf4
Merge pull request #362 from ThibG/glitch-soc/fix-notifications-clearing
7 years ago
Thibaut Girka fb6f131fa1 Revert 245816ab27 (fixes #348)
7 years ago
David Yip f1f67c46c5
Use Html2Text to generate plaintext for keyword mutes. #236.
7 years ago
David Yip 53c86b29f0
Glitch::FilterHelper -> Glitch::KeywordMuteHelper. #234.
7 years ago
ThibG 411c9ecb4b Fix password recovery (#6459)
7 years ago
David Yip d263e3bc2d
Fill out some examples for Glitch::FilterHelper. #234.
7 years ago
David Yip 29b5b46c87
Strip HTML from keyword mute input. #234.
7 years ago
Eugen Rochko 3ebc0ad4d3
Full-text search for authorized statuses (#6423)
7 years ago
David Yip 020b40efdb
Merge remote-tracking branch 'origin/master' into merge-upstream
7 years ago
Eugen Rochko 2ef9d0e101
Change web UI "posts" to "toots" on profile for consistency (#6447)
7 years ago
Eugen Rochko 76f3d5d16b
Add preference to always display sensitive media (#6448)
7 years ago
Jenkins 5ba2c300d8 Merge remote-tracking branch 'tootsuite/master' into glitchsoc/master
7 years ago
abcang 298c81c00f Clear account cache of notification target_status (#6442)
7 years ago
abcang cf32f7da5c Fix response of signature_verification_failure_reason (#6441)
7 years ago
Akihiko Odaki 67f7ffa792 Change user_id column non-nullable (#6435)
7 years ago
Jenkins 3405ea6dd9 Merge remote-tracking branch 'tootsuite/master' into glitchsoc/master
7 years ago
Daniel King 95c8232109 match hashtag regex in js client with server (#6431)
7 years ago
David Yip a6fb1c58ee
Merge remote-tracking branch 'origin/master' into merge-upstream
7 years ago
Eugen Rochko 38e0133e1b
Make PAM gem optional, allow configuration over environment (#6415)
7 years ago
abcang 9b6223f5e2 Validation of count works even when text of status is nil (#6429)
7 years ago
abcang 3f35d43222 Exclude nil from relationships array (#6427)
7 years ago
abcang c156a83e7d Make sure status is not nil (#6428)
7 years ago
Renato "Lond" Cerqueira 4e4f1b0dcb Add option to show only local toots in timeline preview (#6292)
7 years ago
Eugen Rochko 26f21fd5a0
CAS + SAML authentication feature (#6425)
7 years ago
Jenkins 530fcc1c14 Merge remote-tracking branch 'tootsuite/master' into glitchsoc/master
7 years ago
ncls7615 15a5b3372a
Fix detailed-status
7 years ago
takayamaki d75d2a9f99 fix ColumnBackButtonSlim should extended from ColumnBackButton (#6417)
7 years ago
David Yip 4c1fd9a19c
Merge remote-tracking branch 'tootsuite/master' into merge-upstream
7 years ago
abcang 33f56811e3 Fix column header button (#6411)
7 years ago
abcang 7e5c433dfc Fix saving of oEmbed image (#6409)
7 years ago
Akihiko Odaki c1efe0aa1d Set minimum height for mastodon on drawer (#6142)
7 years ago
ThibG ac1093256c Allow HTTP caching of atom-rendered public toots (OStatus compatibility) (#6207)
7 years ago
Charlotte Fields af40824998 moved save button (#3792)
7 years ago
Akihiko Odaki 77dd9e7d27 Remove wave from list drawer (#6381)
7 years ago
Akihiko Odaki 5da5c65db8 Unify links container implementation in about pages (#6382)
7 years ago
Akihiko Odaki 0be9a1e321 Accept ActivityPub announce from the author of the original note (#6236)
7 years ago
puckipedia 8e4cf6282b Allow retrieval of private statuses (single or in outbox) using HTTP signatures (#6225)
7 years ago
Alexander 04fef7b888 pam authentication (#5303)
7 years ago
abcang ffb2b8ef8c Fix button hiding when header title is too long (#6406)
7 years ago
Jenkins ad3a2dfb66 Merge remote-tracking branch 'tootsuite/master' into glitchsoc/master
7 years ago
Evgeny Petrov 3ed194b67d Russian language updated (#6397)
7 years ago
David Yip f4b2478af1
Merge remote-tracking branch 'origin/master' into merge-upstream
7 years ago
Eugen Rochko 47eda1e5fb
Fix padding bug in landing page column header (#6374)
7 years ago
Eugen Rochko 79bc3d5845
Add direction tags to HTML e-mails for RTL languages (#6373)
7 years ago
Renato "Lond" Cerqueira 106efba800 Weblate translations (#6370)
7 years ago
Quenty31 bd8d8ad894 l10n Occitan update (#6367)
7 years ago
Jenkins 0e10667fbe Merge remote-tracking branch 'tootsuite/master' into glitchsoc/master
7 years ago
abcang a3c0a20373 Fix initial_state me in push_notification_register (#6349)
7 years ago
codl 9abb5becf4
remove escapes from server-side γaml handler
7 years ago
abcang 8cd2828e91 Fix hide and show media button on admin page (#6347)
7 years ago
Quenty31 7650506b39 l10n Occitan language update (#6346)
7 years ago
Eugen Rochko daefbd66a6
Fix style of legacy column headers (#6342)
7 years ago
Eugen Rochko 1cc44cba81
Fix #6331 (#6341)
7 years ago
ThibG 4ec9d8b4d9 Display deleted users' role as “Suspended” (#6339)
7 years ago
Eugen Rochko 2fc2725076
Fix e-mail icon for reblog being stretched (#6336)
7 years ago
Thibaut Girka 2107891edb Remove some leftover code, I guess
7 years ago
cwm 0ddeed9377 add 'this.props' to fetchLists
7 years ago
Eugen Rochko 69f13e7bca
Fix regression from #6199: Make entire column header clickable (#6334)
7 years ago
cwm 939075899e remove unused openOnboardingModal from getting_started
7 years ago
cwm 00be9eb3fe merge tootsuite pr #6313 into glitch
7 years ago
Akihiko Odaki 613e7c7521 Rename ResolveRemoteAccountService to ResolveAccountService (#6327)
7 years ago
Akihiko Odaki 17cecd75ca Rename FetchRemoteResourceService to ResolveURLService (#6328)
7 years ago
Akihiko Odaki 8cc65cde27 Resolve URL for local account in follow authorization success view (#6324)
7 years ago
Renato "Lond" Cerqueira b7f6ddeaf1 Weblate translations (#6323)
7 years ago
David Yip 48d79007f6
Merge remote-tracking branch 'origin/master' into merge-upstream-20180121
7 years ago
Norayr Chilingarian 48cd6dc6ca armenian translations initial commit (#6320)
7 years ago
David Yip 1253279feb
Merge remote-tracking branch 'origin/master' into merge-upstream
7 years ago
codl cfd2b06821 fix filter search index being too strict when looking for line breaks (#6318)
7 years ago
Aboobacker MK 112b1fa265 Redirect to 2FA creation page when otp_secret is not available (#6314)
7 years ago
Eugen Rochko 31d1485887
Display number of follow requests in getting started menu, and (#6313)
7 years ago
Eugen Rochko 1287de1b83
Fix invalid value passed to full_asset_url in mailers (#6312)
7 years ago
David Yip 2c578a01d8
Merge remote-tracking branch 'origin/master' into gs-master
7 years ago
David Yip e7a0840f8c
Merge pull request #336 from ThibG/glitch-soc/features/tag-warning
7 years ago
David Yip 24b6e4121f
Merge pull request #342 from glitch-soc/merge-upstream
7 years ago
Iijima Yasushi 72f9eab3d6 Change mailer avatar url (#6309)
7 years ago
David Yip 3cae362214
Merge new onboarding styles; delete refs to PNGs.
7 years ago
David Yip 38f6d8130d
Eliminate stray conflict markers.
7 years ago
David Yip 071c2c9c85
Merge remote-tracking branch 'origin/master' into merge-upstream
7 years ago
SerCom_KC 80b3ca0f6f Update Simplified Chinese translations (#6306)
7 years ago
Eugen Rochko 45afdf1781
Fix #6269 - Render LOCAL_DOMAIN as unicode in presentational views (#6305)
7 years ago
Eugen Rochko 79b34a0fa2
Restore onboarding modal (#6303)
7 years ago
Eugen Rochko 872a0d5bd8
Improve HTML e-mails based on Litmus tests (#6301)
7 years ago
Eugen Rochko 01421999ae
Make text e-mails consistent with HTML ones in UserMailer (#6291)
7 years ago
David Yip 2ca965c704
Merge remote-tracking branch 'origin/master' into merge-upstream
7 years ago
Thibaut Girka 1619efd735 Do not discard statuses obtained via websocket when API request finishes
7 years ago
ThibG 0b888acfd4 Do not throw away statuses obtained via websocket when API request finishes (#6302)
7 years ago
Yamagishi Kazutoshi 238de58e65 Change belongs_to_required_by_default to true (#5888)
7 years ago
ThibG b1e03197fa Process mentions and reblogs even from resolved threads (#6299)
7 years ago
ThibG a0de3222dd Retry delivering toots over ActivityPub for about 2 days (#6298)
7 years ago
Eugen Rochko 540b3f37ae
Replace drawer elephant graphic with a vector image (#6286)
7 years ago
Thibaut Girka 1287b2782b Display a warning when composing unlisted toots with something looking like a hashtag
7 years ago
David Yip 26ecee79bf
Merge pull request #332 from glitch-soc/merge-upstream
7 years ago
Eugen Rochko 9b3b40df66
Fix regeneration marker not expiring (#6290)
7 years ago
Eugen Rochko d799921c75
Replace tutorial modal with welcome e-mail (#6273)
7 years ago
David Yip 766d6aac44
Strip trailing whitespace on win95.scss
7 years ago
David Yip d3f64812a6
Merge remote-tracking branch 'cybrespace/theme_win95' into win95-update
7 years ago
David Yip 3896cd5d79
Use absolute paths for new working/not-found SVGs
7 years ago
David Yip bcd86404da
Port 7badad7797 to glitch frontend
7 years ago
David Yip 1964a0f941
Merge remote-tracking branch 'origin/master' into merge-upstream
7 years ago
David Yip e27eedbd08
Merge branch 'gs-master' into merge-upstream
7 years ago
David Yip 708ec07e27
Style fixes to make eslint happier, hopefully
7 years ago
Renato "Lond" Cerqueira e56404be41 When must_be_following_dm is on, only notify if recipient dm'ed user (#6283)
7 years ago
David Yip 201e82686f
Merge remote-tracking branch 'origin/master' into merge-upstream
7 years ago
Eugen Rochko 7badad7797
Fix home regeneration (#6251)
7 years ago
Renato "Lond" Cerqueira 59797ee233 Weblate translations (#6284)
7 years ago
Jenkins aa2bf07281 Merge remote-tracking branch 'tootsuite/master' into glitchsoc/master
7 years ago
りんすき fbe7756da6 implement web share target (#6278)
7 years ago
Yamagishi Kazutoshi 0a103c7749 Upgrade ESLint to version 4.x (#6276)
7 years ago
SerCom_KC fb16c37d2a Update Simplified Chinese translations (#6280)
7 years ago
Eugen Rochko 6f244ba82c
Use better reblog icon and improve contrast in HTML e-mails (#6272)
7 years ago
mayaeh eed7484cd6 Change mailer image url (#6279)
7 years ago
Eugen Rochko 02194838dd
HTML e-mails for NotificationMailer (#6263)
7 years ago
Yamagishi Kazutoshi 9a28052e92 Change image URL in mailer to full path (#6264)
7 years ago
kibi! 60ff086960 Fixed improper mailer import
7 years ago
kibi! cda845ae0e Fix mailer to use webpack core
7 years ago
David Yip 89a9d629f7
Merge remote-tracking branch 'origin/master' into gs-master
7 years ago
Eugen Rochko 5276c0a090
HTML e-mails for UserMailer (#6256)
7 years ago
Eugen Rochko 7861c5f108
Surround mid-text display names with bdi tags (#6257)
7 years ago
Eugen Rochko 3987bd18a4
Fix #6128 - Display unfollow button even if account moved (#6258)
7 years ago
Jenkins 0c7dc6c781 Merge remote-tracking branch 'tootsuite/master' into glitchsoc/master
7 years ago
puckipedia 74c1c9ec01 Allow attributedTo in a status to be an embedded object (#6238)
7 years ago
Patrick Figel 537d2939b1 Suppress CSRF token warnings (#6240)
7 years ago
neetshin 2091ae92be Make columns-area unscrollable when modal opened (#6241)
7 years ago
Eugen Rochko ed867eca9d
Move e-mail digest task to sidekiq, reduce workload, improve hint (#6252)
7 years ago
Gô Shoemake 08e4c78e78 Fix column headers accessibility (#6199)
7 years ago
kibi! 8ee6ed358f Increase priority of favstar gold
7 years ago
kibi! 1ee0e91fb6 Fixes to notification styling
7 years ago
kibi! b9f4896830 Fixes to drawer and CWs
7 years ago
beatrix cd6674606f
Merge pull request #329 from KnzkDev/scss-refactor
7 years ago
beatrix 39f231f3da
Merge pull request #328 from glitch-soc/feature/glitchy-elephant-friend
7 years ago
kibi! 0fb3bd09e9 Oops this should have been a part of last commit
7 years ago
kibi! 1fa03e026a Fixes onboarding modal (#318)
7 years ago
kibi! a5931e1f48 Fixed autocollapse detection
7 years ago
David Yip c2669f93d0
Fix eslint errors. #294.
7 years ago
David Yip 756a9cd139
Run slightly less afoul of accessibility checks. #294.
7 years ago
David Yip e64cc311dd
Introduce a bit of luck into the elefriend selection. #294.
7 years ago
David Yip 53cbc9933e
Add wave background; blend elefriend in a bit more. #294.
7 years ago
David Yip cd1377de7f
Bind click event to elefriend cycling. #294.
7 years ago
David Yip 1dbb6b5e08
Set glitchy elephant friend variant in initial state. #294.
7 years ago
David Yip 1e0b707018
Add the shrinking glitchy elefriend. #294.
7 years ago
David Yip 835eec8a4c
Prototype out glitchy elephant friend. #294.
7 years ago
ncls7615 f9b08e2142
Fix collapsed toot style
7 years ago
ncls7615 1ebe66b78c
Fix un-fullwidth media style
7 years ago
ncls7615 be2bac05aa
Fix media detailed style
7 years ago
ncls7615 b5476f6c75
Fix confirmation modal bug
7 years ago
ncls7615 bc0524834e
Fix letterbox bug
7 years ago
ncls7615 6ecf81cacf
Improve scss refactor 5
7 years ago
ncls7615 64425dbb77
Improve scss refactor 4
7 years ago
ncls7615 a16d885ac9
Improve scss refactor 3
7 years ago
ncls7615 5f35b39f6f
Improve scss refactor 2
7 years ago
ncls7615 bb2ca23839
Improve scss refactor 1
7 years ago
ncls7615 a9be680807
Fix padded-blocks error
7 years ago
ncls7615 6a73c8c8a2
Initial scss refactor
7 years ago
Gô Shoemake 3a0b47982d
load public.js on vanilla#admin
7 years ago
Gô Shoemake 9b9b7fa005
Load packs/public.js for glitch#admin
7 years ago
David Yip 0210e59759
Merge remote-tracking branch 'remotes/origin/fix-column-headers-accessibility'
7 years ago
Marcin Mikołajczak ee7217bc94 i18n: Update Polish translation
7 years ago
ncls7615 cf5789146b
Fix dropdown text
7 years ago
Jenkins 9fa79bc317 Merge remote-tracking branch 'tootsuite/master' into glitchsoc/master
7 years ago
Jeong Arm 704053d221 Handle sessions that can't be translated (#6245)
7 years ago
David Yip 395e64e858
Thank you, Officer Murphy
7 years ago
David Yip 514db316f7
The flavour parameter is unused, so omit it (#317)
7 years ago
David Yip 6fcb870d96
Allow for user object to be empty. Fixes #317.
7 years ago
David Yip 095a00ef3d
Merge pull request #316 from glitch-soc/fix-async
7 years ago
kibigo! 35be02f21d Renamed glitch async chunks
7 years ago
David Yip 622c8fdb75
Merge pull request #314 from chriswmartin/merge-vanilla-updates-2
7 years ago
David Yip 991371af5f
Merge remote-tracking branch 'origin/master' into merge-upstream
7 years ago
Eugen Rochko 35b84985a8
Skip ActivityPub Announces of non-public objects (#6230)
7 years ago
Eugen Rochko d41f0b66cc
Fix #6204: Use content warning for page title when present (#6231)
7 years ago
cwm aef4b1af66 Refactor /api/web APIs to use the centralized axios instance (tootsuite pr #6223)
7 years ago
cwm f43c2f12f3 Fix overflowing audit logs (tootsuite pr #6184)
7 years ago
cwm 9bdbe66316 Set background to the navigation of Getting Started column (tootsuite pr #6163)
7 years ago
cwm b535f24fe5 Use const instead of let for constant (tootsuite pr #6106)
7 years ago
cwm 0d4dcb5fb2 change key to path in timeline settings containers
7 years ago
cwm 6d1c325167 Rename key to path in actions and reducers for settings (tootsuite pr #6105)
7 years ago
cwm 7f4374d97d Fix newlines-to-spaces functionality (tootsuite pr #6158)
7 years ago
cwm 8a0e4bb9a4 Hide moved account's follow button in search result (tootsuite pr #5913)
7 years ago
cwm 5963630c63 Prevent duplicate load of favourites (tootsuite pr #5931)
7 years ago
Jenkins e780d5951b Merge remote-tracking branch 'tootsuite/master' into glitchsoc/master
7 years ago
Renato "Lond" Cerqueira 9f04b0d4b1 Weblate translations (#6228)
7 years ago
David Yip ce7f4aef16
Merge remote-tracking branch 'personal/merge/tootsuite/master' into gs-master
7 years ago
David Yip ec0bdd6c1a
Merge pull request #312 from glitch-soc/tag-sensitive-imgs
7 years ago
David Yip df04da098a
Merge pull request #311 from glitch-soc/dont-show-solo-skins
7 years ago
Jenkins 7c719c567c Merge remote-tracking branch 'tootsuite/master' into glitchsoc/master
7 years ago
kibigo! 60433d03f5 Add missing comma
7 years ago
kibigo! 5d2ef7a616 Show SENSITIVE tag on sensitive images (#267)
7 years ago
kibigo! 44792de49a Don't show skins selector when there's only one (#256)
7 years ago
kibigo! 824a790e63 Threads now inherit privacy directly (#309)
7 years ago
puckipedia 628358aeea Add the author of a status to cc if reblogged (#6226)
7 years ago
Andrew fe6663ef50 Minor style fixes
7 years ago
nightpool c235711ffe Refactor /api/web APIs to use the centralized axios instance (#6223)
7 years ago
ncls7615 ef0b7d1e76
fix list editor scss
7 years ago
David Yip 65986b6f0b
Merge remote-tracking branch 'personal/merge/tootsuite/master' into gs-master
7 years ago
David Yip 2dc4fbbd1a
When pulling out max_toot_chars, handle nulls
7 years ago
Jenkins f839ac694c Merge remote-tracking branch 'tootsuite/master' into glitchsoc/master
7 years ago
Eugen Rochko dbda87c31f
Revert #5772 (#6221)
7 years ago
Jenkins 722b3f567f Merge remote-tracking branch 'tootsuite/master' into glitchsoc/master
7 years ago
Eugen Rochko e4a241abef
Fix bad URL schemes being accepted (#6219)
7 years ago
Eugen Rochko 93555182c3
Do not display elephant friend in single-column layout (#6222)
7 years ago
puckipedia 0eff42d688 Move Article from supported to converted types (#6218)
7 years ago
David Yip f7c4d4464b
Merge remote-tracking branch 'personal/merge/tootsuite/master' into gs-master
7 years ago
David Yip 70c99a9f34
Use error pack when rendering error pages. Fixes #305.
7 years ago
Jenkins c2e1bfd9ae Merge remote-tracking branch 'tootsuite/master' into glitchsoc/master
7 years ago
Yamagishi Kazutoshi 1d92b90be9 Fix force_ssl conditional (#6201)
7 years ago
Yamagishi Kazutoshi da809f9eec Fix unintended cache (#6214)
7 years ago
SerCom_KC c4d36d024c Update Simplified Chinese translations (#6215)
7 years ago
David Yip 5083311d64
Merge remote-tracking branch 'ykzts/fix-unintended-cache' into gs-master
7 years ago
Yamagishi Kazutoshi 2af307bce4 Fix unintended cache
7 years ago
Andrew 56312df73b Z indexes and colors
7 years ago
Andrew 7a93acd803 To 2.1.2
7 years ago
Jenkins bcbdd4f88d Merge remote-tracking branch 'tootsuite/master' into glitchsoc/master
7 years ago
Jeong Arm 9e97fbf0af Translate Korean (#6212)
7 years ago
kibigo! b5874c1428 Fixes to search dropdown
7 years ago
beatrix 61ef8d643e
fix typo in vanilla names.yml
7 years ago
Ondřej Hruška 9f29fd31ba
fixed ctrl enter
7 years ago
Ondřej Hruška 53caab0c0b
Fix the always-threaded bug
7 years ago
ncls7615 f5a4201ad8
Update ja.js
7 years ago
beatrix a251c42192
Merge pull request #296 from glitch-soc/thread-mode
7 years ago
beatrix 2ec9a75a1d
Merge pull request #302 from KnzkDev/fix/search-popout
7 years ago
beatrix fa92e88fb2
appease eslint
7 years ago
ncls7615 da98c33161
Fix search popout
7 years ago
David Yip 2eed4ace11
Read max_toot_chars from root object. Fixes #297.
7 years ago
kibigo! c71d848855 my global .gitignore excluded this file ;_;
7 years ago
kibigo! e4bc013d6f Threaded mode~
7 years ago
kibigo! 6932b464e6 Fixed improper dropdown func binding for #293 + toot button spacing
7 years ago
kibigo! ad10a80a99 Styling and autosuggest fixes for #293
7 years ago
kibigo! 8bf9d9362a Fixes composer mounting issue with #293
7 years ago
Andrew 077f2e600c Win95 to 2.1
7 years ago
Andrew 39c0b6ceb3 Updates and fixes to win95 theme
7 years ago
Andrew ed574fbc09 Theme: Windows 95
7 years ago
David Yip 03aeab857f
Merge remote-tracking branch 'personal/merge/tootsuite/master' into gs-master
7 years ago
beatrix f441770e50
Merge pull request #290 from chriswmartin/web-push-updates
7 years ago
beatrix b4e667f86b
Merge pull request #295 from chriswmartin/getting-started-key-fix
7 years ago
beatrix faf20eeaa4
Merge pull request #293 from glitch-soc/compose-refactor
7 years ago
Jenkins f6adb409fd Merge remote-tracking branch 'tootsuite/master' into glitchsoc/master
7 years ago
ThibG 10f6793fd0 Fix PuSH workers (#6200)
7 years ago
ThibG a594139115 When fetching an ActivityPub-enabled status, do not re-request it as text/html (#6196)
7 years ago
TheKinrar 95bd85d9e8 Represent numbers by strings in instance activity API (#6198)
7 years ago
kibigo! ac686d5a5d Fixed overflow issue
7 years ago
kibigo! ec620ae486 Styling fixes
7 years ago
beatrix f41b33eb01
Merge pull request #243 from m4sk1n/glitch-pl
7 years ago
cwm 9fc08e4861 add key to lists div
7 years ago
cwm 6236577734 change how list ColumnLink keys are determined
7 years ago
Quenty31 06636c6eca l10n Occitan language: mailer update (#6193)
7 years ago
kibigo! d7ce339c2e WIP <Compose> Refactor; Fin~
7 years ago
Yamagishi Kazutoshi 9a61b0ef22 Fix RFC 5646 Regular Expression (#6190)
7 years ago
kibigo! 42f50049ff WIP <Compose> Refactor; 1000 tiny edits
7 years ago
kibigo! b4a3792201 WIP <Compose> Refactor; <ActionsModal>; dropdowns
7 years ago
kibigo! 083170bec7 WIP <Compose> Refactor; SCSS ed.
7 years ago
kibigo! 8713659dff WIP <Compose> Refactor; <OnboardingModal> ed.
7 years ago
kibigo! 3c29f57404 WIP <Compose> Refactor; <Drawer> ed.
7 years ago
kibigo! 924ffe81d4 WIPgit status <Compose> Refactor; <Composer> ed.
7 years ago
Jenkins c69a23ae46 Merge remote-tracking branch 'tootsuite/master' into glitchsoc/master
7 years ago
Branko Kokanovic d872902997 Small translation fixes for Serbian (and sr@Latn too) (#6188)
7 years ago
Patrick Figel 5ec25ff3e1 Fix email confirmation link not updating email (#6187)
7 years ago
Lynx Kotoura 49e296e1b0 Fix overflowing audit logs (#6184)
7 years ago
Nolan Darilek 3b016342c6 Fix accessibility of column headers
7 years ago
Yamagishi Kazutoshi 3c18964256 Fallback default thumbnail in instance status API (#6177)
7 years ago
Marcin Mikołajczak 0f69a90588 i18n: Update Polish translation
7 years ago
Eugen Rochko 02ba03d6db
Send one Delete of Actor in ActivityPub when account is suspended (#6172)
7 years ago
ThibG 3bee0996c5 Make sure private toots remain private and do not end up in HTTP caches (#6175)
7 years ago
muan 89daeb43a8 Improve Traditional Chinese translation (#6166)
7 years ago
Eugen Rochko 7d4f4f9aab
Fix FetchAtomService not finding alternatives if there's a Link header (#6170)
7 years ago
Akihiko Odaki 256c2b1de0 Rearrange items in Getting Started navigation (#6126)
7 years ago
Eugen Rochko 02e3e1ec09 Fix nil error in log_target_from_history helper (#6173)
7 years ago
Eugen Rochko c10f4bdb03
Cache JSON of immutable ActivityPub representations (#6171)
7 years ago
Jenkins fc884d015a Merge remote-tracking branch 'tootsuite/master' into glitchsoc/master
7 years ago
Quenty31 d907d4352e l10n OC language (#6169)
7 years ago
ThibG a8b51124ba Don't normalize URLs in toots (#6134)
7 years ago
Akihiko Odaki 161c72d66d Allow to dereference Follow object for ActivityPub (#5772)
7 years ago
Marcin Mikołajczak 53d99ebf4f i18n: Update Polish translation (#6168)
7 years ago
Yamagishi Kazutoshi 1001922156
Add Japanese translations #5997, #6003, #6004, #6071, #6099, #6125 and #6132 (#6167)
7 years ago
Jenkins 933840bebf Merge remote-tracking branch 'tootsuite/master' into glitchsoc/master
7 years ago
ThibG 99f962ba73 Allow HTTP caching of json view of public statuses (#6115)
7 years ago
Akihiko Odaki 2471796d75 Set background to the navigation of Getting Started column (#6163)
7 years ago
puckipedia 545095b3ce [!] Sanitize incoming classlist properly (#6162)
7 years ago
Eugen Rochko d319b3dbe4
Update moved-to property when it's removed too (#6160)
7 years ago
Eugen Rochko d60fd87e01
Don't leave behind husk of remotely-deleted profile (#6159)
7 years ago
Noiob 94230fe565 Fix newlines-to-spaces functionality (#6158)
7 years ago
Patrick Figel 04ecf44c2f Add confirmation step for email changes (#6071)
7 years ago
ThibG b6af88192f Display a warning when composing unlisted toots with something looking like a hashtag (#6132)
7 years ago
Eugen Rochko 1419f656e2
Fix stats expiring too quickly because of variable mistake (#6155)
7 years ago
Akihiko Odaki 3ba7cde38d Rename key to path in actions and reducers for settings (#6105)
7 years ago
Otakan ce854ed506 delete X-UA-Compatible (#6068)
7 years ago
Branko Kokanovic 21b9da6418 Adding Serbian latin translations (#6146)
7 years ago
David Yip fa768abf5c
More ../ -> ~.
7 years ago
David Yip 54148b9a4a
Merge remote-tracking branch 'origin/master' into merge-upstream
7 years ago
Akihiko Odaki 764f876953 Use const instead of let for constant (#6106)
7 years ago
Akihiko Odaki 2c1ed5f872 Show mastodon on modal (#6129)
7 years ago
cwm 72b99f6ee4 bug fix (tootsuite pr #6120)
7 years ago
Jenkins fa9b7ece2e Merge remote-tracking branch 'tootsuite/master' into glitchsoc/master
7 years ago
Branko Kokanovic 7d376e41be Adding Serbian translation (#6133)
7 years ago
David Yip d817c0a958
Merge pull request #291 from glitch-soc/merge-upstream
7 years ago
David Yip 4cca1d1e7e
Merge remote-tracking branch 'origin/master' into merge-upstream
7 years ago
David Yip e4944d065b
Switch to tootsuite's elephant friend for the drawer
7 years ago
David Yip 513d982f29
Use ~ notation in components for image references
7 years ago
cwm 4ce44ba470 remove unused 'saveSettings' from column_settings_container
7 years ago
cwm 0dce26b82b web push updates (tootsuite PRs #5879, #5941, #6047)
7 years ago
Jeong Arm f4b80e6511 Translate Korean (#6131)
7 years ago
beatrix a56c4742d3 keep the same filters and page when doing custom emojo stuff (fixes #6112) (#6114)
7 years ago
Eugen Rochko 38fc1b498d
Add more instance stats APIs (#6125)
7 years ago
MitarashiDango 511c6f9625 bug fix (WebPush does not work) (#6120)
7 years ago
cwm 832a93e67c Fix GIF avatars not autoplaying (fixes #287, tootsuite pr #6000)
7 years ago
ThibG 868568d1c1 Make host_meta/webfinger replies cacheable (fixes #6100) (#6101)
7 years ago
David Yip 7174d1c955
Merge remote-tracking branch 'origin/master' into merge-upstream
7 years ago
Akihiko Odaki 65f30f65a2 Move the mastodon on Getting Started column to drawer column (#6109)
7 years ago
Akihiko Odaki e0ef7f9d79 Fix XML oEmbed support discovery (#6104)
7 years ago
beatrix 7347bc7334
Merge pull request #286 from chriswmartin/merge-vanilla-updates-into-glitch
7 years ago
cwm 20ad071931 Set direction style to reply indicator (tootsuite pr #6006)
7 years ago
cwm 14243bf80a Reduce motion for boost animation (tootsuite pr #5871)
7 years ago
cwm 337c2e77ee Fix layout for RTL (tootsuite pr #6014, #6018)
7 years ago
cwm 46565ed746 Fix focused background color of favourited direct toot (tootsuite pr #6021)
7 years ago
cwm 815524412b Move dropdown transform origin (tootsuite pr #6091)
7 years ago
cwm 083571915f onMuteNotifications validation (tootsuite pr #6092)
7 years ago
cwm 2bbd22e91c Rename settingKey to settingPath (tootsuite pr #6046 & #6098)
7 years ago
cwm cc6a2ffd0a use 'flavours/glitch/' prefix in new imports
7 years ago
cwm 22818d2a16 Add mute, block, conversation mute actions to detailed status dropdown menu
7 years ago
Jenkins bed13f22e2 Merge remote-tracking branch 'tootsuite/master' into glitchsoc/master
7 years ago
Chris 1e5d1fa5c8 Add mute, block, conversation mute actions to detailed status dropdown menu (#6099)
7 years ago
MitarashiDango a3b369337f Additional prop name change. (#6098)
7 years ago
Jenkins f77c47d01b Merge remote-tracking branch 'tootsuite/master' into glitchsoc/master
7 years ago
Neetshin 7e6214b869 Add validation for onMuteNotifications (#6092)
7 years ago
Nolan Lawson a8eb0bf44f Reduce motion for boost animation (#5871)
7 years ago
Akihiko Odaki 35fdf561be Refactor web_push_subscription (#6047)
7 years ago
Chris 081956742c removed references to hideOnMobile in column_link and getting_started (#6082)
7 years ago
cpsdqs 8528fd89d2 Move dropdown transform origin to top edge (#6091)
7 years ago
Jenkins 6d00ca1c71 Merge remote-tracking branch 'tootsuite/master' into glitchsoc/master
7 years ago
ncls7615 fb57ec41df
Update and add some translate
7 years ago
ncls7615 4694dcfe16
Add more en and ja
7 years ago
ncls7615 02db8aa3a0
Add en and ja
7 years ago
ThibG cea98e0c12 Reduce the number of synchronous resolves when posting toots (#6075)
7 years ago
ThibG 6eb60260b1 Display deleted users' role as “Suspended” (#6080)
7 years ago
beatrix 60d415bc5e
Merge pull request #266 from chriswmartin/getting-started-improvements
7 years ago
ncls7615 191b625a27
Fix account header avatar
7 years ago
David Yip 7bb99ca3cf
Add data-status-by back to DetailedStatus component. Fixes #273.
7 years ago
cwm d736739e8f <kbd> instead of <code> in KeyboardShortcuts component (tootsuite pr #6049)
7 years ago
beatrix bc0152974f
Merge pull request #276 from glitch-soc/245-click-avatar-to-open-profile-in-new-tab
7 years ago
David Yip dbd5f8b9a5
Wrap <Avatar> in account header in a link to that account's page. Fixes #245.
7 years ago
cwm 9042f9a813 add keyboard shortcuts to getting started (fixes #275)
7 years ago
David Yip bf1eb0912c
Set packs on 2FA-related pages. Fixes #271.
7 years ago
Jenkins 6f11aa8383 Merge remote-tracking branch 'tootsuite/master' into glitchsoc/master
7 years ago
Akihiko Odaki 81d29e4126 Rename settingKey in setting_toggle to settingPath (#6046)
7 years ago
Neetshin c11a52d888 Replace <code> to <kbd> in KeyboardShortcuts component (#6049)
7 years ago
Jeong Arm e52293482e Update Korean translation (#6050)
7 years ago
ncls7615 d3b2677775
Add en and ja
7 years ago
cwm 14aae9c05c missed a semicolon
7 years ago
cwm be50e45a74 use makeMapStateToProps
7 years ago
cwm e4ebbf4f07 use list-ul icon in list header and web/lists
7 years ago
Jenkins e7fa7fce25 Merge remote-tracking branch 'tootsuite/master' into glitchsoc/master
7 years ago
Peter f38e6a14f2 Add Slovak translation (#6052)
7 years ago
beatrix e202efdf8a
Merge pull request #253 from glitch-soc/prevent-local-only-federation
7 years ago
ncls7615 9e8fa3caee fix admin/action_logs page
7 years ago
kibigo! e677dda07c Fixes #244 to make search results scrollable
7 years ago
David Yip 82b2e224a2
Merge branch 'gs-master' into prevent-local-only-federation
7 years ago
NCLS e9a5bde9a0
Update ja.js
7 years ago
NCLS 61ed5b972c
Update ja.js
7 years ago
Jenkins 37254c4f5d Merge remote-tracking branch 'tootsuite/master' into glitchsoc/master
7 years ago
Eugen Rochko 3d3b403359
Do not hide statuses from silenced accounts from other silenced accounts (#6030)
7 years ago
Naoki Kosaka 25b0d7538e Fix oEmbed image_modal src. (#6027)
7 years ago
Eugen Rochko a3b2ea599d
Fix #6022 - Prevent nested migrated accounts, or migrations to self (#6026)
7 years ago
SerCom_KC 573414f728 Improve Chinese (Simplified) Translations (#6024)
7 years ago
Jeroen aa273a2718 Last minute Dutch string updates (#6025)
7 years ago
David Yip e35a350119
Examples for Status#set_locality and .as_tag_timeline.
7 years ago
Jenkins e5a9831a56 Merge remote-tracking branch 'tootsuite/master' into glitchsoc/master
7 years ago
Lynx Kotoura 0d3ffa691e Fix focused background color of notifications of direct toots (#6021)
7 years ago
Lynx Kotoura 5ad45552b3 Fix overflowing emojis on some devices (#6016)
7 years ago
Olivier Humbert dc313f27bb 1 fix + 1 translation (#6019)
7 years ago
Jenkins 10f800ab46 Merge remote-tracking branch 'tootsuite/master' into glitchsoc/master
7 years ago
Eugen Rochko 3487460f00
Fix regression from #6014 (#6018)
7 years ago
Jenkins 82236a3703 Merge remote-tracking branch 'tootsuite/master' into glitchsoc/master
7 years ago
Quenty31 72314d26ae l10n OC and FR updates (#6017)
7 years ago
Eugen Rochko cc75d47926
Fix layout for RTL (#6014)
7 years ago
Lynx Kotoura 8bf4cc72b6 Excahnge the order of spoiler-input and unlocked warning (#6015)
7 years ago
Lynx Kotoura 0aeec0390b Redesign tootbox (#5919)
7 years ago
Eugen Rochko fef6625496
Weblate translations (#6011)
7 years ago
SerCom_KC 775c3056b6 Update Chinese (Simplified) translations (#6005)
7 years ago
Eugen Rochko ad75ec8b5b
Add filters to admin UI for custom emojis (#6003)
7 years ago
Yamagishi Kazutoshi 07b4427865 Set direction style to reply indicator (#6006)
7 years ago
Eugen Rochko a8deb6648b
Fix redundant HTTP request in FetchLinkCardService (#6002)
7 years ago
Eugen Rochko 20a6584d2d
Clean up admin UI for accounts (#6004)
7 years ago
Eugen Rochko 155e211dd0
Fix GIF avatars not autoplaying when GIF autoplay is enabled (#6000)
7 years ago
cwm 17e53b931c code style fixes
7 years ago
cwm 9719983f2d move list items into an array, don't unnecessarily concat misc nav item
7 years ago
Eugen Rochko 5706fe18c2
Fix #5952 - NameError (regression from #5762) (#5999)
7 years ago
Eugen Rochko 71965cbef2
Adjust empty list timeline message (#5997)
7 years ago
Eugen Rochko 0128b86d30
Use streaming API for standalone timelines on /about and /tag pages (#5998)
7 years ago
Neetshin 0c8b1eb577 Make detect empty string before assign image description (#5994)
7 years ago
Akihiko Odaki f9f6918148 Store preview image for embedded photo in preview cards (#5986)
7 years ago
cwm b6ded7119e travis fixes
7 years ago
Renato "Lond" Cerqueira 19257d91bf Return false if object does not respond to url (#5988)
7 years ago
Renato "Lond" Cerqueira fe180f18ff Change conditional to avoid nil into string error in sidekiq (#5987)
7 years ago
beatrix 504c3d650f
Merge pull request #264 from KnzkDev/add-ja
7 years ago
David Yip a057ed5cfe
Merge remote-tracking branch 'tootsuite/master' into merge-upstream
7 years ago
cwm 9b7208f4b4 readded connect for onboarding modal
7 years ago
cwm b358483ef2 remove unneeded imports from getting_started_misc
7 years ago
cwm 37ced4c903 add components to getting started column
7 years ago
ncls7615 b93ad3d0e8 add ja
7 years ago
Akihiko Odaki 14c4a33cd9 Change account_id non-nullable in lists (#5979)
7 years ago
Eugen Rochko 30d2ea03b0
Improve public status page title (#5985)
7 years ago
Eugen Rochko 1356ed72cd
Fix #5953 - Add GET /api/v1/accounts/:id/lists (#5983)
7 years ago
Eugen Rochko 481fac7c84
Exclude moved accounts from search results (#5984)
7 years ago
cwm 0a52e37648 change pack to 'auth'
7 years ago
cwm 44992df257 load pack
7 years ago
Erin 2efffe77dc reblog_service.rb: Status#local_only -> local_only?
7 years ago
Erin c5a4eda694 move outbox filtering to Status#permitted_for (as per @ekiru)
7 years ago
Erin 3ec47e732b post_status_service: stylistic change (local_only -> local_only?)
7 years ago
beatrix 771b950feb
Merge pull request #254 from glitch-soc/new-theme-ux
7 years ago
Eugen Rochko feed07227b
Apply a 25x rate limit by IP even to authenticated requests (#5948)
7 years ago
beatrix 0cd5f2a61f
Merge pull request #255 from KnzkDev/remove-picture
7 years ago
David Yip 204688e803
Add missing set_pack def/filter in OAuth::AuthorizedApplicationsController.
7 years ago
ncls7615 9d5ecdbf41 remove picture
7 years ago
kibigo! ed7231947c Added styling
7 years ago
kibigo! bdca1614d5 Screenshot support for themes
7 years ago
kibigo! dabf66e676 Moved flavour UI into own prefs tab
7 years ago
beatrix 08b0861b96
Merge pull request #250 from chriswmartin/fav-confirm-modal
7 years ago
Erin 288f1293ef set local_only in a before_create callback instead of status service
7 years ago
Erin 0c46058a43 remove vestigial Status#local_only? definition
7 years ago
Erin c1410af368 post_status_service.rb: save the status after setting local_only
7 years ago
Erin 24f36ca912 Status#not_local_only scope should match nils too
7 years ago
Erin f080a9fac7 filter local-only toots from AP outboxes
7 years ago
ncls7615 d420e2f047 add comma
7 years ago
ncls7615 279231c5dd " => '
7 years ago
ncls7615 a98b0a47ef Merge branch 'master' of https://github.com/glitch-soc/mastodon into glitch-langfiles
7 years ago
Erin 6bd18e43ba filter local-only statuses from public pages
7 years ago
Erin 5ef65aab8f replace reblog service check for an 👁️ with #local_only
7 years ago
Erin cfbb95605b set local_only flag on statuses in post_status_service
7 years ago
Erin 08519cd4f4 status: stub local_only?, add scope, add marked_local_only?
7 years ago
Erin 434c70fd98 add a local_only column to the statuses table
7 years ago
cwm 0466aa8d08 use single quotes in locale entry
7 years ago
cwm 072ab191cc pulled master, moved locale entry to new location
7 years ago
cwm eec5d350fd removed unneeded actions_modal div
7 years ago
kibigo! cd107e92cb Move ja localization to new locaiton
7 years ago
kibigo! 6b7085a33e Linting fixes
7 years ago
kibigo! 1c728df92e Only localize js when there's a theme
7 years ago
kibigo! b28cd6769c Javascript intl8n flavour support
7 years ago
kibigo! d08d0f9f33 Ruby intl8n for themes
7 years ago
Andrea Scarpino 6a82939adb Fix account and tag searches with leading/trailing spaces (#5965)
7 years ago
Lynx Kotoura 98aa96b8d6 Refix extraspace for emojis (#5964)
7 years ago
abcang 3caec1ecc2 Save media outside transaction (#5959)
7 years ago
cwm 066458a659 removed one last app settings addition
7 years ago
cwm 7a8711ccac removed app settings additions
7 years ago
Quenty31 7d4ebeecbd l10n i18n OC: corrections (#5962)
7 years ago
ncls7615 0e56797792 add and fix
7 years ago
beatrix 282f48ddd1
Merge pull request #248 from chriswmartin/glitch-theme-lists
7 years ago
beatrix ef53c972b1
Merge pull request #237 from dexamphetamine/jpn-localization
7 years ago
amphetamine eb2b971a52 i18n: add ja glitch strings
7 years ago
Yamagishi Kazutoshi 6e3f176b8e Add Galician language support (#5955)
7 years ago
Olivier Humbert a4710f9af8 French translation update (#5954)
7 years ago
abcang fcc0795a40 Remove unused function (#5950)
7 years ago
cwm 8606e53384 moved locales to glitch, created add settings entry
7 years ago
cwm c5a688d70e remove trailing spaces
7 years ago
cwm 7284e36fbd fixed fav setting change
7 years ago
cwm 22cdbca82c fixes, functioning now
7 years ago
cwm a489e5d5cd added a few more things
7 years ago
cwm baf9ea8018 remove keyboard shortcuts from getting started because thats a different thing
7 years ago
cwm abe95b614b add initial components based off of tootsuite pr #1507
7 years ago
Yamagishi Kazutoshi e7d55df38d Ignore HEAD method if does not support (#5949)
7 years ago
Eugen Rochko a72d03f43c
Weblate translations (#5946)
7 years ago
Eugen Rochko a865b62efc
Rate limit by user instead of IP when API user is authenticated (#5923)
7 years ago
Yamagishi Kazutoshi 931e66e572 Back to Web UI from tag page when signed in (#5943)
7 years ago
Yamagishi Kazutoshi cdae7e4c8b Move push notifications settings (regression from #5879) (#5941)
7 years ago
Quenty31 3a52c90de1 l10n i18n OC update (#5939)
7 years ago
cwm 02d71c6a11 fix a missing semicolon and mixed tabs/spaces that travis was complaining about
7 years ago
cwm 4a5401a58e merge tootsuite prs #5895 and #5889 into glitch flavour
7 years ago
cwm 28423dd046 merge tootsuite pr #5904 into glitch flavour
7 years ago
cwm b165950ca7 add keyboard shortcut to getting started, add missing list style
7 years ago
cwm 47157e07b2 merged tootsuite pr #5811 into glitch flavour
7 years ago
cwm f44c8fd130 merged tootsuite pr #5750 into glitch flavour
7 years ago
abcang 99242b92bc Keep WebPush settings (#5879)
7 years ago
Eugen Rochko ec3b449baa
Fix #5630 - Prevent duplicate load of favourites (#5931)
7 years ago
Eugen Rochko 2f4c5f504f
Limit users to 50 lists, remove pagination from lists API (#5933)
7 years ago
Yamagishi Kazutoshi f08e6e9ab5 Audio.prototype.seek is undefined (#5935)
7 years ago
Eugen Rochko 86b4d5439c
Fix #5926 - Do not downgrade to OStatus once ActivityPub is known (#5929)
7 years ago
Eugen Rochko c36b9cc5a6
Ensure link thumbnails are not stretched to super low quality (#5932)
7 years ago
Eugen Rochko 70ce2a2095
Polish video player CSS, add timer on fullscreen/modal/public pages (#5928)
7 years ago
Jenkins 776867ea73 Merge remote-tracking branch 'tootsuite/master' into glitchsoc/master
7 years ago
Yamagishi Kazutoshi dad0a09675 Remove unused messages (#5924)
7 years ago
Eugen Rochko bca9e2e57a
Weblate translations (#5922)
7 years ago
Yamagishi Kazutoshi 65e0bbd958 Disable status content outline (#5921)
7 years ago
kibigo! 717b7d555c Skins shouldn't apply to fallback flavours
7 years ago
kibigo! 9cdd81e9dd Glitch doesn't have a home stylesheet anymore
7 years ago
kibigo! 96126a5b01 Packaged local_settings styles in common
7 years ago
Lynx Kotoura 832a7f9a05 ReFix font-weight of <strong> element for CJK fonts (#5920)
7 years ago
SerCom_KC a1fc626e57 Fix font-weight of <strong> element for CJK fonts (#5914)
7 years ago
Yamagishi Kazutoshi 9a6fc03332 Hide moved account's follow button in search result (#5913)
7 years ago
Quenty31 7445f17571 OC language update (#5905)
7 years ago
David Yip 67d625c42d
Fix hide reblogs in glitch frontend (#5909)
7 years ago
David Yip ddb61decce
Merge remote-tracking branch 'personal/merge/tootsuite/master' into gs-master
7 years ago
David Yip 935c1944e2
Merge pull request #241 from glitch-soc/no-dm-option
7 years ago
Jenkins 744447b3c0 Merge remote-tracking branch 'tootsuite/master' into glitchsoc/master
7 years ago
Yamagishi Kazutoshi 0c4ca3e549 Remove duplicate annotate (#5910)
7 years ago
Akihiko Odaki c083816c24 Add embed_url to preview cards (#5775)
7 years ago