- May 28, 2018
-
-
Shuhei Kitagawa authored
-
tateisu authored
* optimize direct timeline * fix typo in class name * change filter condition for direct timeline * fix codestyle issue * revoke index_accounts_not_silenced because direct timeline does not use it. * revoke index_accounts_not_silenced because direct timeline does not use it. * fix rspec test condition. * fix rspec test condition. * fix rspec test condition. * revoke adding column and partial index * (direct timeline) move merging logic to model * fix pagination parameter * add method arguments that switches return array of status or cache_ids * fix order by * returns ActiveRecord.Relation in default behavor * fix codestyle issue
-
- May 23, 2018
-
-
Yamagishi Kazutoshi authored
-
- May 22, 2018
-
-
Shuhei Kitagawa authored
-
- May 19, 2018
-
-
Eugen Rochko authored
* Ensure push subscription is immediately removed when application is revoked * When token is revoked from app, unsubscribe too
-
- May 18, 2018
-
-
Eugen Rochko authored
Fix #7518
-
- May 17, 2018
-
-
Shuhei Kitagawa authored
-
- May 11, 2018
-
-
Shuhei Kitagawa authored
* Add tests for invites controller * Small refactoring and fix for invites controller
-
Eugen Rochko authored
- POST /api/v1/push/subscription - PUT /api/v1/push/subscription - DELETE /api/v1/push/subscription - New OAuth scope: "push" (required for the above methods)
-
- May 09, 2018
-
-
Yamagishi Kazutoshi authored
* Disable simplecov on CircleCI * Remove --format progress
-
Shuhei Kitagawa authored
-
Shuhei Kitagawa authored
-
- May 08, 2018
-
-
Surinna Curtis authored
-
- May 06, 2018
-
-
Shuhei Kitagawa authored
* Add confirmations_controller#resend * Add tests for confirmations_controller#resend * Add translations
-
Yamagishi Kazutoshi authored
* Port travis_retry for CI * Add license
-
- May 05, 2018
-
-
Eugen Rochko authored
* Improve design of account statuses admin UI (consistent with reports) * Make account moderation notes look consistent with report notes * i18n-tasks remove-unused * Fix code style issues * Fix tests
-
Shuhei Kitagawa authored
-
- May 04, 2018
-
-
Eugen Rochko authored
* Store home feeds for 7 days instead of 14 Reduces workload for status fan-out to active followers * Fix test for user model
-
Eugen Rochko authored
Same URI passed between follow request and follow, since they are the same thing in ActivityPub. Local URIs are generated during creation using UUIDs and are passed to serializers.
-
- May 03, 2018
-
-
Shuhei Kitagawa authored
-
- May 02, 2018
-
-
Eugen Rochko authored
25ms -> 0.5ms
-
Eugen Rochko authored
* No need to re-require sidekiq plugins, they are required via Gemfile * Add derailed_benchmarks tool, no need to require TTY gems in Gemfile * Replace ruby-oembed with FetchOEmbedService Reduce startup by 45382 allocated objects * Remove preloaded JSON-LD in favour of caching HTTP responses Reduce boot RAM by about 6 MiB * Fix tests * Fix test suite by stubbing out JSON-LD contexts
-
abcang authored
* Keep notification when muting_notifications is true * Retrun mute object * Fix test
-
Eugen Rochko authored
One RSA keypair for all fabricated test accounts is enough
-
Shuhei Kitagawa authored
-
Surinna Curtis authored
* Add equals_or_includes_any? helper in JsonLdHelper * Support arrays in JSON-LD type fields for actors/tags/objects. * Spec for resolving accounts with extension types * Style tweaks for codeclimate
-
- Apr 25, 2018
-
-
MIYAGI Hikaru authored
-
- Apr 23, 2018
-
-
Emelia Smith authored
-
Akihiko Odaki authored
-
- Apr 22, 2018
-
-
Eugen Rochko authored
Fix #7011
-
Yamagishi Kazutoshi authored
-
- Apr 21, 2018
-
-
Yamagishi Kazutoshi authored
-
Yamagishi Kazutoshi authored
-
- Apr 20, 2018
-
-
Yamagishi Kazutoshi authored
-
Eugen Rochko authored
* Use table for statuses in report * Display reported account and reporter in the same table * Split accounts and general report info into two tables again * Redesign report statuses table, notes, merge notes and action log * Remove unused translations * Fix code style issue * Fix code style issue * Fix code style issue
-
- Apr 18, 2018
-
-
Kaito Sinclaire authored
* Added a timeline for Direct statuses * Lists all Direct statuses you've sent and received * Displayed in Getting Started * Streaming server support for direct TL * Changes to match other timelines in 2.0
-
- Apr 16, 2018
-
-
Akihiko Odaki authored
Commit 519119f6 missed a change for stream entry page. Instead of duplicating the change, redirect to account status page. It would also help crawlers (of search engines, for example) to understand a stream entry URL and its corresponding status URL points to the same page.
-
- Apr 14, 2018
-
-
Eugen Rochko authored
* Add bio fields - Fix #3211 - Fix #232 - Fix #121 * Display bio fields in web UI * Fix output of links and missing fields * Federate bio fields over ActivityPub as PropertyValue * Improve how the fields are stored, add to Edit profile form * Add rel=me to links in fields Fix #121
-
- Apr 12, 2018
-
-
Renato "Lond" Cerqueira authored
Sidekiq sometimes throws errors for users that have more pinned items than the allowed by the local instance. It should only validate the number of pins for local accounts.
-
- Apr 11, 2018
-
-
Alexander authored
* update gem, test pam authentication * add description for test parameters * fix inclusion of optional group
-