Commit Graph

62 Commits (develop)

Author SHA1 Message Date
Ro f824b53f2a
Update versioning to 2.6.1
All the issues in milestone 2.6.1 have been completed, so now it's time for an update
1 year ago
Ro f1850ce7f7
Site Creation Hot Fix
There was an error in the request to set up a fresh site on the front
end and handling the respective object on the backend that was causing
the process to error out.

Also added the source map for the dash script because it's eventually
going to be fully transparent anyway.
1 year ago
Ro e7cd52bd12
Fixed script after removing dependency
Removed 'carot-ps' from dependencies so it had to be removed from
scripts calling that package.

Also renamed dash script to 'dash.js' just so it's clear it is for the
dashboard
1 year ago
Ro f9190c2a41
removed carot-pos from dependecies 1 year ago
Ro 8885ae4c63
updated version nunmber 1 year ago
Ro 07b422a9c3
CSS Overhaul Part 1
This one is a doozy, so let's breakt it down into what areas where
touched.

-   updated package json to remove unneeded dependencies.
-   rebuilt file uploading to simply a very convuluted process
-   began proces to replace icons with https://tabler-icons.io
-   began process of removing the need for css preprocessor and using
    pure css
        - login completed
        - dashboard index completed
        - page edit ui completed
- page edit ui text editor tweaked so syntax highlighting is cleaner and
  more accurate

The settings and navigation UIs still remain and then polishing the
responsive for the new css structure
1 year ago
Ro 61ae73a9e5
Issue #83 Round 1
First pass for CSS refactor for the dashboard, including the login and
index templates. Still rough but the basic structure is in place for
both as well as the re-worked css that will be added to the repo later
once all the pages have been updated.

Lots to do still but a good start.
2 years ago
Are0h a1c0d86580 update versioning, clean up npm
I updated the versioning to match in both composer.json and pacakge.json
config files. I need to start cleaning up the dependencies in the front
end scripting as well, so I started my updating them to see much work
needs to get done. Not too bad, but it's going to be a pretty
significant effort.
2 years ago
Are0h 197fb005de Added Markdown table conversion and version update
Added markdown table conversion to the html process so we get sexy
tables. Also updated the version number to prep for the latest beta
realease. Ha, took a minute but we're back on track
2 years ago
Are0h 61b9acb280 I swapped out sass for scss file for styling because scss is a bit more
accessible because of its similarity with base css.

I also plugged in stylint to normalize a css standard throughout the
project to work with prettier, which handles formatting

The structure scss file has been brought in line with the new standard
but the remaining need to be adjusted as well. Those will be added with
an additional commit.
2 years ago
are0h d7c5fb7a70 dev env tweaks 2 years ago
Ro 3c52bca8ba started implementation of multiple file uploads and sorting 2 years ago
Ro b70308d990 fixed src removal from image tags with relative urls, add iframe tag to allowed list 2 years ago
Ro 0742e06c45 cleand up text editor layout, tweaked editor colors, re-activated editor options 2 years ago
Ro 682406515d added assets compiling scripts, added syntax highlighting for text editor, fix for #73 2 years ago
Ro 05ff48a51c begin transition to php environment for rebuild 4 years ago
Ro 1d7f4a20f7 updated version number, format fix for file 4 years ago
Ro 2788e64e3b converted stylus files to sass, removed stylus dependencies 4 years ago
Ro 16486d771f re-added nodemon to dev and debug scripts 4 years ago
Ro a407eeb9be just tidying up a bit 4 years ago
Ro 04f77806ac notifications position fix, bumped version number 4 years ago
Ro 812be36edb bumped version number 4 years ago
Ro d404925bcf aligned with latest beta release 4 years ago
Ro 682bc32a46 added back up functionality and ability to download latest back up, latest backup displayed in settings 4 years ago
Ro c90797433d package json clean up 4 years ago
Ro fd97aca57a updated version number 4 years ago
Ro ef6add4be0 added nodemon to dev dependecies so it doesnt have to installed globally 4 years ago
Ro 287b227d2c added pm2 to dependancy list so it does not need to be installed globally 4 years ago
Ro f32a2ab9bb site port now configurable, removed kit from frame, fixed nav sort 4 years ago
Ro 4f1993516f found weird stylus source map error. just turned off source mapping for now 4 years ago
Ro 92dfe67391 removed tag pages where corresponding page is not published or deleted, fixed settings button overlay so its not blocking links 4 years ago
Ro 33decbea9a added parcel to dev dependencies after removed globally 4 years ago
Ro cf89b48d17 added settings loading to API to fix caching, added site init and onboarding, added settings templates to make site set up easier 4 years ago
Ro ee7af528cd cleaned up/updated node modules, fixed page edit bug, updated bcrypt 4 years ago
Ro fad2c4bc8d cleaned up package scripts, added tag sorting to settings 4 years ago
Ro 7b6af21c77 cleaned up auth in api calls, added page delete, moved edit page methods to Book data class 4 years ago
Ro 84542228a3 cleaned up libraries file, polished page updating, added page creation 5 years ago
Ro 7103f5ca8e cleaned up package json, plugged in basic notifications system 5 years ago
Ro 7897a8bca9 cleaned up dependecies, initiated db-less post editing methodology 5 years ago
Ro 18ba90b310 moved admin views to brain, seperated front end code and styles to seperate src folder 5 years ago
Ro 19cb97b9c4 started new api for retrieving markdown pages, dashboard displaying files for editing 5 years ago
Ro 12d19bc3e9 cleaned up class dependancies, moving auth to new methodology 5 years ago
Ro 8bd3d9a41e added new auth route, implemented token authentication, new static files folder for rendered pages 5 years ago
Ro f1b3077f02 upgraded modules and upgrades node to 10.16.3 5 years ago
Ro 67f00e1342 began structure for front end theme, cleaned up watch script for theme development 5 years ago
Ro dc13a25bfb Cleaned up package.json, style and script watchers now one command 5 years ago
Ro cc19e14a25 cleaned up p.json, started post filtering 5 years ago
Ro a423dc2417 cleaned up on the fly syntax detection and highlighting in editor 5 years ago
Ro 2bdeb81979 added email notification support for general smtp and mailgun 5 years ago
Ro 0021782037 added page removal and poste page status update from navigation area 5 years ago