]>
| author | Eugen Rochko <eugen@zeonfederated.com> | |
| Fri, 6 Sep 2019 11:55:51 +0000 (13:55 +0200) | ||
| committer | GitHub <noreply@github.com> | |
| Fri, 6 Sep 2019 11:55:51 +0000 (13:55 +0200) | ||
| commit | e445a8af64908b2bdb721bec74c113e8258a129b | |
| tree | 028c911a65731dba93ebf048a9750811a2a95091 | tree | snapshot |
| parent | cf643d0060590948f8fb97ab9bd2045f3649b056 | commit | diff |
| app/controllers/api/v1/markers_controller.rb | [new file with mode: 0644] | blob |
| app/javascript/mastodon/actions/markers.js | [new file with mode: 0644] | blob |
| app/javascript/mastodon/features/ui/index.js | diff | blob | history | |
| app/models/marker.rb | [new file with mode: 0644] | blob |
| app/models/user.rb | diff | blob | history | |
| app/serializers/rest/marker_serializer.rb | [new file with mode: 0644] | blob |
| config/routes.rb | diff | blob | history | |
| db/migrate/20190904222339_create_markers.rb | [new file with mode: 0644] | blob |
| db/schema.rb | diff | blob | history | |
| spec/controllers/api/v1/markers_controller_spec.rb | [new file with mode: 0644] | blob |
| spec/fabricators/marker_fabricator.rb | [new file with mode: 0644] | blob |
| spec/models/marker_spec.rb | [new file with mode: 0644] | blob |