]> PHS Git Server - phs-admin.git/commit
Adding authentication, media, and messaging.
authorcharleswrayjr <charleswrayjr@gmail.com>
Sat, 13 Sep 2025 06:31:39 +0000 (01:31 -0500)
committercharleswrayjr <charleswrayjr@gmail.com>
Sat, 13 Sep 2025 06:31:39 +0000 (01:31 -0500)
commit7bc91a32325440c45fa0894f508285f9a49e7749
treeb000f687bec842633e76c6619931190cecce18e5
parent687a35b40f3fd5239e27c5fb36054208c88116ef
Adding authentication, media, and messaging.
36 files changed:
src/App.js
src/app/components/AppHeader.js [new file with mode: 0644]
src/app/components/AuthContext.js [new file with mode: 0644]
src/app/components/MediaForm.js [new file with mode: 0644]
src/app/components/MediaTable.js [new file with mode: 0644]
src/app/components/MessageForm.js [new file with mode: 0644]
src/app/components/MessageGroupForm.js [new file with mode: 0644]
src/app/components/MessageGroupMemberForm.js [new file with mode: 0644]
src/app/components/MessageGroupMembersTable.js [new file with mode: 0644]
src/app/components/MessageGroupsTable.js [new file with mode: 0644]
src/app/components/MessagesTable.js [new file with mode: 0644]
src/app/components/PostForm.js [new file with mode: 0644]
src/app/components/PostsTable.js [new file with mode: 0644]
src/app/routes.js
src/app/services/auth.js [new file with mode: 0644]
src/app/services/index.js
src/app/services/media.js [new file with mode: 0644]
src/app/services/message_group_members.js [new file with mode: 0644]
src/app/services/message_groups.js [new file with mode: 0644]
src/app/services/messages.js [new file with mode: 0644]
src/app/services/posts.js [new file with mode: 0644]
src/app/views/Dashboard/Dashboard.jsx
src/app/views/Login/Login.jsx
src/app/views/Media/MediaFormView.js [new file with mode: 0644]
src/app/views/Media/MediaView.js [new file with mode: 0644]
src/app/views/MessageGroupMembers/MessageGroupMemberFormView.js [new file with mode: 0644]
src/app/views/MessageGroupMembers/MessageGroupMembersView.js [new file with mode: 0644]
src/app/views/MessageGroups/MessageGroupFormView.js [new file with mode: 0644]
src/app/views/MessageGroups/MessageGroupsView.js [new file with mode: 0644]
src/app/views/Messages/ChatView.js [new file with mode: 0644]
src/app/views/Messages/MessageFormView.js [new file with mode: 0644]
src/app/views/Messages/MessagesView.js [new file with mode: 0644]
src/app/views/Posts/PostFormView.js [new file with mode: 0644]
src/app/views/Posts/PostsView.js [new file with mode: 0644]
src/app/views/VPN/VPN.jsx
src/styles/App.css