- 02 Dec, 2018 3 commits
-
-
Eugen Rochko authored
-
ThibG authored
-
ThibG authored
Fixes #9411
-
- 30 Nov, 2018 9 commits
-
-
Eugen Rochko authored
-
Eugen Rochko authored
Fix #9359
-
Eugen Rochko authored
-
Eugen Rochko authored
Follow-up to #9329
-
Eugen Rochko authored
-
Eugen Rochko authored
Fix #7637
-
Eugen Rochko authored
-
ThibG authored
Fixes #9309 This only allows hyphens in the middle of a username, much like dots, although I don't have a compelling reason to do so other than keeping the changes minimal.
-
Hugo Gameiro authored
-
- 23 Nov, 2018 25 commits
-
-
Eugen Rochko authored
-
Eugen Rochko authored
* Fix connect timeout not being enforced The loop was catching the timeout exception that should stop execution, so the next IP would no longer be within a timed block, which led to requests taking much longer than 10 seconds. * Use timeout on each IP attempt, but limit to 2 attempts * Fix code style issue * Do not break Request#perform if no block given * Update method stub in spec for Request * Move timeout inside the begin/rescue block * Use Resolv::DNS with timeout of 1 to get IP addresses * Update Request spec to stub Resolv::DNS instead of Addrinfo * Fix Resolve::DNS stubs in Request spec
-
valerauko authored
Ignore JSON-LD profile in mime type comparison
-
Renato "Lond" Cerqueira authored
Just the color is not enough change since not everyone uses colored terminals. Touching the account makes it so that the account is not in the threshold window in case of running again
-
Alexandre Alapetite authored
Hello, The ATOM feed contains the hub declaration for WebSub, but the RSS version does not. RSS/ATOM readers will typically pick whichever version comes first, and will thus not see the WebSub feature. I therefore suggest putting the ATOM version first, as it is more feature-rich than its RSS counterpart is. Clients not compatible with ATOM would not pick it anyway due to the different type attribute. A more complicated alternative would be to declare the WebSub feature in the RSS version as well, using something like the following code, and ensuring that clients subscribed to the RSS version would receive PuSH updates just like those subscribed to the ATOM version. ````xml <rss version="2.0" xmlns:webfeeds="http://webfeeds.org/rss/1.0" xmlns:atom="http://www.w3.org/2005/Atom"> <channel> <atom:link rel="self" type="application/rss+xml" href="https://diaspodon.fr/users/test.rss"/> <atom:link rel="hub" href="https://diaspodon.fr/api/push"/> </channel> </rss> ```
-
Dan Hunsaker authored
The Nanobox files have gotten out of sync, a touch, with what Masto needs for Nginx settings. This PR updates them accordingly.
-
Eugen Rochko authored
-
Eugen Rochko authored
-
Eugen Rochko authored
-
mayaeh authored
* Fixed an issue where "tootctl media remove" can not count the file size. * Fixed the problem pointed out by codeclimate.
-
ThibG authored
Fixes #9231
-
Eugen Rochko authored
-
ThibG authored
Fixes #9226
-
ThibG authored
-
ThibG authored
Fixes #9251
-
Eugen Rochko authored
This is how it looks in the example in the Puma README
-
Eugen Rochko authored
Fix #9237
-
Eugen Rochko authored
Fix #4716
-
Eugen Rochko authored
* Display amount of freed disk space in tootctl media remove Fix #9213 * Fix code style issue
-
Eugen Rochko authored
* Fix form validation flash message color and input borders * Fix typo
-
Eugen Rochko authored
* Fix follow limit validator reporting lower number past threshold * Avoid floating point follow limit
-
Eugen Rochko authored
* Eliminate extra accounts select query from FollowService * Optimistically update follow state in web UI and hide loading bar Fix #6205 * Asynchronize NotifyService in FollowService And fix failing test * Skip Webfinger resolve routine when called from FollowService if possible If an account is ActivityPub, then webfinger re-resolving is not necessary when called from FollowService. Improve options of ResolveAccountService
-
Eugen Rochko authored
-
m.b authored
-
Steven Tappert authored
* Check for empty "last_status" before sorting * Small touchups for codeclimate
-
- 31 Oct, 2018 1 commit
-
-
Eugen Rochko authored
-
- 30 Oct, 2018 2 commits
-
-
Eugen Rochko authored
Fix #9170
-
Eugen Rochko authored
This reverts commit c36a4a16.
-