Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
61 commits
Select commit Hold shift + click to select a range
1698bff
add navbar
Haphanswsw Oct 15, 2024
5ab97d1
add BE change user introduce
Haphanswsw Oct 15, 2024
292a833
fix delete post + add update button(FE)
Oct 17, 2024
fd454e9
add update function (without image)
Oct 17, 2024
a5d6a3e
add user introduce (error)
Haphanswsw Oct 20, 2024
b4822d2
add user introduce(v1)
Oct 20, 2024
faa9952
add user introduce(v2 with edit introduce button js) + js for delete …
Oct 20, 2024
f35b871
add privacy mode(v1)
Oct 21, 2024
c95083f
comment ajax
Oct 22, 2024
b4faace
add update comment + delete comment
Oct 22, 2024
35d2d03
merging tuan+ha
anhtuan1303 Oct 23, 2024
215e9ba
uppdate admin and cloudinary
Baotcb Oct 23, 2024
885d536
upgrade ajax for comment crud
Oct 23, 2024
8640eb9
upgrade ajax for comment crud
Oct 23, 2024
924e389
finally complete create post video/img ,update post video/img using c…
Baotcb Oct 23, 2024
c2a64e1
add and upgrade
Oct 23, 2024
f16b6de
add and upgrade
Oct 24, 2024
24fcca0
add fe admin
Baotcb Oct 24, 2024
94d34b5
add fe admin
Baotcb Oct 24, 2024
342414c
Merge pull request #14 from AnhTuanFPT1303/phuc3
anhtuan1303 Oct 24, 2024
e982579
add and upgrade
Oct 24, 2024
40e315b
Delete
Haphanswsw Oct 24, 2024
11d1161
add fe admin
Baotcb Oct 24, 2024
37b135c
add and upgrade
Oct 24, 2024
b617c23
group chat + file
anhtuan1303 Oct 24, 2024
9a94db6
group chat + file
anhtuan1303 Oct 24, 2024
b577e8d
add fe admin
Baotcb Oct 24, 2024
cdec8bf
group chat + file
anhtuan1303 Oct 24, 2024
1097b46
Merge branch 'Bao4' into FileChat+Group
anhtuan1303 Oct 24, 2024
170f934
Merge Tuan + Bao
anhtuan1303 Oct 24, 2024
6ab54da
Merge origin/ha_th2 into FileChat+Group
anhtuan1303 Oct 24, 2024
aaca47f
Bao Tuan Ha Fuck
anhtuan1303 Oct 24, 2024
0223b12
Bao Tuan Ha Fuck
anhtuan1303 Oct 25, 2024
c0dc5a3
Bao Tuan Ha Fuck
anhtuan1303 Oct 25, 2024
8543e19
Bao Tuan Ha Fuck
anhtuan1303 Oct 25, 2024
de123da
Merge pull request #18 from AnhTuanFPT1303/FileChat+Group
anhtuan1303 Oct 25, 2024
e005383
update admin delete post and comment.Delete game img
Baotcb Oct 28, 2024
a50c705
Crud lm
PPz17015 Oct 28, 2024
c3fd6b4
PPz17015 Oct 28, 2024
eca1fb6
File chat+group (#20)
anhtuan1303 Nov 6, 2024
e3f852d
Add or update the Azure App Service build and deployment workflow config
anhtuan1303 Nov 9, 2024
d1ae02c
Update main_funet.yml
anhtuan1303 Nov 9, 2024
edbfe59
Update main_funet.yml
anhtuan1303 Nov 9, 2024
b9b2d6a
Delete .github/workflows directory
anhtuan1303 Nov 9, 2024
6ae120c
Update updateLearningMaterial.java
Baotcb Nov 12, 2024
357e027
Update DashBoardServlet.java
Baotcb Nov 12, 2024
2d65cf6
Merge lm+main
PPz17015 Nov 12, 2024
1a04a5f
Merge lm+main
PPz17015 Nov 12, 2024
a59ce1e
Splits navbar
PPz17015 Nov 12, 2024
ddbbc8b
Front end update, token 240 1311
PPz17015 Nov 12, 2024
6a01800
Front end update, token 240 1311
PPz17015 Nov 12, 2024
9a5af1d
Front end update, token 240 1311
PPz17015 Nov 12, 2024
8855c64
Front end update, token 240 1311
PPz17015 Nov 12, 2024
c3ce3b3
Front end update, token 240 1311
PPz17015 Nov 12, 2024
64df2a0
Front end update, token 240 1311
PPz17015 Nov 12, 2024
1b7cf0a
Front end update, token 240 1311
PPz17015 Nov 12, 2024
634b9b3
Front end update, token 240 1311
PPz17015 Nov 12, 2024
b0679a5
Front end update, token 240 1311
PPz17015 Nov 12, 2024
4a8bcea
Front end update, token 240 1311
PPz17015 Nov 12, 2024
928d42b
Front end update, token 240 1311
PPz17015 Nov 12, 2024
f94f895
Front end update, token 240 1311
PPz17015 Nov 12, 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
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
/dist/
/nbproject/private/
/build/
15 changes: 15 additions & 0 deletions FUNET.iml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
<module type="JAVA_MODULE" version="4">
<component name="NewModuleRootManager" inherit-compiler-output="true">
<exclude-output />
<content url="file://$MODULE_DIR$">
<sourceFolder url="file://$MODULE_DIR$/src/java" isTestSource="false" />
<excludeFolder url="file://$MODULE_DIR$/.idea/copilot/chatSessions" />
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="library" name="library1" level="project" />
<orderEntry type="library" name="lib" level="project" />
<orderEntry type="library" name="library" level="project" />
</component>
</module>
Loading