rodude123
24dfe885bd
Merge pull request 'edit-delete-post' ( #36 ) from edit-delete-post into master
...
Reviewed-on: #36
2023-07-12 03:39:51 +01:00
rodude123
65bfe759b7
changed e to _ as e was not used
...
Signed-off-by: rodude123 <rodude123@gmail.com >
2023-07-12 03:30:45 +01:00
rodude123
3b71ba4d23
Added the ability to edit and delete posts which includes uploading of images for the posts and managing those images
...
Signed-off-by: rodude123 <rodude123@gmail.com >
2023-07-12 03:29:56 +01:00
rodude123
be5e047f51
Merge pull request 'project-data-fix' ( #35 ) from project-data-fix into master
...
Reviewed-on: #35
2023-06-26 18:13:40 +01:00
rodude123
e4877453cc
Added where statements to is main project queries
...
Signed-off-by: rodude123 <rodude123@gmail.com >
2023-06-26 18:11:43 +01:00
rodude123
7d0317ed60
Fixed small issues with projectData not being able to save uploaded image url to db
...
Signed-off-by: rodude123 <rodude123@gmail.com >
2023-06-26 18:08:53 +01:00
rodude123
5ac8282fb6
Merge pull request 'add-to-blog' ( #34 ) from add-to-blog into master
...
Reviewed-on: #34
2023-06-26 17:05:57 +01:00
rodude123
7b637dac7b
Added in the ability not upload a headerImage and instead use a placeholder. Folder ID is now stored in the DB
...
Signed-off-by: rodude123 <rodude123@gmail.com >
2023-06-26 16:52:48 +01:00
rodude123
bae523b62b
Uploaded imgUtils.php file
...
Signed-off-by: rodude123 <rodude123@gmail.com >
2023-06-26 03:56:48 +01:00
rodude123
61b8d3a987
Used CKEditor for being able to edit the post body. Added the ability to make a post and send it to the backend. Formatted post on backend by moving images into respective directory with the post name and unique ID. Showed message if errored or succeeded.
...
Signed-off-by: rodude123 <rodude123@gmail.com >
2023-06-26 03:54:25 +01:00
rodude123
88c5cc9508
Merge pull request 'intial-blog-setup' ( #33 ) from intial-blog-setup into master
...
Reviewed-on: #33
2023-06-09 14:56:34 +01:00
rodude123
e82ec15504
Fixed bugs in blog routes and added doc comments to all route files
...
Signed-off-by: rodude123 <rodude123@gmail.com >
2023-06-09 14:50:20 +01:00
rodude123
e339204bd7
Updated CV pdf
...
Signed-off-by: rodude123 <rodude123@gmail.com >
2023-06-09 14:39:28 +01:00
rodude123
a3eb4678f9
Moved all current routes to individual folders which use a class system and inherit from an interface. Moved rest of the files for a better structure and for readability. Each editable cms should have its own folder with a routes class file and data class file
...
Signed-off-by: rodude123 <rodude123@gmail.com >
2023-06-08 15:10:27 +01:00
rodude123
fb75dd2255
Changed to using here multiline strings instead
...
Signed-off-by: rodude123 <rodude123@gmail.com >
2023-06-06 16:16:13 +01:00
rodude123
3ccc7de5b4
Setup initial backend for the blog posts and added in the link to the pages
...
Signed-off-by: rodude123 <rodude123@gmail.com >
2023-06-06 16:04:39 +01:00
rodude123
23f7ff4dc5
added some base code for the blog page nothing fancy
...
Signed-off-by: rodude123 <rodude123@gmail.com >
2023-06-03 14:09:23 +01:00
rodude123
4bacef2130
Merge pull request 'final-fixes' ( #32 ) from final-fixes into master
...
Reviewed-on: #32
2023-03-05 20:00:52 +00:00
rodude123
df61b0be85
Final fixes to the website which should have been committed in the previous branch :(
...
Signed-off-by: rodude123 <rodude123@gmail.com >
2023-03-05 19:41:02 +00:00
rodude123
2394f9691e
Final fixes to the website which should have been committed in the previous branch :(
...
Signed-off-by: rodude123 <rodude123@gmail.com >
2023-02-25 20:17:09 +00:00
rodude123
b3b0401420
Merge pull request 'final-touches-and-viewmore' ( #31 ) from final-touches-and-viewmore into master
...
Reviewed-on: #31
2023-02-24 02:18:57 +00:00
rodude123
d4cc915524
Fixed mobile view of pages on projects page
...
Signed-off-by: rodude123 <rodude123@gmail.com >
2023-02-24 02:15:20 +00:00
rodude123
048dc0b58b
changed how a few code snippets work and added in all projects section to view all the current projects includig <div class="grid__item"></div>
...
<div class="grid__item"></div>
<div class="grid__item"></div>
<div class="grid__item"></div>the one as the main
Signed-off-by: rodude123 <rodude123@gmail.com >
2023-02-23 18:53:28 +00:00
rodude123
a85073b051
Merge pull request 'editor-projects' ( #29 ) from editor-projects into master
...
Reviewed-on: #29
2023-02-07 03:35:44 +00:00
rodude123
16b51fdda8
Merged in master changes e.g. the auto year updates
...
Signed-off-by: rodude123 <rodude123@gmail.com >
2023-02-07 03:35:07 +00:00
rodude123
2c612e5776
Added in ability to add a new project with and with an image and update a project with and without image. If a project is the main project then it cannot be deleted and when a new main project is selected it gets moved to the top.
...
Signed-off-by: rodude123 <rodude123@gmail.com >
2023-02-07 03:09:14 +00:00
rodude123
fd64eb92b0
Added in ability to add a new project with and without an image
...
Signed-off-by: rodude123 <rodude123@gmail.com >
2023-02-06 01:26:35 +00:00
rodude123
db7c12857e
Added in ability to edit the project data item, although backend is not completed yet.
...
Signed-off-by: rodude123 <rodude123@gmail.com >
2023-02-03 01:20:55 +00:00
rodude123
cef7cc5e64
Base HTML for projects section completed
...
Signed-off-by: rodude123 <rodude123@gmail.com >
2023-01-17 01:56:03 +00:00
rodude123
51e3d88924
Merge pull request 'auto-update-year' ( #28 ) from auto-update-year into master
...
Reviewed-on: #28
2023-01-16 05:11:02 +00:00
rodude123
8ac02d864f
auto-update-year
...
Signed-off-by: rodude123 <rodude123@gmail.com >
2023-01-16 05:01:14 +00:00
rodude123
69c3462a3d
created acd for editing projects data
...
Signed-off-by: rodude123 <rodude123@gmail.com >
2022-11-11 14:04:43 +00:00
rodude123
4f01ebe6ce
created acd for editing projects data
...
Signed-off-by: rodude123 <rodude123@gmail.com >
2022-11-11 13:56:42 +00:00
rodude123
1c1acfe938
Merge pull request 'Fixed login error where no error message was shown, now it does' ( #27 ) from login-error-fix into master
...
Reviewed-on: #27
2022-11-01 14:15:32 +00:00
rodude123
eeb8c5b80f
Fixed login error where no error message was shown, now it does
...
Signed-off-by: rodude123 <rodude123@gmail.com >
2022-11-01 04:59:39 +00:00
rodude123
485c1e27c3
Merge pull request 'editor-cv' ( #26 ) from editor-cv into master
...
Reviewed-on: #26
2022-11-01 04:49:39 +00:00
rodude123
3dd5372e1c
Being able to edit a timeline item fully working as currently tested.
...
Signed-off-by: rodude123 <rodude123@gmail.com >
2022-10-29 19:31:34 +01:00
rodude123
7b04af165e
Being able to edit a timeline item fully working as currently tested.
...
Signed-off-by: rodude123 <rodude123@gmail.com >
2022-10-09 23:32:50 +01:00
rodude123
a5c7d16991
Added the ability to see the timeline data in the editor and added in a basic form.
...
Signed-off-by: rodude123 <rodude123@gmail.com >
2022-10-09 16:02:07 +01:00
rodude123
992b4d95ed
Merge pull request 'Created JWT Authentication' ( #25 ) from jwt-auth into master
...
Reviewed-on: #25
2022-10-09 03:07:10 +01:00
rodude123
3d4789ff7f
updated ignore file
...
Signed-off-by: rodude123 <rodude123@gmail.com >
2022-10-09 02:49:49 +01:00
rodude123
4f46e2eb41
updated ignore file
...
Signed-off-by: rodude123 <rodude123@gmail.com >
2022-10-09 02:48:09 +01:00
rodude123
d9702e4ed7
removed ignored file
...
Signed-off-by: rodude123 <rodude123@gmail.com >
2022-10-09 02:47:43 +01:00
rodude123
e0b3afd262
updated gitignore to propperly ignore the files
...
Signed-off-by: rodude123 <rodude123@gmail.com >
2022-10-09 02:47:02 +01:00
rodude123
98c026b946
Created the JWT authentication for the editor so that it's more secure and can potentially be used to create a desktop app in the future. Used Tuupola's JWT auth middleware implementation to help with the auth part. Used Firebase's JWT method to create the token
...
Signed-off-by: rodude123 <rodude123@gmail.com >
2022-10-09 02:40:06 +01:00
rodude123
c22e7f41b1
Merge pull request 'Created Navbar for the editor' ( #24 ) from editor-navbar into master
...
Reviewed-on: #24
2022-09-16 17:32:06 +01:00
rodude123
cb1b77c6dc
Created Navbar for the editor
...
Signed-off-by: rodude123 <rodude123@gmail.com >
2022-09-16 16:49:58 +01:00
rodude123
4428d5b6aa
Merge pull request 'Reset password functionality for CMS' ( #23 ) from cms-reset-password-before into master
...
Reviewed-on: #23
2022-09-14 15:34:08 +01:00
rodude123
d963904174
Completed reset password section and added in eye button to toggle between shown and hidden password.
...
Signed-off-by: rodude123 <rodude123@gmail.com >
2022-09-14 13:35:58 +01:00
rodude123
d8e16e8de1
Added in base code for reset email
...
Signed-off-by: rodude123 <rodude123@gmail.com >
2022-08-07 22:34:31 +01:00