2084 Commits (43b9c4c0a7c8d199acbdd58b0bb6e9afedc2d0cf)

Author SHA1 Message Date
Claire 61c3d9fc75 Move some modules from flavours/glitch/utils/ back to flavours/glitch/features/compose/util/
2 years ago
Claire bd82ae6aaa Move flavours/glitch/utils/ready to flavours/glitch/ready
2 years ago
Claire 812b755bcb Move some modules from flavours/glitch/utils/ back to flavours/glitch/features/ui/util/
2 years ago
Claire 874cd0e883 Rename flavours/glitch/util into flavours/glitch/utils
2 years ago
Claire 7691829703 Remove unneeded change in flavours/glitch/api
2 years ago
Claire 619601a94b Move flavours/glitch/util/api to flavours/glitch/api
2 years ago
Claire 9c54b00c13 Refactor initial_state to isolate glitch-soc changes
2 years ago
Claire 3bf201ddaa Move flavours/glitch/util/initial_state to flavours/glitch/initial_state
2 years ago
Eugen Rochko e86db22726 [Glitch] Change font size of active users in server banner to be larger in web UI
2 years ago
trwnh bde98fd0a0 [Glitch] Fix crash in report modal
2 years ago
Eugen Rochko 7fbd7deefa [Glitch] Add server banner to web app
2 years ago
Eugen Rochko f1599cb808 [Glitch] Add interaction modal to logged-out web UI
2 years ago
Eugen Rochko 4160cefccf [Glitch] Fix trying to connect to streaming API when logged out in web UI
2 years ago
Eugen Rochko 790ee76c1c [Glitch] Fix various issues with logged-out web UI
2 years ago
Yamagishi Kazutoshi e047eabd87 [Glitch] Fix missing await
2 years ago
Yamagishi Kazutoshi d177319241 [Glitch] Disable push notification when not logged in
2 years ago
Eugen Rochko 03db25b632 [Glitch] Add dynamic document title to WebUI
2 years ago
Eugen Rochko 80bc15addb [Glitch] Add sign-up button to logged-out web UI
2 years ago
Eugen Rochko f9d95f82d6 [Glitch] Fix various issues with logged-out Web UI
2 years ago
Claire 8f2aea6069 Fix logged-out UI not using single-column interface
2 years ago
Eugen Rochko 4af4647786 [Glitch] Add logged-out access to the web UI
2 years ago
Eugen Rochko 591b8ea9a5 [Glitch] Fix wrong logo on start screen in web UI
2 years ago
Eugen Rochko 6782bded91 [Glitch] Fix logo on /web/start
2 years ago
Eugen Rochko 107105db3b [Glitch] Add empty message for “Explore” tabs
2 years ago
Claire 31ec9d79ee Restore ability to discard interactions-based follow suggestions
2 years ago
Claire c1633dd228 Change “Explore” tab to only provide search when trends are disabled
2 years ago
Eugen Rochko 9f4e9f4f5b [Glitch] Add pagination for trending statuses in web UI
2 years ago
Eugen Rochko fad2cd35be [Glitch] Fix crash when search fails in web UI
2 years ago
Eugen Rochko fc1217d6e4 [Glitch] Fix public timelines being inaccessible on one stage of responsive layout in web UI (#17760)
2 years ago
mayaeh d990bcae48 [Glitch] Change the "Explore" icon from fa-globe to fa-hashtag
2 years ago
mayaeh f1c4fd586b [Glitch] Add menu column of explore to getting-started
2 years ago
Eugen Rochko 00b6ddc59e [Glitch, partial] Change appearance of account cards in web UI
2 years ago
Eugen Rochko 125f4b70ad [Glitch] Remove profile directory link from main navigation panel
2 years ago
Eugen Rochko f80c249684 [Glitch] Fix not showing loading indicator when searching in web UI
2 years ago
Eugen Rochko da834aa518 [Glitch] Add explore page to web UI
2 years ago
Eugen Rochko 440676c84a [Glitch] Fix pop-out player appearing on mobile screens in web UI
2 years ago
Claire f82e28aef5 [Glitch] Add ability to select all accounts matching search for batch (#1857)
2 years ago
prplecake 426c456a59 Clarify language RE secondary toot button (#1851)
2 years ago
Claire 750c9cf5b3 Fix clicking bookmark column header not scrolling to top in single-column
2 years ago
Claire 1c0f550cf3 Fix clicking List timeline header not scrolling to top in single-column
2 years ago
Claire ea36d0f294 Fix “Change subscribed languages” crashing in some situations
2 years ago
Eugen Rochko 699be6d185 [Glitch] Add ability to filter followed accounts' posts by language
2 years ago
Eugen Rochko f833894675 [Glitch] Change path of privacy policy page
2 years ago
Claire 45bfc39a81 [Glitch] Add privacy icons to report modal
2 years ago
Mélanie Chauvel 17dc4201f0 Make composers button all aligned and the same size (#1843)
2 years ago
Claire dadb98634c Fix regexp filtering in pinned community/public TLs (#1840)
2 years ago
Claire 0dfcf54d06 Fix position of “expand” icon in media modal on glitch-soc (#1838)
2 years ago
Claire 4c688d82b4 Fix local settings navigation (#1836)
2 years ago
Claire 1b3977b3fb Fix WebUI error in development mode (#1835)
2 years ago
Claire b7e297dc6c Add regexp filter field to public timeline column settings (#1834)
2 years ago
Yamagishi Kazutoshi a348bc9e84 [Glitch] Replace to `workbox-webpack-plugin` from `offline-plugin`
2 years ago
Jeong Arm c3ee35282d Fix react warning on notifications column (#1832)
2 years ago
Claire 4769a7f569 [Glitch] Fix quickly switching notification filters resulting in empty or incorrect list
2 years ago
Claire 76e2074e47 [Glitch] Fix “Filter this post” potentially listing deleted filters
2 years ago
Claire 06dd2120ce Fix glitch-soc-specific timeline filtering logic
2 years ago
Claire cf0ca96ca7 Remove obsolete filter local settings
2 years ago
Claire e1d3397818 [Glitch] Add ability to filter individual posts
2 years ago
Takeshi Umeda 4116cc4e83 [Glitch] Fix case where boolean was passed to onFilter on StatusActionBar
2 years ago
Claire 98594fd4e4 [Glitch] Remove dead code in WebUI filtering code
2 years ago
Claire 6ce8b42ff1 [Glitch] Fix reblogged statuses being erroneously shown as filtered
2 years ago
Claire 60649e5665 [Glitch] Revamp post filtering system
2 years ago
Claire 58261f2888 [Glitch] Fix quickly switching notification filters resulting in empty or incorrect list
2 years ago
Claire e0055fdcf7 [Glitch] Fix media modal link button
2 years ago
Takeshi Umeda 134c785426 [Glitch] Fix action type for unfollowHashtag
2 years ago
Shlee c70629b506 [Glitch] Update notifications.js
2 years ago
Rens Groothuijsen 6dfb31ea0c [Glitch] Add warning for sensitive audio posts
2 years ago
prplecake cf4bed0ac0 [Glitch] Add ability to follow hashtags in web UI
2 years ago
Mélanie Chauvel c2208ef466 Use slightly more margin between post buttons (under compose box) (#1816)
2 years ago
Claire 5e628e4fd3 Add option to share CW toggle state across instances of a post
2 years ago
Claire a8b3d6f47e Regroup CW unfolding settings in their own section
2 years ago
Claire 711301519a Improve interaction between out-of-CW attachments and collapsed toots
2 years ago
Claire 42d06afe03 Add explanation for some options in the local settings dialog
2 years ago
Claire 406b7d972b Add local setting toggle to move media attachments outside CWs
2 years ago
Eugen Rochko acd3f34a31 [Glitch] Change hashtag numbers to have clearer labels in web UI
2 years ago
Yamagishi Kazutoshi f6696f7d33 [Glitch] Bump react-redux-loading-bar from 4.0.8 to 5.0.4
2 years ago
Jeong Arm 89a416c061 [Glitch] Fix badge color not affected
2 years ago
Eugen Rochko cfb73f9fc9 [Glitch] Add customizable user roles
2 years ago
Eugen Rochko a14136558e [Glitch] Add notifications for new reports
2 years ago
Claire dcbedf8587 [Glitch] [SSR only] Revamp post filtering system
2 years ago
mayaeh 68c03ea7be [Glitch] Fixed the setting page's logo that is not displayed on the smartphone
2 years ago
Eugen Rochko 0d7c0f0bf7 [Glitch] Fix contrast of some elements with new brand colors
2 years ago
Claire a7a44a4dff Fix checkmark on interaction buttons with larger fonts (#1799)
2 years ago
Claire bfe05eb101 [Glitch] Fix logo gradient not working on some Safari and Blink-based browsers
2 years ago
Eugen Rochko c3c77fc5d9 [Glitch] Change brand color and logotypes
2 years ago
Eugen Rochko 18fbdcd5f4 [Glitch] Add administrative webhooks
2 years ago
Claire 5618c69b2a Fix language indicator text color (#1795)
2 years ago
Eugen Rochko 2184897fba [Glitch] Change label of publish button to be "Publish" again
2 years ago
Claire c3842a700f [Glitch] Change language to be carried over on reply
2 years ago
Claire 705ebf794b [Glitch] Remove unnused otherAccounts property
2 years ago
Jeong Arm 4c43ac85d6 [Glitch] Add lang html attr to each posts
2 years ago
Jeong Arm 15b64d2f6b Translate: Korean (#1790)
2 years ago
Claire 47fa6c3b91 Add language indicator icon and local settings for status icons (#1788)
2 years ago
Claire 801b898d31 Add checkmark on top of status icon buttons when they are active (#1783)
2 years ago
Claire ca81647961 Various code cleanup (#1782)
2 years ago
Claire b1085e2dfa Fix crash in glitch-soc search results when Elasticsearch is disabled (#1780)
2 years ago
Yamagishi Kazutoshi 1ab4abd764 [Glitch] Fix languages dropdown on light theme
2 years ago
Eugen Rochko c0a5c88364 [Glitch] Add language dropdown to compose in web UI
2 years ago
Claire e6af69d56b Use upstream's settings for CW auto-expand and column swiping (#1770)
2 years ago
Eugen Rochko fbef44009d [Glitch] Add `limited` attribute to accounts in REST API and a warning in web UI
2 years ago
Eugen Rochko 6256a3da46 [Glitch] Remove Keybase integration
2 years ago
Claire 6545114ac7 [Glitch] Fix block/mute lists showing a follow button when unblocking a user (#18364)
2 years ago
Claire 3d8cef439b [Glitch] Fix streaming notifications not using quick filter logic
2 years ago
Claire c8edaaba1b [Glitch] Fix floating action button obscuring last element
2 years ago
Claire 3c1979d0dc Move DM conversation/timeline tab to column settings switch
2 years ago
Claire a4c1a80a7f Fix backend terms link not being used
2 years ago
Claire d748d0b94a Refactor visibility icon using VisibilityIcon
2 years ago
Claire 6e8284756b [Glitch] Rename toots to posts in various places, add or reword DM warnings
2 years ago
Claire e2cce242aa Remove “I don't like it” option from report modal
2 years ago
Eugen Rochko 53d5cb18f1 [Glitch] Fix being able to scroll away from the loading bar in web UI
2 years ago
Claire 73f1650610 [Glitch] Fix empty “Server rules violation” report option
2 years ago
Claire 7b26b12378 Swap position of media attachments and polls
2 years ago
Claire ed1d3bc1e2 [Glitch] Auto-fill timeline gaps when getting re-connecting to Websocket/EventSource stream
2 years ago
Claire 3ad22b06ff [Glitch] Fix potentially missing statuses when reconnecting to websocket
2 years ago
Claire 24256816cc [Glitch] Fix older items possibly disappearing on timeline updates
3 years ago
Claire 57d0a61f0c [Glitch] Fix possible duplicate statuses in timelines in some edge cases
3 years ago
CommanderRoot 368f6ac07a [Glitch] Replace deprecated String.prototype.substr()
3 years ago
quinn 3b3741df6f Update composer.scss
3 years ago
quinn 92d2f50065 Update status.scss
3 years ago
quinn 038d7b7be0 Update composer.scss
3 years ago
mayaeh 9e6e98856c [Glitch] Add a hashtag public link to the trending hashtag page
3 years ago
Eugen Rochko 375c322507 [Glitch] Fix color of show more link in report dialog in web UI
3 years ago
Eugen Rochko fa52084ce4 [Glitch] Fix wrong position of fade-out element in account card in web UI
3 years ago
Eugen Rochko 1c4374eb7d [Glitch] Add hint about missing media attachment description in web UI
3 years ago
Claire 7ebf924259 Add missing locales to glitch-soc
3 years ago
Claire 3ac319b6bb [Glitch] Fix edit history dropdown and modal in light theme
3 years ago
Claire 643177ff8a [Glitch] Fix report dialog being illegible using mastodon-light theme
3 years ago
Eugen Rochko 4d1b09c62a [Glitch] Add polls and media attachments to edit comparison modal in web UI
3 years ago
Claire 57c69a47ab Move report modal styles to flavours/glitch/styles/components/modal.scss
3 years ago
Eugen Rochko 665ade7fae [Glitch] Fix being able to add more than 4 hashtags to hashtag column in web UI
3 years ago
Eugen Rochko 99feb19348 [Glitch] Change design of federation pages in admin UI
3 years ago
Eugen Rochko 4623292d97 [Glitch] Change appearance of account cards in web UI
3 years ago
Josh Soref beb59e188e [Glitch] Spelling
3 years ago
Claire 761df31510 [Glitch] Change visual separation of applications in authorized apps list
3 years ago
Eugen Rochko 93ba12efd6 [Glitch] Add ability to mark statuses as sensitive from reports in admin UI
3 years ago
Eugen Rochko c71c6092a8 [Glitch] Change authorized applications page
3 years ago
Eugen Rochko 43721775d4 [Glitch] Fix report submit button not being disabled during submission in web UI
3 years ago
Claire 185977560c [Glitch] Fix remote reports with comments revealing remote reporter
3 years ago
Claire 5fd343c72b [Glitch] Fix media modal footer's “external link” not being a link
3 years ago
Claire 5dd7d6bc07 [Glitch] Fix reply button on media modal not giving focus to compose form
3 years ago
Eugen Rochko 0979110108 [Glitch] Add trending statuses
3 years ago
Claire 243d322e5a Fix publish buttons styling
3 years ago
Claire b90e5add99 [Glitch] Fix reporting from profile
3 years ago
Claire b9e78f7964 Fetch relationships when opening report modal
3 years ago
Eugen Rochko c830291a72 [Glitch] Change report modal to include category selection in web UI
3 years ago
Eugen Rochko 67cecd6563 [Glitch] Add notifications for new sign-ups
3 years ago
Eugen Rochko 15d69174c0 [Glitch] Fix link colors in report and strike details
3 years ago
Eugen Rochko 41e6b61ea2 [Glitch] Fix wrong styles on strike page
3 years ago
Claire bd4fb02bfb [Glitch] Fix opening the emoji picker scrolling the single-column view to the top
3 years ago
Claire a564a06739 [Glitch] Fix edge case where settings/admin page sidebar would be incorrectly hidden
3 years ago
Eugen Rochko 394042c91b [Glitch] Add appeals
3 years ago
Eugen Rochko cdd0af5a1c [Glitch] Fix privacy policy link not being visible on small screens
3 years ago
Claire 3b266118a8 Fix toggling sidebar on mobile in admin pages
3 years ago
Claire 3ff513bd3b [Glitch] Fix controls for unchangeable properties on status edit not being disabled
3 years ago
Holly 45309f7748 Make the settings button go to settings when opened in a new tab
3 years ago
Eugen Rochko 1c420fca57 [Glitch] Fix layout of the report page on smaller screens in admin UI
3 years ago
Eugen Rochko e5e6857bd7 [Glitch] Add notifications when a reblogged status has been updated
3 years ago
Claire 6ec8ae5723 Fix missing javascript in some admin pages
3 years ago
Eugen Rochko b8f957e5f7 [Glitch] Change actions in reports to require only one click
3 years ago
Eugen Rochko 9e57680f64 [Glitch] Chore: Disable menu items for editing statuses in web UI (#17497)
3 years ago
Eugen Rochko 838f800808 [Glitch] Add editing for published statuses
3 years ago
Eugen Rochko 4ffee8156d [Glitch] Add edit history to web UI
3 years ago
Claire e689495a81 Please Codeclimate
3 years ago
Claire 1af75ba990 Rework actions modal to bring it closer to upstream and fix modal stacking issue
3 years ago
Claire d92bd7c906 Remove unused noModal prop
3 years ago
Claire 952342d251 Some more refactoring
3 years ago
Claire f14193d3f4 Refactor dropdown and action modal code slightly
3 years ago
Claire 5c88cb1a67 Add optional hCaptcha support
3 years ago
Claire 73eeb58f10 [Glitch] Change `percent` to `rate` in retention metrics API
3 years ago
Claire 1800e05513 [Glitch] Fix text being incorrectly pre-selected in composer textarea on /share
3 years ago
Eugen Rochko cb8ec71677 [Glitch] Add support for editing for published statuses
3 years ago
Eugen Rochko a5cb48879d [Glitch] Add notifications for statuses deleted by moderators
3 years ago
Claire b20dafb566 [Glitch] Add support for private pinned posts
3 years ago
Jeong Arm 923eda5cd5 [Glitch] Gradually increase retry waiting for media processing
3 years ago
Claire 817072e9c7 [Glitch] Fix media descriptions not being used for client-side filtering
3 years ago
Rens Groothuijsen 5baeb90bd4 [Glitch] Fix tag rendering error in hashtag column settings
3 years ago
Claire 77e23e2005 [Glitch] Change title of retention chart
3 years ago
David Sterry 8962f00ec8 [Glitch] ignore hashtag suggestions if they vary only in case
3 years ago
Rens Groothuijsen a5d9a408e3 [Glitch] Show correct error message if chosen password is too long
3 years ago
Eugen Rochko ee4be446b6 [Glitch] Add batch suspend for accounts in admin UI
3 years ago
Claire 4359fa92da Fix unneeded outline around list name edition input
3 years ago
Claire b22b76a571 [Glitch] Fix searching for additional hashtags in hashtag column
3 years ago
Claire 9565dc366d [Glitch] Fix color of hashtag column settings inputs
3 years ago
Jeong Arm 849a007a2c [Glitch] Port upstream changes about trending links
3 years ago
Claire 595bc5edb3 [Glitch] Fix handling of recursive toots in WebUI
3 years ago
Claire 7b2b943141 [Glitch] Fix overflow of long profile fields in admin view
3 years ago
Jeong Arm 1723b4f6b3 Rename, move, fix code
3 years ago
Jeong Arm 675b222ac5 Fix admin sidebar on Mobile layout
3 years ago
Claire b5960bd1f2 Fix some glitch-soc styling issues due to different class names
3 years ago
Sasha Sorokin 91467b08c8 [Glitch] Split context for filter bar and unread markers
3 years ago
Mashiro fa25e649f4 [Glitch] Enhance dashboard styles
3 years ago
atsu1125 fba55e8a1a translation glitch's web interface [ja]
3 years ago
atsu1125 a9fa4c4eec translation glitch's client setting interface [ja]
3 years ago
Eugen Rochko 2bd9f2c0e8 [Glitch] Add graphs and retention metrics to admin dashboard (#16829)
3 years ago
Sasha Sorokin 1ddec1df0e [Glitch] Add single option votes tooltip in polls
3 years ago
Jeong Arm b1c526b1ed Fix status open hotkey
3 years ago
Julianne420 fa3b53c396 Add zh-CN translations
3 years ago
Mélanie Chauvel f808214a8f [Glitch] Improve hover and focus style in columns settings
3 years ago
Claire 9fcd06c289 Fix clicking on account name in “[xxx] boosted” text leading to broken path
3 years ago
Claire e8a7f34442 Fixup style issue
3 years ago
Claire 02e245bd88 [Glitch] Fix incorrect use of old WebUI paths
3 years ago
Claire a4562d8b00 [Glitch] Add aliases for WebUI routes that were renamed in #16171
3 years ago
Eugen Rochko e28fcc78ee [Glitch] Change routing paths to use usernames in web UI
3 years ago
Claire 05f1a6fec3 Fix media icons not being added in CWs
3 years ago
Claire 599aa0c9e3 Fix glitch-soc front-end not linking to the provided SOURCE_URL
3 years ago
Claire def45ddc91 Fix media attachments not being displayed on polls
3 years ago
matildepark 694295f171 [Glitch] Fix follow request count to dynamically update
3 years ago
Claire a47b6d409c [Glitch] Fix crash if a notification contains an unprocessed media attachment
3 years ago
Claire fbf7974e1c [Glitch] Fix download button color in audio player
3 years ago
Takeshi Umeda f2cdc96537 [Glitch] Fix logout link not working in safari
3 years ago
Jeong Arm d8f4461c49 [Glitch] Fix trends layout
3 years ago
Jeong Arm 24fc31470d Add missing Korean translations
3 years ago
Jeong Arm f86e361999 Add Korean translations
3 years ago
Claire 8e1c822dc0 [Glitch] Fix crashes with Microsoft Translate on Microsoft Edge
3 years ago
Claire c58ad61ffc [Glitch] Add confirmation modal when closing media edit modal with unsaved changes
3 years ago
Claire 7531593afa [Glitch] Fix “open” link of media modal not closing modal
3 years ago
Claire c23c585c0d Please CodeClimate
3 years ago
Claire f2cdced939 Small scroll/history behavior fixup to take weird browser patterns into account
3 years ago
Claire 3de58f0431 Refactor shouldUpdateScroll stuff
3 years ago
Claire 20fb69396f Fix scroll handling with modals
3 years ago
Claire a57b3f5f4b Fix and simplify browser history handling in relation to modals
3 years ago
Claire 4a4125a88a Add modal stack to allow better boost modal and media modal interaction.
3 years ago
Claire d5672b56e5 Fix clicking on the pop-up player placeholder expanding the clicked toot
3 years ago
Claire 9ed876972a Fix follow suggestions scrolling on mobile view
3 years ago
Claire 3cb0a5f5e0 [Glitch] Fix pop-in player display when poster has long username or handle
3 years ago
David Sterry a8f9ff7973 [Glitch] Hide /about/more footer link in limited federation mode
3 years ago
Claire c4e561186c Merge pull request #1555 from ClearlyClaire/glitch-soc/fixes/video-player-crash
3 years ago
Claire af19c445ca [Glitch] Fix styling of boost button in media modal not reflecting ability to boost
3 years ago
Claire b1af97fcb3 Fix pop-up player not closing the moment a status is deleted
3 years ago
Claire 8082b6c3d8 Fix WebUI crash when a toot with a playing video gets deleted
3 years ago
Eugen Rochko 5deff6483a [Glitch] Add authentication history
3 years ago
Claire aed9054222 [Glitch] Fix OCR failure when erroneous lang data is in cache
3 years ago
Claire 1c866f0057 [Glitch] Update emoji codepoint mappings to v13.1
3 years ago
Claire a99e30fe41 [Glitch] Fix deprecated slash as division in SASS files
3 years ago
Eugen Rochko db1ff32c3c [Glitch] Add assets from Twemoji 13.1.0
3 years ago
Zero King 3043454535 [Glitch] Remove duplicate CSS properties
3 years ago
Claire f1762e85ae [Glitch] Fix unread notification count when polling
3 years ago
Zero King 5e9eb7d101 [Glitch] Remove duplicate CSS property of margin
3 years ago
Claire 41f58c2c32 Fix local-only toggle being buggy when replying to remote toot
3 years ago
Claire a9fad6fe11 [Glitch] Fix follow recommendations UI in advanced layout
3 years ago
Mélanie Chauvel e2772a9895 [Glitch] Fix dialog close button
3 years ago
Mélanie Chauvel dbca2ad3a5 [Glitch] Make media_gallery.toggle_visible less confusing to translate
3 years ago
Marcin Mikołajczak d5ac90299b [Glitch] Add transition to media modal background
3 years ago
Takeshi Umeda 6ea8c347ab [Glitch] Fix expand video on public page
3 years ago
ThibG d3c602f349 [Glitch] Fix media modal buttons not showing up on mobile
3 years ago
Eugen Rochko 49b205ad89 [Glitch] Fix not being able to open audio modal in web UI
3 years ago
Eugen Rochko f1c5ce7cea [Glitch] Fix too low contrast on new media modal background in web UI
3 years ago
Eugen Rochko 54803a7866 [Glitch] Fix media modal crashing when media has no blurhash
3 years ago
Eugen Rochko e2e02e3a6b [Glitch] Fix media modal regression on public pages
3 years ago
Eugen Rochko 65f497cac2 Change media modals look in web UI
3 years ago
Eugen Rochko 1002532f00 [Glitch] Change home timeline to reload after follow recommendations in web UI
3 years ago