Commit Graph

42 Commits

Author SHA1 Message Date
Jorge Pastor 5c0c82d50b musician add webappusers and systemusers 2024-04-16 20:49:11 +02:00
Jorge Pastor 2b635be17e change 2024-03-03 11:36:54 +01:00
Jorge Pastor 84880401ea hidden disck usage on dashboard website 2024-03-03 11:22:28 +01:00
Santiago L ee9416d8ed Set order_by on DatabaseListView queryset 2024-01-30 13:47:22 +01:00
Santiago L 156ab51f33 Cosmetics: make database list more compact 2024-01-30 13:43:27 +01:00
Santiago L 75d743cab2 Rename databases.html => database_list.html
More djangonist template name pattern
2024-01-30 12:58:53 +01:00
Santiago L 849af04e4b Add pagination nav 2024-01-30 12:55:18 +01:00
Santiago L aea944a732 Cosmetics: make SaaS list more compact 2024-01-30 12:51:28 +01:00
Santiago L 5836d6e6ed Allow search mailboxes by name or domain 2024-01-30 11:31:24 +01:00
Santiago L b21bc1363d Allow filter address by domain name 2024-01-29 18:32:44 +01:00
Santiago L 52ec1660f6 Retrieve database disk resource usage 2024-01-29 17:59:38 +01:00
Santiago L 0695099980 Drop disk & transfer usage as always shows N/A
Show it again when valuable information could be provided
to the user.
2024-01-29 17:29:53 +01:00
Santiago L 0b31049f0b Fix compatibility with Django 2.2.X
url_has_allowed_host_and_scheme has been introduced on 3.1
2024-01-29 17:26:26 +01:00
Santiago L 1bd7023fdf Rename templates to be more djangonist 2024-01-26 14:23:03 +01:00
Santiago L 40cb2b45bb Upgrade to be compatible with django 3.2 2024-01-26 14:22:52 +01:00
Santiago L 76c18c0cae Set order_by on AddressListView
Avoid pagination inconsistency
2024-01-26 13:51:08 +01:00
Santiago L 2c655f6b08 Cosmetics & filter by request.user missing views 2024-01-26 13:35:10 +01:00
Santiago L 4b89a04969 Fix number of addresses of a domain 2024-01-26 13:34:46 +01:00
Santiago L 790ac0074a Drop type annotations 2024-01-26 12:56:12 +01:00
Santiago L 428644e421 Cosmetics: set full height to container 2024-01-25 14:40:59 +01:00
Santiago L 954ddafec3 Add missing imports (ValidationError & gettext_lazy) 2024-01-25 14:39:40 +01:00
Santiago L 4dc5de4016 Fix link to mailing list management tool 2024-01-25 14:30:20 +01:00
Santiago L 1a3a015d61 Render related address on mailbox list 2024-01-25 14:24:06 +01:00
Santiago L f140fe480e Fix MailboxDeleteView 2024-01-25 14:19:58 +01:00
Santiago L d4b44d58c8 Fix AddressDeleteView 2024-01-25 13:59:14 +01:00
Santiago L 216c4d9419 Add redirect URL for musician index 2024-01-25 13:36:10 +01:00
Santiago L d3b3547811 Validate domain records (on update & creation) 2023-11-29 15:03:12 +01:00
Santiago L be3ca0aecd Render top & subdomains (if any) 2023-11-29 14:31:43 +01:00
Santiago L a6be3e5b00 Allow add and update domain's record 2023-11-29 12:42:54 +01:00
Santiago L f26b2f0e87 Allow user to create a new record on a domain 2023-11-29 12:16:17 +01:00
Santiago L 7c85f219d8 Set USER_SUPPORT_EMAIL 2023-11-27 13:03:53 +01:00
Santiago L bae29f766f Fix DatabasesView 2023-11-27 13:03:47 +01:00
Santiago L d34b21448a Fix MailingListsView 2023-11-27 13:03:39 +01:00
Santiago L 338047a27b Fix address-update link 2023-11-27 13:03:34 +01:00
Santiago L a921e0f648 Refactor address & mailbox views 2023-11-27 13:03:25 +01:00
Santiago L a23dcf68fc Refactor Mailboxes list view 2023-11-27 13:03:20 +01:00
Santiago L aa0de32cd0 Refactor my-profile & fix set language 2023-11-27 13:03:14 +01:00
Santiago L 4112e9178a Refactor views related to billing 2023-11-27 13:03:10 +01:00
Santiago L f2aaf28422 Refactor DomainDetailView 2023-11-27 13:03:05 +01:00
Santiago L 720c4dd8a2 Start replacing API petitions with models queries 2023-11-27 13:02:47 +01:00
Santiago L f6b1cf56e3 Adapt user login (based on django.contrib.auth) 2023-11-27 13:02:42 +01:00
Santiago L e60ac8f24a Move musician as orchestra module
Copy of code in repository https://github.com/ribaguifi/django-musician
at commit d1a7ad911751e0bb5d68efa63696b1c6e2a0b47b

NOTE: there are minor changes to adapt code
2023-11-27 13:02:29 +01:00