Eugen Rochko
c8bcf5cbfd
Add admin setting to auto-approve hashtags ( #12122 )
...
Change inaccurate labels on other admin settings
2019-10-09 00:30:15 +02:00
Eugen Rochko
ca8172ee02
Remove fallback to long description on sidebar and meta description ( #12119 )
...
Fix #12114
2019-10-08 22:08:55 +02:00
Eugen Rochko
19cdc62765
Remove fallback to long description on sidebar and meta description ( #12119 )
...
Fix #12114
2019-10-08 22:08:55 +02:00
Eugen Rochko
347c82efed
Change tootctl media refresh
to skip already downloaded attachments ( #12118 )
2019-10-08 05:59:10 +02:00
Eugen Rochko
4a98e77d0e
Change tootctl media refresh
to skip already downloaded attachments ( #12118 )
2019-10-08 05:59:10 +02:00
Eugen Rochko
c47d7b8abf
Add tootctl media usage
command ( #12115 )
2019-10-07 20:04:56 +02:00
Eugen Rochko
0aaa3afc2d
Add tootctl media usage
command ( #12115 )
2019-10-07 20:04:56 +02:00
ThibG
10238768b4
Merge pull request #1229 from ThibG/glitch-soc/features/upstream-scroll-behavior
...
Merge upstream changes to scroll behavior in single column
2019-10-07 12:02:20 +02:00
ThibG
d2f7b8685c
Merge pull request #1229 from ThibG/glitch-soc/features/upstream-scroll-behavior
...
Merge upstream changes to scroll behavior in single column
2019-10-07 12:02:20 +02:00
Eugen Rochko
1da1a9878f
Fix old migration trying to use new column due to default status scope ( #12095 )
...
Fix #12087
2019-10-07 06:05:14 +02:00
Eugen Rochko
ebe574d5b5
Fix old migration trying to use new column due to default status scope ( #12095 )
...
Fix #12087
2019-10-07 06:05:14 +02:00
Eugen Rochko
7e13c7c710
Fix tootctl not allocating enough database connections for main thread ( #12097 )
2019-10-07 05:05:02 +02:00
Eugen Rochko
6c9b4f6b77
Fix tootctl not allocating enough database connections for main thread ( #12097 )
2019-10-07 05:05:02 +02:00
Eugen Rochko
5fc1837246
Update AUTHORS.md ( #12096 )
2019-10-07 04:36:32 +02:00
Eugen Rochko
0336621c80
Update AUTHORS.md ( #12096 )
2019-10-07 04:36:32 +02:00
trwnh
028758a768
Add missing back button header for invalid account ( #12094 )
...
Should fix #6786
2019-10-07 04:33:31 +02:00
trwnh
95f21ab87f
Add missing back button header for invalid account ( #12094 )
...
Should fix #6786
2019-10-07 04:33:31 +02:00
Eugen Rochko
17c2205247
Fix issues with tootctl's parallelization and progress reporting ( #12093 )
2019-10-07 04:24:05 +02:00
Eugen Rochko
38b6c34e32
Fix issues with tootctl's parallelization and progress reporting ( #12093 )
2019-10-07 04:24:05 +02:00
Eugen Rochko
6262407066
Fix existing user records with now-renamed pt
locale ( #12092 )
...
Fix #12082
2019-10-07 04:14:36 +02:00
Eugen Rochko
b5be067c88
Fix existing user records with now-renamed pt
locale ( #12092 )
...
Fix #12082
2019-10-07 04:14:36 +02:00
Eugen Rochko
b665e99b2f
Fix hashtag timeline REST API accepting too many hashtags ( #12091 )
2019-10-07 03:56:21 +02:00
Eugen Rochko
8386d9ec10
Fix hashtag timeline REST API accepting too many hashtags ( #12091 )
2019-10-07 03:56:21 +02:00
Eugen Rochko
6b96a6dd15
Fix GET /api/v1/instance
REST APIs being unavailable in secure mode ( #12089 )
2019-10-06 22:11:29 +02:00
Eugen Rochko
a582185625
Fix GET /api/v1/instance
REST APIs being unavailable in secure mode ( #12089 )
2019-10-06 22:11:29 +02:00
Eugen Rochko
c453888616
Fix performance of home feed regeneration ( #12084 )
...
Fetching statuses from all followed accounts at once takes too long
within Postgres. Fetching them one by one and merging in Ruby
could be a lot less resource-intensive
Because the query for dynamically fetching the home timeline is so
heavy, we can no longer offer it when the home timeline is missing
2019-10-06 22:11:17 +02:00
Eugen Rochko
f665901e3c
Fix performance of home feed regeneration ( #12084 )
...
Fetching statuses from all followed accounts at once takes too long
within Postgres. Fetching them one by one and merging in Ruby
could be a lot less resource-intensive
Because the query for dynamically fetching the home timeline is so
heavy, we can no longer offer it when the home timeline is missing
2019-10-06 22:11:17 +02:00
Mareena Kunjachan
84308bc352
Fix spelling error in README ( #12086 )
...
fix a spelling error
2019-10-06 21:36:26 +02:00
Mareena Kunjachan
efda126914
Fix spelling error in README ( #12086 )
...
fix a spelling error
2019-10-06 21:36:26 +02:00
Hugo Gameiro
b302921eb1
add loglevel fatal to video and audio styles ( #12088 )
2019-10-06 19:48:26 +02:00
Hugo Gameiro
a7917269d3
add loglevel fatal to video and audio styles ( #12088 )
2019-10-06 19:48:26 +02:00
Eugen Rochko
d59562c0b2
Fix S3 adapter retrying failing uploads with exponential backoff ( #12085 )
...
The default limit of 10 retries with exponential backoff meant
that if the S3 server was timing out, you would be stuck with it
for much, much longer than the 5 second read timeout we expect.
The uploading happens within a database transaction, which means
a failing S3 server could negatively affect database performance
2019-10-06 06:20:57 +02:00
Eugen Rochko
086fc7ed77
Fix S3 adapter retrying failing uploads with exponential backoff ( #12085 )
...
The default limit of 10 retries with exponential backoff meant
that if the S3 server was timing out, you would be stuck with it
for much, much longer than the 5 second read timeout we expect.
The uploading happens within a database transaction, which means
a failing S3 server could negatively affect database performance
2019-10-06 06:20:57 +02:00
Jeong Arm
9fbb97a0c8
Remove unused option from tootctl accounts cull ( #12074 )
2019-10-06 04:30:07 +02:00
Jeong Arm
c4fbfaf0b8
Remove unused option from tootctl accounts cull ( #12074 )
2019-10-06 04:30:07 +02:00
Thibaut Girka
8eeb4f612c
Partially revert scrollbar handling on mobile, since its width-based and wrong
...
Have to investigate as to whether it was actually needed on mobile, doesn't
seem to be the case from Firefox's Responsive Design Mode
2019-10-06 00:32:06 +02:00
Thibaut Girka
0fbe36e3fb
Partially revert scrollbar handling on mobile, since its width-based and wrong
...
Have to investigate as to whether it was actually needed on mobile, doesn't
seem to be the case from Firefox's Responsive Design Mode
2019-10-06 00:32:06 +02:00
Thibaut Girka
263f51edd1
Apply scroll changes to Bookmark column
2019-10-06 00:32:06 +02:00
Thibaut Girka
fe6864a73a
Apply scroll changes to Bookmark column
2019-10-06 00:32:06 +02:00
Eugen Rochko
f378f52030
[Glitch] Add refresh button to list of rebloggers/favouriters in web UI
...
Port b7b91d3597
to glitch-soc
Signed-off-by: Thibaut Girka <thib@sitedethib.com>
2019-10-06 00:32:06 +02:00
Eugen Rochko
bd54ee294a
[Glitch] Add refresh button to list of rebloggers/favouriters in web UI
...
Port b0323d0888
to glitch-soc
Signed-off-by: Thibaut Girka <thib@sitedethib.com>
2019-10-06 00:32:06 +02:00
Yamagishi Kazutoshi
35e165c1db
[Glitch] Do not add margin light when opening modal on mobile
...
Port 03e29f4c51
to glitch-soc
Signed-off-by: Thibaut Girka <thib@sitedethib.com>
2019-10-06 00:32:06 +02:00
Yamagishi Kazutoshi
7d79e1f31c
[Glitch] Do not add margin light when opening modal on mobile
...
Port 0a49b26793
to glitch-soc
Signed-off-by: Thibaut Girka <thib@sitedethib.com>
2019-10-06 00:32:06 +02:00
Eugen Rochko
150a9f09d0
[Glitch] Fix left side of single column layout being cropped on smaller screens
...
Port bd3e1b383e
to glitch-soc
Signed-off-by: Thibaut Girka <thib@sitedethib.com>
2019-10-06 00:32:06 +02:00
Eugen Rochko
4b181eba13
[Glitch] Fix left side of single column layout being cropped on smaller screens
...
Port 37ccafec8f
to glitch-soc
Signed-off-by: Thibaut Girka <thib@sitedethib.com>
2019-10-06 00:32:06 +02:00
Eugen Rochko
69bcef3525
[Glitch] Fix thread column showing pin button
...
Port 35bc382e57
to glitch-soc
Signed-off-by: Thibaut Girka <thib@sitedethib.com>
2019-10-06 00:32:06 +02:00
Eugen Rochko
7fc6213bfe
[Glitch] Fix thread column showing pin button
...
Port 129bc871a0
to glitch-soc
Signed-off-by: Thibaut Girka <thib@sitedethib.com>
2019-10-06 00:32:06 +02:00
Eugen Rochko
96469fb187
[Glitch] Fix scroll position resetting when opening media modals in web UI
...
Port ad91a0578b
to glitch-soc
Signed-off-by: Thibaut Girka <thib@sitedethib.com>
2019-10-06 00:32:06 +02:00
Eugen Rochko
0d42111671
[Glitch] Fix scroll position resetting when opening media modals in web UI
...
Port 50755a47b4
to glitch-soc
Signed-off-by: Thibaut Girka <thib@sitedethib.com>
2019-10-06 00:32:06 +02:00
Eugen Rochko
8193445a3d
[Glitch] Fix loading bar being obscured by other elements in web UI
...
Port f4802e5c51
to glitch-soc
Signed-off-by: Thibaut Girka <thib@sitedethib.com>
2019-10-06 00:32:06 +02:00