gallery
gallery copied to clipboard
A Photo and Video Gallery Written in Flask
Use SASS for cleaner style editing, and create a build system to generate the css files
All the routes living in the `__init__.py` file is a little rough, we should break the routes out into cleaner files. Either using folder structure like packet or blueprints like...
The current dialogs are a little jaring, use https://sweetalert2.github.io/ simular to how it's done in packet and conditional for confirmation prompts
Add Google Analytics tracking RTPs and Webmasters all have access to Google Analytics, it would be great to add additional sites to those stats so we can see what services...
Gallery is one of the very few services still on bootstrap 3, we should bring it up to date with bootstrap 4 and add themeswitcher support
Add a feature to generate image macros based on image files that have been uploaded. This should probably be stored in an auxiliary table. It could have a foreign key...
Right now Gallery selects the video thumbnail automatically by capturing the frame 5% into the duration of the video. While this works in most cases it isn't ideal for every...
As of right now a folder picks the first photo in the directory to display as the thumbnail. I think the owner of the Folder should be able to pick...
A bit of work has already been done to generalize the application so that it won't be specific to a singular setup. More effort should be done on this in...