Santiago L
|
049ff451ec
|
Import `ContextDecorator` from std library
https://docs.djangoproject.com/en/4.2/releases/3.0/#removed-private-python-2-compatibility-apis
|
2023-11-29 10:38:54 +01:00 |
jorgepastorr
|
880991984f
|
merge migrations
|
2023-11-26 11:31:07 +01:00 |
Jorge Pastor
|
febc2783fd
|
commet conflict lines in migrations systemusers
|
2023-11-26 09:52:03 +00:00 |
Jorge Pastor
|
7a6d4783d0
|
mailbox not change pass on single reload
|
2023-11-26 09:52:03 +00:00 |
Jorge Pastor
|
f8b05b24e5
|
max length 32 databaseuser
|
2023-11-26 09:52:03 +00:00 |
Jorge Pastor
|
7a8c6c9b90
|
nextcloud size on cron
|
2023-11-26 09:52:03 +00:00 |
Jorge Pastor
|
2cd20465c9
|
fix resource agragation otion last value query
|
2023-11-26 09:52:03 +00:00 |
Jorge Pastor
|
44b2720b3e
|
change update user password on mysql
|
2023-11-26 09:52:03 +00:00 |
jorgepastorr
|
5a6b972b51
|
fix last nyapa with target_server on SAS
|
2023-11-26 09:52:03 +00:00 |
jorgepastorr
|
c94342141e
|
nyapa hiden target server in SAS
|
2023-11-26 09:52:03 +00:00 |
jorgepastorr
|
49c63921b8
|
fix webappUser create user with groups dont exist
|
2023-11-26 09:52:03 +00:00 |
jorgepastorr
|
9bc88493e1
|
fix problem with sftpuser onnSAslist and webalizer
|
2023-11-26 09:52:03 +00:00 |
jorgepastorr
|
d4eec5dd08
|
delete fields password in lists
edited 2023/11/24 by pedro
|
2023-11-26 09:52:03 +00:00 |
jorgepastorr
|
a6ef81ad8f
|
add filter servers on accounts and mailboxes to send messages
|
2023-11-26 09:52:03 +00:00 |
jorgepastorr
|
2666b47213
|
hidden sftpuser in webalizer form
|
2023-11-26 09:52:03 +00:00 |
jorgepastorr
|
0a76f76e79
|
hidden user,password in servers without webappusers
|
2023-11-26 09:52:03 +00:00 |
jorgepastorr
|
db3ec91fc7
|
delete local bookworm
|
2023-11-26 09:52:03 +00:00 |
jorgepastorr
|
d7ca59bdfa
|
websites complete fusion
|
2023-11-26 09:52:03 +00:00 |
jorgepastorr
|
037c8f14e6
|
wordpress complete
|
2023-11-26 09:52:03 +00:00 |
jorgepastorr
|
d69a53ad66
|
webapp php complete
|
2023-11-26 09:52:03 +00:00 |
jorgepastorr
|
230b9f24ca
|
webapps static complete
|
2023-11-26 09:52:03 +00:00 |
jorgepastorr
|
028fbffe98
|
webapp static form
edited 2023/11/24 by pedro
|
2023-11-26 09:52:03 +00:00 |
jorgepastorr
|
d76f211d99
|
webappusers in new servers
edited 2023/11/24 by pedro
|
2023-11-26 09:52:03 +00:00 |
jorgepastorr
|
4b02ba15c5
|
mainusers only in newservers
|
2023-11-26 09:52:03 +00:00 |
jorgepastorr
|
11e654131e
|
systemusers in new servers
|
2023-11-26 09:52:02 +00:00 |
jorgepastorr
|
ab5ba7fe28
|
main system users in new servers
|
2023-11-26 09:52:02 +00:00 |
Jorge Pastor
|
53fa5a02eb
|
inicio 2023/07/09
edited 2023/11/24 by pedro
|
2023-11-26 09:52:02 +00:00 |
Santiago L
|
03666d8ed0
|
Filter related addresses by account
|
2021-10-14 13:03:08 +02:00 |
Santiago L
|
e88e27a56e
|
Make MailboxViewSet writable: create & update
|
2021-10-07 14:14:21 +02:00 |
Santiago L
|
008f49100f
|
Fix display_mailboxes format (mark HTML as safe)
|
2021-09-24 13:54:34 +02:00 |
Santiago L
|
b0f77ad591
|
Merge branch 'master' into dev/api-writable
|
2021-07-13 13:25:00 +02:00 |
Santiago L
|
b37d9cc515
|
Remove unneeded custom 'delete_selected'
`has_delete_permission` already avoids deleting main system users
|
2021-07-08 14:48:51 +02:00 |
Santiago L
|
1faab905d6
|
Remove duplicated 'delete_selected' action of TicketAdmin
Fixes admin.E130 error
|
2021-07-08 13:58:37 +02:00 |
Santiago L
|
de26baf75a
|
Refactor TransactionProcessAdmin.delete_selected override
Override `delete_queryset` instead of overriding `delete_selected`
action. Fixes admin.E130 error.
Related ticket https://github.com/django/django/pull/10603
|
2021-07-08 13:49:24 +02:00 |
Santiago L
|
867d9afe65
|
Make /aoi/addresses/ endpoint writable
|
2021-06-18 11:11:50 +02:00 |
Santiago L
|
e1d71fa620
|
Add support to create Address via API
|
2021-06-08 13:37:00 +02:00 |
Santiago L
|
81c67778e5
|
Fix RelatedDomainSerializer model
Regression introduced by 7d975637d5
partially fixed on 48ef1f21e3
|
2021-06-08 12:58:36 +02:00 |
Santiago L
|
9a3b6dcbc3
|
Add 'exclude' attribute to TransactionSerializer
Creating a ModelSerializer without either the 'fields' attribute or the
'exclude' attribute has been deprecated since 3.3.0
|
2021-06-08 10:23:04 +02:00 |
Santiago L
|
28c03ac6c8
|
Handle HTML safe rendering on accounts, bills & payments
Drop `allow_tags` attribute which has been removed on Django 2.0
|
2021-05-24 12:36:49 +02:00 |
Santiago L
|
9953124a95
|
Replace Context by dict
Since Django 1.10 template objects returned by get_template() and
select_template() no longer accept a Context in their render() method.
|
2021-05-24 11:19:30 +02:00 |
Santiago L
|
06c226d302
|
Handle HTML safe rendering on webapps & miscellaneous
Drop `allow_tags` attribute which has been removed on Django 2.0
|
2021-05-21 11:17:06 +02:00 |
Santiago L
|
4f695c2e6e
|
Handle HTML safe rendering on orchestration, resources & history
Drop `allow_tags` attribute which has been removed on Django 2.0
|
2021-05-21 10:47:27 +02:00 |
Santiago L
|
e6495a967b
|
Handle HTML safe rendering on issues, plans & saas
Drop `allow_tags` attribute which has been removed on Django 2.0
|
2021-05-21 10:07:59 +02:00 |
Santiago L
|
a2927f7616
|
Add required param `renderer` to MarkDownWidget
|
2021-05-20 14:02:10 +02:00 |
Santiago L
|
f13fea5030
|
Fix display format on accounts, databases...
domains, mailboxes & mailer
Drop `allow_tags` attribute which has been removed on Django 2.0
|
2021-05-20 13:58:16 +02:00 |
Santiago L
|
f0683660ae
|
Fix display format on bills, orders & services
Drop `allow_tags` attribute which has been removed on Django 2.0
|
2021-05-17 14:15:12 +02:00 |
Santiago L
|
b24ddf7546
|
Handle empty ping response
|
2021-05-17 13:22:08 +02:00 |
Santiago L
|
3b4bb51925
|
Fix display format on SaaS & Sever admin list
mark_safe generated HTML
|
2021-05-17 13:20:18 +02:00 |
Santiago L
|
a6c5aa32df
|
Fix Mailbox creation.
Direct assignment to the reverse side of a many-to-many set is
prohibited. Use addresses.set() instead.
|
2021-05-17 12:54:16 +02:00 |
Santiago L
|
13b4ac5eee
|
Add required param `renderer` to ReadOnlyPasswordHashWidget
|
2021-05-13 14:42:05 +02:00 |