This is an automated email from the ASF dual-hosted git repository.
emotionbug pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-age-viewer.git.
from e74cfe3 Corrects `cytoscape-cxtmenu` license
new be57843 Modify code related to irrelevant trade names.
new 02249ee Remove irrelevant icon files.
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
backend/src/app.js | 4 +-
...cloudController.js => RemoteLoginController.js} | 4 +-
.../agensGraphRepository.js => GraphRepository.js} | 12 +--
.../{agcloudRouter.js => remoteLoginRouter.js} | 6 +-
backend/src/services/databaseService.js | 7 +-
frontend/public/android-chrome-192x192.png | Bin 8673 -> 0 bytes
frontend/public/android-chrome-512x512.png | Bin 30656 -> 0 bytes
frontend/public/apple-touch-icon.png | Bin 7769 -> 0 bytes
frontend/public/browserconfig.xml | 28 -------
frontend/public/favicon-16x16.png | Bin 1178 -> 0 bytes
frontend/public/favicon-32x32.png | Bin 1847 -> 0 bytes
frontend/public/favicon.ico | Bin 15086 -> 0 bytes
frontend/public/index.html | 5 --
frontend/public/mstile-150x150.png | Bin 5795 -> 0 bytes
frontend/public/safari-pinned-tab.svg | 82 ---------------------
frontend/public/site.webmanifest | 16 +---
16 files changed, 18 insertions(+), 146 deletions(-)
rename backend/src/controllers/{agcloudController.js =>
RemoteLoginController.js} (95%)
rename backend/src/models/{agensgraph/agensGraphRepository.js =>
GraphRepository.js} (93%)
rename backend/src/routes/{agcloudRouter.js => remoteLoginRouter.js} (82%)
delete mode 100644 frontend/public/android-chrome-192x192.png
delete mode 100644 frontend/public/android-chrome-512x512.png
delete mode 100644 frontend/public/apple-touch-icon.png
delete mode 100644 frontend/public/browserconfig.xml
delete mode 100644 frontend/public/favicon-16x16.png
delete mode 100644 frontend/public/favicon-32x32.png
delete mode 100644 frontend/public/favicon.ico
delete mode 100644 frontend/public/mstile-150x150.png
delete mode 100644 frontend/public/safari-pinned-tab.svg