• Commit by: vasile jianu (vasilejianu) on branch: main
    Message: Update offline servers deletion criteria The offline servers deletion method has been updated in the DeleteOfflineServers.php file. Previously, it would only delete servers with an uptime percentage less than 0. Now, it will also include servers with an uptime percentage equals to 0, ensuring that all offline servers are deleted.
    Commit ID: c808314d156d3237c1173d2e6690c8aecc20bfd4
    URL: https://github.com/vasilejianu/gameserversdatabase/commit/c808314d156d3237c1173d2e6690c8aecc20bfd4
    Date: 2024-05-12 07:11:24
    Files Added: + 0
    Files Removed: - 0
    Files Modified: 1
  • Commit by: vasile jianu (vasilejianu) on branch: main
    Message: update
    Commit ID: 380682bf006c29dbfe496206a1a5d8ab9c10a31a
    URL: https://github.com/vasilejianu/gameserversdatabase/commit/380682bf006c29dbfe496206a1a5d8ab9c10a31a
    Date: 2024-05-12 07:09:40
    Files Added: + 1
    Files Removed: - 0
    Files Modified: 1
  • Commit by: vasile jianu (vasilejianu) on branch: main
    Message: update
    Commit ID: 36e842daa3032041c370e078954cf8480db7a95d
    URL: https://github.com/vasilejianu/gameserversdatabase/commit/36e842daa3032041c370e078954cf8480db7a95d
    Date: 2024-05-12 07:02:23
    Files Added: + 2
    Files Removed: - 2
    Files Modified: 9
  • Commit by: vasile jianu (vasilejianu) on branch: main
    Message: Add functionality to unlink Steam and Discord accounts In the User Dashboard, two new buttons were added that allow users to unlink their Steam and Discord accounts if they wish. This is handled through new "unlinkSteam" and "unlinkDiscord" methods in the Livewire controller. This update also includes minor aesthetic changes and renaming of 'discordUsername' to 'discordName'.
    Commit ID: a1608e2fa3d8e480fade4686bdd4e0c45b0b1ac1
    URL: https://github.com/vasilejianu/gameserversdatabase/commit/a1608e2fa3d8e480fade4686bdd4e0c45b0b1ac1
    Date: 2024-04-25 08:30:11
    Files Added: + 0
    Files Removed: - 0
    Files Modified: 3
  • Commit by: vasile jianu (vasilejianu) on branch: main
    Message: Add discordId to vote checking logic Added a 'discordId' check to the existing vote checking logic in CreateVote.php to make sure that a user cannot vote multiple times using different Discord IDs. This also ensures that each vote is properly logged with the user's Discord ID.
    Commit ID: 92ad3521b44644ec15df1d0fd181fba10c8029de
    URL: https://github.com/vasilejianu/gameserversdatabase/commit/92ad3521b44644ec15df1d0fd181fba10c8029de
    Date: 2024-04-25 08:17:59
    Files Added: + 0
    Files Removed: - 0
    Files Modified: 1