mirror of
https://github.com/grocy/grocy.git
synced 2025-08-20 12:20:22 +00:00
* Add permissions to Database & add "User"-classes * Add UI & API for Permissions, protect "User"-(Api)-Controller with new permissions. * Add some permissions. * Add permission localization * Add error handling. * Error pages: only redirect on 404 * ExceptionController: return JSON-Response on api-routes * Rename PRODUCT_ADD to PRODUCT_PURCHASE * Move translation to new file * Fix checkboxes stay selected on reload. * Remove configurable User-implementation * Remove MASTER_DATA_READ * Disable buttons the user isn't allowed to use. * Add default permissions for new users * When migration to permissions, everyone starts as ADMIN * Permission-Localization: add to transifex & LocalizationService * Review Co-authored-by: Bernd Bestel <bernd@berrnd.de>
11 lines
599 B
Batchfile
11 lines
599 B
Batchfile
pushd ..
|
|
tx pull --all --minimum-perc=80
|
|
tx pull --language en_GB
|
|
copy /Y localization\en\userfield_types.po localization\en_GB\userfield_types.po
|
|
copy /Y localization\en\stock_transaction_types.po localization\en_GB\stock_transaction_types.po
|
|
copy /Y localization\en\component_translations.po localization\en_GB\component_translations.po
|
|
copy /Y localization\en\chore_period_types.po localization\en_GB\chore_period_types.po
|
|
copy /Y localization\en\chore_assignment_types.po localization\en_GB\chore_assignment_types.po
|
|
copy /Y localization\en\permissions.po localization\en_GB\permissions.po
|
|
popd
|