- fév. 18, 2018
-
-
Kazushige Tominaga a rédigé
* Added #link_header spec * Added #call spec * Delete spec of private methods * Added call test case activitypub
-
HellPie a rédigé
-
Akihiko Odaki a rédigé
-
Eugen Rochko a rédigé
* Cache relationships in API * Fetch relationships for search results in UI * Only save one account's maps in each cache item
-
- fév. 17, 2018
-
-
Akihiko Odaki a rédigé
The cache store is explicitly used by some specs, but they were not isolated and therefore not reliable. This fixes the issue by clearing the cache after each specs.
-
Eugen Rochko a rédigé
Time window of 6 hours
-
Akihiko Odaki a rédigé
Some available languages lack translations for notification mails. Now it tests for two languages which is certain to have required translations: German and English. German is the language the current project owner, Eugen Rochko speaks, and providing English translations for new messages is de facto mandatory.
-
- fév. 16, 2018
-
-
Simó Albert i Beltran a rédigé
-
Simó Albert i Beltran a rédigé
-
Daniel Hunsaker a rédigé
-
Eugen Rochko a rédigé
* Save metadata from video attachments, put correct dimensions into OG tags * Add twitter:player for videos * Fix code style and test
-
Eugen Rochko a rédigé
Reasoning: HTML title tag affects everyone. But OpenGraph only affects when somebody is deliberately sharing the content, usually in an environment where such content is expected. Hiding the content in OpenGraph tags results in deceitful previews which inhibit the shareability of the post. Example: Somebody writes a clever post about politics but kindly puts a "uspol" content warning on it. Mastodon users are thankful, but sharing this post on another platform results in non-Mastodon users believing the entire contents of the post is "uspol" and not clicking through/reading and re-sharing.
-
- fév. 15, 2018
-
-
Eugen Rochko a rédigé
-
Eugen Rochko a rédigé
-
abcang a rédigé
-
- fév. 13, 2018
-
-
Marcin Mikołajczak a rédigé
Signed-off-by:
Marcin Mikołajczak <me@m4sk.in>
-
- fév. 11, 2018
-
-
Daniel King a rédigé
In cases where a URL has a trailing hyphen the FetchLinkCardService incorrectly removes the hyphen when it is parsed The hyphen is not a reserved character in the URI spec https://tools.ietf.org/html/rfc3986#section-2.2
-
Eugen Rochko a rédigé
-
Eugen Rochko a rédigé
* Add better CLI prompt * Add rake mastodon:setup interactive wizard * Test db/redis/smtp configurations and add admin user at the end * Test database connection even when database does not exist yet
-
- fév. 10, 2018
-
-
Kazushige Tominaga a rédigé
* Added #link_header spec * Added #call spec * Delete spec of private methods * Added #call spec
-
ThibG a rédigé
* Fix password recovery * Use “resource” instead of “current_user”
-
Kazushige Tominaga a rédigé
* Added #link_header spec * Added #call spec * Delete spec of private methods
-
- fév. 09, 2018
-
-
Eugen Rochko a rédigé
* Add full-text search for authorized statuses - Search API will return statuses that match the query - Only for logged in users - Only if you are author of the status, - Or you were mentioned in it - Or you favourited or reblogged it - Configuration over `ES_ENABLED`, `ES_HOST`, `ES_PORT`, `ES_PREFIX` - Run `rails chewy:deploy` to create & populate index Fix #5880 Fix #4293 Fix #1152 * Add commented out docker-compose configuration for ES container * Optimize index import, filter search results * Add basic normalization to the index * Add better stemming and normalization to the index * Skip webfinger request if search query includes both @ and a space * Fix code style * Visually separate search result sections * Fix code style issues
-
masarakki a rédigé
-
- fév. 08, 2018
-
-
Eugen Rochko a rédigé
-
Eugen Rochko a rédigé
-
Kazushige Tominaga a rédigé
* Added #link_header spec * Added #perform_request spec
-
abcang a rédigé
-
abcang a rédigé
-
- fév. 07, 2018
-
-
Kazushige Tominaga a rédigé
-
Akihiko Odaki a rédigé
-
- fév. 05, 2018
-
-
Daniel King a rédigé
the slight mismatch in hashtag regex between js and ruby was causing hashtag warning to be displayed for unlisted tweets when an invalid hashtag was entered exact version of ruby regex not possible in js as POSIX bracket expressions are not supported, this version approximates and doesn't give same unicode support
-
- fév. 04, 2018
-
-
Eugen Rochko a rédigé
-
abcang a rédigé
-
abcang a rédigé
-
abcang a rédigé
-
Daniel King a rédigé
* upgrade vagrant box to xenial this allows the redis version to be upgraded to support the new redis features used in the activity tracker * add libpam0g package to vagrant box this is required for native extensions of gems to build after the addition of PAM support was added in #5303
-
Renato "Lond" Cerqueira a rédigé
* Add option to show only local toots in timeline preview Right know, toots from all the known fediverse are shown in the main page of an instance. That however doesn't reflect the instance itself. With this option the admin may choose to display only local toots so that users checking the instance get a better idea of internal conversations. * Fix issues pointed by codeclimate and eslint * Add default message for community timeline * Update pl.yml
-
Eugen Rochko a rédigé
* Cas authentication feature * Config * Remove class_eval + Omniauth initializer * Codeclimate review * Codeclimate review 2 * Codeclimate review 3 * Remove uid/email reconciliation * SAML authentication * Clean up code * Improve login form * Fix code style issues * Add locales
-
- fév. 03, 2018
-
-
Akihiko Odaki a rédigé
The database and Redis do not need external connections, so isolate them and prevent unauthorized access.
-