Code Monkey home page Code Monkey logo

galleryserver's People

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

Watchers

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

galleryserver's Issues

Need GSP experienced user/developer for installing maintaining instance for my business

Hello,

I am a owner of a real estate media company in DFW (thepropertysnappers.com) and I came across Gallery Server as a possible solution for my team to upload field photos, have my editors (India Based) edit and upload finished photos and finally for me to deliver to my clients.

I need one solution to move raw photos, and jpegs around and deliver to my client in a polished manner. It looks like GSP is now a free code solution that is able to run on AWS. I was wondering if someone out-here has experience installing apps on AWS and maintaining and even improving upon them. Initially, I just need someone to install the app on AWS for me or give me instructions. After I assess the baseline features and capability I would then possibly need someone to maintain my instance on a very part-time basis and finally be able to add to the code to add more features.

I am willing to pay for someone that is experienced with GSP. I am a small veteran owned business and can't afford a Fortune 500 salary but could pay a respectable amount.

Please contact me if you might be able to help.

[email protected]

Jaime Garza

Woff2 files did not load for me

Fontawesome did not load for me so I added this to system.webServer:

   <staticContent>
      <remove fileExtension=".woff" />
      <mimeMap fileExtension=".woff" mimeType="application/font-woff" />
      <remove fileExtension=".woff2" />
      <mimeMap fileExtension=".woff2" mimeType="application/font-woff2" />
      <remove fileExtension=".ttf" />
      <mimeMap fileExtension=".ttf" mimeType="application/octet-stream" />
      <remove fileExtension=".svg" />
      <mimeMap fileExtension=".svg" mimeType="image/svg+xml" />
      <remove fileExtension=".map" />
      <mimeMap fileExtension=".map" mimeType="text/plain" />
      <remove fileExtension=".msg" />
      <mimeMap fileExtension=".msg" mimeType="application/vnd.ms-outlook" />
      <remove fileExtension=".css" />
      <mimeMap fileExtension=".css" mimeType="text/css; charset=utf-8" />
      <!-- JavaScript -->
      <!-- https://html.spec.whatwg.org/multipage/scripting.html#scriptingLanguages -->
      <remove fileExtension=".js" />
      <mimeMap fileExtension=".js" mimeType="text/javascript; charset=utf-8" />
    </staticContent>

And that solved the problem

Move/copy dialog may be missing albums

When a user is less privileged, the move/copy dialog window shows only those albums the user has access to. This can cause the root album in the tree to be a virtual album rather than pointing to a physical album. In this scenario, the album tree may not display any available albums, even when the user has write access to one or more albums.

Files may be missing from ZIP download

Files that don't have a web-optimized version are not included in the ZIP download that is created when multiple items are selected and the download command is invoked. This includes documents such as text files and small images.

What should happen: GS should substitute the original media file when the web-optimized one doesn't exist.

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.