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

[WIP] rverse 2.5 #62

Draft
wants to merge 63 commits into
base: master
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
63 commits
Select commit Hold shift + click to select a range
203366b
feat: allow changing redis host config from config
Repflez Oct 26, 2023
cc482de
fix: Fix language file bugs that crashed
Repflez Oct 26, 2023
6d2c3cd
fix: fix jp language encoding (SHIFT-JIS -> UTF-8)
Repflez Oct 26, 2023
611834a
chore: switch to longids for auth
Repflez Oct 26, 2023
dade71c
chore: update dependencies
Repflez Oct 26, 2023
af6affa
fix: make auth actually work
Repflez Oct 26, 2023
f8e4666
chore: update user agent for mii fetching
Repflez Oct 26, 2023
cf6459a
Merge branch 'master' into v2.5
Repflez Oct 26, 2023
7680623
feat: create table indices for the entire database
Repflez Oct 27, 2023
031c7b4
chore: formatting fix on index migration
Repflez Oct 28, 2023
fc61a3b
feat: create new command to make a new migration
Repflez Oct 28, 2023
1db0220
feat: add title id table for communities
Repflez Oct 29, 2023
246f4cc
chore: split parampack parsing from session data
Repflez Oct 29, 2023
f24d075
feat: remove automatic timezone parsing
Repflez Oct 29, 2023
5433635
feat: basic api handling code
Repflez Oct 30, 2023
deccf5c
feat: "End of Miiverse Service Announcement" css
Repflez Oct 30, 2023
12a46f3
chore: change the charset used for new installs
Repflez Oct 30, 2023
053670c
chore: embed some small resources in css
Repflez Oct 30, 2023
f8a867c
feat: new community category system
Repflez Oct 30, 2023
dd7882e
fix: fix invalid css from the ove to 053670cf
Repflez Oct 30, 2023
afd5fcf
feat: add community platforms migration
Repflez Oct 31, 2023
4569c9c
core: decouple platform strings
Repflez Oct 31, 2023
dda045e
feat: new (nonworking) community code for index.
Repflez Oct 31, 2023
a54f58c
chore: add platform/region/lang code to auth
Repflez Oct 31, 2023
0e8452d
feat: add migration for title ids
Repflez Oct 31, 2023
8a48839
chore: add default platform for titles
Repflez Oct 31, 2023
9b298ee
feat: change community title id handling to cover platforms and regio…
Repflez Oct 31, 2023
615d8c2
feat: add local title id calculation code
Repflez Oct 31, 2023
f6b0e71
chore: limit titles in each category to 10
Repflez Oct 31, 2023
9c44e01
chore: remove old index code
Repflez Oct 31, 2023
3ebc7ef
feat: make tags and text work for titles
Repflez Oct 31, 2023
6d1ed80
Merge branch 'master' into v2.5
Repflez Oct 31, 2023
66a22b1
fix: remove some primary indices as they'll cause data loss if migrat…
Repflez Oct 31, 2023
d0f7ea3
chore: add note about restarting when changing language
Repflez Nov 1, 2023
cdbc303
chore: fix favorites on profile to community class
Repflez Nov 1, 2023
627b57e
chore: allow returning local title id as an int
Repflez Nov 1, 2023
db70b41
fix: use int title id on variable assign
Repflez Nov 1, 2023
e173d1e
chore: remove redesign community index code for now
Repflez Nov 1, 2023
d8df54c
chore: remove some leftover debugging code
Repflez Nov 1, 2023
0630cbe
chore: update community post index
Repflez Nov 1, 2023
6742efa
Merge branch 'master' into v2.5
Repflez Nov 2, 2023
93bc512
Merge remote-tracking branch 'origin/master' into v2.5
Repflez Nov 22, 2023
6ceb8d9
fix: Partially fix wrong nnid castings to int
Repflez Nov 22, 2023
6e122e1
Merge branch 'master' into v2.5
Repflez Nov 22, 2023
ec65567
feat: Prepare JS builder to work with Wii U js
Repflez Dec 15, 2023
0b8973f
chore: Add preparations to accept Wii U consoles
Repflez Dec 16, 2023
c0e6ce0
chore: update dependencies
Repflez Dec 17, 2023
7e0f356
feat: Make setup work on Wii U
Repflez Dec 17, 2023
2b29e99
chore: allow hiding user menu on Wii U from templates
Repflez Dec 18, 2023
5c44c7d
chore: use user's mii picture on menu bar
Repflez Dec 18, 2023
5ca04dd
feat: Wii U basic stuff (index and profile index)
Repflez Jan 2, 2024
df80d74
chore: add app keys column for posts
Repflez Jan 2, 2024
5f0645e
feat: add app_data column to posts and communities
Repflez Jan 3, 2024
3485af2
Add xml dependency
Repflez Jan 3, 2024
7c9b119
fix: make api use the web template set to silence errors
Repflez Jan 3, 2024
f7fdd7e
Add xml helper function
Repflez Jan 3, 2024
069fbbf
chore: update dependencies
Repflez Jan 3, 2024
3efdee0
feat: add extra info to user tables, so it can be used in api
Repflez Jan 3, 2024
4e275e0
chore: Change jQuery and Olv variables to their deobfuscated versions
Repflez Jan 3, 2024
e1bbd38
chore: set communities route in sidebar
Repflez Jan 26, 2024
ae87e9e
feat: add base community/favorite pages for wii u
Repflez Jan 26, 2024
7753f0e
Chore: Correct cgaming to gaming (#72)
MattTheTekie May 13, 2024
420f8b6
V2.5 (#74)
00cedke Jul 7, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 10 additions & 10 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
{
"require": {
"php": ">=8.0.0",
"php": "^8.1",
"ext-curl": "*",
"ext-json": "*",
"doctrine/dbal": "^2.6",
"hashids/hashids": "^4.0",
"illuminate/database": "^8.0",
"illuminate/translation": "^8.0",
"doctrine/dbal": "^3.7.1",
"hashids/hashids": "^5.0",
"illuminate/database": "^10.0",
"illuminate/translation": "^10.0",
"matthiasmullie/minify": "^1.3",
"nesbot/carbon": "^2.31",
"phroute/phroute": "^2.1",
"predis/predis": "^1.1",
"symfony/console": "^5.3",
"twig/twig": "^3.0",
"wohali/oauth2-discord-new": "^1.0"
"predis/predis": "^2.0",
"spatie/array-to-xml": "^3.2",
"symfony/console": "^6.0",
"twig/twig": "^3.0"
},
"autoload": {
"classmap": [
Expand All @@ -31,6 +31,6 @@
"optimize-autoloader": true
},
"require-dev": {
"phpstan/phpstan": "^0.12"
"phpstan/phpstan": "^1.0"
}
}
Loading