Commit graph

24 commits

Author SHA1 Message Date
199639a2f1
The fastest laps for each track and category are now stored in a separate table.
To create the new table, as well as to populate it, you have to run the SQL script export_best_laps.sql
2024-11-30 10:57:59 +01:00
98a0c5472d
Password limited to 16 characters and several special characters
These limitations are temporary until changes are made to the game.
2024-11-07 17:14:32 +01:00
3167b76055
Fix typo 2024-11-07 17:13:07 +01:00
788e2ff06c
Remove unused method data in BaseModel 2024-11-07 17:12:51 +01:00
0b7be053a4
Fix remove avatar if previous version isn't exists 2024-11-07 17:11:28 +01:00
2238fc39af
Fixed 2 URL 2024-07-25 15:29:22 +02:00
04cf40b6af
Some corrections 2024-07-25 15:05:34 +02:00
63b467754a
Added link to the login page 2024-07-25 15:05:14 +02:00
71aa1b309c
Adding the dashboard. From there, the user can change his data (except for the username) and password. In the future you will have more options 2024-07-25 15:04:42 +02:00
7299f15d60
Added filter for check user session and added new routes for the dashboard 2024-07-25 14:48:27 +02:00
833ab2e029
The minimum PHP version required is indicated 2024-04-07 22:52:46 +02:00
1e8229275f
Dashboard (work in progress) 2024-04-07 22:42:48 +02:00
bcadfb6dd3
Added 404 error page 2024-04-07 22:41:34 +02:00
6dfce20d7f
Many changes due to the CodeIgniter update, as well as fixes and optimizations. 2024-04-07 22:40:57 +02:00
9ce843fc9d
The car categories and tracks are now stored in 2 tables in the database, so the 2 files containing this information are no longer used. 2024-04-07 22:32:24 +02:00
a035e46a59
Various improvements and optimizations in the models
Common functions (links, images, etc.) have also been moved to myhelper.
2024-04-07 22:27:36 +02:00
da15a23dd5
Update CodeIgniter to 4.5.0 2024-04-07 22:17:30 +02:00
c644365a91
Update README.md 2023-05-30 19:03:02 +02:00
c3eff73ecc
Fix error if no laps 2022-11-27 09:20:37 +01:00
4f4138e073 Fixed several URLs 2022-04-03 15:53:18 +02:00
b70494f1ab Users: Fixed a bug when receiving multiple data not covered when saving users 2022-04-03 15:51:46 +02:00
c776e0e915 Webserver: Remove unussed libs 2022-04-03 15:49:13 +02:00
af1b87eda7 Update README.md 2022-03-14 19:36:42 +01:00
afccdabb6f Firts commit 2022-03-14 19:13:10 +01:00