| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | feat: Logout button | Syndamia | 2025-01-26 | 1 | -0/+8 |
| | | |||||
| * | Fixed the absolute links in the page being broken when exiting the page | Georgi Nikolov | 2025-01-26 | 1 | -10/+2 |
| | | |||||
| * | Added downloading of the frames in the page | Georgi Nikolov | 2025-01-26 | 1 | -0/+1 |
| | | |||||
| * | Fixed the same thing with the js imports | Georgi Nikolov | 2025-01-26 | 1 | -4/+1 |
| | | |||||
| * | Fixed the inside pages' css urls not being downloaded correctly | Georgi Nikolov | 2025-01-26 | 1 | -4/+10 |
| | | |||||
| * | Fixed the inside pages' resources not being downloaded | Georgi Nikolov | 2025-01-26 | 1 | -2/+8 |
| | | |||||
| * | fix(controllers): Use absolute paths instead of locals | Syndamia | 2025-01-26 | 1 | -2/+2 |
| | | |||||
| * | feat!: Rework all views to be used with the router | Syndamia | 2025-01-26 | 4 | -23/+373 |
| | | |||||
| * | feat(controllers): Remove unused test controllers | Syndamia | 2025-01-26 | 3 | -387/+0 |
| | | |||||
| * | feat: Authentication logic on every page | Syndamia | 2025-01-26 | 1 | -0/+9 |
| | | |||||
| * | Added downloading of the js imports that are files | Georgi Nikolov | 2025-01-25 | 1 | -0/+39 |
| | | |||||
| * | feat(views/login): Add login page | Syndamia | 2025-01-25 | 1 | -0/+20 |
| | | |||||
| * | feat(views): Add basic profile and register views | Syndamia | 2025-01-25 | 2 | -0/+28 |
| | | |||||
| * | Added downloading and replacing of resources in the css styles | Georgi Nikolov | 2025-01-25 | 1 | -0/+41 |
| | | |||||
| * | Added a title field in the database | Georgi Nikolov | 2025-01-25 | 1 | -1/+12 |
| | | |||||
| * | Fixed the icons not being able to be Null | Georgi Nikolov | 2025-01-25 | 1 | -4/+46 |
| | | | | | Also added a fallback to the icons so they can be downloaded from the servers directly | ||||
| * | Fixed an issue with the encoding of the html pages when donwloading them | Georgi Nikolov | 2025-01-25 | 1 | -1/+2 |
| | | |||||
| * | Added additional table column for the favicon in the database | Georgi Nikolov | 2025-01-25 | 1 | -4/+12 |
| | | | | | With that commit handled the saving of that favicon as well | ||||
| * | Handled the search url not existing | Georgi Nikolov | 2025-01-25 | 1 | -0/+36 |
| | | |||||
| * | Handled the hyperlinks in the webpage that point to different sites | Georgi Nikolov | 2025-01-25 | 1 | -3/+51 |
| | | |||||
| * | Added caching of the pages | Georgi Nikolov | 2025-01-25 | 1 | -17/+43 |
| | | | | | When a page is downloaded if the resources already exist in the system they will not be downloaded again | ||||
| * | Unified the coding styles | Georgi Nikolov | 2025-01-25 | 1 | -21/+25 |
| | | |||||
| * | Fixed the links in the html | Georgi Nikolov | 2025-01-19 | 1 | -2/+1 |
| | | |||||
| * | Replaced the zip archive with a folder | Georgi Nikolov | 2025-01-19 | 1 | -31/+33 |
| | | |||||
| * | feat: Add archive page | Syndamia | 2025-01-19 | 1 | -0/+10 |
| | | |||||
| * | Added downloading of all the resources for a site as well as the site itself ↵ | Georgi Nikolov | 2025-01-19 | 1 | -2/+56 |
| | | | | | | | this ensuring that the site will load correcly offline This needed a change in download methods so curl is now used instead of the 'file_get_contents' function | ||||
| * | feat(archive_page): Add archived pages to the database | Syndamia | 2025-01-19 | 1 | -4/+4 |
| | | |||||
| * | feat(database): Return user id upon creation | Syndamia | 2025-01-19 | 1 | -1/+1 |
| | | |||||
| * | feat: Move archive_page logic from src to controllers | Syndamia | 2025-01-19 | 1 | -25/+73 |
| | | |||||
| * | feat(views): Rework sample_archive into the new format | Syndamia | 2025-01-19 | 1 | -0/+41 |
| | | |||||
| * | feat(controllers): Meta now doesn't call a function if it doesn't exist | Syndamia | 2025-01-19 | 1 | -4/+10 |
| | | |||||
| * | feat(controllers): Add a test controller | Syndamia | 2025-01-19 | 2 | -0/+17 |
