You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Here is a list of a few ideas for version 3.5.
We'll create issues when more explanations are necessary or when ideas are selected for inclusion in version 3.5.
Refactor Python code to break large functions. Pylint should not complain anymore about size of functions, number of local variables or too many conditions
Optimize information stored in generated .json files. Only useful data must be made available to JavaScript. Reducing information disclosure will increase app security
Make shortcuts language dependent: define them in translations file or in a separate shortcuts one
privacy concerns when showing original image #100 Privacy concerns when showing original image = Options in myphotoshare.conf to enable/disable features like "Download original" or "View original"
Check accessibility for people with disability. The full gallery content should be accessible with keyboard only
Do we want to take benefit from CSS3 with visual improvements, like round boxes and transitions?
Support for directives in album.ini. Examples: noindex on album or media; nooriginal to prevent access to original picture; noexif to prevent reading from JPEG EXIF; watermark=Copyright Me; etc.
Scanner creates a RSS file with new content
The text was updated successfully, but these errors were encountered:
Let's start using a development branch for next versions, and commit into master only bug fixes and release preparation (we must keep merging master into development too).
Here is a list of a few ideas for version 3.5.
We'll create issues when more explanations are necessary or when ideas are selected for inclusion in version 3.5.
Pylintshould not complain anymore about size of functions, number of local variables or too many conditions.jsonfiles. Only useful data must be made available to JavaScript. Reducing information disclosure will increase app securitymyphotoshare.confto enable/disable features like "Download original" or "View original"album.ini. Examples:noindexon album or media;nooriginalto prevent access to original picture;noexifto prevent reading from JPEG EXIF;watermark=Copyright Me; etc.The text was updated successfully, but these errors were encountered: