DaybydayCRM
DaybydayCRM copied to clipboard
DaybydayCRM an open-source CRM, to help you keep track of your daily workflow.
Bumps [url-parse](https://github.com/unshiftio/url-parse) from 1.5.3 to 1.5.10. Commits 8cd4c6c 1.5.10 ce7a01f [fix] Improve handling of empty port 0071490 [doc] Update JSDoc comment a7044e3 [minor] Use more descriptive variable name d547792 [security]...
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.9.0 to 1.14.8. Commits 3d81dc3 Release version 1.14.8 of the npm package. 62e546a Drop confidential headers across schemes. 2ede36d Release version 1.14.7 of the npm package. 8b347cb...
Bumps [ajv](https://github.com/ajv-validator/ajv) from 6.10.2 to 6.12.6. Release notes Sourced from ajv's releases. v6.12.6 Fix performance issue of "url" format. v6.12.5 Fix uri scheme validation (@ChALkeR). Fix boolean schemas with strictKeywords...
Fix docker db error ``` dbMain | Remove MYSQL_USER="root" and use one of the following to control the root user password: dbMain | - MYSQL_ROOT_PASSWORD dbMain | - MYSQL_ALLOW_EMPTY_PASSWORD dbMain...
I understand from the docs that it is recommended to create the database schema by calling: ``` php artisan migrate --seed ``` https://github.com/Bottelet/DaybydayCRM/wiki/Install https://github.com/Bottelet/DaybydayCRM/wiki/Install-using-Docker But is the `--seed` part necessary?...
Bumps [axios](https://github.com/axios/axios) from 0.21.1 to 0.21.2. Release notes Sourced from axios's releases. v0.21.2 0.21.2 (September 4, 2021) Fixes and Functionality: Updating axios requests to be delayed by pre-emptive promise creation...
## French support I start to add french support, there must surely be some spelling mistakes. I have not finished yet If you want to help me, start to edit...
I found some relative routes that might cause errors in certain environments. ie: `resources/views/tasks/show.blade.php`:line 269 ```javascript ... $('#add-invoice-line-modal .modal-content').load('/add-invoice-lines/{{$tasks->external_id}}' + '/task'); ... ``` Can cause errors in example on localhost...
Bumps [browserslist](https://github.com/browserslist/browserslist) from 4.7.1 to 4.16.6. Changelog Sourced from browserslist's changelog. 4.16.6 Fixed npm-shrinkwrap.json support in --update-db (by Geoff Newman). 4.16.5 Fixed unsafe RegExp (by Yeting Li). 4.16.4 Fixed unsafe...