- Downloads
Update frontend styling
Frontend now uses ChihuahUI and most pages (except statistics pages) are styled. To accomplish this, some other changes had to be made: - Spotless frontend was added. - A GNU AGPLv3 license header was added to all files. - The old frontend has been renamed to archive. - The project now effectively is just the old backend. - Some weirdly named properties like `GITLAB_SERVER_URL` were moved to regular configuration properties. - Liquibase was added. - The existing authentication configuration has been replaced with regular LabraDoor authentication. - All endpoints have been changed from camelCase to kebab-case. - All templates have been changed from camelCase to snake_case. - All packages have been changed from camelCase to lowercase. - FancyPrint has been deprecated in favour of Logger. - API controllers have been deprecated, as the relevant logic there should be moved to service methods. - A simple error handler controller was added. - Some dependencies were updated. - Some non-working tests were disabled. - A YAML file was added in favour of properties.
Showing
- .gitignore 53 additions, 2 deletions.gitignore
- .gitlab-ci.yml 75 additions, 3 deletions.gitlab-ci.yml
- LICENSE 3 additions, 3 deletionsLICENSE
- LICENSE.header 15 additions, 0 deletionsLICENSE.header
- LICENSE.header.java 17 additions, 0 deletionsLICENSE.header.java
- README.md 65 additions, 1 deletionREADME.md
- archive/.eslintignore 0 additions, 0 deletionsarchive/.eslintignore
- archive/.eslintrc.cjs 0 additions, 0 deletionsarchive/.eslintrc.cjs
- archive/.gitignore 0 additions, 0 deletionsarchive/.gitignore
- archive/.gitlab-ci.yml 0 additions, 0 deletionsarchive/.gitlab-ci.yml
- archive/.npmrc 0 additions, 0 deletionsarchive/.npmrc
- archive/.prettierignore 0 additions, 0 deletionsarchive/.prettierignore
- archive/.prettierrc 0 additions, 0 deletionsarchive/.prettierrc
- archive/README.md 0 additions, 0 deletionsarchive/README.md
- archive/cypress.config.ts 0 additions, 0 deletionsarchive/cypress.config.ts
- archive/cypress/e2e/about.cy.ts 0 additions, 0 deletionsarchive/cypress/e2e/about.cy.ts
- archive/cypress/e2e/account.cy.ts 0 additions, 0 deletionsarchive/cypress/e2e/account.cy.ts
- archive/cypress/e2e/contact.cy.ts 0 additions, 0 deletionsarchive/cypress/e2e/contact.cy.ts
- archive/cypress/e2e/create_courses.cy.ts 0 additions, 0 deletionsarchive/cypress/e2e/create_courses.cy.ts
- archive/cypress/e2e/home.cy.ts 0 additions, 0 deletionsarchive/cypress/e2e/home.cy.ts
Loading
Please sign in to comment
