Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-10-08 | Switch from selects to radio buttons for local settings, improve styling | Thibaut Girka | |
2018-10-07 | [Glitch] Change documentation URL | Thibaut Girka | |
Port 28401962caff028f328d674878e1f0abd16ffdfd to glitch-soc | |||
2018-10-07 | [Glitch] RTL: fix margins of public-account-header__tabs | Thibaut Girka | |
Port 185cb2dc3aac59ee27aa962fff48b064bd638567 to glitch-soc | |||
2018-10-07 | Merge branch 'master' into glitch-soc/merge-upstream | Thibaut Girka | |
2018-10-07 | Ensure only toots from the reported users are reported (#8916) | ThibG | |
2018-10-07 | Do not scroll timelines when *closing* media modals | Thibaut Girka | |
Media modals push an history state so that pressing back on mobile closes them. We made sure to not scroll when opening them, but not when *closing* them, which caused some issues in rare cases. | |||
2018-10-06 | i18n: Update Polish translation (#8901) | Marcin Mikołajczak | |
Signed-off-by: Marcin Mikołajczak <me@m4sk.in> | |||
2018-10-06 | Change documentation URL (#8898) | Eugen Rochko | |
* Change documentation URL * Fix hardcoded documentation URL in locales | |||
2018-10-06 | RTL: fix margins of public-account-header__tabs (#8897) | Masoud Abkenar | |
* RTL: fix margins of public-account-header__tabs * fix style * even more stylish code :) | |||
2018-10-05 | Merge branch 'master' into glitch-soc/merge-upstream | Thibaut Girka | |
2018-10-05 | Leave unknown language as nil if account is remote (#8861) | Jeong Arm | |
* Force use language detector if account is remote * Set unknown remote toot's language as nil | |||
2018-10-05 | [Glitch] Add a confirmation dialog when hitting reply and the compose box ↵ | Thibaut Girka | |
isn't empty | |||
2018-10-05 | Add a confirmation dialog when hitting reply and the compose box isn't empty ↵ | ThibG | |
(#8893) * Add a confirmation dialog when hitting reply and the compose box isn't empty Fixes #878 * Performance improvement | |||
2018-10-05 | Merge branch 'master' into glitch-soc/merge-upstream | Thibaut Girka | |
Conflicts: db/migrate/20170716191202_add_hide_notifications_to_mute.rb spec/controllers/application_controller_spec.rb Took our version, upstream changes were only minor style linting. | |||
2018-10-04 | Limit the number of people that can be followed from one account (#8807) | Eugen Rochko | |
Configurable soft limit of 7,500, and above that, configurable ratio of 1.1 * followers, controlled by: - MAX_FOLLOWS_THRESHOLD - MAX_FOLLOWS_RATIO Fix #2311 | |||
2018-10-04 | Change admin accounts default sort to most recent (#8813) | Eugen Rochko | |
2018-10-04 | Fix link verification for remote accounts (#8868) | Eugen Rochko | |
2018-10-03 | Fix handling of ActivityPub activities lacking some attributes (#8864) | ThibG | |
2018-10-02 | Make hidden media clickable in account media gallery | Thibaut Girka | |
2018-10-02 | Add media description (or status spoiler) in account media gallery | Thibaut Girka | |
2018-10-02 | Fix account gallery hidden media background color in mastodon-light | Thibaut Girka | |
2018-10-02 | [Glitch] Honour displayMedia setting in accountMedia gallery | Thibaut Girka | |
Inspired by b79ab15859e7f8383526afd147e8416d2df2f7a7 | |||
2018-10-01 | [Glitch] Add support for new display_media setting | Thibaut Girka | |
Port f7a6f9489da9b2a1820366654df47b8a52f5c5bc to glitch-soc [API] [vanilla required] [glitch-soc optional] initial_state show_sensitive_media boolean changed to show_media string with options "default", "hide_all", "show_all" | |||
2018-10-01 | [Glitch] RTL: fix margins: public-layout.header.nav-button | Thibaut Girka | |
Port df2f4052b84e68d36341df5fb58755276e9bf3ce to glitch-soc | |||
2018-10-01 | [Glitch] RTL: fix statubar action buttons/counter margins | Thibaut Girka | |
Port 9f6662fcc979d497b09fbd9b3ab06dd7538b92c9 to glitch-soc | |||
2018-10-01 | [Glitch] Separate font-family into variable | Thibaut Girka | |
Port d0d65b5a2899546c4134d1fca60aef2c23c4932d to glitch-soc | |||
2018-10-01 | Merge branch 'master' into glitch-soc/merge-upstream | Thibaut Girka | |
Conflicts: app/lib/user_settings_decorator.rb app/models/user.rb app/serializers/initial_state_serializer.rb app/views/stream_entries/_simple_status.html.haml config/locales/simple_form.en.yml config/locales/simple_form.ja.yml config/locales/simple_form.pl.yml config/routes.rb | |||
2018-10-01 | Double the threshold for "read more" functionality (#8835) | Eugen Rochko | |
2018-09-30 | Add option to hide action bar in collapsed toots | Spencer Alves | |
2018-09-29 | Merge pull request #681 from ThibG/glitch-soc/fixes/accessibility | David Yip | |
Port various accessibility improvements from upstream | |||
2018-09-29 | Merge pull request #755 from ThibG/glitch-soc/features/optional-reply-selection | David Yip | |
Make pre-selection of usernames optional when replying to a toot | |||
2018-09-29 | Merge pull request #754 from ThibG/glitch-soc/fixes/scroll-compose-into-view | David Yip | |
Scroll to textarea when composing a toot | |||
2018-09-29 | Merge pull request #745 from ThibG/glitch-soc/fixes/grey-out-button | David Yip | |
Disable the “TOOT” button (and secondary toot button) if the toot text is empty | |||
2018-09-29 | Fix timeline pagination (#8827) | Eugen Rochko | |
Ruby's ** operator does not play well with non-Hash objects, which the params slice is Fix #8821 | |||
2018-09-29 | RTL: fix margins: public-layout.header.nav-button (#8823) | Masoud Abkenar | |
* RTL: fix margins: public-layout.header.nav-button * add empty line to meet style guides | |||
2018-09-28 | Make pre-selection of usernames optional when replying to a toot | Thibaut Girka | |
Fixes #751 | |||
2018-09-28 | Fix styling issue in “Compose box options” local settings page | Thibaut Girka | |
2018-09-28 | Scroll to textarea when composing a toot | Thibaut Girka | |
2018-09-28 | [Glitch] Adjust beforeUnload conditions | Thibaut Girka | |
Port 05f90e3695c410526fc7fa79fc6a9bdaa717cb87 to glitch-soc | |||
2018-09-28 | Fix maxCharacters in vanilla front-end | Thibaut Girka | |
2018-09-28 | Fix class autoloading issue in ActivityPub::Activity::Create (#8820) | Eugen Rochko | |
2018-09-28 | Support min_id-based pagination in REST API (#8736) | Eugen Rochko | |
* Allow min_id pagination in Feed#get * Add min_id pagination to home and list timeline APIs * Add min_id pagination to account statuses, public and tag APIs * Remove unused stub in reports API * Use min_id pagination in notifications, favourites, and fix order * Fix HomeFeed#from_database not using paginate_by_id | |||
2018-09-28 | Revert Font Awesome 5 upgrade (#8810) | Eugen Rochko | |
* Revert "Fix some icon names changed by the Font Awesome 5. (#8796)" This reverts commit 3f9ec3de82c1a3879a2b092672f51c1caca76f5c. * Revert "Migrate to font-awesome 5.0. (#8799)" This reverts commit 8bae14591bfb4fc9dd9d89d8082ac0123b03edaa. * Revert "Fix some icons names, unavailable in fontawesome5 (free license). (#8792)" This reverts commit b9c727a945fea5afffb3e3a53279164adfc6e88f. * Revert "Update the icon name changed by the Font Awesome 5. (#8776)" This reverts commit 17af4d27da484fc35ecd4b4dce2443d24aa35d23. * Revert "Add bot icon to bot avatars and migrate to newer version of Font Awesome (#8484)" This reverts commit 4b794e134d427dbc716606324adb9a885a74abec. | |||
2018-09-28 | Exclude replies from list timelines (#8683) | cbayerlein | |
* Changed list behaviour I added the following line to the FeedManager (app/lib/feed_manager.rb) in the push_to_list function: `return false if status.reply?` Now all posts that are replies are filtered out, so that now only "genuine" posts are displayed in the list. This is a first approach to solve issue #5916 * Update feed_manager.rb As suggested by @Gargron | |||
2018-09-27 | Fix some icon names changed by the Font Awesome 5. (#8796) | mayaeh | |
2018-09-27 | Add test for AutosuggestEmoji (#8805) | Maciek Baron | |
2018-09-27 | Adds follow action timestamp to notification (#8756) | Colin Dean | |
Fixes #8755 | |||
2018-09-27 | Migrate to font-awesome 5.0. (#8799) | Naoki Kosaka | |
2018-09-27 | Show "read more" link on overly long in-stream statuses (#8205) | Haelwenn Monnier | |
Show "read more" link on overly long in-stream statuses | |||
2018-09-26 | Fix broken report detail (regression from #8569) (#8795) | Yamagishi Kazutoshi | |