|
b52f2de8d7
|
now using hash func from utils.ldap_manager
|
2019-12-14 14:29:45 +05:00 |
|
|
2a1932e052
|
Added validator to allow only letters + spaces + hyphen, Normalizing usernames to ASCII
|
2019-12-13 20:37:30 +05:00 |
|
|
b4995336c6
|
username would consist of only alphanumerics, ldap fields are encoded in utf-8
|
2019-12-13 17:52:00 +05:00 |
|
PCoder
|
49453cacd4
|
Merge remote-tracking branch 'mainRepo/master' into ldap_integration
|
2019-12-12 21:33:49 +05:30 |
|
PCoder
|
fbfc1152b8
|
Remove unknown or unspecified country option
|
2019-12-12 17:42:18 +05:30 |
|
|
3b9322b929
|
init commit
|
2019-12-10 22:53:50 +05:00 |
|
PCoder
|
b33271ce7d
|
Make vat_rate Decimal before Decimal operations
|
2019-12-07 19:38:33 +05:30 |
|
PCoder
|
3b0e479a70
|
Use country specific vats for dcl vm buy flow
|
2019-12-07 19:26:21 +05:30 |
|
PCoder
|
e493a9f3d1
|
Allow creating yearly/monthly Stripe plans
|
2019-11-15 19:47:11 +05:30 |
|
PCoder
|
f6feb88708
|
Revert back starts with logic
|
2019-11-15 13:32:49 +05:30 |
|
PCoder
|
f5372ecd1e
|
Fix bug: use country startswith instead of exact matching
Countries like FR are represented as FR
MC
|
2019-11-15 13:20:24 +05:30 |
|
PCoder
|
d399fe6e79
|
Handle DoesNotExist better
|
2019-11-15 12:24:39 +05:30 |
|
PCoder
|
44a20a5029
|
Apply country specific VAT rates for Generic Products
|
2019-11-15 11:58:15 +05:30 |
|
PCoder
|
8b8c93d23e
|
Filter distinct public keys only
|
2019-08-26 16:02:08 +05:30 |
|
PCoder
|
26fab27c3f
|
Set new_user_hosting_key_id session variable to track newly created key
|
2019-07-01 23:17:27 +05:30 |
|
PCoder
|
8efe978b23
|
Don't make SSHKeyCreateView with LoginRequiredMixin
|
2019-07-01 21:01:41 +05:30 |
|
PCoder
|
561178e473
|
Set success_url from session and call super post method
|
2019-07-01 20:48:34 +05:30 |
|
PCoder
|
c35bc79c5c
|
Set success_url based on flow: hosting vs landing
|
2019-07-01 20:28:26 +05:30 |
|
PCoder
|
2c74eae3f9
|
Remove commented code
|
2019-07-01 08:56:43 +05:30 |
|
PCoder
|
b6eb72af7d
|
Refactor SSHKeyCreateView to utils
Common between hosting/datacenterlight apps
|
2019-07-01 08:08:43 +05:30 |
|
PCoder
|
21eb88ef62
|
Add get_vm_config_from_stripe_id stripe util function
|
2019-04-20 18:53:20 +02:00 |
|
PCoder
|
ecfec9dd21
|
Handle invoice item in line items also
|
2019-04-20 08:57:13 +02:00 |
|
PCoder
|
8816793803
|
Add Line item
|
2019-04-13 13:42:04 +02:00 |
|
PCoder
|
061ef7d036
|
Fetch invoices whose date is greater than given date only
|
2019-04-13 12:54:57 +02:00 |
|
PCoder
|
2c3146111f
|
Fix getting subscription id
|
2019-04-03 09:20:38 +02:00 |
|
PCoder
|
12b8a77862
|
Fix issues and also include subscription_id
|
2019-04-03 09:03:58 +02:00 |
|
PCoder
|
66ffbf38aa
|
Handle if VM_ID metadata is not set
|
2019-04-03 07:32:18 +02:00 |
|
PCoder
|
033db01810
|
Correct error in getting lines data count
|
2019-04-03 06:51:19 +02:00 |
|
PCoder
|
b7dd4acb07
|
Correct the way of getting VM_ID meta data
|
2019-04-03 06:33:28 +02:00 |
|
PCoder
|
6f1449836a
|
Fix a bug: use starting_after if its defined
|
2019-04-03 06:27:54 +02:00 |
|
PCoder
|
6d42f88be1
|
Complete implementation of fetch_stripe_bills
|
2019-04-03 06:12:48 +02:00 |
|
PCoder
|
0e84081880
|
Add monthlyhostingbill model + code
|
2019-04-02 09:18:15 +02:00 |
|
PCoder
|
1feacc1770
|
Merge branch 'master' into 5151/gdpr_modal
|
2018-10-25 22:05:24 +02:00 |
|
PCoder
|
8929a26714
|
Round VAT percent to 2 decimal places
|
2018-10-17 07:27:28 +02:00 |
|
PCoder
|
7d4cf5c3c2
|
Fix flake8 error
|
2018-09-07 22:46:18 +02:00 |
|
PCoder
|
fc8f9993af
|
Remove whitespace in Stripe plan
|
2018-09-06 00:52:55 +02:00 |
|
PCoder
|
b03cb073c2
|
Replace @ with a comma
|
2018-09-06 00:44:47 +02:00 |
|
PCoder
|
fdffe2389b
|
Round price
|
2018-09-06 00:31:17 +02:00 |
|
PCoder
|
d8a532e7b0
|
Round discount to 2 decimal points also
|
2018-09-06 00:26:08 +02:00 |
|
PCoder
|
642153345c
|
Round price, vat and discount to 2 decimal places
|
2018-09-06 00:18:04 +02:00 |
|
PCoder
|
8a30100488
|
Use price in stripe plan name too
|
2018-09-05 23:26:51 +02:00 |
|
PCoder
|
e230f2ac8c
|
Merge master into 5151/gdpr_modal
|
2018-08-22 23:25:11 +02:00 |
|
PCoder
|
432b54a86d
|
Remove timeout parameter in ping6 request
|
2018-08-22 20:27:19 +02:00 |
|
PCoder
|
e66e8202db
|
Remove unused variable
|
2018-08-22 19:56:56 +02:00 |
|
PCoder
|
3b07687d3e
|
Refactor ping_ok from datacenterlight.utils to utils.hosting_utils
|
2018-08-22 00:12:14 +02:00 |
|
PCoder
|
33cf6cdd2b
|
Create IS_TENANT_SITE context variable
|
2018-07-21 13:28:43 +02:00 |
|
PCoder
|
b580ac24f6
|
Change string formatting
|
2018-07-07 21:30:40 +02:00 |
|
PCoder
|
3ccefbdb74
|
Reorganize imports
|
2018-07-07 21:29:44 +02:00 |
|
PCoder
|
d9bcdf22b7
|
Add missing param in DE translation
|
2018-07-07 03:01:37 +02:00 |
|
PCoder
|
8d42ca3200
|
Remove token parameter from stripe_utils.get_card_details
and add additional paramters to uniquely identify a card
|
2018-07-07 01:08:49 +02:00 |
|
PCoder
|
4c06a9e730
|
Add de translations by MalcolmA
|
2018-07-06 19:33:26 +02:00 |
|
PCoder
|
1f2743a65d
|
Makemessages for datacenterlight, hosting and utils
|
2018-07-06 01:19:44 +02:00 |
|
PCoder
|
baa2817f57
|
Update BillingAddressFormSignup: add email validation
|
2018-07-05 10:00:12 +02:00 |
|
PCoder
|
6d2b011925
|
Merge master into task/3747/multiple_cards_support
|
2018-07-03 21:29:04 +02:00 |
|
M.Ravi
|
2cd73b313a
|
Merge master into task/3934/move_hosting_order_out_of_celery_task
and resolve some conflicts
|
2018-06-27 12:09:05 +02:00 |
|
PCoder
|
cf00ff6bd8
|
Attempt to merge master into task/3747/multiple_cards_support
|
2018-06-12 08:16:11 +02:00 |
|
Arvind Tiwari
|
eeed9b2e72
|
discount name in templates
|
2018-05-07 06:25:50 +05:30 |
|
Arvind Tiwari
|
2ff8c25034
|
exclude discount from total price
|
2018-05-07 06:11:44 +05:30 |
|
Arvind Tiwari
|
f8dc2c6bbe
|
discount option added to calculator
|
2018-05-07 05:07:58 +05:30 |
|
Arvind Tiwari
|
a5bd8347e8
|
merged master
|
2018-04-21 21:01:42 +05:30 |
|
PCoder
|
1a7412f8ff
|
stripe_utils: Add set_subscription_metadata method
|
2018-04-19 00:51:55 +02:00 |
|
PCoder
|
a50fa77c8a
|
Update get_vm_price_with_vat: Return vat_percentage also
|
2018-04-17 21:36:08 +02:00 |
|
PCoder
|
e4e7d93275
|
Fix flake8 errors
|
2018-04-17 20:50:41 +02:00 |
|
PCoder
|
85b8c50ef1
|
Use proper decimal arithmetic to compute price and vat
|
2018-04-16 03:25:36 +02:00 |
|
PCoder
|
957cec00a0
|
Add get_vm_price_with_vat method
|
2018-04-15 20:59:31 +02:00 |
|
PCoder
|
e9a883bf2e
|
Fix a bug: use ssd_unit_price instead of sdd_unit_price
|
2018-04-15 20:57:10 +02:00 |
|
PCoder
|
283a0d25d1
|
Update get_vm_price method to use pricing defined in VMPricing
|
2018-04-15 13:31:55 +02:00 |
|
PCoder
|
d933f71fe9
|
Merge branch 'master' into task/3452/back_button_mgmt
|
2018-03-03 11:37:41 +01:00 |
|
Arvind Tiwari
|
0879a3e324
|
fix flake8 issues
|
2018-02-22 14:18:55 +05:30 |
|
Arvind Tiwari
|
7692997c82
|
minor improvements
|
2018-02-13 19:03:15 +05:30 |
|
Arvind Tiwari
|
909067e11f
|
removed vendor files from hosting and using the ones from dataccenterlight
|
2018-02-09 06:50:17 +05:30 |
|
Arvind Tiwari
|
10c6fd5696
|
add optimize folder
|
2018-02-08 19:43:13 +05:30 |
|
Arvind Tiwari
|
4145129974
|
remove whitespace from output
|
2018-02-08 19:10:37 +05:30 |
|
Arvind Tiwari
|
b9c53717e3
|
Merge branch 'master' into task/3713/clean_up_css
|
2018-02-08 17:11:41 +05:30 |
|
Arvind Tiwari
|
ff2761912e
|
minor fix
|
2018-02-05 02:57:46 +05:30 |
|
Arvind Tiwari
|
a43428539f
|
optimize script documentation and report output
|
2018-02-05 02:47:18 +05:30 |
|
Arvind Tiwari
|
4ebd52cd69
|
fix user keys layout, adjust @media breakpoints to bs4, fix more unused css, optimize script
|
2018-02-04 03:20:27 +05:30 |
|
Arvind Tiwari
|
6bb7f2f187
|
create vm error fix, more css optimizations
|
2018-01-31 04:22:34 +05:30 |
|
Arvind Tiwari
|
9d196416e2
|
optimize script
|
2018-01-30 19:09:55 +05:30 |
|
PCoder
|
3d1738871b
|
Replace all ungleich.com with ungleich.ch
|
2018-01-03 08:54:19 +01:00 |
|
PCoder
|
72baa3635b
|
Add cache_control decorator to LoginViewMixin
|
2017-12-27 08:31:19 +01:00 |
|
PCoder
|
6fa8dbb5cb
|
Add trial_end parameter to subscribe_customer_to_plan
|
2017-12-24 12:32:08 +01:00 |
|
PCoder
|
1306dbe46a
|
Merge branch 'master' into task/3774/update_stripe_subscription_on_vm_delete
|
2017-12-12 20:23:25 +01:00 |
|
PCoder
|
4a30438704
|
Update datacenterlight django.po
|
2017-11-27 08:38:10 +01:00 |
|
PCoder
|
273fa75d55
|
Fix PEP8 warnings
|
2017-11-26 01:12:16 +01:00 |
|
PCoder
|
07ffbcda97
|
Add skipIf condition for utils.tests.TestStripeCustomerDescription
|
2017-11-25 23:57:58 +01:00 |
|
PCoder
|
8c5848c1aa
|
Update skipif condition
|
2017-11-25 23:14:40 +01:00 |
|
PCoder
|
3284adaf7a
|
Add cardholder_name to data in BillingAddressFormTest
|
2017-11-25 22:37:00 +01:00 |
|
PCoder
|
89ac6250f1
|
Add validated=1 to users created in utils.tests
|
2017-11-25 20:19:22 +01:00 |
|
PCoder
|
6eec131218
|
Merge branch 'master' into task/3672/cleaning_existing_tests
|
2017-11-24 21:37:19 +01:00 |
|
Arvind Tiwari
|
b8d0ca17d7
|
translation fix in utils.forms
|
2017-10-31 21:01:54 +05:30 |
|
PCoder
|
23e7edf7c2
|
Return True if associate_customer_card runs ok
|
2017-10-29 14:40:15 +01:00 |
|
PCoder
|
2ffaee2d5b
|
Add clear_items_from_list utility function
|
2017-10-29 13:14:29 +01:00 |
|
PCoder
|
7e5cab2cc4
|
Fix PEP8 warnings
|
2017-10-28 22:44:58 +02:00 |
|
PCoder
|
2a59a3336b
|
Add metadata (vm_id) to Stripe subscription
|
2017-10-28 20:25:18 +02:00 |
|
PCoder
|
73169e825d
|
Add set_as_default parameter for associate_customer_card method
|
2017-10-28 15:13:38 +02:00 |
|
PCoder
|
bd7db30633
|
Add card hidden field to BillingAddressForm
|
2017-10-27 00:43:07 +02:00 |
|
PCoder
|
1374eaf1a2
|
Rename id to stripe_api_cus_id
|
2017-10-27 00:41:49 +02:00 |
|
M.Ravi
|
85d19c004b
|
Remove redundant code in check_customer
|
2017-10-26 15:21:29 +02:00 |
|
PCoder
|
1e08ae5426
|
Stripe API: Use list() instead of all() as the former is deprecated
|
2017-10-21 20:46:29 +02:00 |
|