Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

2.0 super overhaul #62

Open
wants to merge 63 commits into
base: master
Choose a base branch
from
Open

2.0 super overhaul #62

wants to merge 63 commits into from

Conversation

matthe815
Copy link

No description provided.

matthe815 and others added 30 commits July 12, 2023 10:21
* Fix data export (RiiConnect24#33) (RiiConnect24#35)

This just defers the download to the next event cycle, allowing React
enough time to properly update the href.

* Fix typo in readme

* Only print registered date if user registered after RiiTag 2.0 came out

* Add correct favicons

* Fix path to apple touch icon png

* Add theme color

* Expand on homepage

* Replace tag error with image

* Add game counter to homepage

* Add GameTDB titles to parse

* Add 3DS-RPC to supported platforms list

* Find similar games

* Add custom background for embed

* Remove unknown Mii showing up on tag

* Add Wii Menu Dark theme

* Add Switch support

* Add switchtdb.json

* Add switchtdb.xml

* Fix cover reducing size

* Fix ids issue

* Reduce xml filesize

* Make grabbing cover be async

* Add search bar to leaderboard

* Fix cover grabbing

* Fix Flat Dark font setting

* Fix pagination when searching games

* Engine rewrite

* Neo Renderer Update

Co-authored-by: Matthew <[email protected]>

* Replace makeBanner with renderTag (Neo renderer)

* feature: Events

* fix: env

* refactor: Rewrites

* package: Fixes

* package: Fixes

* refactor: Eslint fixes

* refactor: Linting issue fixes

* refactor: Lint fixes

* refactor: Began rewritting entire to fit JS standard

* refactor: More code to JS Standard

* refactor: Final JS standard rewrites

* fix: Fixed module constructors

---------

Co-authored-by: bendevnull <[email protected]>
* Fix data export (RiiConnect24#33) (RiiConnect24#35)

This just defers the download to the next event cycle, allowing React
enough time to properly update the href.

* Fix typo in readme

* Only print registered date if user registered after RiiTag 2.0 came out

* Add correct favicons

* Fix path to apple touch icon png

* Add theme color

* Expand on homepage

* Replace tag error with image

* Add game counter to homepage

* Add GameTDB titles to parse

* Add 3DS-RPC to supported platforms list

* Find similar games

* Add custom background for embed

* Remove unknown Mii showing up on tag

* Add Wii Menu Dark theme

* Add Switch support

* Add switchtdb.json

* Add switchtdb.xml

* Fix cover reducing size

* Fix ids issue

* Reduce xml filesize

* Make grabbing cover be async

* Add search bar to leaderboard

* Fix cover grabbing

* Fix Flat Dark font setting

* Fix pagination when searching games

* Engine rewrite

* Neo Renderer Update

Co-authored-by: Matthew <[email protected]>

* Replace makeBanner with renderTag (Neo renderer)

* feature: Events

* fix: env

* refactor: Rewrites

* package: Fixes

* package: Fixes

* refactor: Eslint fixes

* refactor: Linting issue fixes

* refactor: Lint fixes

* refactor: Began rewritting entire to fit JS standard

* refactor: More code to JS Standard

* refactor: Final JS standard rewrites

* fix: Fixed module constructors

* renderer: Code optimization and documentation

* fix: Fixed renderer crashes and cover order

* .env emptying

* feature: Starting point for playtime tracking

* .env fix

---------

Co-authored-by: RuiNtD <[email protected]>
Co-authored-by: Larsenv <[email protected]>
Co-authored-by: bendevnull <[email protected]>
* Fix data export (RiiConnect24#33) (RiiConnect24#35)

This just defers the download to the next event cycle, allowing React
enough time to properly update the href.

* Fix typo in readme

* Only print registered date if user registered after RiiTag 2.0 came out

* Add correct favicons

* Fix path to apple touch icon png

* Add theme color

* Expand on homepage

* Replace tag error with image

* Add game counter to homepage

* Add GameTDB titles to parse

* Add 3DS-RPC to supported platforms list

* Find similar games

* Add custom background for embed

* Remove unknown Mii showing up on tag

* Add Wii Menu Dark theme

* Add Switch support

* Add switchtdb.json

* Add switchtdb.xml

* Fix cover reducing size

* Fix ids issue

* Reduce xml filesize

* Make grabbing cover be async

* Add search bar to leaderboard

* Fix cover grabbing

* Fix Flat Dark font setting

* Fix pagination when searching games

* Engine rewrite

* Neo Renderer Update

Co-authored-by: Matthew <[email protected]>

* Replace makeBanner with renderTag (Neo renderer)

* feature: Events

* fix: env

* refactor: Rewrites

* package: Fixes

* package: Fixes

* refactor: Eslint fixes

* refactor: Linting issue fixes

* refactor: Lint fixes

* refactor: Began rewritting entire to fit JS standard

* refactor: More code to JS Standard

* refactor: Final JS standard rewrites

* fix: Fixed module constructors

* renderer: Code optimization and documentation

* fix: Fixed renderer crashes and cover order

* .env emptying

* feature: Starting point for playtime tracking

* .env fix

---------
* fix: Fix issues with play log

* feature: Play log lists and play statuses all day

* ui: Play log now displays from most recent and only the first 10

* ui: Only show playing status when playing something

* fix: Fix crashes occuring when no game is currently played

* fix: remove .env
* ui: Rebranded the website

* ui: .env
* feature: ASync independent render workers

* worker: Don't crash on socket close

* fix: Make updating playlog actually work

* workers: Finished the compose and json for workers
…ect24#8)

* rebrand: removed branding from the site

* rebrand: Removed the riitag wad

* rebrand: Removed all riitag images

* rebrand: Removed riitag.service

* rebrand: Removed unnecessary and branded routes
* feature: Added banning, and, forced hidden button

* feature: Added hiding and shadow hiding users

* feature: Added badges to user profile

* feature: Added hiding from the front page when hidden

* fix: Fixed code related to front page hiding
* Feature: Moderation (RiiConnect24#9) (RiiConnect24#12)

* feature: Added banning, and, forced hidden button

* feature: Added hiding and shadow hiding users

* feature: Added badges to user profile

* feature: Added hiding from the front page when hidden

* fix: Fixed code related to front page hiding

* feature: Began adding the framework for multi-language support

* feature: Full localization support and all pages and nav bars
* refactor: Began merging sql requests and grouping private keys

* refactor: User page SQL code refactor and multi-game support

* refactor: User edit page SQL optimized

* refactor: Optimized SQL for edit page
* Feature: Moderation (RiiConnect24#9) (RiiConnect24#10)

* feature: Added banning, and, forced hidden button

* feature: Added hiding and shadow hiding users

* feature: Added badges to user profile

* feature: Added hiding from the front page when hidden

* fix: Fixed code related to front page hiding

* feature: Added game leaderboard - showing the #1 for all games

* refactor: Rewrote most of the game leaderboard code

* Rebase: Master -> Game Leaderboards (RiiConnect24#16)

* Feature: Moderation (RiiConnect24#9)

* feature: Added banning, and, forced hidden button

* feature: Added hiding and shadow hiding users

* feature: Added badges to user profile

* feature: Added hiding from the front page when hidden

* fix: Fixed code related to front page hiding

* Feature: Full-Site Multilanguage support (RiiConnect24#13)

* Feature: Moderation (RiiConnect24#9) (RiiConnect24#12)

* feature: Added banning, and, forced hidden button

* feature: Added hiding and shadow hiding users

* feature: Added badges to user profile

* feature: Added hiding from the front page when hidden

* fix: Fixed code related to front page hiding

* feature: Began adding the framework for multi-language support

* feature: Full localization support and all pages and nav bars

* Refactor: SQL optimization (RiiConnect24#15)

* refactor: Began merging sql requests and grouping private keys

* refactor: User page SQL code refactor and multi-game support

* refactor: User edit page SQL optimized

* refactor: Optimized SQL for edit page

* feature: Added clicking to go to profile and localizations
@larsenv
Copy link
Contributor

larsenv commented Jul 30, 2024

@matthe815 It was pretty shitty of you to remove credit for my work on RiiTag on your version. Please rectify this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants