added avatars, show user teams in list, new team dashboard widgets (#1150)

This commit is contained in:
Kevin Papst
2019-10-03 13:44:16 +02:00
committed by GitHub
parent 718ad4b398
commit e8c25d8ac5
120 changed files with 2585 additions and 642 deletions

View File

@@ -10,9 +10,18 @@ Perform EACH version specific task between your version and the new one, otherwi
## [1.4](https://github.com/kevinpapst/kimai2/releases/tag/1.4)
**Attention**: There is a new directory, which needs to be writable by the webserver: `public/avatars/`.
New permission (used in new dashboard widget):
- `view_team_member` - view the teamlead and members for the teams of the current user
### Possible BC breaks
- Activate Javascript select component by default
- Activated Javascript select component by default
### BC breaks for devs
- Dashboard widgets and rows need to define their `type` by FQCN
- Switched to Symfony 4.3 event types, this could fail in plugins only if they didn't use the official constants for event names
## [1.3](https://github.com/kevinpapst/kimai2/releases/tag/1.3)