Release 1.6.2 (#1289)

* include user teams in user entity
* prevent unauthorized access via API
* improve teamlead permission handling in team timesheets
* add team data to user entity
* add security tests
* highlight menu for invoice template copy
* unified handling of invoice data across all templates
* access to the current users data in invoice templates
* permission improvement in invoice form
* allow to skip record rows
* allow to add new invoice locations without overwriting the global ones
* allow to order user preferences
* change permission for normal users with access to view_other_timesheets
* properly validate invoice template field length
* allow to replace multiple variables in cell values text
* upgraded office invoice template
* doctrine deprecation fix
* upgrade phpoffice/phpword
* fix future begin check for default rounding rules
* dashboard widget counter: respect visibility and teams - fixes #1161
* fix future begin check for default rounding rules
* added new events for pre and post invoice rendering
* fix permission issue for users without team seeing all records
* prevent error in spreadsheet renderer for empty invoices
This commit is contained in:
Kevin Papst
2019-12-02 10:57:03 +01:00
committed by GitHub
parent 47414cfd0e
commit 984c852ab6
78 changed files with 1279 additions and 625 deletions

22
composer.lock generated
View File

@@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "4c71764ce6f4c135070a2f7e7a0c62b6",
"content-hash": "c08938efb681d04751323b133c8d8199",
"packages": [
{
"name": "beberlei/doctrineextensions",
@@ -4525,16 +4525,16 @@
},
{
"name": "phpoffice/phpword",
"version": "0.15.0",
"version": "0.17.0",
"source": {
"type": "git",
"url": "https://github.com/PHPOffice/PHPWord.git",
"reference": "dfa2f36cad2b632b7ab1c56473e4f5db9a7caf7f"
"reference": "b8346af548d399acd9e30fc76ab0c55c2fec03a5"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/PHPOffice/PHPWord/zipball/dfa2f36cad2b632b7ab1c56473e4f5db9a7caf7f",
"reference": "dfa2f36cad2b632b7ab1c56473e4f5db9a7caf7f",
"url": "https://api.github.com/repos/PHPOffice/PHPWord/zipball/b8346af548d399acd9e30fc76ab0c55c2fec03a5",
"reference": "b8346af548d399acd9e30fc76ab0c55c2fec03a5",
"shasum": ""
},
"require": {
@@ -4566,7 +4566,7 @@
"type": "library",
"extra": {
"branch-alias": {
"dev-develop": "0.16-dev"
"dev-develop": "0.18-dev"
}
},
"autoload": {
@@ -4587,6 +4587,10 @@
"email": "me@gabrielbull.com",
"homepage": "http://gabrielbull.com/"
},
{
"name": "Franck Lefevre",
"homepage": "https://rootslabs.net/blog/"
},
{
"name": "Ivan Lanin",
"homepage": "http://ivan.lanin.org"
@@ -4595,10 +4599,6 @@
"name": "Roman Syroeshko",
"homepage": "http://ru.linkedin.com/pub/roman-syroeshko/34/a53/994/"
},
{
"name": "Franck Lefevre",
"homepage": "https://rootslabs.net/blog/"
},
{
"name": "Antoine de Troostembergh"
}
@@ -4630,7 +4630,7 @@
"word",
"writer"
],
"time": "2018-07-14T16:59:43+00:00"
"time": "2019-10-01T20:43:33+00:00"
},
{
"name": "psr/cache",