Commit Graph

16369 Commits

Author SHA1 Message Date
Matthias Mair 0802e3a7b5
Merge branch 'master' of https://github.com/inventree/InvenTree into matmair/issue6281 2025-01-14 19:28:25 +01:00
Oliver 412bba50ba
Slight tweak to <DetailsTable> (#8890)
* Slight tweak to <DetailsTable>

* Responsive layout for user settings

* Make menu links responsive

* Update <FactCollection />

* Update part pricing panels
2025-01-14 13:42:03 +11:00
Oliver 46f6450ee1
[UI] Responsiveness Improvements (#8885)
* Shorten string in page title

* Style fixes

* Adjust cell width props

* Refactor <PageDetail> component

- Improve responsiveness

* Simplify <ItemDetailsGrid />

* Refactor <DetailsImage>
2025-01-14 10:38:48 +11:00
Matthias Mair d413d11428
bump api version 2025-01-13 23:08:53 +01:00
Matthias Mair 4b412f5716
add setting for configuring types 2025-01-13 23:08:24 +01:00
dependabot[bot] ea1b2e3079
Bump the dependencies group with 4 updates (#8889)
Bumps the dependencies group with 4 updates: [docker/setup-qemu-action](https://github.com/docker/setup-qemu-action), [actions/upload-artifact](https://github.com/actions/upload-artifact), [stefanzweifel/git-auto-commit-action](https://github.com/stefanzweifel/git-auto-commit-action) and [github/codeql-action](https://github.com/github/codeql-action).


Updates `docker/setup-qemu-action` from 3.2.0 to 3.3.0
- [Release notes](https://github.com/docker/setup-qemu-action/releases)
- [Commits](49b3bc8e6b...53851d1459)

Updates `actions/upload-artifact` from 4.5.0 to 4.6.0
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](6f51ac03b9...65c4c4a1dd)

Updates `stefanzweifel/git-auto-commit-action` from 5.0.1 to 5.1.0
- [Release notes](https://github.com/stefanzweifel/git-auto-commit-action/releases)
- [Changelog](https://github.com/stefanzweifel/git-auto-commit-action/blob/master/CHANGELOG.md)
- [Commits](8621497c8c...e348103e90)

Updates `github/codeql-action` from 3.28.0 to 3.28.1
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](48ab28a6f5...b6a472f63d)

---
updated-dependencies:
- dependency-name: docker/setup-qemu-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: actions/upload-artifact
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: stefanzweifel/git-auto-commit-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: github/codeql-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-01-14 07:05:21 +11:00
Matthias Mair d2c9519a68
remove unneded mfa_enabled 2025-01-13 08:25:21 +01:00
Matthias Mair 5a07f48c14
Merge branch 'master' of https://github.com/inventree/InvenTree into matmair/issue6281 2025-01-13 08:16:42 +01:00
Matthias Mair 4fa0660493
fix url assertation 2025-01-13 08:13:44 +01:00
Oliver dd5aa5f4e4
Allow null value for expiry_date field (#8886)
* Allow null value for expiry_date field

* Bump API version
2025-01-13 14:31:03 +11:00
Matthias Mair 7b23b73188
Add timeout to login wait for 2025-01-13 00:07:54 +01:00
Matthias Mair d94a521e5c
simplify urls 2025-01-12 15:43:19 +01:00
Matthias Mair cf6eb26c1d
re-add settings 2025-01-12 15:43:05 +01:00
Matthias Mair b6c4b9923a
fix api version 2025-01-12 15:33:18 +01:00
Matthias Mair 08c458f26e
revert dep change 2025-01-12 15:20:11 +01:00
Matthias Mair 95d3a954c2
add type 2025-01-12 15:05:18 +01:00
Matthias Mair d6ef1d9c04
Merge branch 'master' of https://github.com/inventree/InvenTree into matmair/issue6281 2025-01-12 14:47:40 +01:00
Oliver b06b762895
[UI] Reactive Details Columns (#8883)
* Adapt details column count

- Based on element width

* Pin minimum size of thumbnail

* Cleaner implementation

* Revert again

- Use element size, not screen size
2025-01-12 14:58:52 +11:00
Matthias Mair 3c181bbdef
Merge branch 'matmair/issue6281' of https://github.com/matmair/InvenTree into matmair/issue6281 2025-01-12 04:58:45 +01:00
Matthias Mair 77bcaeb068
Merge branch 'master' of https://github.com/inventree/InvenTree into matmair/issue6281 2025-01-12 04:58:35 +01:00
Matthias Mair 6fe06b536f
add mfa add and remove screens 2025-01-12 04:58:22 +01:00
Jacob Felknor e8c1417b15
Add Expiry Date on Receive Line Item (#8867)
* Add expiry on line item receive from PO

* add backend test

* reset pre-commit

* increment inventree api version

* use None as default expiry date

* check global setting STOCK_ENABLE_EXPIRY

* check for default expiry in line item receive

* use dayjs

---------

Co-authored-by: Matthias Mair <code@mjmair.com>
2025-01-12 13:56:30 +11:00
Oliver c75630d1bd
Add Serbian to LanguageContext.tsx (#8880) 2025-01-12 09:06:44 +11:00
github-actions[bot] 4390c01cc1
New Crowdin translations by GitHub Action (#8857)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-01-12 09:06:29 +11:00
Oliver 7eac3d7d42
Forms refactor (#8876)
- Use dayjs for cleaner code
2025-01-12 08:18:42 +11:00
Oliver 000419255a
Adjust StockItem form (#8869)
- Auto-set expiry date
2025-01-11 09:22:53 +11:00
Matthias Mair cedf3022b7
Merge branch 'master' into matmair/issue6281 2025-01-10 19:29:55 +01:00
Oliver c99aae5a28
Updated docstring (#8868) 2025-01-10 18:10:42 +11:00
Matthias Mair 72f89eaf15
clean up urls even more 2025-01-10 03:31:37 +01:00
Matthias Mair 56137d268b
fix nesting issue 2025-01-10 03:16:16 +01:00
Matthias Mair fc09af58b1
refactor and rephrasing 2025-01-10 03:09:47 +01:00
Matthias Mair bf82c4c269
simplify 2025-01-10 02:52:28 +01:00
Matthias Mair 5661b93910
align names with allauth 2025-01-10 02:52:05 +01:00
Matthias Mair ec6ee2cbed
fix asserts 2025-01-09 20:06:56 +01:00
Matthias Mair 6f6829d650
adjust tests 2025-01-09 01:49:19 +01:00
Matthias Mair d619cc1135
re-implement password change 2025-01-09 01:43:08 +01:00
Matthias Mair 1a876a7f6b
enable registration for now 2025-01-09 00:52:33 +01:00
Matthias Mair 8ad07c49d5
re-implement registrations 2025-01-09 00:52:14 +01:00
Matthias Mair 31e25eb50b
re-enable registration tests 2025-01-09 00:10:17 +01:00
Matthias Mair af4f0a48ed
move buildin token test 2025-01-08 23:09:38 +01:00
Matthias Mair 6fad126e21
rewrite url structure 2025-01-08 22:58:28 +01:00
Matthias Mair b5223dedf1
more exclusions 2025-01-08 22:46:04 +01:00
Matthias Mair f0dc4a030e
fix tests 2025-01-08 22:44:56 +01:00
Matthias Mair 6624dbf6c0
reduce templates to the raw basics 2025-01-08 22:25:52 +01:00
Matthias Mair da918b7f18
fix remove sso provider account action; provider (user) admin stuff is done 2025-01-08 21:58:25 +01:00
Matthias Mair 4b6ab95b4c
add mfa table 2025-01-08 21:03:31 +01:00
Matthias Mair 29694d27c8
change name to ensure 1p can detect field 2025-01-08 20:50:37 +01:00
Matthias Mair cb8779a082
fix login redirect logic 2025-01-08 20:41:53 +01:00
Matthias Mair f84ce83e8f
remove ui preference - there is no decision anymore 2025-01-08 20:07:28 +01:00
Matthias Mair 1191d1cd82
remove old urls 2025-01-08 20:04:55 +01:00