How to prevent users to use gif images?

General Discussion

Suggested Topics


  • 0 Votes
    6 Posts
    2k Views

    I'm seeing it said that it's possible, but how?

  • 0 Votes
    5 Posts
    2k Views

    What I see as beneficial is a core feature (or a plugin I supposed) that exposes the database (read-only -- either Redis or Mongodb) keys in such a way that an administrator could create his own search queries with desired results.

    I envision a picker of the thing that can be searched, a way to filter the results and then a picker on what fields should be displayed.

    Does something like this exist?

    @PitaJ

  • 3 Votes
    10 Posts
    4k Views

    @a_5mith - thanks! yes the front page logo is in the works and should be updated shortly.

    @julian - thanks! yes the official way should always be a native install, using LXC or Docker makes it simpler and faster to launch, and provides added flexibility in deployment, but there should be some understanding of how the components work together which a native install, which can be also be done in an LXC container like we do, gives users. We are definitely going to look at how we can integrate github into our current build process.

    LXC has been baking since 2009, was merged into the kernel around 2.6.32 and has been mainly developed by a team led by Daniel Lezcano, Serge Halyn and Stephane Graber. Its an Ubuntu supported project since 2012. Serge and Stephane work for Ubuntu. LXC provides container management tools and container OS templates. Here is a video walk through of LXC

    Docker was based on the LXC project untill 0.9 when it switched to its own engine libcontainer, though users can still choose LXC as the underlying container engine.

    Docker containers and LXC containers are a bit different. Docker uses containers to build an app delivery platform and abstracts the container away to an app, while LXC gives you a full Linux environment like a lightweight VM, with some caveats.

    However due to the low profile of the LXC project, a lot of users first introduction to containers may have been Docker, and there are some misconceptions and a lot of users will be surprised by the flexibility and usability of LXC without the constraints of Docker.

  • 0 Votes
    3 Posts
    1k Views

    thank u,I have resolved itπŸ˜„

  • New User Experience

    General Discussion
    1
    0 Votes
    1 Posts
    1k Views

    Or NUX for short. Was thinking of a potential plugin for this at some point (ex, arrow pointing to register button). @trevor, I remember some initial version of convoe had some help tooltip that was pretty cool, it zoomed across the page and stuff and told you about the keyboard shortcuts, etc. What was this lib or was it custom?