-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
refactor: change attributes to "fields" for JSON API compliance #8
Comments
ToDo:
|
ThorstenSuckow
added a commit
to conjoon/lumen-app-email
that referenced
this issue
Jun 11, 2022
ThorstenSuckow
added a commit
that referenced
this issue
Jun 11, 2022
ThorstenSuckow
added a commit
to conjoon/lumen-app-email
that referenced
this issue
Jun 11, 2022
ThorstenSuckow
added a commit
to conjoon/extjs-app-webmail
that referenced
this issue
Jun 11, 2022
ThorstenSuckow
added a commit
to conjoon/extjs-dev-webmailsim
that referenced
this issue
Jun 11, 2022
ThorstenSuckow
pushed a commit
that referenced
this issue
Jun 12, 2022
ThorstenSuckow
added a commit
to conjoon/rest-api-description
that referenced
this issue
Jun 12, 2022
ThorstenSuckow
pushed a commit
that referenced
this issue
Jun 12, 2022
ThorstenSuckow
pushed a commit
that referenced
this issue
Jun 12, 2022
ThorstenSuckow
pushed a commit
that referenced
this issue
Jun 12, 2022
ThorstenSuckow
added a commit
that referenced
this issue
Jun 12, 2022
ThorstenSuckow
added a commit
to conjoon/lumen-app-email
that referenced
this issue
Jun 12, 2022
…esponse made also sure that Authenticate uses 401/404 Exceptions based on state of authentication (404 if MailAccount was not found, 401 if authentication failed); removed success property from response refs conjoon/php-lib-conjoon#8
ThorstenSuckow
added a commit
that referenced
this issue
Jun 12, 2022
ThorstenSuckow
added a commit
that referenced
this issue
Jun 12, 2022
ThorstenSuckow
added a commit
that referenced
this issue
Jun 12, 2022
ThorstenSuckow
added a commit
to conjoon/lumen-app-email
that referenced
this issue
Jun 12, 2022
ThorstenSuckow
added a commit
to conjoon/lumen-app-email
that referenced
this issue
Jun 12, 2022
ThorstenSuckow
added a commit
to conjoon/lumen-app-email
that referenced
this issue
Jun 12, 2022
ThorstenSuckow
added a commit
to conjoon/lumen-app-email
that referenced
this issue
Jun 12, 2022
only reason at this point a 401 could be returned is if the user is a guest which is already checked by App\Http\V0\Middleware\Authenticate refs conjoon/php-lib-conjoon#8
ThorstenSuckow
added a commit
to conjoon/lumen-app-email
that referenced
this issue
Jun 12, 2022
ThorstenSuckow
added a commit
to conjoon/rest-api-description
that referenced
this issue
Jun 12, 2022
ThorstenSuckow
added a commit
to conjoon/extjs-app-webmail
that referenced
this issue
Jun 13, 2022
…ted rest-api-email refs conjoon/php-lib-conjoon#8
ThorstenSuckow
added a commit
to conjoon/extjs-dev-webmailsim
that referenced
this issue
Jun 13, 2022
ThorstenSuckow
added a commit
to conjoon/rest-api-description
that referenced
this issue
Jun 16, 2022
ThorstenSuckow
added a commit
to conjoon/lumen-app-email
that referenced
this issue
Jun 16, 2022
ThorstenSuckow
added a commit
that referenced
this issue
Oct 17, 2022
should be part of concrete backend implementation, not library refs #8
ThorstenSuckow
added a commit
that referenced
this issue
Oct 17, 2022
ThorstenSuckow
added a commit
that referenced
this issue
Oct 17, 2022
ThorstenSuckow
added a commit
that referenced
this issue
Oct 17, 2022
ThorstenSuckow
added a commit
that referenced
this issue
Oct 18, 2022
ThorstenSuckow
added a commit
that referenced
this issue
Oct 19, 2022
ThorstenSuckow
added a commit
that referenced
this issue
Oct 19, 2022
returns true if url targets a resource collection refs #8
ThorstenSuckow
added a commit
to conjoon/lumen-app-email
that referenced
this issue
Oct 19, 2022
ThorstenSuckow
added a commit
to conjoon/lumen-app-email
that referenced
this issue
Oct 19, 2022
ThorstenSuckow
added a commit
to conjoon/lumen-app-email
that referenced
this issue
Oct 20, 2022
ThorstenSuckow
added a commit
to conjoon/lumen-app-email
that referenced
this issue
Oct 20, 2022
ThorstenSuckow
added a commit
that referenced
this issue
Oct 22, 2022
ThorstenSuckow
added a commit
that referenced
this issue
Oct 23, 2022
updated annotations and type hints according to phpstan refs #8
ThorstenSuckow
added a commit
that referenced
this issue
Oct 23, 2022
…UrlRegex updated API from ResourceUrlRegex with naming and Arrayable interface refs #8
ThorstenSuckow
pushed a commit
that referenced
this issue
Oct 25, 2022
ThorstenSuckow
pushed a commit
that referenced
this issue
Oct 28, 2022
ThorstenSuckow
pushed a commit
that referenced
this issue
Oct 30, 2022
update according to phpstan and PSR-12 refs #8
ThorstenSuckow
pushed a commit
that referenced
this issue
Nov 1, 2022
add Equatable to Template for comparing two templates for equality refs #8
ThorstenSuckow
pushed a commit
that referenced
this issue
Nov 1, 2022
ThorstenSuckow
added a commit
that referenced
this issue
Nov 2, 2022
ThorstenSuckow
added a commit
that referenced
this issue
Nov 2, 2022
ThorstenSuckow
pushed a commit
that referenced
this issue
Nov 2, 2022
ThorstenSuckow
pushed a commit
that referenced
this issue
Nov 9, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
additionally, change responses and their datastructure. remove "success"-property
The text was updated successfully, but these errors were encountered: