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

update des values de quasiment tout #19

Open
wants to merge 58 commits into
base: js
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
58 commits
Select commit Hold shift + click to select a range
0ce3b3b
Update grades-overview.ts
JyhuKo Jan 12, 2025
e61b12a
Update grades-overview.ts
JyhuKo Jan 12, 2025
c8cc060
Update grades-overview.ts
JyhuKo Jan 12, 2025
534e9f2
Update grade.ts
JyhuKo Jan 12, 2025
b94686f
Update grade.ts
JyhuKo Jan 12, 2025
9434ce8
fix messages
JyhuKo Jan 12, 2025
365595a
Update account.ts
JyhuKo Jan 12, 2025
3625556
Update account.ts
JyhuKo Jan 12, 2025
8d142e6
Update document.ts
JyhuKo Jan 12, 2025
3a566e7
Update document.ts
JyhuKo Jan 12, 2025
0014efd
Update homepage-timeline-item.ts
JyhuKo Jan 12, 2025
dd2ed63
Update homepage-timeline-item.ts
JyhuKo Jan 12, 2025
bbb0ea1
Update account.ts
JyhuKo Jan 12, 2025
c75c0ab
ig
JyhuKo Jan 12, 2025
7586a95
revert
JyhuKo Jan 12, 2025
fc7db50
support module ig
JyhuKo Jan 12, 2025
a9609b9
Update account.ts
JyhuKo Jan 12, 2025
3f77e15
revert
JyhuKo Jan 12, 2025
c87f4c7
Update message.ts
JyhuKo Jan 12, 2025
682c2e9
Update messages-list.ts
JyhuKo Jan 12, 2025
b0f18b8
Update messages-list.ts
JyhuKo Jan 12, 2025
677452c
Update period.ts
JyhuKo Jan 12, 2025
2101a43
Update period.ts
JyhuKo Jan 12, 2025
4c8b64b
Update period.ts
JyhuKo Jan 12, 2025
4ea4bf2
Update account.ts
JyhuKo Jan 12, 2025
7ed2a84
Update account.ts
JyhuKo Jan 12, 2025
93d5143
Update account.ts
JyhuKo Jan 12, 2025
fe8246a
Update messages.ts
JyhuKo Jan 12, 2025
e627f3e
replaceall au lieu de replce mb
JyhuKo Jan 12, 2025
eb94b7b
Update account-kind.ts
JyhuKo Jan 12, 2025
c221e7d
Update grade.ts
JyhuKo Jan 12, 2025
ad72a06
y avais 3 sdonc je remet pour l instant
JyhuKo Jan 12, 2025
30e8bfd
revert
JyhuKo Jan 12, 2025
8f693ad
still todo
JyhuKo Jan 12, 2025
f58f0d7
still TODO
JyhuKo Jan 12, 2025
4cb37f3
Update account-kind.ts
JyhuKo Jan 12, 2025
b766013
removeuseless s
JyhuKo Jan 12, 2025
1dbc48d
remove third s
JyhuKo Jan 12, 2025
7fa8aed
remove notes
JyhuKo Jan 12, 2025
32ecdce
update timetable
JyhuKo Jan 12, 2025
7428304
Update timetable-item.ts
JyhuKo Jan 12, 2025
fc39471
Update workspace-item.ts
JyhuKo Jan 12, 2025
5ccf6dd
Update workspace-item.ts
JyhuKo Jan 12, 2025
a6c35f4
update version pcq c est mieux je pense quand mm
JyhuKo Jan 13, 2025
ad34caf
Update session-token-required.ts
JyhuKo Jan 13, 2025
5ca3696
Update unknown-enum.ts
JyhuKo Jan 13, 2025
8e213db
Update double-auth-required.ts
JyhuKo Jan 13, 2025
a623e02
Update bad-double-auth.ts
JyhuKo Jan 13, 2025
686ddb6
Update bad-credentials.ts
JyhuKo Jan 13, 2025
23d1b40
fix error
JyhuKo Jan 13, 2025
2122a15
Update messages-list.ts
JyhuKo Jan 13, 2025
798b1ee
revert
JyhuKo Jan 13, 2025
a4f1fbd
indentation du json
JyhuKo Jan 13, 2025
0b51bae
new homeworks date
JyhuKo Jan 13, 2025
f834a6b
custom date input
JyhuKo Jan 13, 2025
7279c61
ajout de valeurs
JyhuKo Jan 13, 2025
1b3b485
check i b64 in content to avoid big log
JyhuKo Jan 13, 2025
1c80c93
custom date input ig
JyhuKo Jan 13, 2025
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
2 changes: 1 addition & 1 deletion src/core/request.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export class Request {
}

public addVersionURL(): Request {
this.url.searchParams.set("v", "6.17.0");
this.url.searchParams.set("v", "4.69.0");
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

C'est la dernière version de l'application mobile ?

return this;
}

Expand Down