Commit Graph

46 Commits (develop)

Author SHA1 Message Date
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
2 years ago
Ro 53864becc1 implemented progress upload indicator in notifications 3 years ago
Ro 7cabb1d1f0 more text editor touch ups, fix for page delete option 3 years ago
Ro ccbf55bb54 added form token auth to page editing, updated API 3 years ago
Ro 734c6d36f1 Admin API tweaks, added check for theme render flag for one pagers 3 years ago
Ro 183a620b1e changed auth process to just ask server if session is active 3 years ago
Ro 0ec49de8ab admin api commenting tweak 3 years ago
Ro 83b4aff716 added admin API method for getting site and member info 3 years ago
Ro 13c9d05019 tweaks for API classes, filled out commenting for docs, added jsdoc config 3 years ago
Ro 1f1c611afe fixed token check, fixed empty image page post 3 years ago
Ro ab40219d9b added key check to use AdminAPI, updated front end classes 3 years ago
Ro 2785ef6982 updated AdminAPI for remote use, removed UtilityAPI from public library (methods should only be local) 3 years ago
Ro b9056b64df more commenting for API classess, edited constructor for Admin and Util, updated backend API, added jsdoc 3 years ago
Ro ebdda2c089 updated front end controller scripts 3 years ago
Ro e40e566302 edited and commented Admin API, removed DataEvents class 3 years ago
Ro f7e3b3b55e edited and commented methods for Utility API, removed DataEvents class 3 years ago
Ro 8101b16cf9 edited method names for Content and Utility API, updated base class 3 years ago
Ro 45fd8be25f reorganized API methods into new files 3 years ago
Ro 24242d4bf0 updated API request URLs to use keys 3 years ago
Ro 3df2720009 added CORS handling, added external API access toggle to settings UI and updated front end script 3 years ago
Ro a542b2d884 removed data events from fipamo api, added content api methods, cleaned up front end js 3 years ago
Ro 8f1e3a55e7 #44 password recovery plugged in 4 years ago
Ro c6f7c56f4a Activated site back up via zip and added download link in settings 4 years ago
Ro 9afec7554c activated site restore from zip, fixed imgs to rendering src 4 years ago
Ro b68d4c190e settings paged plugged in, scoping out page publishing api methodology 4 years ago
Ro a699fd1926 removed unnecessary api requests 4 years ago
Ro 043bd25cf7 current index updates when new page added 4 years ago
Ro ed2105edcc cleaned up page creation 4 years ago
Ro 1b9252fef0 page editing cleaned up, fixed date formatting, fixed page filtering, add Image API path 4 years ago
Ro 5ad1118244 clean up API, re-connected API to front end, base template tweak 4 years ago
Ro 1130bcabdb pages re-indexing up and running, added button to settings under MAINTENANCE tab 4 years ago
Ro 126361fca8 updated init with empty config fix, added site restore by verifying backup file 4 years ago
Ro 11b93e3451 back up method restores public blog images, site settings and markdown pages 4 years ago
Ro 1fa21322fb cleaned up backups on front end and backend 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 518f0aeb20 added public methods for getting paginated entry data and single entry data to front end API 4 years ago
Ro 5227b1faa1 removed preview temporarily, got mailer api working again 4 years ago
Ro 27338da86c split fipamo api into two parts to handle admin and non admin requests 4 years ago
Ro 957a389b8b consolidated fipamo api admin methods 4 years ago
Ro 75b4cb9ac2 changed Fipamo API methods to be based on tasks, not api call type 4 years ago
Ro e1418dd1a1 added option labels to dash recent items 4 years ago
Ro 473849c993 moved API JSON response parsing to API request method 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 e6b3917c51 moved settings retrieval to Settting data class to get rid of settings caching problem 4 years ago
Ro 36d6631df9 created Fipamo API Library, moved all API urls to API class 4 years ago
Ro 18ba90b310 moved admin views to brain, seperated front end code and styles to seperate src folder 5 years ago