- Jun 08, 2022
- Jun 06, 2022
-
-
syuilo authored
-
- Jun 05, 2022
- Jun 04, 2022
-
-
syuilo authored
-
syuilo authored
-
syuilo authored
-
syuilo authored
-
syuilo authored
-
syuilo authored
-
syuilo authored
-
syuilo authored
-
Balazs Nadasdi authored
* feat: option to collapse long notes Closes #8559 * do not collapse if cw exists * use '閉じる' to close / show less. * make it sticky * Change style of the Show less button
-
Johann150 authored
* add id for activitypub follows * fix lint * fix: follower must be local, followee must be remote Misskey will only use ActivityPub follow requests for users that are local and are requesting to follow a remote user. This check is to ensure that this endpoint can not be used by other services or instances. * fix: missing import * render block with id * fix comment
-
Johann150 authored
* refactor: parseUri types and checks The type has been refined to better represent what it actually is. Uses of parseUri are now also checking the parsed object type before resolving. * cannot resolve URLs with fragments * also take remaining part of URL into account Needed for parsing the follows URIs. * Resolver uses DbResolver for local * remove unnecessary use of DbResolver Using DbResolver would mean that the URL is parsed and handled again. This duplicated processing can be avoided by querying the database directly. * fix missing property name
-
- Jun 03, 2022
-
-
Johann150 authored
Ensure that the _misskey_content attribute will always exist. Because the API endpoint does not require the existence of the `text` field, that field may be `undefined`. By using `?? null` it can be ensured that the value is at least `null`. Furthermore, the rendered HTML of a note with empty text will also be the empty string. From git blame it seems that this behaviour was added because of a Mastodon bug that might have previously existed. Hoever, this seems to be no longer the case as I can find mastodon posts that have empty content. The code could be made a bit more succinct by using the null coercion operator.
-
PikaDude authored
* add more user details for admins to see * fix some issues * small style fix as suggested by Johann150 Co-authored-by:
Johann150 <johann@qwertqwefsday.eu> * fix Co-authored-by:
Johann150 <johann@qwertqwefsday.eu> Co-authored-by:
Johann150 <johann@qwertqwefsday.eu>
-
-
syuilo authored
#7986
-
sn0w authored
-
- Jun 01, 2022
- May 31, 2022
-
-
Johann150 authored
-
Johann150 authored
-
Andreas Nedbal authored
* meta(tests): enable workflows to run in branch * feat(tests): move commonly used logic to Cypress commands * chore(tests): replace more code with commands * meta(tests): disable workflows to run in branch
-
MeiMei authored
* Add --force to yarn in the installation script * CHAGELOG
-
Johann150 authored
-
MeiMei authored
* Fix IP address rate limit * CHANGELOG * Tune getIpHash
-
Andreas Nedbal authored
-
- May 30, 2022