Jan Böhmer
|
9cb265c6f5
|
Improved margin between darkmode label and darkmode selector
|
2023-07-03 00:55:11 +02:00 |
|
Jan Böhmer
|
e72b120c12
|
Use new UniqueObjectCollection constraint to ensure that BOM entries does not contain duplicate items
|
2023-07-02 20:49:10 +02:00 |
|
Jan Böhmer
|
d395cf66a0
|
Fixed problem with label additional styles for labels
|
2023-07-02 03:28:17 +02:00 |
|
Jan Böhmer
|
956ed9e8ae
|
Added GNU unifont as fallback font for labels with CJK characters
|
2023-07-02 03:26:56 +02:00 |
|
Jan Böhmer
|
f57a0ecba2
|
Use correct permission name 'show_private' instead of 'show_secure' in templates
This fixes issue #307
|
2023-06-28 16:30:16 +02:00 |
|
Jan Böhmer
|
3614c82632
|
Use light background for image on part page
|
2023-06-28 16:21:03 +02:00 |
|
Jan Böhmer
|
bfd82fb415
|
Use zxcvbn-core for password strength estimator and lazy load the controller
As we can now configure the used wordbooks, we can reduce the size of the file extremly
|
2023-06-28 14:44:29 +02:00 |
|
Jan Böhmer
|
ecded8af93
|
Added password meter based on zxcvbn
Maybe we will use a different package later, as this one is very big...
|
2023-06-27 01:07:26 +02:00 |
|
Jan Böhmer
|
742f1f4622
|
Moved add bom entries button to top of BOM table
|
2023-06-27 00:11:16 +02:00 |
|
Jan Böhmer
|
6081fe3295
|
Fixed darkmode for some elements
|
2023-06-20 01:01:40 +02:00 |
|
Jan Böhmer
|
6df65a0b9d
|
Implemented a new darkmode selector using bootstrap 5.3 color mode
|
2023-06-19 01:08:11 +02:00 |
|
Jan Böhmer
|
8a20584e27
|
Use enum for undo mode
|
2023-06-18 21:26:28 +02:00 |
|
Jan Böhmer
|
2da7463edf
|
Use a enum for level in LogEntries
|
2023-06-18 17:25:55 +02:00 |
|
Jan Böhmer
|
71cd4057a7
|
Use enums for LabelOptions
|
2023-06-12 23:39:30 +02:00 |
|
Jan Böhmer
|
44cb0fa434
|
Added a more verbose error message in the case of a pretty generic Database DriverException
|
2023-06-11 00:20:27 +02:00 |
|
Jan Böhmer
|
13814695ac
|
Add hint to docker logs to error page
|
2023-06-11 00:12:24 +02:00 |
|
Jan Böhmer
|
efc152e3c8
|
Do not throw an exception during rendering of log detail page, if element has no time travel URL
|
2023-06-06 23:15:14 +02:00 |
|
Jan Böhmer
|
8bb8257e62
|
Added a log entry detail page for collection element deleted log entries.
|
2023-05-18 23:05:40 +02:00 |
|
Jan Böhmer
|
9be3eba694
|
Added button to delete a log entry via the log detail page.
|
2023-05-15 23:02:30 +02:00 |
|
Jan Böhmer
|
5a3fc0fb43
|
Show and link which log entry was undone/reverted on log detail page
|
2023-05-15 22:42:08 +02:00 |
|
Jan Böhmer
|
e4285bbc78
|
delete_btn_controller: Keep the value and name of the original clicked button
This fixes an error message when undoing or reverting a log entry
|
2023-05-15 00:34:06 +02:00 |
|
Jan Böhmer
|
49b6a42791
|
Added buttons for revert and undo to the log detail page
|
2023-05-15 00:16:49 +02:00 |
|
Jan Böhmer
|
b62fd602f2
|
Show the diff of element edited log entries on detail pages
|
2023-05-14 23:08:14 +02:00 |
|
Jan Böhmer
|
923e40ed8f
|
Add the data after the change to a element edited log entry, so you can easily view the changes in log detail pages
|
2023-05-14 21:41:00 +02:00 |
|
Jan Böhmer
|
1534f780aa
|
Show a table with the old data in log entry details page
|
2023-05-01 01:38:14 +02:00 |
|
Jan Böhmer
|
4c6ceab8e8
|
Merge branch 'master' into log_detail_page
|
2023-04-29 22:46:38 +02:00 |
|
Jan Böhmer
|
334d81db08
|
Mark that amount is unknown in part tables and info page
Fixes issue #282
|
2023-04-29 22:33:46 +02:00 |
|
Jan Böhmer
|
69fc28d5d6
|
Added better formatted extra section for certain log types
|
2023-04-10 23:13:09 +02:00 |
|
Jan Böhmer
|
4107535b19
|
Added basic log entry info page
|
2023-04-10 00:30:23 +02:00 |
|
Jan Böhmer
|
e0e5fb3d5a
|
Do not double escape tag link. Tag links with space in it now work properly
|
2023-04-09 01:38:12 +02:00 |
|
Jan Böhmer
|
80c7680d17
|
Do not use a horizontal layout in the comment dropdown for edit_part_info
|
2023-04-08 20:57:01 +02:00 |
|
Jan Böhmer
|
29af14f588
|
Added an option to enforce log comments for certain actions
This implements issue #220
|
2023-04-08 20:43:19 +02:00 |
|
Jan Böhmer
|
5b5e8a4fd5
|
Allow users (and admins) to decide whether their email should be shown on their public profile
|
2023-04-08 19:53:05 +02:00 |
|
Jan Böhmer
|
d32e902d17
|
Allow to filter by the lot owner
|
2023-04-08 00:44:34 +02:00 |
|
Jan Böhmer
|
f91b719542
|
Added a filter constraint for parts where instock is "less than desired"
Fixes issue #257
|
2023-04-08 00:35:31 +02:00 |
|
Jan Böhmer
|
72dd3f92f9
|
Show expired amountSum in instock row on info page, similar to the part tables
|
2023-04-03 23:21:18 +02:00 |
|
Jan Böhmer
|
5330476dbe
|
Highlight amount sum in part tables and part info page, when amount is less than minAmount
|
2023-04-03 23:15:29 +02:00 |
|
Jan Böhmer
|
447b54fa4b
|
Allow to set and view the owner of a part lot
|
2023-04-02 23:17:24 +02:00 |
|
Jan Böhmer
|
5f5541ca12
|
Added UserSelectType and allow to set owner of a storage location
|
2023-04-02 21:50:22 +02:00 |
|
Jan Böhmer
|
f101e1b184
|
Only show SAML user badge in user admin, if the user is really a SAML user
|
2023-04-02 20:30:30 +02:00 |
|
Jan Böhmer
|
065417038c
|
Added possibility to edit and view the aboutMe information of users
|
2023-04-02 20:26:42 +02:00 |
|
Jan Böhmer
|
325812fe95
|
Improved title of measurement unit admin admin form
|
2023-04-02 01:11:58 +02:00 |
|
Jan Böhmer
|
421a5d27dd
|
Show part name as manufacturer URL link, when no MPN was set.
|
2023-04-02 01:03:33 +02:00 |
|
Jan Böhmer
|
f86d35f8d1
|
Dont disable the table multi action submit button, when user can not change parts as we use it for exporting and label generation too
|
2023-03-18 21:52:29 +01:00 |
|
Jan Böhmer
|
7d6c04e3cf
|
Improved documentation
|
2023-03-18 21:41:00 +01:00 |
|
Jan Böhmer
|
e550918d7c
|
Added links to bom import to project edit and info page
|
2023-03-16 23:56:46 +01:00 |
|
Jan Böhmer
|
f3449babc1
|
Added bom import to ApplicationAvailabilityFunctionalTest
|
2023-03-16 23:39:28 +01:00 |
|
Jan Böhmer
|
bd2559c37b
|
Added the basic possibility to import KiCAD BOMs into projects
|
2023-03-16 00:05:46 +01:00 |
|
Jan Böhmer
|
9188331c1e
|
Fixed error popup behavior, when turbo could not find a matching turbo-fram in the response.
|
2023-03-13 22:39:07 +01:00 |
|
Jan Böhmer
|
5d318b2693
|
Removed left over dump tag
|
2023-03-12 22:10:55 +01:00 |
|