Kazuo
da7c1e8bfc
Updated Japanese translation
2020-03-20 22:20:57 +09:00
Usman Nasir
f9d26874bb
Merge pull request #289 from istiak101/patch-1
...
small html markup fix
2020-03-15 09:57:20 +05:00
Istiak Ferdous
567d65790f
small html markup fix
...
https://stackoverflow.com/questions/18007771/how-do-i-fix-error-a-charset-attribute-on-a-meta-element-found-after-the-first
https://www.w3.org/TR/2012/CR-html5-20121217/document-metadata.html#charset
2020-03-14 14:40:55 +06:00
Usman Nasir
2543b1ac6a
Merge pull request #287 from usmannasir/qtwrkdev
...
fix some issue on self-signed cert
2020-03-11 09:32:31 +05:00
qtwrk
348f6dbaa4
fix some issue on self-signed cert
2020-03-10 17:23:30 +01:00
Usman Nasir
f6f372fc4a
Merge pull request #285 from usmannasir/qtwrkdev
...
CN mirror for composer
2020-03-10 12:47:50 +05:00
qtwrk
1c5f54f8da
make self-signed cert more compatible with MacOS
2020-03-10 04:09:22 +01:00
qtwrk
26e6fdf85b
mirror for CN
2020-03-09 20:15:21 +01:00
qtwrk
14d45b73c8
CN mirror for composer
2020-03-09 18:35:11 +01:00
Usman Nasir
110b922caf
Merge pull request #284 from usmannasir/qtwrkdev
...
fix MarkupSafe module issue
2020-03-09 18:32:42 +05:00
qtwrk
a205c5a3fe
revert
2020-03-09 14:30:25 +01:00
Usman Nasir
c4ca01cafb
Merge pull request #283 from aonsyed/patch-1
...
Update MarkSafe version
2020-03-09 16:29:43 +05:00
Muttahir Aon Syed
6fd2e6697d
Update MarkSafe version
...
Updated MarkSafe version to 0.19 to fix this issue https://forums.cyberpanel.net/discussion/4051/issue-with-python-markupsafe-module-on-install#latest
2020-03-09 16:23:33 +05:00
Usman Nasir
22f7cf640f
Merge pull request #282 from istiak101/stable
...
Fix title to Email Logs
2020-03-09 08:57:50 +05:00
qtwrk
e973cc26d1
fix MarkupSafe module issue
2020-03-09 03:18:31 +01:00
Istiak Ferdous
5e4a6a2910
Fix title to Email Logs
2020-03-09 06:33:43 +06:00
Usman Nasir
127a3e455f
Merge pull request #281 from usmannasir/qtwrkdev
...
sync to gitee
2020-03-08 12:39:39 +05:00
qtwrk
74978fa8f7
Merge branch 'stable' into qtwrkdev
2020-03-08 02:22:25 +01:00
qtwrk
de567726bb
pip3.6 link
2020-03-08 00:07:29 +01:00
qtwrk
6e5a9072cb
fix upgrade script
2020-03-07 23:38:38 +01:00
qtwrk
2d6eb564a0
minor fix on upgrade
2020-03-07 22:05:20 +01:00
qtwrk
92d101e6cc
minor fix on upgrade
2020-03-07 22:03:45 +01:00
qtwrk
b9ce0b73a9
sync to gitee
2020-03-07 21:22:53 +01:00
qtwrk
6bd669fb70
test sync
2020-03-07 16:59:45 +01:00
qtwrk
c7ff1af004
test sync
2020-03-07 16:59:22 +01:00
qtwrk
d951720ab7
test syncing
2020-03-07 16:38:59 +01:00
qtwrk
6e0ab32ea1
test syncing
2020-03-07 16:38:21 +01:00
qtwrk
de0706edd1
test for syncing
2020-03-07 12:23:46 +01:00
qtwrk
0b08131cfc
update some link
2020-03-06 17:36:04 +01:00
Usman Nasir
aaed42e3cd
Merge pull request #280 from Znuff/stable
...
Domain Validator
2020-03-06 00:15:25 +05:00
Znuff
8e07f7ea1a
Proper domain validation with the "validators" library.
2020-03-05 21:02:38 +02:00
Znuff
413aef3336
Double square [[ brackets are a bash features.
...
`==` is undefined in POSIX sh
2020-03-05 20:49:05 +02:00
Usman Nasir
4dd909d111
Merge pull request #279 from alystair/patch-1
...
Delete .DS_Store
2020-03-05 08:40:33 +05:00
Lorin Halpert
62bb67e4d6
Delete .DS_Store
...
It is listed in .gitignore file - OSX metadata file unrelated to project, must have been left over from time prior commit or from a client that does not follow .gitignore rules
2020-03-04 16:35:12 -05:00
qtwrk
3c1ba8cbbc
remove white space and unwanted string
2020-03-04 14:00:55 +01:00
Usman Nasir
7426d1f979
Merge pull request #274 from Znuff/patch-2
...
Rewriting install.sh
2020-03-04 17:42:27 +05:00
Usman Nasir
3f0a080999
Merge pull request #272 from Znuff/patch-1
...
Fixed --password issue
2020-03-04 17:41:59 +05:00
Bogdan Ilisei
4c330eda9d
Rewriting install.sh
...
Putting some make-up on the install.sh script"
- This relies on the `/etc/os-release` file which is present on all modern distributions that you are currently supporting. More info on: https://www.freedesktop.org/software/systemd/man/os-release.html
- I've taken the liberty of including a warning message for CentOS 8 / CloudLinux 8
- I've also derived `SERVER_OS` from the proper strings. I suggest you end up using a variable directly from `/etc/os-release` instead, tough, as it's just extra-fluff right now, and it seems you are using it just for statistics purposes
- I have also switched to using `printf >&2` to output the messages to `stderr` instead of `stdout` because they are technically warnings
2020-03-04 14:06:49 +02:00
qtwrk
eb0f6229a7
Create install.sh
2020-03-04 00:58:27 +01:00
Bogdan Ilisei
c7c7559a87
Fixed --password issue
...
This fixes the length check for the argument length supplied to `--password`, specifically:
`./cyberpanel.sh: line 1554: [: testpassw0rd: integer expression expected`
2020-03-03 22:47:22 +02:00
Usman Nasir
49e06d1230
Merge pull request #267 from usmannasir/qtwrkdev
...
some fix
2020-02-22 10:36:29 +05:00
qtwrk
f6b94c4ec1
fix php.ini & issue
2020-02-21 14:08:42 +01:00
qtwrk
c6d0298f03
faq update and link fix
2020-02-20 23:28:44 +01:00
qtwrk
a0da026552
set watchdog default on and update some help info
2020-02-19 23:50:34 +01:00
qtwrk
6595016fff
update some FAQs
2020-02-18 22:13:38 +01:00
Usman Nasir
68382d6938
Merge pull request #263 from usmannasir/qtwrkdev
...
mirror libzip
2020-02-18 22:07:53 +05:00
qtwrk
175d3efa4f
mirror libzip
2020-02-17 16:06:45 +01:00
qtwrk
562584a9f2
openvz pid file
2020-02-17 13:18:02 +01:00
qtwrk
545041cc4b
add wp cli check/install
2020-02-11 17:27:11 +01:00
qtwrk
a27287c8c3
Merge branch 'stable' of https://github.com/usmannasir/cyberpanel into stable
2020-02-11 17:17:02 +01:00