Jan Böhmer
|
66e566b99a
|
Use precompiled PHP extensions for docker container
This should hopefully reduce the build times for cross compiled images, as we dont have to build extensions from source there.
|
2023-02-05 18:58:57 +01:00 |
|
Jan Böhmer
|
ba5ae35809
|
Fixed some inspection issues
|
2023-02-05 03:01:25 +01:00 |
|
Jan Böhmer
|
a5cbe59a7c
|
Removed bootstrap-select CSS we dont need/use anymore
|
2023-02-05 02:29:28 +01:00 |
|
Jan Böhmer
|
e52ae8fda1
|
Updated dependencies.
|
2023-02-05 02:27:05 +01:00 |
|
Jan Böhmer
|
156f611611
|
Do not build extenstions that are already existing in the docker image
|
2023-02-05 02:16:30 +01:00 |
|
Jan Böhmer
|
3d54921ab9
|
Cache docker builds in github action cache
|
2023-02-05 02:03:18 +01:00 |
|
Jan Böhmer
|
9273d6b249
|
Improved efficiency of Dockerfile
|
2023-02-05 00:46:30 +01:00 |
|
Jan Böhmer
|
cba3f65c29
|
Only configure the QEMU VMs we need for docker build action
|
2023-02-05 00:42:19 +01:00 |
|
Jan Böhmer
|
b7cc258344
|
Removed bootstrap-treeview assets, as we use bs-treeview yarn package since some time
|
2023-02-05 00:31:45 +01:00 |
|
Jan Böhmer
|
066f4463fc
|
Try docker multi-platform-builds for ARM
|
2023-02-05 00:22:28 +01:00 |
|
Jan Böhmer
|
3546385ed2
|
Moved favicon.ico to web root folder, as this is the location where a browser expects it
This prevents that the browser calls the PHP router to search for the (non-existing) favicon.icon
|
2023-02-05 00:18:07 +01:00 |
|
Jan Böhmer
|
76e4002a5a
|
Fixed typo in template path
|
2023-02-05 00:14:57 +01:00 |
|
Jan Böhmer
|
3d5bc4e514
|
Define some common options in the example docker-compose.yaml file
|
2023-02-05 00:07:52 +01:00 |
|
Jan Böhmer
|
a8fe635cf5
|
Enable HISTORY_SAVE_CHANGED_DATA and HISTORY_SAVE_REMOVED_DATA by default
|
2023-02-04 23:53:07 +01:00 |
|
Jan Böhmer
|
209c493732
|
Added some dataprocessors to monolog to add more context to error logs
|
2023-02-04 23:51:02 +01:00 |
|
Jan Böhmer
|
49d7a527f5
|
Renamed demo environment to docker
|
2023-02-04 23:40:24 +01:00 |
|
Jan Böhmer
|
a128f40358
|
Renamed AdminPages/ templates folder to recommended snake_case style
|
2023-02-04 23:34:39 +01:00 |
|
Jan Böhmer
|
1559b669df
|
Renamed form/ templates folder to recommended snake_case style
|
2023-02-04 23:21:36 +01:00 |
|
Jan Böhmer
|
12d4c2f4d9
|
Renamed label_system templates folder to recommended snake_style style
|
2023-02-04 23:15:11 +01:00 |
|
Jan Böhmer
|
06f86176b6
|
Renamed log_system template folder to recommended snake_case style
|
2023-02-04 23:09:36 +01:00 |
|
Jan Böhmer
|
9097220026
|
Renamed parts/ templates folder to recommended snake_case style
|
2023-02-04 23:05:39 +01:00 |
|
Jan Böhmer
|
e8efe81f79
|
Renamed projects/ template folder to recommended camel_case style
|
2023-02-04 23:03:32 +01:00 |
|
Jan Böhmer
|
5696f32a04
|
Renamed security template folder to recommended snake_case style
|
2023-02-04 22:59:43 +01:00 |
|
Jan Böhmer
|
dd5691f199
|
Renamed tools templates to the recommended snake_case style
|
2023-02-04 22:55:16 +01:00 |
|
Jan Böhmer
|
29e46d5d05
|
Renamed users templates folder to recommended snake_case
|
2023-02-04 22:49:28 +01:00 |
|
Jan Böhmer
|
6f28029fb8
|
Added a custom docker entrypoint which chowns used volumes
This fixes issue #206.
|
2023-02-04 22:44:33 +01:00 |
|
Jan Böhmer
|
f0947fd948
|
Hopefully fixed AbstractParameter exception on the LabelProfile controller
|
2023-02-03 23:43:44 +01:00 |
|
Jan Böhmer
|
d804184073
|
Fixed exception when mass creation of non structural entities failed.
|
2023-02-03 23:27:49 +01:00 |
|
Jan Böhmer
|
3a9a6bbe76
|
Fixed styling of mass import hint on admin pages
|
2023-02-03 23:20:48 +01:00 |
|
Jan Böhmer
|
5f5c06d6e9
|
Fixed problems with attachments on label profiles.
|
2023-02-03 23:18:14 +01:00 |
|
Jan Böhmer
|
cf06cf363b
|
Removed left over debugger statement.
|
2023-02-03 23:13:25 +01:00 |
|
Jan Böhmer
|
2e18065d5a
|
Replaced all occurances of bootstrap-select with tomSelect
All choice fields should now use tomselect by default to improve user UX
|
2023-02-02 00:36:42 +01:00 |
|
Jan Böhmer
|
3c3a03a179
|
Use new ValidTheme constraint on theme field.
The old choice constraint needed an const, which is not available anymore, as you can configure the themes via parameters
|
2023-02-01 23:50:54 +01:00 |
|
Jan Böhmer
|
f1c3a52c8a
|
Use strategy fixed for dropdown menus, so they dont get clipped by an overflow: hidden
This fixes issue #209
|
2023-02-01 23:33:46 +01:00 |
|
Jan Böhmer
|
4a8480edce
|
Correctly render the Google Auth QRCode in darkmode
|
2023-02-01 23:17:03 +01:00 |
|
Jan Böhmer
|
08c97282a3
|
Allow to configure which themes should be available via parameters.yaml
|
2023-02-01 23:15:02 +01:00 |
|
Jan Böhmer
|
489b3e2c21
|
Use webpack entrypoints for bootstrap and bootswatch themes
This allows us to utilize the webpack versioning mechanism, to avoid display issues, when upgrading bootstrap
|
2023-02-01 22:58:39 +01:00 |
|
Jan Böhmer
|
5c303225d7
|
Upgraded composer dependencies.
|
2023-02-01 22:17:45 +01:00 |
|
Jan Böhmer
|
7654ac4d23
|
Updated yarn dependencies.
|
2023-02-01 22:14:32 +01:00 |
|
Jan Böhmer
|
30280af645
|
Merge branch 'l10n_master'
|
2023-01-31 10:38:53 +01:00 |
|
Jan Böhmer
|
b529e8e360
|
New translations security.en.xlf (Russian)
|
2023-01-31 10:20:12 +01:00 |
|
Jan Böhmer
|
7aaaf28e10
|
New translations security.en.xlf (Japanese)
|
2023-01-31 10:20:11 +01:00 |
|
Jan Böhmer
|
6b185743b3
|
New translations security.en.xlf (Greek)
|
2023-01-31 10:20:10 +01:00 |
|
Jan Böhmer
|
41cb72c2dd
|
New translations security.en.xlf (French)
|
2023-01-31 10:20:09 +01:00 |
|
Jan Böhmer
|
c4fc106586
|
New translations validators.en.xlf (Greek)
|
2023-01-31 10:20:08 +01:00 |
|
Jan Böhmer
|
c71646de3f
|
Use icon instead of "Add" in structural entity select.
|
2023-01-30 23:58:53 +01:00 |
|
Jan Böhmer
|
b668218154
|
Fixed tests.
|
2023-01-30 23:40:22 +01:00 |
|
Jan Böhmer
|
a38db98d82
|
New translations messages.en.xlf (English)
|
2023-01-30 23:19:14 +01:00 |
|
Jan Böhmer
|
dc012b56a8
|
Improved UX of entity adding from part edit page.
|
2023-01-30 23:08:22 +01:00 |
|
Jan Böhmer
|
25be76b311
|
Added some tests
|
2023-01-30 22:42:07 +01:00 |
|