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: Client UI translate to Filament (from React) #416

Merged
merged 218 commits into from
Dec 1, 2024
Merged

Conversation

lancepioch
Copy link
Member

@lancepioch lancepioch commented Jun 18, 2024

Edit By Charles
Below are things that need to be done...Good Luck!

Profile

  • 2FA
    • Enable
    • Disable
    • Backup codes
  • Timezone Changing
  • 12/24hr Time Changing
  • Change Password
  • Change Email
  • Change Language
  • API
    • Create API Keys
    • Delete API Keys
    • Last Used Timestamp
  • SSH Keys
    • Adding of SSH Keys
    • Deleting of SSH Keys
  • Activity Logs
  • OAuth Link/ Unlink

Server List

Needs to be redone... I'll just leave it at that...

Server Area

  • Console Page
    • Console
    • Power Actions
    • Stats + Graphs
  • File Manager
    • Directory Listing / Explorer
    • File Management
      • Edit Files ( Monaco Code Editor )
      • Delete Files / Folders
      • Create Files / Folders
      • Manage File / Folder Permissions
      • Copy Files
      • Upload Files
      • Move Files / Folders
      • Create / Extract Archives
      • Download Files
  • Databases
    • List Databases
    • View Database Details
    • Rotate Database Password
    • Delete Database
    • Create Database
  • Schedules
    • List Schedules
    • Create Schedules
    • Edit Schedules
    • Edit Schedule Tasks
  • Users
    • List Subusers
    • Create Subusers
    • Delete Subusers
    • Edit Subusers
    • Edit Existing Subuser permissions
  • Backups
    • List Backups
    • Create Backup
    • Delete Backup
    • Lock/Unlock Backup
    • Download Backup
    • Restore from Backup
  • Network
    • List Allocations
    • Create new Allocation
    • Change Primary Allocation
  • Startup
    • List Startup Command
    • Docker Image ( dropdown + read-only if manually set )
    • Variables
  • Settings
    • SFTP Details
    • Server Name
    • Server Description
    • Debug Info
    • Reinstall
  • Activity Logs

@lancepioch lancepioch linked an issue Jun 18, 2024 that may be closed by this pull request
@Boy132 Boy132 changed the title Filament Front End Filament Client area Jun 18, 2024
notAreYouScared and others added 18 commits June 18, 2024 21:27
# Conflicts:
#	app/Filament/App/Resources/ActivityResource.php
#	app/Filament/App/Resources/ActivityResource/Pages/ListActivities.php
#	app/Filament/App/Resources/BackupResource.php
#	app/Filament/App/Resources/BackupResource/Pages/CreateBackup.php
#	app/Filament/App/Resources/DatabaseResource.php
#	app/Filament/App/Resources/DatabaseResource/Pages/CreateDatabase.php
#	app/Filament/App/Resources/ScheduleResource.php
#	app/Filament/App/Resources/ScheduleResource/Pages/CreateSchedule.php
#	app/Filament/App/Resources/UserResource.php
#	app/Filament/App/Resources/UserResource/Pages/ListUsers.php
@notAreYouScared notAreYouScared marked this pull request as ready for review December 1, 2024 03:12
Copy link
Contributor

@RMartinOscar RMartinOscar left a comment

Choose a reason for hiding this comment

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

LGTM

@RMartinOscar RMartinOscar merged commit fea1c51 into main Dec 1, 2024
17 checks passed
@RMartinOscar RMartinOscar deleted the issue/353 branch December 1, 2024 03:13
@github-actions github-actions bot locked and limited conversation to collaborators Dec 1, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Main Application translated to Filament
6 participants