Commit Graph

52 Commits (16486d771f7e0d3d3280c90daa9c4f30a1da7c2e)

Author SHA1 Message Date
Ro 92a5169949 fix for saving uploaded image url in pages, type tweak for dashboard
Ro 126361fca8 updated init with empty config fix, added site restore by verifying backup file
Ro efb20eeeb3 fixed git ignore remant blocking new api path
Ro 11b93e3451 back up method restores public blog images, site settings and markdown pages
Ro 1fa21322fb cleaned up backups on front end and backend
Ro 682bc32a46 added back up functionality and ability to download latest back up, latest backup displayed in settings
Ro ad09a61ab7 added directory check to init when making index md file
Ro 518f0aeb20 added public methods for getting paginated entry data and single entry data to front end API
Ro 302147df57 plugged in feeaturd posts into template
Ro a4b945d31d cleaned up setting ui to make saving, publishing more accessible, turned on render on save functionality
Ro 09efd3c348 mailer is an admin method, so added auth check to request
Ro 5227b1faa1 removed preview temporarily, got mailer api working again
Ro df9ebc7706 when title changes when editing a page, remove old html and markdown pages
Ro 0fa1bebc8a sets page menu status to false when corresponding menu item is removed from menu
Ro 75b4cb9ac2 changed Fipamo API methods to be based on tasks, not api call type
Ro a92f624b75 added meta data to html rendering
Ro 33f4765a87 navigation updates correctly when pages are pinned to menu, menu items deleted when page is deleted
Ro 03e8fbe82f index page now created as part of blog init process
Ro 1aea87faf0 fixed upload dirs creation when not present, added error pages for routes
Ro cf89b48d17 added settings loading to API to fix caching, added site init and onboarding, added settings templates to make site set up easier
Ro ee7af528cd cleaned up/updated node modules, fixed page edit bug, updated bcrypt
Ro 21520b1d60 added auth to nav update method, moved nav update method to nad data class
Ro 6c24660bbb added auth check to settings updating, moved settings sync to setting data class
Ro 0f26dcb62a moved indexing to setting file, simplified updating index count
Ro c4f6ed7357 quick clean up commit
Ro 050dfb0b66 fixed page rendering bug after switching methodology to class, TAG PAGES ARE RENDERING BITCH
Ro fad2c4bc8d cleaned up package scripts, added tag sorting to settings
Ro 38cfc1fc6c basic page rendering working index
Ro f10b25e698 fixed API authentication bug. whew.
Ro 8052c861bf added page rendering framework to API
Ro 52bb5f36a9 moved auth methods to their own standalone class
Ro ea1795e0fa added Navigation data class, menu updates on page soft delete
Ro 7b6af21c77 cleaned up auth in api calls, added page delete, moved edit page methods to Book data class
Ro 0f6ce7c3d8 token encyrption working. never send token to the front end.
Ro f3339089ff completed move to v1 API, made specific API request class, started plugging in API authorization methodology
Ro d329522091 navigation sorting working again
Ro 03a96dfed1 cleaned up save settings payload, added render on save toggle
Ro ab19d8027e set up settings api, site background and avi image uploading cleaned up and working
Ro 477533ceb5 smooted out settings update after new post, activated page listing and sorting
Ro 532748f688 fixed post image uploading, cleaned up text editor styles (FINALLY), plugged in error page renderererer
Ro 84542228a3 cleaned up libraries file, polished page updating, added page creation
Ro 74225b627e basic markdown file rending working. fuck. yes.
Ro 849c5e2ac0 switched to web safe fonts for now, streamline file uploads, now tracking upload progress.
Ro 7897a8bca9 cleaned up dependecies, initiated db-less post editing methodology
Ro d536871fd4 added pages config json(may not need), synced editor to markdown metadata, resolved new asset dependency paths
Ro 5824f36e47 corrected dependency paths
Ro 540a9e4129 project restructuring
Ro 4bde21599e modified pages data retrival method
Ro 19cb97b9c4 started new api for retrieving markdown pages, dashboard displaying files for editing
Ro c549e5ba7c refactored auth system