crisisboard / opencrisisboard

OpenCrisisBoard (OCB) is an open-source, self-hosted communications board where communities can organize around local information
https://opencrisisboard.org/
MIT License
48 stars 17 forks source link

Feature/13 Expand Admin Panel Capabilities - change board name and logo #28

Closed aPruner closed 4 years ago

aPruner commented 4 years ago

Please let me know what you guys think, and I apologize if this is too much stuff for one PR, but since the project is a POC anyway, hopefully it shouldn't be a big deal. Feel free to pull the branch and test out the feature locally.

aPruner commented 4 years ago

NOTE: There is a race condition I'm working on fixing real quickly in the Settings actions

edit: fixed

PimDeWitte commented 4 years ago

Code style looks solid, have not yet tested the functionality. Can we make an issue to fix the admin security issue?

aPruner commented 4 years ago

Yup, I'll create that issue right now

edit: done! #29

PimDeWitte commented 4 years ago

Looks good. One more change. Can you show ability to go to the admin panel on the home page if you are an admin?

aPruner commented 4 years ago

Oh yeah good call. Willdo!

aPruner commented 4 years ago

Added a link to the Admin Panel in the UserMenu @PimDeWitte