Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-08-22 | Add glitch-soc local setting to display reply counters | Thibaut Girka | |
Defaults to false. | |||
2018-08-22 | Move layout options to their own section | Thibaut Girka | |
2018-08-22 | [Glitch] Display replies count in web UI | Thibaut Girka | |
Port 4df9cabb22cbed8f9cd8af45325ecdcc7c72d6cb to glitch-soc | |||
2018-08-22 | Add hashtag trendline support to glitch-soc flavour | Thibaut Girka | |
Port Mastodon's hashtag stats thing to glitch-soc. This doesn't change how hashtags are ordered, and doesn't add a trending hashtags section, but it does change how hashtag searches are rendered, displaying a trend line alongside each hashtag. | |||
2018-08-22 | Add pinned accounts editor | Thibaut Girka | |
2018-08-22 | Split list editor into components and containers | Thibaut Girka | |
2018-08-22 | Fix ColumnLink keys in getting_started_misc | Thibaut Girka | |
2018-08-21 | Merge branch 'master' into glitch-soc/master | Thibaut Girka | |
Conflicts: config/routes.rb Added the “endorsements” route from upstream. | |||
2018-08-21 | Revert to using Paperclip's filesystem storage, and fix dangling records in ↵ | ThibG | |
remove_remote (#8339) * Fix uncaching worker * Revert to using Paperclip's filesystem backend instead of fog-local fog-local has lots of concurrency issues, causing failure to delete files, dangling file records, and spurious errors UncacheMediaWorker | |||
2018-08-21 | Get rid of all batch order warnings (#8334) | Eugen Rochko | |
2018-08-21 | Remove annoying Notification#cache_ids scope warning (#8333) | Eugen Rochko | |
2018-08-20 | reorder simple form ul to list vertically (fixes #8236) (#8322) | NecroTechno | |
* reorder simple form ul to list vertically (fixes #8236) * remove browser specific prefixes | |||
2018-08-20 | [Glitch] Add hotkey for follow requests | Thibaut Girka | |
Port 25f6f41052b52a765a74e9e16d7411750ae46221 to glitch-soc | |||
2018-08-20 | Make the privacy dropdown button not look strange when using top placement | Thibaut Girka | |
Inspired by 8fe1f8d4cecb9f2f749c1e1e77b2439dd640ddc5 | |||
2018-08-20 | [Glitch] Skip pagination logic entirely for pinned toots | Thibaut Girka | |
2018-08-20 | Make non-link ColumnLinks behave as links | Thibaut Girka | |
2018-08-20 | Add API endpoint to list featured accounts (fixes #8315) (#8317) | ThibG | |
2018-08-20 | Skip pagination logic entirely for pinned toots (fixes #8302) (#8310) | ThibG | |
2018-08-20 | Increase reach of Delete->Actor activities (#8305) | Eugen Rochko | |
Fix #7316 | |||
2018-08-20 | Add hotkey for follow requests (#8307) | Annika Backstrom | |
2018-08-19 | Don't filter own toots | Thibaut Girka | |
2018-08-19 | Don't filter own toots (fixes #8289) (#8298) | ThibG | |
2018-08-19 | Make dropdown animations respect their placement (#8292) | cpsdqs | |
* Make dropdown animations respect their placement Also fix the corner radius on the privacy dropdown button when using top placement * Fix code style issue | |||
2018-08-19 | Focus CW field when enabling it, focus compose textarea when disabling it | Thibaut Girka | |
Port a99179d31ff0013987f362ffe15cb3450b29ed08 and 09147186b79f80cf3ef3aa8ba7e6e5e032faa255 to glitch-soc | |||
2018-08-19 | Unuse ActiveRecord::Base#cache_key (#8185) | abcang | |
* Unuse ActiveRecord::Base#cache_key * Enable cache_versioning * Call cache_collection | |||
2018-08-19 | Fix report text color. (#8288) | mayaeh | |
2018-08-19 | Keep scheduler jobs unique until they're done (#8287) | Eugen Rochko | |
2018-08-19 | Merge branch 'master' into glitch-soc/merge-upstream | Thibaut Girka | |
2018-08-19 | Reduce user active duration from 7 days to 2 days (#8282) | Eugen Rochko | |
To minimize fanout work and redis home feed storage space when there are lots of recent sign-ups | |||
2018-08-19 | Make unfollow button light up red when hovered (#8286) | Eugen Rochko | |
Fix #8284 | |||
2018-08-19 | Show compose form on delete & redraft when in mobile layout (#8277) | Eugen Rochko | |
Fix #8274 | |||
2018-08-19 | Link to mobile apps page (#8278) | Eugen Rochko | |
Fix #8269 | |||
2018-08-19 | Add admin function to deactivate all invites (#8279) | Eugen Rochko | |
Fix #8261 | |||
2018-08-18 | Do not process outgoing mentions to suspended accounts (#8272) | ThibG | |
2018-08-18 | Fix ctrl+enter not submitting toot when text cursor is composing image ↵ | Spanky | |
description (#8273) | |||
2018-08-18 | Merge branch 'master' into glitch-soc/merge-upstream | Thibaut Girka | |
Conflicts: .circleci/config.yml app/controllers/authorize_follows_controller.rb app/javascript/packs/public.js Moved new stuff from packs/public.js to core/public.js. Added appropriate use_pack in new controllers. | |||
2018-08-18 | Various minor upload description fixes | Thibaut Girka | |
2018-08-18 | Add focal points support in the composer | Thibaut Girka | |
2018-08-18 | Refactor in preparation for focal points modal | Thibaut Girka | |
2018-08-18 | Fix #8264 - Do not override ctrl/cmd+click. (#8265) | M Somerville | |
This includes clicks on hashtags, mentions, display names and media in the timeline; and usernames in reply-indicator, detailed status, and the boost modal. | |||
2018-08-18 | Add "sign in to participate" message to public toot page (#8200) | Eugen Rochko | |
2018-08-18 | Fix error when trying to update counters for statuses that are gone (#8251) | Eugen Rochko | |
2018-08-18 | Add remote interaction dialog for toots (#8202) | Eugen Rochko | |
* Add remote interaction dialog for toots * Change AuthorizeFollow into AuthorizeInteraction, support statuses * Update brakeman.ignore * Adjust how interaction buttons are display on public pages * Fix tests | |||
2018-08-17 | Fix rails-ujs not being run on some settings pages (fixes #645) | Thibaut Girka | |
2018-08-18 | Add Georgian language translation (#8250) | Dachi Natsvlishvili | |
* Add Georgian language translation * i18n-tasks normalize | |||
2018-08-17 | Merge branch 'master' into glitch-soc/merge-upstream | Thibaut Girka | |
Conflicts: app/models/status.rb db/migrate/20180528141303_fix_accounts_unique_index.rb db/schema.rb Resolved by taking upstream changes (no real conflicts, just glitch-soc specific code too close to actual changes). | |||
2018-08-17 | Implement Undo { Accept { Follow } } (fixes #8234) (#8245) | ThibG | |
* Add Follow#revoke_request! * Implement Undo { Accept { Follow } } (fixes #8234) | |||
2018-08-17 | [Glitch] Defer scrollIntoView after DOM is drawn | Thibaut Girka | |
2018-08-17 | Use correct activity id in Accept when receiving duplicate Follow (fixes ↵ | ThibG | |
#8218) (#8244) | |||
2018-08-17 | Defer scrollIntoView after DOM is drawn (fixes #8239) (#8242) | ThibG | |