581 Commits (f990b9c76828c791e86d58e02bf6eadf80c88ce5)

Author SHA1 Message Date
Thibaut Girka 69ea4a01e1 Hide navigation bar text so it can fit on small screens
6 years ago
Thibaut Girka 37302c63c3 Fix glitch-soc columns padding on mobile (fixes #561)
6 years ago
Thibaut Girka 93d4e9a58d Preserve hashtags in threaded mode (fixes #584)
6 years ago
Thibaut Girka 28a59e4e80 Move CW field just above main textarea
6 years ago
Thibaut Girka 358e3a4c32 Get rid of Collapsable, use CSS instead
6 years ago
Thibaut Girka d3783b864c Refactor reply indicator and show compact list of attachments
6 years ago
Thibaut Girka e3bf8c8aa1 Show reply indicator for empty toots, not undefined toots (fixes #610)
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 82ab5aacb2 Prevent scrolling main frame when navigating in image gallery with arrow keys
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
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 552b4d9a5f Disable threaded mode when canceling a reply (fixes #583)
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
Thibaut Girka bcf157a1a9 Avoid loading rails-ujs twice on vanilla flavour
6 years ago
Thibaut Girka 57f31b361f Add an option restricting secondary toot privacy to that of the toot being replied to
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 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
Thibaut Girka f364a27922 Increase padding of toots
6 years ago
Thibaut Girka ccbaf32bca Fix margins of toot text
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 26c20a4ec7 [Glitch] Preserve newlines in delete & redraft and desktop notifications
6 years ago
Thibaut Girka a01faecfcb [Glitch] Add redraft function
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
David Yip fac6e392e9
Port emojimart 2.6.1 changes to glitch flavour
6 years ago
Thibaut Girka 7d3c0e4cb4 Delete references to removed constants (fixes #537)
6 years ago
David Yip f8d50a4070
Merge pull request #509 from ThibG/glitch-soc/fixes/router-history-navigation
6 years ago
David Yip cfdbb36bdf
Merge pull request #519 from ThibG/glitch-soc/fixes/status-node-null
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
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 893f2aff20 Prevent a rare crash when a status' root node is undefined
6 years ago
Thibaut Girka e396fbfe3b Fix direct timeline
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
Thibaut Girka 532fb8e215 Fix error when unmuting a domain without listing muted domains first
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 c2e528916c Implement client-size image resizing from upstream
6 years ago
Thibaut Girka d253449ff0 Port upstream's result section headers (fixes #366)
6 years ago
Thibaut Girka 18d9a7fd71 Fix caret position after inserting suggestions (fixes #281)
6 years ago
Thibaut Girka d8793e1bee Remove unneeded code now that attachment URL isn't appended to toots
6 years ago
Thibaut Girka 4c91215e1f [Glitch] Use .star-icon instead of hardcoding color in detailed statuses
6 years ago
ThibG 7719fe0df2
Merge pull request #505 from ThibG/glitch-soc/features/fetch-relationships-on-search
6 years ago
Thibaut Girka 0553496b76 Change notification cleaning checkbox color (fixes #511)
6 years ago
Thibaut Girka 247f55f673 [Glitch] Fetch relationships for search results in UI
6 years ago
Thibaut Girka d0b2f71501 Fix width only being set for standalone media
6 years ago
Thibaut Girka 3ad3cee44c [Glitch] Use real container width in MediaGallery srcSet
6 years ago
Thibaut Girka 463078dcc4 [Glitch] Do not override the default push notification settings
6 years ago
Thibaut Girka c53aacdfa0 Recover glitch-soc specific styles that were removed by accident
6 years ago
Thibaut Girka d250e072a2 In footer, replace text "Mastodon" with logo
6 years ago
Thibaut Girka 9ed8051961 Add preference to hide following/followers lists
6 years ago
Thibaut Girka 50540446f5 [Glitch] Improvements to toots display in admin view
6 years ago
Thibaut Girka 9d6788b30b Prevent click on video from opening detailed toot
6 years ago
Thibaut Girka 2154bd1b5a Widen clickable area of toots
6 years ago
David Yip 023dfa119e
Merge pull request #487 from ThibG/glitch-soc/cleanup
6 years ago
David Yip 81e3ec4d61
Merge pull request #488 from ThibG/glitch-soc/features/accounts-custom-emoji
6 years ago
Thibaut Girka 07baa1ddb5 [Glitch] Open video modal on public UI
6 years ago
Thibaut Girka 94db024e4c [Glitch] Combine similar components into one on public UI
6 years ago
Thibaut Girka dd1d98f9cf [Glitch] Show card modal on public pages
6 years ago
Thibaut Girka 52b2f18b15 [Glitch] Enable custom emojis in profiles
6 years ago
Thibaut Girka ca49ad86c6 Remove service worker code that has never been used
6 years ago
ThibG 80aad16e10
Merge pull request #405 from ThibG/glitch-soc/features/dm-from-menu
6 years ago
ThibG 9712d59dda
Merge pull request #485 from ThibG/glitch-soc/fixes/light-theme-textarea-color
6 years ago
Thibaut Girka 784712791d [Glitch] Reword the direct message warning
6 years ago
Thibaut Girka 97c69de416 [Glitch] Feature: Direct message from Statuses
6 years ago
Thibaut Girka fb6de5310d [Glitch] Fix issues with sending direct messages from user profile
6 years ago
Thibaut Girka a5fac975f3 [Glitch] Feature: Direct message from menu
6 years ago
Thibaut Girka eb9c9855ce Fix mastodon-light background color of the composer textarea when posting
6 years ago
Thibaut Girka dfa60cb0a8 Fix modals testing for props.noEsc (fixes #482)
6 years ago
Thibaut Girka 971218d1dc Change local settings SCSS to be more consistent with modals
6 years ago
beatrix 4665965543
Merge pull request #469 from ThibG/glitch-soc/features/glitch-light-theme
6 years ago
ThibG bd4decb7db
Merge pull request #479 from ThibG/glitch-soc/fixes/modal-root-keyup
6 years ago
Thibaut Girka 769a48495c Fix root modal's keyup handling (Fixes #478)
6 years ago
ThibG e7ed61917b
Merge pull request #475 from ThibG/fixes/update-scss
6 years ago
Thibaut Girka 6284039832 [Glitch] Fix contact info styling on landing page
6 years ago
Thibaut Girka f2e5ed6841 Update SCSS for tables
6 years ago
Thibaut Girka 8860f14ef0 Update SCSS for statuses public view
6 years ago
Thibaut Girka 4a1040c4cb [Glitch] Adjust RTL styles for landing page
6 years ago
Thibaut Girka e8644f3a4b Update forms SCSS from upstream
6 years ago
Thibaut Girka 4cd65fe074 Update SCSS to match “Show card modal on public pages”
6 years ago
Thibaut Girka 1a4d735b1d Update SCSS for about/landing page
6 years ago
Thibaut Girka db73c0bc5d Update admin page SCSS from upstream
6 years ago
Thibaut Girka f6ec8c4821 [Glitch] Use plaintext value for field value tooltips in web UI
6 years ago
Thibaut Girka 5d8052e715 Add bot badge to account headers in the WebUI
6 years ago
Thibaut Girka 2f01935cba Adapt account fields rendering code in the WebUI to match upstream
6 years ago
Thibaut Girka 30bb530c70 Update glitch-soc style to match new bio fields markup
6 years ago
Spencer Alves f2ff167c1a Add an extra icon to indicate that a status is part of a conversation
6 years ago
Thibaut Girka 8f3402b1f0 Port Sylvhem's mastodon-light to glitch flavour
6 years ago
beatrix 919e2098cb
Merge pull request #468 from ThibG/glitch-soc/features/reports-improvements
6 years ago
Thibaut Girka 658ac4396c Hide media in report modal regardless of whether they are marked sensitive
6 years ago
Thibaut Girka 6b94237810 [Glitch] Allow report modal to be up to 80% of viewport height
6 years ago
Thibaut Girka 7972464e71 [Glitch] Also display replies in report modal
6 years ago
Thibaut Girka ffdb85f859 Fix color of disabled boost buttons (fixes #466)
6 years ago
David Yip 2e25da4da0
Merge pull request #465 from ThibG/glitch-soc/rollback-scroll-changes
6 years ago
Thibaut Girka de7feea30e Revert "[Glitch] Prevent timeline from moving when cursor is hovering over it"
6 years ago
Thibaut Girka 4133f70902 Revert "[Glitch] Do not re-position scroll when loading more (inserting items from below)"
6 years ago
Thibaut Girka 1adca9b040 Fix glitch high-contrast skin text colors
6 years ago
beatrix 331190e5fb
Merge pull request #462 from ThibG/glitch-soc/features/dropdowns-accessibility
6 years ago
beatrix 92f192e9b1
Merge pull request #461 from ThibG/glitch-soc/fixes/emoji-picker-placement
6 years ago
beatrix 4480cd745f
Merge pull request #460 from ThibG/glitch-soc/features/do-not-scroll-when-mouse-over
6 years ago
beatrix 06770656eb
Merge pull request #459 from ThibG/glitch-soc/features/text-color-variables
6 years ago
beatrix 35a1a3171f
Merge pull request #449 from ThibG/glitch-soc/features/upstream-account-items
6 years ago
Thibaut Girka 65349bc155 Fix color of status icons in glitch-soc high contrast skin
6 years ago
Thibaut Girka 2d065ceaf6 minor fix
6 years ago
Thibaut Girka f7a076eded [Glitch] Add high-contrast theme
6 years ago
Thibaut Girka caebf69e77 Move attachment-lists out of lists.scss
6 years ago
Thibaut Girka bd3b9bf7b9 [Glitch] Fix text color in "show more" link inside boost confirmation modal
6 years ago
Thibaut Girka 983328376b Fix link colors in report modal
6 years ago
Thibaut Girka b3a236637e [Glitch] Add color variables of texts for better accesibility
6 years ago
Thibaut Girka 390cfdef2e [Glitch] Update SCSS of admin and setting pages
6 years ago
Thibaut Girka 9edc5cafe4 [Glitch] Improve styling of closed registrations message
6 years ago
Thibaut Girka 32974a58dc [Glitch] Do not re-position scroll when loading more (inserting items from below)
6 years ago
Thibaut Girka 553cc28240 [Glitch] Prevent timeline from moving when cursor is hovering over it
6 years ago
Thibaut Girka cee157fc19 Improve accessibility of toot dropdown menu
6 years ago
Thibaut Girka bfa5bdde2c [Glitch] Place emoji picker top if it is closer to the bottom of the viewport
6 years ago
Thibaut Girka 70a16d8858 [Glitch] Improve relative timestamps in web UI
6 years ago
Thibaut Girka 356d0214c9 Implement tootsuite-style account fields
6 years ago
Thibaut Girka 91fb82a4dd Fix style of account fields form
6 years ago
beatrix 64be38da0c
Merge pull request #448 from m4sk1n/glitch-pl
7 years ago
Marcin Mikołajczak deb91f5989 🌍: 🇵🇱⬆️
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
Una Thompson 62bea7a290 Fix fade being colored wrongly for DMs and upon focus
7 years ago
Thibaut Girka 240833c023 Fix actions modal on mobile (fixes #441)
7 years ago
Thibaut Girka 51d276fb98 [Glitch] Fix fullscreen video player
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
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
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
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
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
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
ThibG 84d0aa7b26
Merge pull request #429 from ThibG/glitch-soc/features/bookmarks
7 years ago