Commit Graph

7725 Commits

Author SHA1 Message Date
Matthias
15dc01a910
password overwrite 2021-09-03 00:53:56 +02:00
Matthias
849b71f7e4
"normal" admin-logout message 2021-09-03 00:23:29 +02:00
Matthias
1c3fa186ec
crispy sign in 2021-09-03 00:13:20 +02:00
Matthias
b1e0e09a90
crispy sign out 2021-09-02 22:19:20 +02:00
Matthias
1cbbc401dc
crispy tag for password reset 2021-09-02 22:15:22 +02:00
Matthias
5c206fd201
use SSO for signup in template 2021-09-02 22:12:18 +02:00
Matthias
0f08978b8c
styling signup crispy 2021-09-02 22:11:35 +02:00
Matthias
276eab19b5
reordering the base template
makes comparring to the original template much easier
2021-09-01 22:02:43 +02:00
Matthias
0ff6de62e9
crispy forms! 2021-09-01 07:34:37 +02:00
Matthias
22401d4229
use normal button style 2021-09-01 07:34:00 +02:00
Matthias
146f856f53
use icon also in connections list 2021-09-01 02:18:58 +02:00
Matthias
0b8a88e216
js function to ingest icons 2021-09-01 02:18:41 +02:00
Matthias
ef6d40bb68
use btns for brand - names 2021-09-01 02:18:24 +02:00
Matthias
1595b7e516
remove email from form and overview 2021-09-01 01:22:14 +02:00
Matthias
88534758aa
layout fixes 2021-09-01 01:18:53 +02:00
Matthias
f997e67ea2
patch social-connections into settings 2021-09-01 01:09:23 +02:00
Matthias
3eeb6e161d
fix layout 2021-09-01 00:08:13 +02:00
Matthias
501802e0f9
PEP fix 2021-09-01 00:04:34 +02:00
Matthias
5aca27f285
integrate email-actions into settings 2021-08-31 23:51:33 +02:00
Matthias
566257881d
patch email-endpoint to use settings view 2021-08-31 23:49:31 +02:00
Matthias
1772348d36
layout fixes 2021-08-31 07:49:38 +02:00
Matthias
9a72ddf823
base for login / signup layout 2021-08-31 01:39:44 +02:00
Matthias
592fd09ad4
remove old templates 2021-08-31 01:38:46 +02:00
Matthias
8afb8ac4d1
move to use allauth for login etc 2021-08-31 01:12:35 +02:00
Matthias
28f0e99b84
rulesets for all_auth 2021-08-30 22:43:50 +02:00
Matthias
c34a5967b8
user-settings template for social accounts 2021-08-26 23:17:00 +02:00
Matthias
118bac0591
fix layout 2021-08-25 00:08:50 +02:00
Matthias
aebea33718
enrich login template with login buttons 2021-08-24 23:53:20 +02:00
Matthias
d569d70f5b
use config.yaml for SSO providers 2021-08-24 19:35:41 +02:00
Matthias
1311558cac
add in SSO for #1421 2021-08-24 19:12:43 +02:00
Oliver
28878b4b0d
Update feature_request.md
Slight tweaks
2021-08-24 22:30:01 +10:00
Oliver
18297cd2fb
Update bug_report.md
Slight tweaks to bug report template
2021-08-24 22:28:42 +10:00
Oliver
bdcc66bac7
Merge pull request #2009 from matmair/templates
RFC: Issue Templates
2021-08-24 22:26:55 +10:00
Oliver
0073a77e16
Merge pull request #2008 from matmair/fix-for-1986
Fix for 1986
2021-08-24 14:13:50 +10:00
Oliver
7f75c610ef
Merge pull request #2012 from SchrodingersGat/search-preview-click
Wrap search preview results in <a>
2021-08-24 13:47:55 +10:00
Oliver
36a0496dd7 Wrap search preview results in <a>
- Allows clicking with middle mouse (for e.g.) to open in new tab
2021-08-24 13:11:37 +10:00
Oliver
44ecd958a2
Merge pull request #2011 from SchrodingersGat/boolean-form-fixes
Fix for "part" form fields
2021-08-24 12:10:00 +10:00
Oliver
56f27aae23
Merge pull request #2010 from SchrodingersGat/sales-order-tab-fix
Hide "Sales Orders" tab if part is not salable
2021-08-24 12:03:09 +10:00
Oliver
8fc79f45a3 Fix for "part" form fields
- Specify "default" rather than overriding "value"
2021-08-24 11:55:58 +10:00
Oliver
7646535aaf Hide "Sales Orders" tab if part is not salable 2021-08-24 11:48:42 +10:00
Matthias Mair
446243f2b5 Added templates 2021-08-24 00:29:50 +02:00
Oliver
5349addc06
Merge pull request #2005 from eeintech/ui_updates
Updated color of `new` and `add` UI buttons
2021-08-24 08:12:45 +10:00
Matthias
391bb0dbe4
disable ordering on loadStockTable 2021-08-23 22:14:51 +02:00
Matthias
4efcfbecaf
refactor stock.js columns into a variable 2021-08-23 22:07:20 +02:00
eeintech
35738ce026 Updated all 'add' buttons to 'btn-success' CSS class 2021-08-23 14:52:35 -04:00
eeintech
6f742319e5 Corrected color of 'new' orders UI button 2021-08-23 12:48:47 -04:00
Oliver
f136c974cf
Merge pull request #2003 from SchrodingersGat/edit-purchase-prices
Edit purchase prices
2021-08-23 22:54:12 +10:00
Oliver
90d0b8b15d Bump API version 2021-08-23 21:45:40 +10:00
Oliver
5d4f35958d Point table at the new read-only field 2021-08-23 21:45:32 +10:00
Oliver
bb8b85c375 Separate purchase_price and purchase_price_currency for StockItem serializer
- Add "purchase_price_string" for a read-only stringified representation
- Unit testing
2021-08-23 21:44:12 +10:00