]> cat aescling's git repositories - mastodon.git/commit
Add timeline read markers API (#11762)
authorEugen Rochko <eugen@zeonfederated.com>
Fri, 6 Sep 2019 11:55:51 +0000 (13:55 +0200)
committerGitHub <noreply@github.com>
Fri, 6 Sep 2019 11:55:51 +0000 (13:55 +0200)
commite445a8af64908b2bdb721bec74c113e8258a129b
tree028c911a65731dba93ebf048a9750811a2a95091
parentcf643d0060590948f8fb97ab9bd2045f3649b056
Add timeline read markers API (#11762)

Fix #4093
12 files changed:
app/controllers/api/v1/markers_controller.rb [new file with mode: 0644]
app/javascript/mastodon/actions/markers.js [new file with mode: 0644]
app/javascript/mastodon/features/ui/index.js
app/models/marker.rb [new file with mode: 0644]
app/models/user.rb
app/serializers/rest/marker_serializer.rb [new file with mode: 0644]
config/routes.rb
db/migrate/20190904222339_create_markers.rb [new file with mode: 0644]
db/schema.rb
spec/controllers/api/v1/markers_controller_spec.rb [new file with mode: 0644]
spec/fabricators/marker_fabricator.rb [new file with mode: 0644]
spec/models/marker_spec.rb [new file with mode: 0644]