Jan Böhmer
|
38c826713f
|
Check for permissions to access settings menu and added settings menu to sidebar menu
|
2025-07-06 22:29:35 +02:00 |
|
Jan Böhmer
|
2ef46cdd34
|
Moved gravatar and update checking settings to the settings-bundle system
|
2024-07-16 21:58:41 +02:00 |
|
Jan Böhmer
|
235d572f8c
|
Use DatetimeImmutable instead of DateTime wherever possible
|
2024-06-22 17:36:54 +02:00 |
|
Jan Böhmer
|
20f32c7f12
|
Applied rector suggestions
|
2024-06-22 00:31:43 +02:00 |
|
Jan Böhmer
|
d49bb1f4b5
|
Removed unused import statements
|
2024-03-03 20:34:36 +01:00 |
|
Jan Böhmer
|
42e604245c
|
Fixed some inspection issues
|
2024-03-03 19:57:31 +01:00 |
|
Jan Böhmer
|
3585b8a56a
|
Adapter attachment upload forms to the new system
|
2024-03-03 18:52:06 +01:00 |
|
Jan Böhmer
|
bcaf96ed59
|
Use a svg file as default user avatar instead of SVG. Also changed path generation logic
This should also fix the path issue described in issue #446
|
2023-12-10 21:25:40 +01:00 |
|
Jan Böhmer
|
b7af08503c
|
Refactored cache tags and invalidation
|
2023-11-29 20:49:16 +01:00 |
|
Jan Böhmer
|
84c111ac7c
|
Show a warning flash message, if permissions were corrected and missing permissions were set
Related to issue #435
|
2023-11-25 00:36:31 +01:00 |
|
Jan Böhmer
|
9fd3012c27
|
Fixed exception if user avatar file somehow got deleted.
Now we just show the default avatar instead of the non-existing attachment file
|
2023-10-24 13:25:33 +02:00 |
|
Jan Böhmer
|
6d6a69e1dd
|
Removed unnecessary curly brackets in string interpolation, which are deprecated in PHP 8.2
|
2023-10-14 20:31:04 +02:00 |
|
Jan Böhmer
|
6be55d1837
|
Use the new VoterHelper in voters
|
2023-08-28 22:00:25 +02:00 |
|
Jan Böhmer
|
fc6643bd6f
|
Added system to restrict permissions based on API token level
|
2023-08-28 21:20:59 +02:00 |
|
Jan Böhmer
|
0e5613b57b
|
Forbid access to homepage if a user has no allow permission
This allows to block access to everything (even the homepage) for anonymous access. This fixes issue #290
|
2023-08-20 12:33:08 +02:00 |
|
Jan Böhmer
|
1fb334b0ca
|
Show a notification on homepage and server info page if there is a new version available.
|
2023-08-04 23:49:26 +02:00 |
|
Jan Böhmer
|
b3153dac68
|
Fixed static analysis issue and added test for UserRepository
|
2023-08-01 16:20:31 +02:00 |
|
Jan Böhmer
|
d10d29e590
|
Do not enable the create part from provider permission automatically
This allows users to create new datastructures, which is maybe not wanted. Besides it has to be configured first.
|
2023-07-17 00:20:38 +02:00 |
|
Jan Böhmer
|
b3b205cd6e
|
Added permissions to control access to info providers and oauth tokens
|
2023-07-16 20:33:24 +02:00 |
|
Jan Böhmer
|
d6500c45aa
|
Use the domain name in server_name field of Google Authenticator QR code
We achieve that by decorating the GoogleAuthenticator service
|
2023-06-26 23:47:54 +02:00 |
|
Jan Böhmer
|
b7c8ca2a48
|
Improved typing and phpdoc type annotations
|
2023-06-18 15:37:42 +02:00 |
|
Jan Böhmer
|
e8771ea118
|
Fixed some more phpstan issues
|
2023-06-18 00:00:58 +02:00 |
|
Jan Böhmer
|
19530a9102
|
Fixed some PHPStan level 5 issues
|
2023-06-13 20:24:54 +02:00 |
|
Jan Böhmer
|
6a2ff9d153
|
Added declare strict types to all files
|
2023-06-11 18:59:07 +02:00 |
|
Jan Böhmer
|
684334ba22
|
Improved code style of tests
|
2023-06-11 15:02:59 +02:00 |
|
Jan Böhmer
|
5629215ce4
|
Use imports instead of FQNs
|
2023-06-11 15:00:28 +02:00 |
|
Jan Böhmer
|
f63b6d7207
|
Fixed service wiring configuration
|
2023-06-11 14:50:47 +02:00 |
|
Jan Böhmer
|
7ee01d9a05
|
Applied rector with PHP8.1 migration rules
|
2023-06-11 14:17:19 +02:00 |
|
Jan Böhmer
|
a43af180a7
|
Applied rector rules up to symfony 6.2
|
2023-05-28 01:21:05 +02:00 |
|
Jan Böhmer
|
1dbf36b86b
|
Use str_contains and similar instead of strpos
|
2023-05-27 23:58:28 +02:00 |
|
Jan Böhmer
|
d04d743520
|
Fixed typos
|
2023-04-15 23:14:53 +02:00 |
|
Jan Böhmer
|
29d1d49aca
|
Fixed some more inspection issues
|
2023-04-15 22:05:29 +02:00 |
|
Jan Böhmer
|
bd5ee837f4
|
Added permissions for importing data
|
2023-03-13 21:51:56 +01:00 |
|
Jan Böhmer
|
383fd797a3
|
Use current request instead of main request.
|
2023-01-29 13:06:21 +01:00 |
|
Jan Böhmer
|
beeadef853
|
Use the locale from the request if available, to generate cache keys
This hopefully fixes the problem with the wrong language of the tools tree in the demo.
|
2023-01-29 13:04:18 +01:00 |
|
Jan Böhmer
|
04c6d582f2
|
Make small user pictures hoverable to show larger version of profile picture.
|
2023-01-25 00:16:10 +01:00 |
|
Jan Böhmer
|
d06701fa87
|
Started to work on avatar upload from user settings page.
|
2023-01-24 00:57:41 +01:00 |
|
Jan Böhmer
|
daba6edf5d
|
Allow to edit user avatar via user admin page.
|
2023-01-23 23:58:11 +01:00 |
|
Jan Böhmer
|
97b87dee5f
|
Show user avatar next to its name, in all possible locations
|
2023-01-23 23:01:57 +01:00 |
|
Jan Böhmer
|
769850cec6
|
Added the IC logos tools from the old Part-DB version
|
2023-01-12 00:14:31 +01:00 |
|
Jan Böhmer
|
04b660d777
|
Finished builtin footprints viewer tool.
|
2023-01-09 23:40:54 +01:00 |
|
Jan Böhmer
|
1a3253b31a
|
Fixed permission schema migration for PHP < 8.1
|
2023-01-08 22:53:32 +01:00 |
|
Jan Böhmer
|
7b6a906d98
|
Renamed "devices" permission to "projects"
|
2023-01-08 20:10:58 +01:00 |
|
Jan Böhmer
|
b2157c93e3
|
Fixed an exception when upgrading permissions schemas when the user has no group
|
2023-01-08 01:21:09 +01:00 |
|
Jan Böhmer
|
7aa88a8dbd
|
Automatically upgrade permission version schema in the background when needed on a request.
|
2023-01-08 00:35:43 +01:00 |
|
Jan Böhmer
|
0e56f11b6b
|
Added an mechanism to upgrade permissions schema (manually by calling a program)
|
2023-01-08 00:15:35 +01:00 |
|
Jan Böhmer
|
60d5776cb7
|
Added permission to control if a user is allowed to withdraw/add/move parts
|
2023-01-07 21:23:36 +01:00 |
|
Jan Böhmer
|
8ae4e9fe05
|
Fixed some inspection issues
|
2022-12-18 19:45:04 +01:00 |
|
Jan Böhmer
|
a4eae19a1f
|
Improved organisation of Services
|
2022-12-18 17:28:42 +01:00 |
|
Jan Böhmer
|
68462185ba
|
Removed old GPLv2 copyright header
|
2022-11-29 22:28:53 +01:00 |
|