Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Features #160

Open
ash3T opened this issue Aug 22, 2024 · 5 comments
Open

Features #160

ash3T opened this issue Aug 22, 2024 · 5 comments

Comments

@ash3T
Copy link

ash3T commented Aug 22, 2024

Hi,

Some ideas:

  1. After create a new hosting account, the web page will get the latest result from "Pending" to "Active" without refresh the web page. Similarly, for support tickets, user will received notification once the the ticket is replied.
  2. Ability to delete account(hosting account not user account) if the user don't want it any more.
  3. When requesting a SSL certificate, the error message needs more work, need to check if there is any typoes before issuing a SSL. I can get an notification of "SSL certificate requested successfully." for a domain I did not registered.
@santydesignscr
Copy link
Collaborator

I dont understand the last point

@greenreader9
Copy link
Contributor

greenreader9 commented Sep 15, 2024

  1. That would require AJAX, and quite a bit of it to be able to update everything that changes. Not an easy update to do, and probably not worth it. Just adding a "Refresh the page" message would be a lot easier and would get the same message across.
  1. The SSL certificate is generated successfully, so it does not need an error message. The tool lets you generate certificates for domains that are not connected to your account, that's the way it is intended to work.

@santydesignscr
Copy link
Collaborator

santydesignscr commented Sep 15, 2024

  1. That would require AJAX, and quite a bit of it to be able to update everything that changes. Not an easy update to do, and probably not worth it. Just adding a "Refresh the page" message would be a lot easier and would get the same message across.

  2. The SSL certificate is generated successfully, so it does not need an error message. The tool lets you generate certificates for domains that are not connected to your account, that's the way it is intended to work.

Thanks for your reply, I know how to use AJAX, however I think this could be an additional load that free hosting will not handle, especially in a client area with many clients. I say that because I had problems with a simple API call, free hosting is too slow

@ash3T
Copy link
Author

ash3T commented Nov 22, 2024

I dont understand the last point

If you have a.example.com but you enter and get an ab.example.com(which you did not registered) SSL. When issuing an ssl, the first step is to test if input is correct, the user owners this subdomain.

@santydesignscr
Copy link
Collaborator

Ohh I understood, that will be not implemented, because the SSL module is for any domain, if you have a domain that is not registered on free hosting but you want an SSL for it you should be able to get it, if we implemented such feature, we will loose that flexibility

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants