fef
4489c51bb9
bump to nyastodon 1.1.4
2022-11-30 16:30:42 +00:00
fef
1ab64b9f2a
backport emoji reactions to vanilla flavour
2022-11-30 16:25:36 +00:00
fef
4571ee9da6
make number of visible reactions a vanilla setting
...
Reactions will be backported to the vanilla
flavour, which requires all related settings to
be accessible from the vanilla settings page
rather than the glitch specific settings modal.
2022-11-30 14:59:37 +00:00
fef
96cd869dad
make number of displayed reactions a setting
...
This adds an extra item to the local settings for
specifying the number of reactions shown in toots.
The detailed status view always shows all
reactions.
2022-11-30 13:20:20 +00:00
fef
273ba5a060
change default reaction limit to 1
2022-11-30 12:01:34 +00:00
fef
b780c63420
limit number of reactions displayed
...
Too many reactions on a single post quickly get
spammy, so they are now sorted by count and only
the first MAX_REACTIONS number of different
emojis are actually displayed.
2022-11-30 09:06:14 +00:00
fef
df19e54334
fix reaction margins and paddings
2022-11-29 09:07:10 +00:00
fef
80a2f84334
cleanup frontend emoji reaction code
2022-11-29 08:54:35 +00:00
fef
9b0f46f808
cleanup backend emoji reaction code
2022-11-29 08:15:52 +00:00
fef
67e379059c
make homogay body background a little lighter
2022-11-29 06:42:45 +00:00
fef
42f34cfb81
fix padding for reaction button
2022-11-29 06:25:43 +00:00
fef
ddeda89821
bump to nyastodon 1.1.3
2022-11-29 05:38:15 +00:00
fef
f33b10fe0d
handle misskey reactions properly
...
misskey federates emoji reactions as likes.
2022-11-29 05:21:53 +00:00
fef
4e041d1e00
bump to nyastodon 1.1.2
2022-11-29 04:38:41 +00:00
fef
96471c9398
move react button to action bar
2022-11-29 04:37:44 +00:00
fef
7f157c35cf
bump to nyastodon 1.1.1
2022-11-29 03:32:54 +00:00
fef
6d86e8a3be
add a little extra movement to fav animation
2022-11-29 03:32:09 +00:00
fef
d6e3a9f17f
send reaction notifications
2022-11-29 03:31:22 +00:00
fef
cfa4824492
make frontend fetch reaction limit
...
the maximum number of reactions was previously
hardcoded to 8. this commit also fixes an
incorrect query in StatusReactionValidator where
it didn't count per-user reactions but the total
amount of different ones.
2022-11-29 00:39:40 +00:00
fef
c7129ef7e7
make status reaction count limit configurable
2022-11-28 23:16:56 +00:00
fef
0157438894
merge catcatnya/main into main
2022-11-28 22:47:46 +00:00
fef
1a84936322
bump to nyastodon 1.1.0
2022-11-28 22:47:32 +00:00
fef
9c7db58e30
remove accidentally created file
2022-11-28 22:25:12 +00:00
fef
32d689a00e
federate emoji reactions
...
this is kind of experimental, but it should work
in theory. at least i tested it with a remove
akkoma instance and it didn't crash.
2022-11-28 22:23:13 +00:00
Jeremy Kescher
0897c13799
v4.0.2+1.0.5
2022-11-26 14:42:36 +01:00
Jeremy Kescher
21f4a310a7
Move to Ruby 3.0.5
2022-11-26 14:37:19 +01:00
Jeremy Kescher
cf4ef1d724
Try Ruby 3.1.3 (requires OpenSSL 3)
2022-11-26 14:24:05 +01:00
Jeremy Kescher
f34d3b838e
Merge remote-tracking branch 'upstream/main' into develop
2022-11-26 14:02:07 +01:00
fef
1bfdff6795
bump to nyastodon 1.1.0-beta2
2022-11-25 23:12:19 +00:00
fef
78a86bda16
show reactions in detailed status view
2022-11-25 23:02:40 +00:00
Claire
6517b7b9f0
Fix pillbar buttons in light theme ( #1972 )
...
* Simplify pillbar button design and make it more consistent with toggles
* Fix pillbar buttons in light theme
Fixes #1970
2022-11-25 13:54:43 +01:00
fef
7b4f3d2647
bump to nyastodon 1.1.0beta1
2022-11-24 17:34:45 +00:00
fef
9172df2fdf
add frontend for emoji reactions
...
this is still pretty bare bones but hey, it works.
2022-11-24 17:30:52 +00:00
fef
6a251a7dd8
add backend support for status emoji reactions
...
turns out we can just reuse the code for
announcement reactions.
2022-11-24 11:50:32 +00:00
fef
416d42e949
Revert "add emoji reaction database model"
...
I didn't intend to commit this to main and it's
kind of a work in progress anyway.
This reverts commit 0da3340f0d
.
2022-11-24 10:33:50 +00:00
fef
0da3340f0d
add emoji reaction database model
2022-11-24 05:59:09 +00:00
fef
8380f9fc2c
merge catstodon/main into main
2022-11-24 05:55:08 +00:00
Jeremy Kescher
41ce71cc92
Merge remote-tracking branch 'upstream/main' into develop
2022-11-23 22:54:06 +01:00
Claire
43dbc62568
Fix privacy dropdown in boost modal on mobile ( #1967 )
...
Fixes #1965
2022-11-22 11:26:14 +01:00
Claire
bdc61d467d
Merge pull request #1966 from ClearlyClaire/glitch-soc/merge-upstream
...
Merge upstream changes
2022-11-22 11:25:59 +01:00
Claire
ff42233aae
Merge branch 'main' into glitch-soc/merge-upstream
2022-11-22 10:28:43 +01:00
BtbN
f343ed42ff
Add missing procps package to Dockerfile ( #21028 )
...
The new Debian-Base does not come with this by default, making the ps based health-check in the compose file fail
2022-11-22 05:52:18 +01:00
Claire
51a33ce77a
Fix not being able to follow more than one hashtag ( #21285 )
...
Fixes regression from #20860
2022-11-21 10:35:09 +01:00
fef
1b7839f00a
merge catcatnya/main into main
2022-11-20 22:49:50 +00:00
fef
1792b688ac
bump to nyastodon 1.0.3
2022-11-20 22:46:00 +00:00
fef
e4f17273a3
improve animations
2022-11-20 22:45:09 +00:00
fef
e17b23f0b6
fix some more colors
2022-11-20 22:44:48 +00:00
David Leadbeater
69378eac99
Don't allow URLs that contain non-normalized paths to be verified ( #20999 )
...
* Don't allow URLs that contain non-normalized paths to be verified
This stops things like https://example.com/otheruser/../realuser where
"/otheruser" appears to be the verified URL, but the actual URL being
verified is "/realuser" due to the "/../".
Also fix a test to use 'https', so it is testing the right thing, now
that since #20304 https is required.
* missing do
2022-11-20 19:28:13 +01:00
Jeremy Kescher
1381fb355c
v4.0.2+1.0.2
2022-11-19 10:22:49 +01:00
fef
9d14085607
bump to nyastodon 1.0.2
2022-11-19 05:43:03 +00:00