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
Santiago L
8dc792b851
Fix render() of PaddingCheckboxSelectMultiple widget
2021-05-13 12:37:17 +02:00
Santiago L
7183174f4c
Handle empty address on Server.clean()
2021-05-13 10:57:48 +02:00
Santiago L
48ef1f21e3
Navigate through FK field to related model
...
Fix regression introduced by 7d975637d5
when there is a misunderstanding while replacing deprecated rel.to
2021-05-12 14:38:17 +02:00
Santiago L
aebbd424fc
Fix admin list_display with HTML content
2021-05-12 14:16:28 +02:00
Santiago L
5389f425ce
mark_safe display_websites & display_addresses
2021-05-12 13:55:47 +02:00
Santiago L
58be94bde2
Upgrade orchestra middlewares
...
Refactor to changes introduced on Django 1.10
https://docs.djangoproject.com/en/2.1/topics/http/middleware/#upgrading-pre-django-1-10-style-middleware
2021-05-11 14:00:41 +02:00
Santiago L
f7627926cb
Replace detail_route with action decorator
...
DRF 3.10.0 deprecates the detail_route decorator in favor of action
2021-05-06 13:08:21 +02:00
Santiago L
d5fce3b6e2
Replace string_concat() with format_lazy()
...
On Django 1.11 django.utils.translation.string_concat() is
deprecated in favor of django.utils.text.format_lazy()
and it has been removed on Django 2.1
2021-05-06 12:07:17 +02:00
Santiago L
0338b927cf
query.order_by is a tuple, update value to compare
2021-04-22 14:51:03 +02:00
Santiago L
97f1c7ef2b
Replace field.rel.to with field.remote_field.model
...
Field.rel and Field.remote_field.to are removed in Django 2.x
2021-04-22 14:44:47 +02:00
Santiago L
7fa7106d72
Update migrations to include mandatory on_delete
...
Django 2.0
2021-04-22 14:18:01 +02:00
Santiago L
a8b17da992
Squash migrations
2021-04-22 13:29:09 +02:00
Santiago L
c689a6e44c
Fix Message.author on_cascade because cannot be null.
2021-04-22 10:52:33 +02:00
Santiago L
7d975637d5
Replace ForeignKey.field.rel.to --> field.model
...
rel.to dropped on Django 2.0
2021-04-22 10:44:09 +02:00
Santiago L
d863598d81
Define on_delete argument for ForeignKey and OneToOneField
...
Required since Django 2.0
2021-04-22 10:28:00 +02:00
Santiago L
eadc06d4c5
django.core.urlresolvers moved to django.urls
...
Django 2.0
2021-04-21 14:27:18 +02:00
Santiago L
2b06652a5b
Handle edge cases of last day of the month of billing period.
2021-03-31 12:11:53 +02:00
Santiago L
dc722ec17a
Set env variable to skip REST_API tests.
2021-03-31 10:39:47 +02:00
Cayo Puigdefabregas
fa8a895299
fixing test traffic monitors is a list
2021-03-30 15:21:50 +02:00
Cayo Puigdefabregas
091120d3c2
fixing test_traffic get_total
2021-03-30 15:21:23 +02:00
Cayo Puigdefabregas
c952d782cd
fixing mailbox test
2021-03-30 15:21:00 +02:00
Cayo Puigdefabregas
226327cacf
fixing job test
2021-03-30 15:20:37 +02:00
Cayo Puigdefabregas
6f043cd272
fixing ftp test
2021-03-30 15:20:25 +02:00
Cayo Puigdefabregas
0633df114e
fixing DomainBillingTest
2021-03-30 15:19:39 +02:00
Cayo Puigdefabregas
a53b71bab1
fixed choices
2021-03-30 15:19:19 +02:00
Santiago L
acac7727c2
Fix services tests
2021-03-30 14:27:21 +02:00
Cayo Puigdefabregas
48ef6d63bc
Fixed bug in python backend
2021-03-30 14:25:10 +02:00
Santiago L
08a76a8de4
Ignore Account.is_staff kwarg (auth.AbstractBaseUser)
2021-03-30 13:56:04 +02:00
Santiago L
14fbd98e33
Refactor PHP tests dropping legacy controller (backend)
2021-03-30 13:35:00 +02:00
Santiago L
58395147c9
Replace PasswdVirtualUserBackend with RoundcubeIdentityController
2021-03-30 13:13:26 +02:00
Santiago L
c505f9a3c6
Replace SystemUserBackend with UNIXUserController
2021-03-30 13:11:41 +02:00
Santiago L
f4c0a7413c
Generate missing migrations.
2021-03-30 12:52:12 +02:00
Santiago L
9d2d0befc4
Rename `async`--> `run_async`
...
On Python3.5 async becames a reserved keyword.
2021-03-30 12:51:12 +02:00
Santiago L
e6e434f525
Merge pull request #2 from ribaguifi/pangea-production-src
...
Pangea production source
2021-01-13 16:43:49 +01:00
Santiago L
43d8c9471b
Latest Pangea source code deployed to production.
2021-01-13 16:41:36 +01:00
Marc Aymerich
ea9c398de4
Disabled database hostname validator to allow for % host
2017-07-07 09:30:35 +00:00
Marc Aymerich
6fadf0c631
PHP support for sockets (vs TCP) improved
2017-07-05 17:52:37 +00:00
Marc Aymerich
a1f73d883a
Added support for multiple webservers
2017-07-05 13:55:13 +00:00
Marc Aymerich Gubern
49c84f13a8
Fixed createsuperuser init command
2017-06-16 15:33:41 +02:00
Marc Aymerich
0c1b4c7f4a
Added nextcloud support
2017-06-09 08:28:44 +00:00
Marc Aymerich
25fbc6a088
switched container engine to lxc
2017-06-09 08:26:40 +00:00
Marc Aymerich
35c7265bff
Fixed send email template
2017-04-03 17:06:06 +00:00
root
b9ba692a42
Added support for disabling ssl verification on gitlab backend
2017-03-02 18:46:03 +00:00
root
55737cf247
Added missing import
2017-01-12 21:41:25 +00:00
Marc Aymerich
f6125f6bbb
Fixed rechare computation of prepaid orders with metric
2016-11-29 21:11:24 +00:00
root
9ff6491e4f
Use update wrapper on admin_field decorator
2016-11-21 19:35:17 +00:00