Commit Graph

197 Commits

Author SHA1 Message Date
Alex Tselegidis
f67712cf88
Merge pull request #79 from alextselegidis/dependabot/npm_and_yarn/client/multi-b92e5c1a36
Bump braces and http-proxy-middleware in /client
2024-07-01 10:29:22 +02:00
Alex Tselegidis
8c31963982 Wording 2024-06-21 12:16:38 +03:00
dependabot[bot]
5e71e92191
Bump braces and http-proxy-middleware in /client
Bumps [braces](https://github.com/micromatch/braces) to 3.0.3 and updates ancestor dependency [http-proxy-middleware](https://github.com/chimurai/http-proxy-middleware). These dependencies need to be updated together.


Updates `braces` from 3.0.2 to 3.0.3
- [Changelog](https://github.com/micromatch/braces/blob/master/CHANGELOG.md)
- [Commits](https://github.com/micromatch/braces/compare/3.0.2...3.0.3)

Updates `http-proxy-middleware` from 0.19.2 to 3.0.0
- [Release notes](https://github.com/chimurai/http-proxy-middleware/releases)
- [Changelog](https://github.com/chimurai/http-proxy-middleware/blob/master/CHANGELOG.md)
- [Commits](https://github.com/chimurai/http-proxy-middleware/compare/v0.19.2...v3.0.0)

---
updated-dependencies:
- dependency-name: braces
  dependency-type: indirect
- dependency-name: http-proxy-middleware
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-13 10:25:18 +00:00
Alex Tselegidis
161703b5eb Fix the service worker generation problem 2024-05-17 17:50:57 +02:00
Alex Tselegidis
08ce879cec Remove the refresh method as it might interrupt the current user writing the content 2024-05-17 15:54:50 +02:00
Alex Tselegidis
2d82d128bf Revert invalid file removal after merging a pull request 2024-05-17 13:28:04 +02:00
Alex Tselegidis
aef222311b
Merge pull request #69 from T1anjiu/master
i18n Add simplified Chinese.
2024-05-17 13:04:56 +02:00
Alex Tselegidis
d6ac500064
Merge pull request #77 from alextselegidis/dependabot/npm_and_yarn/client/ejs-3.1.10
Bump ejs from 3.1.9 to 3.1.10 in /client
2024-05-17 13:04:01 +02:00
Alex Tselegidis
26a9dc43ab Change the default password to 12345678 2024-05-17 12:59:47 +02:00
Alex Tselegidis
ae71fa26eb Remove version as it is not needed 2024-05-17 12:59:36 +02:00
Alex Tselegidis
e19b14e449 Use node 18 in Dockerfile 2024-05-17 12:59:30 +02:00
Alex Tselegidis
260bee7f0f Add the .run scripts 2024-05-17 12:59:20 +02:00
dependabot[bot]
1330870bd5
Bump ejs from 3.1.9 to 3.1.10 in /client
Bumps [ejs](https://github.com/mde/ejs) from 3.1.9 to 3.1.10.
- [Release notes](https://github.com/mde/ejs/releases)
- [Commits](https://github.com/mde/ejs/compare/v3.1.9...v3.1.10)

---
updated-dependencies:
- dependency-name: ejs
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-05-02 09:24:17 +00:00
Alex Tselegidis
9206473388
Merge pull request #76 from alextselegidis/dependabot/npm_and_yarn/client/tar-6.2.1
Bump tar from 6.1.13 to 6.2.1 in /client
2024-04-15 13:56:04 +02:00
dependabot[bot]
310398f1c2
Bump tar from 6.1.13 to 6.2.1 in /client
Bumps [tar](https://github.com/isaacs/node-tar) from 6.1.13 to 6.2.1.
- [Release notes](https://github.com/isaacs/node-tar/releases)
- [Changelog](https://github.com/isaacs/node-tar/blob/main/CHANGELOG.md)
- [Commits](https://github.com/isaacs/node-tar/compare/v6.1.13...v6.2.1)

---
updated-dependencies:
- dependency-name: tar
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-11 06:45:23 +00:00
Alex Tselegidis
8793868136
Merge pull request #75 from alextselegidis/dependabot/npm_and_yarn/client/express-4.19.2
Bump express from 4.18.2 to 4.19.2 in /client
2024-04-02 17:09:36 +01:00
dependabot[bot]
fbc580aeda
Bump express from 4.18.2 to 4.19.2 in /client
Bumps [express](https://github.com/expressjs/express) from 4.18.2 to 4.19.2.
- [Release notes](https://github.com/expressjs/express/releases)
- [Changelog](https://github.com/expressjs/express/blob/master/History.md)
- [Commits](https://github.com/expressjs/express/compare/4.18.2...4.19.2)

---
updated-dependencies:
- dependency-name: express
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-28 21:53:59 +00:00
Alex Tselegidis
68dc520039
Merge pull request #74 from alextselegidis/dependabot/npm_and_yarn/client/webpack-dev-middleware-5.3.4
Bump webpack-dev-middleware from 5.3.3 to 5.3.4 in /client
2024-03-25 08:24:42 +00:00
dependabot[bot]
6eb4a88fc4
Bump webpack-dev-middleware from 5.3.3 to 5.3.4 in /client
Bumps [webpack-dev-middleware](https://github.com/webpack/webpack-dev-middleware) from 5.3.3 to 5.3.4.
- [Release notes](https://github.com/webpack/webpack-dev-middleware/releases)
- [Changelog](https://github.com/webpack/webpack-dev-middleware/blob/v5.3.4/CHANGELOG.md)
- [Commits](https://github.com/webpack/webpack-dev-middleware/compare/v5.3.3...v5.3.4)

---
updated-dependencies:
- dependency-name: webpack-dev-middleware
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-23 14:05:57 +00:00
Alex Tselegidis
8c717c0055
Merge pull request #73 from alextselegidis/dependabot/npm_and_yarn/client/follow-redirects-1.15.6
Bump follow-redirects from 1.15.4 to 1.15.6 in /client
2024-03-18 09:52:14 +01:00
dependabot[bot]
c7bda63880
Bump follow-redirects from 1.15.4 to 1.15.6 in /client
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.4 to 1.15.6.
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases)
- [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.15.4...v1.15.6)

---
updated-dependencies:
- dependency-name: follow-redirects
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-16 23:05:27 +00:00
Alex Tselegidis
ee1b716a0e
Merge pull request #72 from alextselegidis/dependabot/npm_and_yarn/client/ip-2.0.1
Bump ip from 2.0.0 to 2.0.1 in /client
2024-02-26 15:04:32 +01:00
dependabot[bot]
74cc8a0b2c
Bump ip from 2.0.0 to 2.0.1 in /client
Bumps [ip](https://github.com/indutny/node-ip) from 2.0.0 to 2.0.1.
- [Commits](https://github.com/indutny/node-ip/compare/v2.0.0...v2.0.1)

---
updated-dependencies:
- dependency-name: ip
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-20 21:47:23 +00:00
Tianjiu
5a1da3a353
Add files via upload 2024-02-07 21:26:51 +08:00
Tianjiu
83af8943df
Create auth.php 2024-02-07 21:26:22 +08:00
Tianjiu
d21595ced3
Merge branch 'alextselegidis:master' into master 2024-02-07 21:12:55 +08:00
Alex Tselegidis
4b24fe9488
Merge pull request #70 from alextselegidis/dependabot/npm_and_yarn/client/follow-redirects-1.15.4
Bump follow-redirects from 1.15.2 to 1.15.4 in /client
2024-01-11 15:05:26 +01:00
dependabot[bot]
e7d6cf180a
Bump follow-redirects from 1.15.2 to 1.15.4 in /client
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.2 to 1.15.4.
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases)
- [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.15.2...v1.15.4)

---
updated-dependencies:
- dependency-name: follow-redirects
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-10 13:19:41 +00:00
Tianjiu
367433c16c
Add files via upload 2024-01-04 20:54:54 +08:00
Tianjiu
1e9f86d565
Update account.js 2024-01-04 20:53:41 +08:00
Tianjiu
08013efa2d
Add files via upload 2024-01-04 20:52:46 +08:00
Tianjiu
181edaa2d5
Create index.js 2024-01-04 20:52:12 +08:00
Tianjiu
04656ee2f3
Delete client/src/lang/zh-CN 2024-01-04 20:51:49 +08:00
Tianjiu
1d78691aba
Create zh-CN 2024-01-04 20:50:57 +08:00
Tianjiu
41b067efd3
Add files via upload 2024-01-04 20:46:16 +08:00
Tianjiu
59618afdb4
Delete client/src/index.js 2024-01-04 20:45:38 +08:00
Tianjiu
018b79f680
Add simplified Chinese 2024-01-04 20:43:35 +08:00
Alex Tselegidis
a5dbec79c1
Merge pull request #65 from alextselegidis/dependabot/npm_and_yarn/client/babel/traverse-7.23.2
Bump @babel/traverse from 7.21.2 to 7.23.2 in /client
2023-11-13 09:15:58 +01:00
dependabot[bot]
d67ba34d72
Bump @babel/traverse from 7.21.2 to 7.23.2 in /client
Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.21.2 to 7.23.2.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.23.2/packages/babel-traverse)

---
updated-dependencies:
- dependency-name: "@babel/traverse"
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-18 22:26:14 +00:00
Alex Tselegidis
3edf5e68e8 Suppress xdebug console warnings 2023-08-01 07:33:30 +02:00
Alex Tselegidis
d2c707adac Remove the configuration alignment 2023-07-29 11:16:24 +02:00
Alex Tselegidis
a29bd106d4 Move the archive to the root directory automatically 2023-07-26 13:04:22 +02:00
Alex Tselegidis
8d64eca5e7 Remove the scripts folder and keep the build.sh script 2023-07-26 12:08:36 +02:00
Alex Tselegidis
d6c97509c6 Update the docs 2023-07-26 12:08:22 +02:00
Alex Tselegidis
7fa145cf44 Remove the select method as it might interrupt the user while they type 2023-07-26 12:01:55 +02:00
Alex Tselegidis
4b904b6805 Update the start-container script 2023-07-26 11:26:13 +02:00
Alex Tselegidis
22fa006a2f Update the docker compose set up 2023-07-26 11:25:04 +02:00
Alex Tselegidis
cc9a89510f Add the default .env file 2023-07-26 11:24:54 +02:00
Alex Tselegidis
a037a6d035 Remove deprecated proxy setup file 2023-07-26 11:24:40 +02:00
Alex Tselegidis
9511d4b054
Merge pull request #59 from alextselegidis/dependabot/npm_and_yarn/client/tough-cookie-and-node-sass-4.1.3
Bump tough-cookie and node-sass in /client
2023-07-24 09:58:27 +02:00