allow_fileupload_comments: true/false
fileupload_comments_multifile: true/false
fileupload_comments_size: int
allow_fileupload_comments - users can add a file (image/video) to their comment if enabled.
fileupload_comments_size - is the maximum allowed filesize.
fileupload_comments_multifile - wether the user can add multiple files to their comment.
In my imagination there is a add file button for the replies and the normal comment input.
Either its treated like a attachment or will be added as a direct url to the comment and the current position where the user is currently with their comment. (maybe config option and user preference for this)
Must be config option
allow_fileupload_comments: true/false
fileupload_comments_multifile: true/false
fileupload_comments_size: int
allow_fileupload_comments - users can add a file (image/video) to their comment if enabled.
fileupload_comments_size - is the maximum allowed filesize.
fileupload_comments_multifile - wether the user can add multiple files to their comment.
In my imagination there is a add file button for the replies and the normal comment input.
Either its treated like a attachment or will be added as a direct url to the comment and the current position where the user is currently with their comment. (maybe config option and user preference for this)
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Must be config option
allow_fileupload_comments: true/false
fileupload_comments_multifile: true/false
fileupload_comments_size: int
allow_fileupload_comments - users can add a file (image/video) to their comment if enabled.
fileupload_comments_size - is the maximum allowed filesize.
fileupload_comments_multifile - wether the user can add multiple files to their comment.
In my imagination there is a add file button for the replies and the normal comment input.
Either its treated like a attachment or will be added as a direct url to the comment and the current position where the user is currently with their comment. (maybe config option and user preference for this)