Jan Böhmer
ae67b55bf1
Updated webpack-encore recipe.
2021-10-02 21:23:34 +02:00
Jan Böhmer
a4635fce61
Updated yarn dependencies.
2021-10-02 19:31:05 +02:00
Jan Böhmer
ba07e6be5b
Updated yarn dependencies.
2021-10-02 19:20:18 +02:00
Jan Böhmer
bed3b6b375
Upgraded yarn dependencies that needed explicit upgrade.
2021-01-03 21:02:15 +01:00
Jan Böhmer
70c8b4f1c2
Added stimulus packaged later needed for Symfony UX.
2021-01-03 20:57:05 +01:00
Jan Böhmer
44ec9f0969
Updated dependencies.
2020-09-22 10:22:22 +02:00
Jan Böhmer
6caf605fe2
Bumped yarn dependencies.
2020-08-21 21:52:53 +02:00
Jan Böhmer
a846f373c0
Added webpack asset size analyzer.
2020-06-13 21:24:24 +02:00
Jan Böhmer
5302087eba
Use server side library to generate QR-Code for Google authenticator.
...
This saves us 50KB in javascript assets...
2020-05-13 19:58:12 +02:00
Jan Böhmer
c9752802e0
Updated dependencies.
2020-05-13 19:35:14 +02:00
Jan Böhmer
1f32cbd613
Serve gzip and brotli compressed assets.
2020-05-10 22:12:56 +02:00
Jan Böhmer
d20051fd72
Updated webpack-encore.
2020-05-10 14:43:44 +02:00
Jan Böhmer
3c7e0d1623
Updated yarn dependencies. Bumped jQuery to 3.5.1
2020-05-10 14:35:51 +02:00
Jan Böhmer
48f4a360f4
Integrated barcode scanner via Webcam.
2020-04-28 18:36:30 +02:00
Jan Böhmer
4c5820ee22
Revert "Updated dependencies."
...
This reverts commit 95e10fa24b
.
2020-04-20 20:07:24 +02:00
Jan Böhmer
95e10fa24b
Updated dependencies.
2020-04-20 19:41:41 +02:00
Jan Böhmer
0fd677d2fd
Render the formula symbols of the properties.
2020-03-15 14:53:20 +01:00
Jan Böhmer
9e8771a4ee
Changed license to AGPL3+
2020-02-22 18:14:36 +01:00
Jan Böhmer
c75d4d6f6b
Updated yarn dependencies.
2020-02-22 17:56:17 +01:00
Jan Böhmer
ece3a464ce
Merge pull request #11 from Part-DB/dependabot/npm_and_yarn/typescript-3.7.5
...
Bump typescript from 3.7.4 to 3.7.5
2020-01-17 09:08:45 +01:00
dependabot-preview[bot]
ee9cbc8c02
Bump core-js from 3.6.3 to 3.6.4
...
Bumps [core-js](https://github.com/zloirock/core-js ) from 3.6.3 to 3.6.4.
- [Release notes](https://github.com/zloirock/core-js/releases )
- [Changelog](https://github.com/zloirock/core-js/blob/master/CHANGELOG.md )
- [Commits](https://github.com/zloirock/core-js/compare/v3.6.3...v3.6.4 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-01-17 07:20:55 +00:00
dependabot-preview[bot]
cea1bb009e
Bump typescript from 3.7.4 to 3.7.5
...
Bumps [typescript](https://github.com/Microsoft/TypeScript ) from 3.7.4 to 3.7.5.
- [Release notes](https://github.com/Microsoft/TypeScript/releases )
- [Commits](https://github.com/Microsoft/TypeScript/compare/v3.7.4...v3.7.5 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-01-17 07:20:32 +00:00
Jan Böhmer
5a86af8552
Updated dependencies.
2020-01-11 22:24:02 +01:00
Jan Böhmer
4e4b10ffbd
Updated recipes of webpack-encore.
2020-01-07 19:16:39 +01:00
Jan Böhmer
4e7c50a301
Use datatables-responsive.
...
This improves the experience with the tables on mobile view.
2020-01-04 22:09:37 +01:00
Jan Böhmer
3caac22a0e
Improved mobile view for part edit and sidebar.
2020-01-04 21:42:44 +01:00
Jan Böhmer
5f27abd8f3
Upgraded yarn dependencies.
2020-01-04 19:28:13 +01:00
Jan Böhmer
069293a843
Added 2FA with U2F keys.
2019-12-29 13:35:30 +01:00
Jan Böhmer
604ebe420d
Added possibility to show backup codes in user settings.
2019-12-27 18:21:12 +01:00
Jan Böhmer
35b5640627
Added an basic form to add Google Authenticator.
2019-12-23 17:20:28 +01:00
Jan Böhmer
a81cd4d84b
Updated yarn dependencies.
2019-12-11 20:25:20 +01:00
Jan Böhmer
c64e4fe3d6
Added an toggle to activate a simple dark mode.
...
The dark mode is only available on browsers that support mix-blend-mode. There are some quirks with hover images...
2019-11-30 22:28:14 +01:00
Jan Böhmer
5c34c5556d
Upgraded to bootstrap 4.4.1
2019-11-30 15:34:27 +01:00
Jan Böhmer
0b69de332d
Implemented different themes for Part-DB.
...
We use Bootswatch to provide different themed bootstrap CSS.
2019-10-13 17:48:18 +02:00
Jan Böhmer
be8f074ca5
Render markdown on the client side and use DOMPurify to prevent XSS.,
...
The parsedown parser has problems with links in <>, so we use marked.js now which is more conform with (GFM) CommonMark and offers more feautures. Also with the usage of DOMPurify you can now use every HTML tag in Markdown without need to worry about XSS.
2019-10-12 17:41:13 +02:00
Jan Böhmer
3277d98ee2
Added a simple autocomplete mechanism for the footprint URL.
2019-10-02 17:28:40 +02:00
Jan Böhmer
10ec2adc66
Use localstorage instead of Cookies to save tree state.
...
That way we dont need to include the cookie js lib and save some memory.
2019-09-20 14:04:06 +02:00
Jan Böhmer
1a0e5408af
Removed bootstrap aweseome checkbox
...
We now use Bootstrap 4's custom controls.
2019-09-18 18:40:59 +02:00
Jan Böhmer
a48b8290b3
Allow reordering of the parts table columns.
2019-09-06 18:37:03 +02:00
Jan Böhmer
11490b2810
Upgraded yarn dependencies: Fixes XSS vulnerability in Bootbox
2019-08-01 11:38:18 +02:00
Jan Böhmer
fbfb0269d3
Improved checkboxes and file input on import dialog.
2019-04-13 18:24:53 +02:00
Jan Böhmer
7c43feefbe
Added possibillity to delete attachments in admin page.
2019-04-06 18:38:36 +02:00
Jan Böhmer
650b388a1d
Show a treeview in the admin menus, to select between the different elements.
2019-04-05 17:49:02 +02:00
Jan Böhmer
afd45d464c
Added working treeviews and buttons.
2019-03-25 12:44:44 +01:00
Jan Böhmer
8711f296a4
Use ajax for form requests too.
2019-03-24 20:25:27 +01:00
Jan Böhmer
b3db1dd139
Added simple single page ajax handling for a links.
2019-03-24 19:55:39 +01:00
Jan Böhmer
715de5b67c
Added a simple system for treeViews.
2019-03-24 15:25:40 +01:00
Jan Böhmer
9d0dde3df3
Updated yarn dependencies...
2019-03-19 15:24:44 +01:00
Jan Böhmer
7c8d195ba8
Use a new version of bootstrap-select. The breaking bug was fixed in v1.13.8
2019-03-19 15:10:13 +01:00
Jan Böhmer
fd4fa7f58d
Added a remember me function to the login form.
2019-03-14 18:27:29 +01:00