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
Commit message (
Expand
)
Author
Age
Files
Lines
*
feat(views): Implement list (get) view
Syndamia
2025-01-26
1
-1
/
+1
*
feat(models): Implement model for ArchiveList
Syndamia
2025-01-26
1
-0
/
+33
*
Added a navbar on top of the archived pages
Georgi Nikolov
2025-01-26
1
-0
/
+33
*
feat(profile): Show archives made by user in their profile page
Syndamia
2025-01-26
1
-0
/
+8
*
feat: Logout button
Syndamia
2025-01-26
2
-0
/
+13
*
feat: Authentication logic on every page
Syndamia
2025-01-26
1
-0
/
+8
*
feat(models/cookies): Added model with proper logic for cookie creation
Syndamia
2025-01-25
1
-0
/
+30
*
feat(models/user): Store password hash instead of plain password
Syndamia
2025-01-25
1
-0
/
+1
*
Fixed queries to include the title property
Georgi Nikolov
2025-01-25
1
-4
/
+5
*
Added additional table column for the favicon in the database
Georgi Nikolov
2025-01-25
2
-3
/
+15
*
Added caching of the pages
Georgi Nikolov
2025-01-25
1
-0
/
+9
*
feat(models/user): Add fromDBuid and fix fromDB def
Syndamia
2025-01-19
1
-2
/
+9
*
Adjusted the time and date to match BG time
Georgi Nikolov
2025-01-19
1
-1
/
+1
*
feat(models/webpage): Fix logic for get_all
Syndamia
2025-01-19
2
-3
/
+4
*
feat(models/webpage): Add functions for getting all archives and updating the...
Syndamia
2025-01-19
1
-1
/
+17
*
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
3
-58
/
+64
*
feat(database): Update _get_all to include an additional query and add mostVi...
Syndamia
2025-01-19
1
-3
/
+11
*
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