Giter VIP home page Giter VIP logo

media's Introduction

QOR

English Chat Room: Join the chat at https://gitter.im/qor/qor

中文聊天室: 加入中国Qor聊天室 https://gitter.im/qor/qor/china

Build Status

For security issues, please send us an email to [email protected] and give us time to respond BEFORE posting as an issue or reporting on public forums.

What is QOR?

QOR is a set of libraries written in Go that abstracts common features needed for business applications, CMSs, and E-commerce systems.

This is a complete rewrite in Go, of the original QOR, which was a proprietary framework written in Ruby on Rails and used internally at The Plant. QOR 1.0 is the first version to be open sourced and distributed under the MIT license.

What QOR is not

QOR is not a "boxed turnkey solution". You need proper coding skills to use it. It's designed to make the lives of developers easier when building complex EC systems, not providing you one out of the box.

Documentation

https://doc.getqor.com/

The modules

  • Admin - The core part of QOR system, will generate an admin interface and RESTFul API for you to manage your data

  • Publish - Providing a staging environment for all content changes to be reviewed before being published to the live system

  • Transition - A configurable State Machine: define states, events (eg. pay order), and validation constraints for state transitions

  • Media Library - Asset Management with support for several cloud storage backends and publishing via a CDN

  • Worker (Batch processing) - A process scheduler

  • Exchange - Data exchange with other business applications using CSV or Excel data

  • Internationalization (i18n) - Managing and (inline) editing of translations

  • Localization (l10n) - Manage DB-backed models on per-locale basis, with support for defining/editing localizable attributes, and locale-based querying

  • Roles - Access Control

  • And more https://github.com/qor

Live DEMO

Frontend Development

Requires Node.js and Gulp for building frontend files

npm install && npm install -g gulp
  • Watch SCSS/JavaScript changes: gulp
  • Build Release files: gulp release

License

Released under the MIT License.

media's People

Contributors

alvarowolfx avatar azumads avatar binku87 avatar bom-d-van avatar grengojbo avatar han2015 avatar jasonweng avatar jinzhu avatar junhuif avatar pfcoder avatar raven-chen avatar sunfmin avatar tomoyuen avatar wtser avatar xqbumu avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

media's Issues

import url

Hi,

I would like to batch a csv and upload urls/photos for each products. How to ?

Cheers,

file.Size undefined

I refreshed my dependencies (go get -u ./... in application root) today on a QOR Admin application that has been running for weeks and now it won't start.

go run -v main.go results in the error message ../../qor/media/base.go:70: file.Size undefined (type *multipart.FileHeader has no field or method Size) .

I noticed this repo was updated recently.

I have not edited the application in question in weeks.

I even deleted the entire local go/src/github.com/qor directory and re-pulled dependencies again and still get the same result.

What is the source of this error? Was it the recent update?

Undefined: utils.ClosingReadSeeker

Hi there, i am trying to use your library and i am getting vendor/github.com/qor/media/oss/oss.go:73:14: undefined: utils.ClosingReadSeeker, it seems that the function ClosingReadSeeker does not exist in the utils package. I am just including "github.com/qor/oss/filesystem"

How to use the library?

I've been trying to use this library to my personal project.
But I don't know how to assign the image file(file *multipart.FileHeader) and store it.
Can anyone show me how?

import pdf or any kind of file

Hi guys,

Hope you are all well !

How complicated it would be to manage non-media files like pdfs or any kind of digital files with the media package ?

Thanks for any insights or inputs on that :-)

Cheers,
Luc Michalski

how to use vips handler ?

Hi guys,

Hope you are all well !

As anybody tried to use the vips handler ? Is there any code snippets/gist showing how to register the handler ?

Cheers,
X

Maximum size of video and modifying resolution resulting in multiple files

I have three questions:

  1. Will I able to get the modified versions of uploaded video with given resolutions and retain the original video? If I upload and modify it to 2 different resolutions, will I get three versions of video (original and 2 modified ones)?
  2. What is the maximum size of video this library can accept for uploading and retrieval?
  3. Is it possible to stream the uploaded videos using this library?
    Thanks in advance!

Support Gorm v2

Is there any chance to support Gorm v2? gorm.io/gorm (github.com/go-gorm/gorm)

Article/PB 1.0 > Media library issues

  • 1. 在1.0 page builder 选择图片,或者在blog article 选择图片, “>” 按钮点了没反应
    image

  • 2. blog article 页面,点last page, 跳到media library 页面
    image
    image

  • 3. “last page” 和 左边框框缺少空隙

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.