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
Commit message (
Collapse
)
Author
Age
Files
Lines
*
feat: Add and show proper admin user
Syndamia
2025-02-02
2
-2
/
+6
|
*
feat(views/user): Implement account updating (settings)
Syndamia
2025-02-02
6
-3
/
+106
|
*
feat(views/user): Implement account deletion
Syndamia
2025-02-02
7
-1
/
+102
|
*
feat: Make require_login return the user object if the token is valid
Syndamia
2025-02-02
4
-12
/
+14
|
*
feat(views/list): Move add item patch requests to list/add
Syndamia
2025-02-02
4
-4
/
+15
|
*
feat(views): Separate archive creation to it's own view
Syndamia
2025-02-02
6
-57
/
+67
|
*
feat(views): Move login and logout to session/create and session/delete
Syndamia
2025-02-02
6
-10
/
+10
|
*
feat(views): Move register to user/create
Syndamia
2025-02-02
4
-2
/
+2
|
*
feat!(views): Rename profile to user
Syndamia
2025-02-02
6
-7
/
+7
|
*
feat(views/list): Show a message when list is empty
Syndamia
2025-02-02
1
-3
/
+9
|
*
feat(views/list): Fully implement list deletion
Syndamia
2025-02-02
5
-0
/
+85
|
*
feat(views/list): Fully implement list updating
Syndamia
2025-02-02
6
-0
/
+116
|
*
feat(views/list): Rename list/update to list/add
Syndamia
2025-02-02
4
-1
/
+2
|
*
feat: Proper list page layout and export user logo logic to class
Syndamia
2025-02-02
7
-16
/
+66
|
*
feat: Create require_login helper function and improve list update page
Syndamia
2025-02-02
4
-30
/
+50
|
*
Fixed the create table workaround
Georgi Nikolov
2025-02-01
2
-5
/
+8
|
|
|
|
This included creating an update function that can update the archive after its creation, setting the correct title and favicon path
*
Fixed the correct resources not being downloaded
Georgi Nikolov
2025-02-01
1
-4
/
+12
|
*
feat: Add XAMPP setup
Syndamia
2025-02-01
7
-13
/
+82
|
*
feat: Add create list button and improve new list page UI
Syndamia
2025-02-01
4
-4
/
+37
|
*
feat(views/profile): Proper list elements UI
Syndamia
2025-02-01
5
-13
/
+75
|
*
feat: Proper UI for item buttons
Syndamia
2025-02-01
2
-2
/
+29
|
*
feat(views/profile): Show archives and lists as proper nav buttons
Syndamia
2025-02-01
3
-15
/
+59
|
*
feat(views/home): Move single webpage card code to a separate file
Syndamia
2025-02-01
2
-27
/
+21
|
*
feat: Move single archive item code to a separate file
Syndamia
2025-02-01
4
-59
/
+39
|
*
feat: Rework models methods to be more object-oriented where applicable
Syndamia
2025-02-01
8
-54
/
+56
|
*
feat(archive): Include topbar dynamically
Syndamia
2025-02-01
2
-18
/
+13
|
|
|
|
|
So now changes to views/archive/topbar.php and views/archive/topbar.css will "propagate" to all archives, no matter when they were made
*
feat(views/profile): Show all lists by a user
Syndamia
2025-02-01
1
-6
/
+33
|
*
feat(views/list): Show all items in a list
Syndamia
2025-02-01
2
-0
/
+17
|
*
feat(views): Move newlist to list/new
Syndamia
2025-02-01
3
-1
/
+1
|
*
feat: Separate topbar files
Syndamia
2025-02-01
3
-88
/
+82
|
*
Fixed content in the readme
Georgi Nikolov
2025-01-28
1
-1
/
+1
|
*
Added zip files to the git ignore
Georgi Nikolov
2025-01-28
1
-0
/
+1
|
*
Added more information to the readme
Georgi Nikolov
2025-01-28
1
-0
/
+3
|
*
Added a README.txt that the lector wants
Georgi Nikolov
2025-01-28
1
-0
/
+15
|
*
feat(views): Add list update buttons to profile archives
Syndamia
2025-01-26
1
-6
/
+15
|
*
feat(views): Implement adding a list item
Syndamia
2025-01-26
6
-6
/
+81
|
*
feat(views/list): Don't crash on missing LID
Syndamia
2025-01-26
1
-1
/
+1
|
*
feat(router): Support for sub-root pages
Syndamia
2025-01-26
1
-10
/
+15
|
*
feat: Add fromWid, addItem
Syndamia
2025-01-26
3
-4
/
+12
|
*
feat(controllers): Simplified non-standard method request logic
Syndamia
2025-01-26
1
-11
/
+16
|
*
feat: Replace sessionStorage with (custom) cookieStorage
Syndamia
2025-01-26
11
-35
/
+53
|
*
feat(views): Implement list (get) view
Syndamia
2025-01-26
4
-1
/
+28
|
*
feat: Create page for creating lists
Syndamia
2025-01-26
4
-0
/
+50
|
*
feat(models): Implement model for ArchiveList
Syndamia
2025-01-26
1
-0
/
+33
|
*
Made the urls be more universal
Georgi Nikolov
2025-01-26
2
-8
/
+36
|
*
Added a navbar on top of the archived pages
Georgi Nikolov
2025-01-26
3
-3
/
+136
|
*
feat(profile): Show archives made by user in their profile page
Syndamia
2025-01-26
2
-0
/
+33
|
*
feat(archive): Set the user when someone logged-in archives
Syndamia
2025-01-26
2
-3
/
+21
|
*
feat: Logout button
Syndamia
2025-01-26
8
-17
/
+69
|
*
feat: Proper login and register designs
Syndamia
2025-01-26
3
-13
/
+54
|
[next]