Thibaut Girka
d0b1369a85
Fix app-wide hotkeys randomly failing to work
6 years ago
mayaeh
770e337497
Fixed error occurrence when pinning the DM column. ( #8922 )
6 years ago
Thibaut Girka
96c3d26870
Move “Show action buttons in collapsed toots” option
6 years ago
Thibaut Girka
faecb35fe0
Switch from selects to radio buttons for local settings, improve styling
6 years ago
ashleyhull-versent
f194857ac9
rubocop issues - Cleaning up ( #8912 )
* cleanup pass
* undo mistakes
* fixed.
* revert
6 years ago
Eugen Rochko
a00ce8c92c
Remove dead code ( #8919 )
SignatureVerification#matches_time_window? is not called anywhere.
6 years ago
ashleyhull-versent
2dba313100
Replace SVG asset with Custom mascot ( #8766 )
6 years ago
Eugen Rochko
774ac47373
Add conversations API ( #8832 )
* Add conversations API
* Add web UI for conversations
* Add test for conversations API
* Add tests for ConversationAccount
* Improve web UI
* Rename ConversationAccount to AccountConversation
* Remove conversations on block and mute
* Change last_status_id to be a denormalization of status_ids
* Add optimistic locking
6 years ago
Thibaut Girka
a3677a828d
[Glitch] Change documentation URL
Port 28401962ca
to glitch-soc
6 years ago
Thibaut Girka
b4ba1058b8
[Glitch] RTL: fix margins of public-account-header__tabs
Port 185cb2dc3a
to glitch-soc
6 years ago
ThibG
25744d43b0
Ensure only toots from the reported users are reported ( #8916 )
6 years ago
Thibaut Girka
7cc7843109
Do not scroll timelines when *closing* media modals
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.
6 years ago
Marcin Mikołajczak
2fb692ea45
i18n: Update Polish translation ( #8901 )
Signed-off-by: Marcin Mikołajczak <me@m4sk.in>
6 years ago
Eugen Rochko
28401962ca
Change documentation URL ( #8898 )
* Change documentation URL
* Fix hardcoded documentation URL in locales
6 years ago
Masoud Abkenar
185cb2dc3a
RTL: fix margins of public-account-header__tabs ( #8897 )
* RTL: fix margins of public-account-header__tabs
* fix style
* even more stylish code :)
6 years ago
Jeong Arm
144d73730d
Leave unknown language as nil if account is remote ( #8861 )
* Force use language detector if account is remote
* Set unknown remote toot's language as nil
6 years ago
Thibaut Girka
c6e4c48942
[Glitch] Add a confirmation dialog when hitting reply and the compose box isn't empty
6 years ago
ThibG
42aecb4c13
Add a confirmation dialog when hitting reply and the compose box isn't empty ( #8893 )
* Add a confirmation dialog when hitting reply and the compose box isn't empty
Fixes #878
* Performance improvement
6 years ago
Eugen Rochko
a46ab86adf
Limit the number of people that can be followed from one account ( #8807 )
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
6 years ago
Eugen Rochko
e645ae9561
Change admin accounts default sort to most recent ( #8813 )
6 years ago
Eugen Rochko
7fe137d2f7
Fix link verification for remote accounts ( #8868 )
6 years ago
ThibG
ba444797d2
Fix handling of ActivityPub activities lacking some attributes ( #8864 )
6 years ago
Thibaut Girka
a9e8f98a9d
Make hidden media clickable in account media gallery
6 years ago
Thibaut Girka
d82c495c0f
Add media description (or status spoiler) in account media gallery
6 years ago
Thibaut Girka
bd1f08fa9a
Fix account gallery hidden media background color in mastodon-light
6 years ago
Thibaut Girka
eb85427576
[Glitch] Honour displayMedia setting in accountMedia gallery
Inspired by b79ab15859
6 years ago
Thibaut Girka
6ad7606909
[Glitch] Add support for new display_media setting
Port f7a6f9489d
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"
6 years ago
Thibaut Girka
15197a831c
[Glitch] RTL: fix margins: public-layout.header.nav-button
Port df2f4052b8
to glitch-soc
6 years ago
Thibaut Girka
884a898442
[Glitch] RTL: fix statubar action buttons/counter margins
Port 9f6662fcc9
to glitch-soc
6 years ago
Thibaut Girka
36d426cec9
[Glitch] Separate font-family into variable
Port d0d65b5a28
to glitch-soc
6 years ago
Eugen Rochko
5d5d1b528e
Double the threshold for "read more" functionality ( #8835 )
6 years ago
Spencer Alves
4e60a0d543
Add option to hide action bar in collapsed toots
6 years ago
Eugen Rochko
6c835085a3
Fix timeline pagination ( #8827 )
Ruby's ** operator does not play well with non-Hash objects, which
the params slice is
Fix #8821
6 years ago
Masoud Abkenar
df2f4052b8
RTL: fix margins: public-layout.header.nav-button ( #8823 )
* RTL: fix margins: public-layout.header.nav-button
* add empty line to meet style guides
6 years ago
Thibaut Girka
86b2b009dd
Make pre-selection of usernames optional when replying to a toot
Fixes #751
6 years ago
Thibaut Girka
15134beb1e
Fix styling issue in “Compose box options” local settings page
6 years ago
Thibaut Girka
9594c68532
Scroll to textarea when composing a toot
6 years ago
Thibaut Girka
fa18859b20
[Glitch] Adjust beforeUnload conditions
Port 05f90e3695
to glitch-soc
6 years ago
Thibaut Girka
abffbba819
Fix maxCharacters in vanilla front-end
6 years ago
Eugen Rochko
ef69c655cc
Fix class autoloading issue in ActivityPub::Activity::Create ( #8820 )
6 years ago
Eugen Rochko
f0fff3eb10
Support min_id-based pagination in REST API ( #8736 )
* 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
6 years ago
Eugen Rochko
3d7f68c273
Revert Font Awesome 5 upgrade ( #8810 )
* Revert "Fix some icon names changed by the Font Awesome 5. (#8796 )"
This reverts commit 3f9ec3de82
.
* Revert "Migrate to font-awesome 5.0. (#8799 )"
This reverts commit 8bae14591b
.
* Revert "Fix some icons names, unavailable in fontawesome5 (free license). (#8792 )"
This reverts commit b9c727a945
.
* Revert "Update the icon name changed by the Font Awesome 5. (#8776 )"
This reverts commit 17af4d27da
.
* Revert "Add bot icon to bot avatars and migrate to newer version of Font Awesome (#8484 )"
This reverts commit 4b794e134d
.
6 years ago
cbayerlein
4b78546135
Exclude replies from list timelines ( #8683 )
* 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
6 years ago
mayaeh
3f9ec3de82
Fix some icon names changed by the Font Awesome 5. ( #8796 )
6 years ago
Maciek Baron
a72a939334
Add test for AutosuggestEmoji ( #8805 )
6 years ago
Colin Dean
330e320b40
Adds follow action timestamp to notification ( #8756 )
Fixes #8755
6 years ago
Naoki Kosaka
8bae14591b
Migrate to font-awesome 5.0. ( #8799 )
6 years ago
Haelwenn Monnier
15fc2b76f9
Show "read more" link on overly long in-stream statuses ( #8205 )
Show "read more" link on overly long in-stream statuses
6 years ago
Yamagishi Kazutoshi
c6d43115c2
Fix broken report detail (regression from #8569 ) ( #8795 )
6 years ago
theboss
b9c727a945
Fix some icons names, unavailable in fontawesome5 (free license). ( #8792 )
- pencil => pencil-alt
- sliders => sliders-h
related: #8484 #8776
6 years ago