2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-16 12:05:53 +00:00
Commit Graph

7827 Commits

Author SHA1 Message Date
48a4715b58 PEP fix 2021-09-07 23:59:18 +02:00
5b7941ab17 crispyfy confirmation 2021-09-07 23:55:32 +02:00
f730702a7d add aditional provider settings 2021-09-07 23:55:11 +02:00
0eb9d3ad5b cleanup 2021-09-07 23:08:04 +02:00
0a8401da1d some settings in config 2021-09-07 23:07:23 +02:00
b281241607 remove unneeded override 2021-09-07 22:38:01 +02:00
dbc58b299c fix layout for password reset 2021-09-07 22:35:19 +02:00
53de59f84b setting for two password fields on signup 2021-09-07 07:37:28 +02:00
af286766ea setting for two mail fields on signup 2021-09-07 07:17:00 +02:00
1f03d43b92 settings for auto-fill on sso 2021-09-07 01:19:44 +02:00
e380f94e01 allauth always logout 2021-09-07 00:33:26 +02:00
32e216599b PEP fix 2021-09-07 00:03:55 +02:00
a4209d38cc setting to make mail required on signup 2021-09-06 22:07:50 +02:00
3963ece6d2 make notifications go away 2021-09-06 07:29:40 +02:00
ae8e2696b6 PEP fix 2021-09-06 07:10:32 +02:00
e255f2bf42 setting for sso login 2021-09-05 20:20:57 +02:00
34a15ff51f setting to enable signup 2021-09-05 20:17:49 +02:00
7fa87edda7 refactor 2021-09-05 19:58:21 +02:00
fa1ea2f701 setting for pwd forgot 2021-09-05 19:56:48 +02:00
1146e2abd9 adding login settings in admin 2021-09-05 19:01:21 +02:00
d2a68125ff cleanup 2021-09-05 18:35:58 +02:00
f428ade877 doc for account base 2021-09-05 18:34:59 +02:00
ff92d70ecb cleanup 2021-09-05 18:34:24 +02:00
4d2aa975de use user stylesheet 2021-09-05 18:33:49 +02:00
dd5a11b921 PEP fixes 2021-09-05 10:37:14 +02:00
c8fb128817 make button fit the overall style 2021-09-05 10:32:48 +02:00
fcf54fc0d2 make password change crispy 2021-09-05 10:32:08 +02:00
6e8bf01a97 Merge branch 'master' of https://github.com/inventree/InvenTree into fr-1421-sso 2021-09-05 10:29:57 +02:00
8b6ebc092a Merge pull request #2033 from SchrodingersGat/clip.html-fix
Run HTML linting as .github action
2021-09-04 09:43:14 +10:00
f363c0f084 Fix workflow file 2021-09-04 09:22:52 +10:00
c7d6b985bd LINT ALL THE THINGS 2021-09-04 09:08:46 +10:00
42637ddefa more linting 2021-09-04 08:59:02 +10:00
9b001cd298 Another fix 2021-09-04 08:48:34 +10:00
f0e5d1984c Fix for about.html 2021-09-04 08:46:30 +10:00
0a8365e3bc Fix for clip.html 2021-09-04 08:45:06 +10:00
514db57c0c Run HTML linting as .github actino 2021-09-04 08:31:47 +10:00
c275bf8d98 Merge pull request #2026 from inventree/js-linting
Js linting
2021-09-03 23:35:14 +10:00
e5872f4b67 improve js debug comment 2021-09-03 23:16:35 +10:00
888fa51cd7 lots of linting fixes for JS files 2021-09-03 22:54:17 +10:00
2a9b54f32f remove duplications 2021-09-03 00:55:08 +02:00
15dc01a910 password overwrite 2021-09-03 00:53:56 +02:00
849b71f7e4 "normal" admin-logout message 2021-09-03 00:23:29 +02:00
1c3fa186ec crispy sign in 2021-09-03 00:13:20 +02:00
b1e0e09a90 crispy sign out 2021-09-02 22:19:20 +02:00
1cbbc401dc crispy tag for password reset 2021-09-02 22:15:22 +02:00
5c206fd201 use SSO for signup in template 2021-09-02 22:12:18 +02:00
0f08978b8c styling signup crispy 2021-09-02 22:11:35 +02:00
3db830e7cd Merge pull request #2031 from SchrodingersGat/polineitem-destination
Fix on_delete for PurchaseOrderLineItem.destination
2021-09-02 11:37:54 +10:00
5d703af932 Add migration file 2021-09-02 11:11:25 +10:00
43c4e936a7 Fix on_delete for PurchaseOrderLineItem.destination
- Currently set to DO_NOTHING
- However when deleting a StockLocation which has a PurchaseOrderLineItem.destionation point to it, this will cause an IntegrityError
2021-09-02 10:41:23 +10:00