All notable changes to laravel-portugal/api
will be documented in this file
- Require
josepostiga/larabeat
package to support health-check endpoints.
- N/A
- N/A
- N/A
- N/A
- Update dependencies
- An authenticated user can delete a question (#30)
- A guest or an authenticated user can see details of a question (#48)
- A guest or an authenticated user can list questions (#26)
- Guest cannot submit Links for existing author_email (#52)
- An authenticated user can update an answer of a given question (#33)
- A guest or an authenticated user can list answers of a question (#32)
- Ported
storage:link
command from Laravel
- Switched from response status 202 to 204 on successful accounts' logout operation
- Link cover image should be stored publicly (#58)
- First version of the API documentation
- A guest should be able to login and logout (#37)
- Add account types and permissions (#42)
- An authenticated user can post an answer to a question (#31)
- An authenticated user can update a question (#27)
- Updated Accounts' domain endpoints structure
- Changed timestamps columns on links and tags tables (#28, #29)
- Add account creation (#22)
- Using active_url validation rule breaks tests on Links domain (#35)
- Add hard limit of unnapproved submissions per e-mail (#17)
- Verify link is valid URL (#23)
- Title to links
- Updated Laravel to v8.x.
- Updated Laravel to v7.15.0.
- Bump symfony/http-foundation from 5.0.5 to 5.0.7 due to security fixes
- Support to receive link's submissions with tag's relation for grouping purposes