Coder Social home page Coder Social logo

alexr1712 / upload Goto Github PK

View Code? Open in Web Editor NEW

This project forked from friendsofflarum/upload

0.0 1.0 0.0 636 KB

The file upload extension with insane intelligence for your Flarum forum.

Home Page: https://discuss.flarum.org/d/4154-flagrow-upload-the-intelligent-file-attachment-extension

License: MIT License

PHP 65.78% JavaScript 29.65% CSS 3.51% HTML 1.07%

upload's Introduction

Upload by FriendsOfFlarum

MIT license Latest Stable Version Total Downloads

An extension that handles file uploads intelligently for your forum.

Features

  • For images:
    • Auto watermarks.
    • Auto resizing.
  • Mime type to upload adapter mapping.
  • Whitelisting mime types.
  • Uploading on different storage services (local, imgur, AWS S3 for instance).
  • Drag and drop uploads.
  • Uploading multiple files at once (button and drag and drop both support this).
  • Easily extendable, the extension heavily relies on Events.

Installation

Use Bazaar or install manually:

composer require fof/upload

Updating

composer require fof/upload
php flarum migrate
php flarum cache:clear

Updating from Flagrow

This extension replaces Flagrow Upload.

To upgrade from the old extension to the new one:

  • Backup your data! You should backup the database and the uploaded files.

  • Make sure the latest version of Flagrow upload is installed and migrations have run:

composer require flagrow/upload
composer show flagrow/upload # You should see "versions: * 0.7.1" on the 4th line of output
php flarum migrate
  • Disable the Upload extension in the admin panel.

  • Run:

composer require fof/upload

Composer should let you know that flagrow/upload has been automatically removed.

  • Enable the new extension in the admin panel.

  • Your existing configuration and uploads meta will be migrated to FoF Upload automatically.

  • The same file locations on the disk are used by FoF Upload, it means the files don't need to be moved.

Configuration

Enable the extension, a new tab will appear on the left hand side. This separate settings page allows you to further configure the extension.

Make sure you configure the upload permission on the permissions page as well.

Mimetype regular expression

Regular expressions allow you a lot of freedom, but they are also very difficult to understand. Here are some pointers, but feel free to ask for help on the official Flarum forums.

In case you want to allow all regular file types including video, music, compressed files and images, use this:

(video\/(3gpp|mp4|mpeg|quicktime|webm))|(audio\/(aiff|midi|mpeg|mp4))|(image\/(gif|jpeg|png))|(application\/(x-(7z|rar|zip)-compressed|zip|arj|x-(bzip2|gzip|lha|stuffit|tar)|pdf))

A mimetype consists of a primary and secondary type. The primary type can be image, video and application for instance. The secondary is like a more detailed specification, eg png, pdf etc. These two are divided by a /, in regex you have to escape this character by using: \/.

FAQ

Links

An extension by FriendsOfFlarum

upload's People

Contributors

luceos avatar clarkwinkelmann avatar rylat avatar imakutranslate avatar konstantincodes avatar hiobi avatar theflob avatar tony199555 avatar uidhub avatar manurohr avatar arthom avatar mtaberna avatar preya avatar pierstitus avatar sijad avatar lotfio avatar lubobill1990 avatar maybeken avatar jtojnar avatar fransallen avatar comocozy avatar kyrnedev avatar xengine avatar csgka1 avatar ar7n avatar tdtgit avatar kon3ko avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.