Code Monkey home page Code Monkey logo

ree6-applications / webinterface Goto Github PK

View Code? Open in Web Editor NEW
16.0 2.0 58.0 2.14 MB

A Webinterface developed for Ree6. To help configurate Ree6 easier.

Home Page: https://cp.ree6.de

License: GNU General Public License v3.0

Java 59.09% Dockerfile 0.44% HTML 0.56% Svelte 34.92% SCSS 1.88% TypeScript 2.44% CSS 0.16% JavaScript 0.21% Shell 0.30%
ree6 jda bot discord webinterface website discord-webinterface discord-bot bot-webinterface discord-bot-webinterface discord-bot-dashboard springboot springboot2 java

webinterface's Issues

Webinterface Roadmap

Endpoints we need to implement on the Frontend:

  • Guild Chat/Voice AutoRole
  • Opt-out
  • Custom Commands

Feature that we have to implement on the Backend and Frontend:

  • Schedules Messages
  • Stream-Tools
  • Custom Events

Documentation:

  • Documentation of features (example: streamtools, notifications) (Maybe use gitbook? Or the Wiki?)

Customization:

  • Being able to disable modules (example: leveling system)
  • More customization options (example: language selection)

Dependency Dashboard

This issue lists Renovate updates and detected dependencies. Read the Dependency Dashboard docs to learn more.

Repository problems

These problems occurred while renovating this repository. View logs.

  • WARN: Package lookup failures

Rate-Limited

These updates are currently rate-limited. Click on a checkbox below to force their creation now.

  • Update dependency org.projectlombok:lombok to v1.18.34
  • Update dependency tslib to v2.6.3
  • Update maven Docker tag to v3.9.8
  • Update dependency @sveltejs/adapter-netlify to v4.3.2
  • Update dependency com.github.twitch4j:twitch4j to v1.21.0
  • Update dependency org.springdoc:springdoc-openapi-starter-webmvc-ui to v2.6.0
  • Update dependency typescript to v5.5.4
  • Update docker/build-push-action action to v5.4.0
  • Update docker/login-action action to v3.3.0
  • Update spring boot to v3.3.2 (org.springframework.boot:spring-boot-starter-test, org.springframework.boot:spring-boot-starter-data-jpa, org.springframework.boot:spring-boot-starter-web, org.springframework.boot:spring-boot-starter-webflux, org.springframework.boot:spring-boot-starter-parent)
  • Update docker/build-push-action action to v6
  • ๐Ÿ” Create all rate-limited PRs at once ๐Ÿ”

Warning

Renovate failed to look up the following dependencies: Failed to look up maven package me.presti.jda-utilities:jda-utilities-oauth2.

Files affected: Backend/pom.xml


Open

These updates have all been created already. Click a checkbox below to force a retry/rebase of any.

Ignored or Blocked

These are blocked by an existing closed PR and will not be recreated unless you click a checkbox below.

Detected dependencies

docker-compose
Frontend/docker/docker-compose.yml
dockerfile
Backend/Dockerfile
  • docker/dockerfile 1
  • maven 3.9.6-amazoncorretto-17
  • amazoncorretto 21-alpine3.16-full
Frontend/docker/Dockerfile
  • node 18-alpine
github-actions
.github/workflows/build.yml
  • actions/checkout v4@0ad4b8fadaa221de15dcec353f45205ec38ea70b
  • actions/setup-java v4
  • actions/cache v4
  • actions/cache v4
.github/workflows/codeql-analysis.yml
  • actions/checkout v4@0ad4b8fadaa221de15dcec353f45205ec38ea70b
  • actions/setup-java v4
  • github/codeql-action v3
  • github/codeql-action v3
  • github/codeql-action v3
.github/workflows/dockerPush.yml
  • actions/checkout v4@0ad4b8fadaa221de15dcec353f45205ec38ea70b
  • docker/login-action v3.1.0
  • docker/metadata-action v5.5.1
  • docker/build-push-action v5.3.0
  • actions/checkout v4@0ad4b8fadaa221de15dcec353f45205ec38ea70b
  • docker/setup-qemu-action v3
  • docker/setup-buildx-action v3
  • docker/login-action v3.1.0
  • docker/metadata-action v5.5.1
  • docker/build-push-action v5.3.0
.github/workflows/maven.yml
  • actions/checkout v4@0ad4b8fadaa221de15dcec353f45205ec38ea70b
  • actions/setup-java v4
  • actions/upload-artifact v4
maven
Backend/pom.xml
  • org.springframework.boot:spring-boot-starter-parent 3.2.5
  • org.springdoc:springdoc-openapi-starter-webmvc-ui 2.5.0
  • org.springframework.boot:spring-boot-starter-webflux 3.2.5
  • org.springframework.boot:spring-boot-starter-web 3.2.5
  • org.springframework.boot:spring-boot-starter-data-jpa 3.2.5
  • org.springframework.boot:spring-boot-starter-test 3.2.5
  • de.ree6:Ree6-SQL da620ec7a5
  • net.dv8tion:JDA 5.0.0-beta.23
  • io.sentry:sentry-spring-boot-starter-jakarta 7.8.0
  • com.github.twitch4j:twitch4j 1.20.0
  • com.github.Carleslc.Simple-YAML:Simple-Yaml 1.8.4
  • org.projectlombok:lombok 1.18.32
  • me.presti.jda-utilities:jda-utilities-oauth2 fdbc298475
npm
Frontend/package.json
  • sass ^1.59.3
  • @sveltejs/adapter-auto ^3.0.0
  • @sveltejs/adapter-netlify ^4.0.0
  • @sveltejs/kit ^2.0.0
  • svelte ^4.0.0
  • svelte-check ^3.4.4
  • tslib ^2.4.1
  • typescript ^5.0.0
  • vite ^5.0.0

  • Check this box to trigger a request for Renovate to run again on this repository

NestedServletException: Handler dispatch failed; nested exception is java.lang.NoClassDefFoundError: jakarta/transaction/...

Sentry Issue: JAVA-SPRING-BOOT-4

ClassNotFoundException: jakarta.transaction.SystemException
    at de.presti.ree6.webinterface.sql.SQLSession.buildSessionFactory(SQLSession.java:49)
    at de.presti.ree6.webinterface.sql.SQLSession.getSessionFactory(SQLSession.java:118)
    at de.presti.ree6.webinterface.sql.SQLWorker.getEntityList(SQLWorker.java:1822)
    at de.presti.ree6.webinterface.sql.SQLWorker.getInvites(SQLWorker.java:1105)
    at de.presti.ree6.webinterface.controller.FrontendController.openServerPanel(FrontendController.java:457)
...
(68 additional frame(s) were not displayed)

NoClassDefFoundError: jakarta/transaction/SystemException
    at de.presti.ree6.webinterface.sql.SQLSession.buildSessionFactory(SQLSession.java:49)
    at de.presti.ree6.webinterface.sql.SQLSession.getSessionFactory(SQLSession.java:118)
    at de.presti.ree6.webinterface.sql.SQLWorker.getEntityList(SQLWorker.java:1822)
    at de.presti.ree6.webinterface.sql.SQLWorker.getInvites(SQLWorker.java:1105)
    at de.presti.ree6.webinterface.controller.FrontendController.openServerPanel(FrontendController.java:457)
...
(64 additional frame(s) were not displayed)

NestedServletException: Handler dispatch failed; nested exception is java.lang.NoClassDefFoundError: jakarta/transaction/SystemException
    at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1086)
    at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:964)
    at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1006)
    at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:898)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:670)
...
(41 additional frame(s) were not displayed)

Missing Level Rewards

The implementation of setting up the Level rewards system is missing since the switch from command set up to action set up.

Improving our Webinterface and Website

We are currently missing features such as:

  • Adding a system which remembers you and does not auto join you or switch to a redirect to a server invite.
  • Being able to disable modules (example: leveling system)
  • More customization options (example: language selection)
  • Documentation of features (example: streamtools)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.