Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

File Upload Support #176

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

File Upload Support #176

wants to merge 3 commits into from

Conversation

scristall
Copy link

@scristall scristall commented Oct 15, 2016

This pull request is the File Upload work done by czenzel (noted in issue #98) updated to latest and with minor additions.

It offers a simplistic dialog in the edit page for uploading a file to /repo/uploads which can then be linked to or served by other pages. This greatly simplifies the addition of images to the wiki.

Christopher Zenzel and others added 3 commits October 15, 2016 15:17
Add file uploads to Jingo using Multer. You must create an “uploads”
directory within your repository root to support uploads using this
branch.
@claudioc
Copy link
Owner

Hi and thanks for the effort!

I am not going to merge this one in the master branch, though, for the same concerns I have and detailed in #98

I will leave the PR open anyway for future reference.

@scristall
Copy link
Author

scristall commented Oct 24, 2016

Hi @claudioc!

What would the PR need for you to consider merging it in? I'm happy to maintain the fork, but I feel it's a valuable feature and wouldn't mind doing the work if you have a straight forward guideline. I know you discussed a file manager, which is probably doable in a simplistic sense.

@claudioc
Copy link
Owner

claudioc commented Nov 5, 2016

Hey,

my biggest problem with this feature is that I'd need to maintain such a (big) one in the main branch and I'd really prefer not to. I recently accepted quite a big PR for LDAP support and – guess what? – now people are opening issues on that feature and I am not able to fix them, probably. If I want to maintain control of Jingo I must keep it "small"

I still think that the file upload feature is off-topic to Jingo, because Jingo doesn't want to be a full fledged CMS but a viewer with editing capabilities. Adding file upload would open a whole lot of problems (I already see someone asking for S3 or Dropbox support).

@hajika hajika mentioned this pull request May 25, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants