Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-02-09 | Merge remote-tracking branch 'origin/master' into merge-upstream | David Yip | |
Conflicts: .travis.yml app/lib/user_settings_decorator.rb app/models/user.rb app/serializers/initial_state_serializer.rb app/views/stream_entries/_detailed_status.html.haml app/views/stream_entries/_simple_status.html.haml config/locales/simple_form.en.yml | |||
2018-02-09 | Add preference to always display sensitive media (#6448) | Eugen Rochko | |
2018-01-17 | Merge remote-tracking branch 'tootsuite/master' into glitchsoc/master | Jenkins | |
2018-01-17 | implement web share target (#6278) | りんすき | |
* web share target * fix * fix | |||
2018-01-08 | Merge remote-tracking branch 'tootsuite/master' into glitchsoc/master | Jenkins | |
2018-01-08 | Revert #5772 (#6221) | Eugen Rochko | |
2018-01-04 | Merge remote-tracking branch 'tootsuite/master' into glitchsoc/master | Jenkins | |
2018-01-04 | Fallback default thumbnail in instance status API (#6177) | Yamagishi Kazutoshi | |
2018-01-04 | Send one Delete of Actor in ActivityPub when account is suspended (#6172) | Eugen Rochko | |
2018-01-03 | Merge remote-tracking branch 'tootsuite/master' into glitchsoc/master | Jenkins | |
2018-01-03 | Allow to dereference Follow object for ActivityPub (#5772) | Akihiko Odaki | |
* Allow to dereference Follow object for ActivityPub * Accept IRI as object representation for Accept activity | |||
2017-12-15 | Merge remote-tracking branch 'tootsuite/master' into glitchsoc/master | Jenkins | |
2017-12-14 | Fix #6022 - Prevent nested migrated accounts, or migrations to self (#6026) | Eugen Rochko | |
2017-12-09 | added a few more things | cwm | |
2017-12-07 | Merge remote-tracking branch 'tootsuite/master' into glitchsoc/master | Jenkins | |
2017-12-07 | Add embed_url to preview cards (#5775) | Akihiko Odaki | |
2017-12-06 | Merge remote-tracking branch 'tootsuite/master' into glitchsoc/master | Jenkins | |
2017-12-06 | Break out nested relationship API keys (#5887) | aschmitz | |
* Break out nested relationship API keys This closes #5856 by restoring the existing behavior of the `muting` and `following` keys (returning booleans rather than truthy or false). It adds `showing_reblogs` and `muting_notifications` keys: * `showing_reblogs` returns true if: 1. You've requested to follow the user, with reblogs shown, or 2. You are following the user, with reblogs shown. * `muting_notifications` returns true if you have muted the user and their notifications as well. * Rubocop fix * Fix pulling reblog/mute status from relationships I could swear this had passed tests before, but apparently not. Works now. * More test fixes Really, you'd expect this to be more straightforward. | |||
2017-12-06 | Remove rabl dependency (#5894) | Eugen Rochko | |
* Remove rabl dependency * Replicate old Oj configuration | |||
2017-11-25 | Merge remote-tracking branch 'tootsuite/master' into glitchsoc/master | Jenkins | |
2017-11-25 | Display list column (#5750) | Eugen Rochko | |
2017-11-19 | Merge remote-tracking branch 'tootsuite/master' | David Yip | |
2017-11-18 | Profile redirect notes (#5746) | Eugen Rochko | |
* Serialize moved accounts into REST and ActivityPub APIs * Parse federated moved accounts from ActivityPub * Add note about moved accounts to public profiles * Add moved account message to web UI * Fix code style issues | |||
2017-11-17 | Merge pull request #223 from ↵ | beatrix | |
glitch-soc/glitchsoc/feature/configurable-status-size Make character limit configurable (from tootsuite/mastodon#5697) | |||
2017-11-17 | Merge remote-tracking branch 'origin/master' into merge-upstream | David Yip | |
2017-11-18 | Lists (#5703) | Eugen Rochko | |
* Add structure for lists * Add list timeline streaming API * Add list APIs, bind list-account relation to follow relation * Add API for adding/removing accounts from lists * Add pagination to lists API * Add pagination to list accounts API * Adjust scopes for new APIs - Creating and modifying lists merely requires "write" scope - Fetching information about lists merely requires "read" scope * Add test for wrong user context on list timeline * Clean up tests | |||
2017-11-17 | Merge remote-tracking branch ↵ | David Yip | |
'lambadalambda/feature/configurable-status-size' into glitchsoc/feature/configurable-status-size | |||
2017-11-16 | Merge tootsuite/master at 30237259367a0ef2b20908518b86bbeb358999b5 | Surinna Curtis | |
2017-11-14 | Rename MAX_CHARS to MAX_TOOT_CHARS to be more specific. | Lain Iwakura | |
2017-11-14 | Return character limit in API and initial state. | Lain Iwakura | |
2017-11-07 | Hide disabled custom emojis from emoji picker and emoji auto suggestions. ↵ | kedama | |
(#5613) Make the same behavior as /api/v1/custom_emojis. | |||
2017-10-27 | Merge branch 'master' into gs-master | David Yip | |
2017-10-27 | Feature: Unlisted custom emojis (#5485) | nullkal | |
2017-10-16 | Merge remote-tracking branch 'upstream/master' into gs-master | David Yip | |
2017-10-16 | Add option to reduce motion (#5393) | Nolan Lawson | |
* Add option to reduce motion * Use HOC to wrap all Motion calls * fix case-sensitive issue * Avoid updating too frequently * Get rid of unnecessary change to _simple_status.html.haml | |||
2017-10-16 | Merge remote-tracking branch 'origin/master' into gs-master | David Yip | |
2017-10-14 | Use atomUri in Undo activity of Announce (#5376) | unarist | |
This allows deletion of reblogs which delivered before with OStatus URI. | |||
2017-10-11 | Merge upstream 2.0ish #165 | kibigo! | |
2017-10-08 | Fix #5178 - Use object URI only in Announce, instead of embedding (#5266) | Eugen Rochko | |
2017-10-07 | adding support for audio uploads, transcoded to mp4 videos | DJ Sundog | |
2017-10-07 | In REST API, when URL can be missing, cast it to nil (#5259) | Eugen Rochko | |
2017-10-07 | Encode custom emojis as resolveable objects in ActivityPub (#5243) | Eugen Rochko | |
* Encode custom emojis as resolveable objects in ActivityPub * Improve code style | |||
2017-10-05 | When processing custom emoji, ensure a non-animated version exists (#5230) | Eugen Rochko | |
Use the non-animated version in web UI, but return both in API | |||
2017-10-02 | Make Chrome splash screen same color as web UI's background color (#5169) | Eugen Rochko | |
2017-09-28 | Add ability to specify alternative text for media attachments (#5123) | Eugen Rochko | |
* Fix #117 - Add ability to specify alternative text for media attachments - POST /api/v1/media accepts `description` straight away - PUT /api/v1/media/:id to update `description` (only for unattached ones) - Serialized as `name` of Document object in ActivityPub - Uploads form adjusted for better performance and description input * Add tests * Change undo button blend mode to difference | |||
2017-09-28 | Merge commit 'b9f59ebcc68e9da0a7158741a1a2ef3564e1321e' into merging-upstream | Ondřej Hruška | |
2017-09-28 | Merge commit '4aea3f88a6d30f102a79c2da7fcfac96465ba1a8' into merging-upstream | Ondřej Hruška | |
2017-09-24 | Make sure nil IDs to not get cast to empty string in REST API (#5068) | Eugen Rochko | |
2017-09-23 | Add custom emojis to the emoji picker (#5052) | Eugen Rochko | |
2017-09-23 | New API: GET /api/v1/custom_emojis to get a server's custom emojis (#5051) | Eugen Rochko | |