You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"description": "Base adapter class for all OSF APIv2 endpoints"
93
+
},
94
+
{
95
+
"displayName": "authenticators",
96
+
"name": "authenticators",
97
+
"description": "Ember-simple-auth compatible authenticator based on session cookie.\n\nIntended to be used with the authorizer of the same name."
98
+
},
99
+
{
100
+
"displayName": "authorizers",
101
+
"name": "authorizers",
102
+
"description": "Ember-simple-auth compatible authorizer based on session cookie.\n\nIntended to be used with the authenticator of the same name."
103
+
},
104
+
{
105
+
"displayName": "components",
106
+
"name": "components",
107
+
"description": "Display information about an individual comment, including controls to edit, delete, and report.\nThis component is typically used as part of the `comment-pane` component; see that component for further information.\n\nSample usage:\n```handlebars\n{{comment-detail\n comment=comment\n editComment=attrs.editComment\n deleteComment=attrs.deleteComment\n restoreComment=attrs.restoreComment\n reportComment=attrs.reportComment}}\n```"
108
+
},
109
+
{
110
+
"displayName": "ember",
111
+
"name": "ember"
112
+
},
113
+
{
114
+
"displayName": "ember-osf",
115
+
"name": "ember-osf",
116
+
"description": "Helper functions for asynchronous behavior"
117
+
},
118
+
{
119
+
"displayName": "ember-preprints",
120
+
"name": "ember-preprints"
121
+
},
122
+
{
123
+
"displayName": "helpers",
124
+
"name": "helpers",
125
+
"description": "Generate a unique HTML element ID for this element. Given \"someid\" for component instance 123, returns \"ember123-someid\"\n\nUseful to ensure unique IDs, eg for when component is reused in page."
126
+
},
127
+
{
128
+
"displayName": "mixins",
129
+
"name": "mixins",
130
+
"description": "Replacement for Ember-simple-auth AuthenticatedRouteMixin. Instead of redirecting to an internal route,\n this mixin redirects to CAS login URL, and brings the user back to the last requested page afterwards\n\nFor OAuth this is done via the state parameter, and for cookies this is done via the service parameter. (TODO: Need a mixin that detects this!)"
131
+
},
132
+
{
133
+
"displayName": "models",
134
+
"name": "models",
135
+
"description": "Model for OSF APIv2 collections\nFor field and usage information, see:\n* https://api.osf.io/v2/docs/#!/v2/Collection_List_GET"
136
+
},
137
+
{
138
+
"displayName": "serializers",
139
+
"name": "serializers",
140
+
"description": "Base serializer class for all OSF APIv2 endpoints. Provides custom behaviors for embeds, relationships, and pagination."
141
+
},
142
+
{
143
+
"displayName": "services",
144
+
"name": "services",
145
+
"description": "Access information about the currently logged in user"
146
+
},
147
+
{
148
+
"displayName": "utils",
149
+
"name": "utils",
150
+
"description": "Helper functions for asynchronous behavior"
0 commit comments