Commit Graph

15 Commits (develop)

Author SHA1 Message Date
Ro 4876c1336e
Updated Composer packages; empty field fix
Composer dependencies were pretty old, so they needed to be upgraded to
the latest.

There was also a minor bug that was triggered when a new page was saved
with empty tags and no images or documents, so that's been patched as
well.
1 year ago
Ro 254a7f1c38 Scrubbed Moment from codebase
Moment was still being used in some classes so found and replaced all
those instances with Carbon and uninstalled the packaged from composer.
2 years ago
Ro 3260e3b76b Updated dependencies, replaced Moment
Composer package dependencies hadn't been updated in awhile, so a part
of the clean up for the php 8.1 install, that has been handled

Moment was being used to handle date formatting but it hasn't been
updated in awhile either, so I switched to Carbon which is still in
active development.
2 years ago
Are0h 00d41a3664 Update composer packages
Needed to update some packages rely on because it's been a minute since
they've been touched. I need to get better with doing that on a regular
basis.
2 years ago
Ro b70308d990 fixed src removal from image tags with relative urls, add iframe tag to allowed list 2 years ago
Ro 7775c1d409 expanded and streamlined markdown rendering 2 years ago
Ro bbfe37597a fixes for #63, #64, #65, updated composer dependencies 3 years ago
Ro d7c2827115 updated composer dependencies 3 years ago
Ro 9462b91246 added phpmailer to dependencies for mail services(smtp, mailgun), update js Mailer class 3 years ago
Ro b09e1c7164 pages rendering to html 3 years ago
Ro 1b9252fef0 page editing cleaned up, fixed date formatting, fixed page filtering, add Image API path 3 years ago
Ro 0ea15ae4b2 added custom session manager, moved index to safe directory 3 years ago
Ro b1cc12673c plugged in APIController, turned on login, added lodash! 3 years ago
Ro 31d5e1192c markdown file retrival working, got rid of unnecessary configs 3 years ago
Ro 67a47355d2 added basic routing and page rendering 4 years ago