Changelogs
1.0.0-rc31
- Added
webhookresource and endpoints to allow api Users to register their webhooks
1.0.0-rc15
- added
/projects/{gid}/messagesPOST and GET endpoints, to send and see project messages to a project - renamed existing
solomode project tosolo_legacy. Newsoloare meant to be in feed (project messages) form
1.0.0-rc11
- changed file and image fields schema. Image variations are embed now to be able to get any image into its right size.
{
"logo": "https://filer-creads-partners.s3-eu-west-1.amazonaws.com/myfile.jpg"
}
becomes:
{
"logo": {
"url": "https://filer-creads-partners.s3-eu-west-1.amazonaws.com/myfile.jpg",
"variations": {
"icon": {
"url": "https://filer-creads-partners.s3-eu-west-1.amazonaws.com/cache/icon/myfile.jpg"
},
"thumb": {
"url": "https://filer-creads-partners.s3-eu-west-1.amazonaws.com/cache/icon/myfile.jpg"
}
}
}
}
1.0.0-rc8
- removed /files endpoint
- added
logofield in Organization returned by/p/organizations/{hostname} - removed endpoint
/organizations/{gid}/logo_{variation}.jpg, use embed S3 URL in Organization returned by/p/organizations/{hostname} - removed endpoint
/dl, use embed S3 URL in resources - changed
organization.logofield type - changed
project.receipt_filepath,project.brief_fileandproject.source_filefield type - Removed embed file resource in worker.image, replaced by a filepath in worker.avatar_filepath
- changed
work.imageandwork.thumbnailfield type - replaced
worker.imagefield byworker.avatar - added
me.upload_formfield when responding to GET /me and having scopeupload_files
1.0.0-rc4
- Added
testto organization, option that allows to create Organizations where project are not charged
1.0.0-rc3
- added
last_seenandprojects_countfields in resource User for admin only - Added
avatarto user, generated from his firstname and lastname
1.0.0-rc2
- Added
budgetanduser_rankfields to invitation (data to be provided to generated user) - Added project state
require_approvalfor over-budget project to be launched by manager
1.0.0-rc1
- /products/{gid}/organizations is now restricted to admin only
1.0.0-beta23
- added
published_attoprojectresource to display the date of publication (formerly instarted_at) - added
canceled_attoprojectresource to display the date of cancelation started_atinprojectnow contains the date at which the project is really in progress
1.0.0-beta21
- added new OAuth2 scope
filesthat allows to fetch only files resources - renamed
/me/change-passwordto/me/password - client authenticated with
client_credentialswon't be able to requestGET /me, PUT /me, GET /me/member_of - only admin users can request
POST /works,PUT /works/{gid},DELETE /works/{gid}
1.0.0-alpha14
everything started here

