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

feat: elearning platform beta version #290

Open
wants to merge 48 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
48 commits
Select commit Hold shift + click to select a range
5a2bb08
test: oauth deauth
ImJustChew Feb 22, 2024
fb07ff9
Merge branch 'main' into ccxp-deoauth
ImJustChew Feb 25, 2024
2b041f8
test: oauth deauth
ImJustChew Feb 22, 2024
10961f6
Remove unfinished changes
waltsai2483 Mar 6, 2024
d6236f0
Merge branch 'ccxp-deoauth' of https://github.com/nthumodifications/c…
waltsai2483 Mar 6, 2024
259d670
Feat: elearn & eeclass login api + eeclass announcements scraping
waltsai2483 Mar 19, 2024
1199dd7
Rename: title of elearning feature
waltsai2483 Mar 19, 2024
cb2276d
Merge remote-tracking branch 'coworkers/main'
waltsai2483 Mar 19, 2024
2d9b546
Modified: package-lock.json
waltsai2483 Mar 19, 2024
f5c6082
Merge: upstream
waltsai2483 Mar 19, 2024
4f98126
Feat: eeclass announcements & courses scraping
waltsai2483 Mar 22, 2024
431a94e
Fix: literal change
waltsai2483 Mar 22, 2024
1792606
Remove: unused course filters
waltsai2483 Mar 22, 2024
6261e61
Remove: elearn route due to deployment issue
waltsai2483 Mar 25, 2024
035b36b
remove: unneccessary files
waltsai2483 Mar 25, 2024
cb8eec6
feat: elearning announcement ui enhanced
waltsai2483 Apr 2, 2024
065e995
Merge branch 'elearn-oauth' of https://github.com/waltsai2483/coursew…
waltsai2483 Apr 2, 2024
d435e6a
Merge branch 'main' into elearn-oauth
waltsai2483 Apr 3, 2024
ba75016
add: .gitignore
waltsai2483 Apr 3, 2024
34cecdd
sync
waltsai2483 Apr 3, 2024
986ca1a
fix: failed to download attached files in announcements
waltsai2483 Apr 5, 2024
ff31914
feat: download progress indicator
waltsai2483 Apr 5, 2024
56d94e2
fix: image with relative src in announcements
waltsai2483 Apr 5, 2024
daf8fc2
fix: accidentally remove club info in apps
waltsai2483 Apr 6, 2024
107150e
elearn eeclass oauth + eeclass announcement (#261)
ImJustChew Apr 7, 2024
9248d0d
Merge remote-tracking branch 'origin/main' into elearn-oauth
KhaiLiTay Apr 25, 2024
caf3ab4
feat: development of elearning platform (#289)
ImJustChew Apr 25, 2024
d94209c
fix: missing import Gamepad
ImJustChew Apr 25, 2024
6ad90d9
chore: move elearning to server actions
ImJustChew Apr 25, 2024
b3bd75f
fixed existing imports
ImJustChew Apr 25, 2024
35a5fdc
optimize for mobile
ImJustChew Apr 25, 2024
d21c49f
added details dialog
ImJustChew Apr 26, 2024
c76778c
fix: fix details vertical overflow, download working
ImJustChew Apr 26, 2024
f3bd3c3
Merge branch 'main' into elearn-oauth
ImJustChew Apr 29, 2024
f04301a
feat: added course elearning page
ImJustChew Apr 29, 2024
8a9bcb6
Merge branch 'main' into elearn-oauth
ImJustChew Jun 1, 2024
0d7d40e
feat: move elearning to use encrypted password
ImJustChew Jun 1, 2024
4b8416b
Merge branch 'main' into elearn-oauth
ImJustChew Jun 1, 2024
bbbe52f
fix: decrypt needs await
ImJustChew Jun 1, 2024
0c0b1ca
feat: elearn oauth
waltsai2483 Jul 28, 2024
b016fe3
feat: oauth cookie refresh
waltsai2483 Jul 28, 2024
e063669
modify: .env
waltsai2483 Jul 28, 2024
59b343b
Merge branch 'main' into elearn-oauth
ImJustChew Jul 29, 2024
56c58bd
Merge remote-tracking branch 'upstream/elearn-oauth' into elearn-oauth
waltsai-dynacloud Jul 30, 2024
b4dabad
Merge remote-tracking branch 'upstream/elearn-oauth' into elearn-oauth
waltsai2483 Jul 30, 2024
85cd3b9
Merge branch 'elearn-oauth' of https://github.com/waltsai2483/coursew…
waltsai2483 Jul 30, 2024
757ca57
Rebase elearn-oauth branch to get up-to-date and work property
waltsai2483 Jul 30, 2024
6b1e909
elearn oauth support using puppeteer (#394)
waltsai2483 Jul 30, 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
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ resources/ios/**/*
resources/android/**/*
android/private_key.pepk

.idea/
# Sentry Config File
.sentryclirc
.tsimp
.tsimp
5 changes: 5 additions & 0 deletions .idea/.gitignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading