Commit Graph

9 Commits

Author SHA1 Message Date
NovaFox161 14d7dc8ba6 Remove joda-time in favor of using java.time 2021-07-21 12:29:10 -05:00
NovaFox161 58625be0a3 Merge branch 'master' of https://github.com/DreamExposure/DisCal-Discord-Bot into feature/rsvp-role 2021-03-21 09:21:09 -05:00
NovaFox161 073e4075cc Upgrade to D4J 3.2.0-SNAPSHOT
This way I can utilize my contrib to d4j that allows easier checking of role permissions on the Rest Client

Also sets explicit intents and updates sass.
2021-03-20 04:47:06 -05:00
NovaFox161 07ba20a126 New calendar view added, working on adding additional functionality 2021-02-27 23:02:56 -06:00
NovaFox161 d2cbb27a46 Update a ton of web (npm) dependencies 2020-12-09 05:31:52 -06:00
NovaFox161 e8d013a709 Get Typescript working on web + some extras
This commit gets typescript compiling to browser-safe javascript using webpack.
Also fix some issues regarding handling status endpoints, missed debug and error reports, and cleaning some other things up.

Last change involves getting maven to automatically compile typescript and styles for the website without needing to do it in cli before the package
2020-03-07 21:24:11 -06:00
NovaFox161 164a939c8f Make some massive changes to how the website is built and fix several issues
This commit changes a lot of things, the major changes are as follows:
- removed all old web files from server module
- Switched to using Typescript for development of the frontend
- fixed /events/list/list endpoint duplication
- Compile all TS code into a single JS file
- Add automatic gulp building/cleaning on maven steps
- Add object parity in TS for OOP handling
- All relevant API calls have own TS file for request eliminating duplicated code
- Add read-only API key support for embed pages (so that a temp key can be generated for anonymous users without write permissions)
- Fixed several typos and small issues
2020-03-03 14:16:40 -06:00
NovaFox161 6e700a23a9 Finish up the home/landing page 2019-10-17 20:25:13 -05:00
NovaFox161 c197b911f6 Start work on website rewrite 2019-08-06 13:40:44 -05:00