index
:
FMI/nowayforward_human
master
A copy of the wayback machine site made as a WEB project for a FMI course
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
models
/
database.php
Commit message (
Collapse
)
Author
Age
Files
Lines
*
feat: Logout button
Syndamia
2025-01-26
1
-0
/
+6
|
*
Added additional table column for the favicon in the database
Georgi Nikolov
2025-01-25
1
-0
/
+7
|
|
|
|
With that commit handled the saving of that favicon as well
*
feat(models/webpage): Fix logic for get_all
Syndamia
2025-01-19
1
-2
/
+2
|
*
feat(database): Add an update record function
Syndamia
2025-01-19
1
-1
/
+8
|
*
feat(models): Separate user and webpage out of database
Syndamia
2025-01-19
1
-58
/
+0
|
*
feat(database): Update _get_all to include an additional query and add ↵
Syndamia
2025-01-19
1
-3
/
+11
|
|
|
|
mostVisited function to Webpage
*
fix: Rename Webpage to Webpages and remove unique path constraint
Syndamia
2025-01-19
1
-2
/
+2
|
*
feat(database): Implement Webpage class
Syndamia
2025-01-19
1
-0
/
+24
|
*
feat(database): Created a generic Table class
Syndamia
2025-01-19
1
-21
/
+46
|
*
feat(database): Return user id upon creation
Syndamia
2025-01-19
1
-1
/
+5
|
*
feat(models): Implement database model with User table binding
Syndamia
2025-01-19
1
-0
/
+50