Giter VIP home page Giter VIP logo

upld's People

Contributors

barrnet avatar lfiore avatar miracleblue 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

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

upld's Issues

Security contact

Hello maintainer(s),

I am a security researcher from the Institute of Application Security at TU Braunschweig, Germany. We discovered a (potential) security vulnerability in your project.

We would like to report this vulnerability to you in a responsible and ethical manner.
Therefore, we do not want to disclose any details of the vulnerability publicly until you have had a chance to review and fix it.

Could you please let us know your prefered way of receiving security reports?

You can contact us at [email protected] or by replying to this issue.

Thank you for your attention and cooperation.

Feature request: scan image folder

I was wondering, would it be possible to rescan the image folder?
Hypothetically: if the database got corrupted and needed to be wiped, the images are still there but not showing up since they're not in the database. Also there's no database backup.
Then it would be great if you could do like a scan that puts them into the database again. I guess all of them would then be assigned to one specific account (like the admin account), but it's better than having to re-upload everything again, getting new ID's and such.

login issue

Hello!
I've been having some weird issues.
When I run upld in a closed environment, I have no problems at all with registering and logging in users.
But when I recreate everything on my actual webserver, I can register users, but I cannot login users. No idea why.
Also, in the database it says the wrong IP adress of the user (me in this case). I haven't done anything weird as far as I know, I use basically the exact same system in both cases.
Any idea as to why this happens?

active mail

Looks like we need to add a mail configuration to verify registration.

administer all accounts

Admin needs to be able to administer all accounts with options to delete images and ban the user/s.

Everything else is fantastic.

Just seems to be missing this important feature in my opinion.

feature request: allowed websites

provide a configuration option to allow hotlinking only from certain websites, not all the internet.
this way, every admin can create such a hosting site for it's own websites.

Google fonts URL hardcoded insecure

The fonts.googleapis.com reference in css/upload.css uses the http:// protocol - I have made my selfhosted version use //fonts.googleapis.com in order to prevent browser warnings.

Error on non transparent gif

Warning: imagecopyresized() expects parameter 1 to be resource, integer given in /var/www/html/upld/inc/moderate.php on line 148

Warning: imagejpeg() expects parameter 1 to be resource, integer given in /var/www/html/upld/inc/moderate.php on line 151

Warning: imagedestroy() expects parameter 1 to be resource, integer given in /var/www/html/upld/inc/moderate.php on line 152

file inc/moderate.php line# 143
$new_thumb = imagecolorallocate($thumb, 0, 0, 0);
imagecolortransparent($thumb, $new_thumb);

to
if (imagecolortransparent($thumb) <> -1)
{
$new_thumb = imagecolorallocate($thumb, 0, 0, 0);
imagecolortransparent($thumb, $new_thumb);
}

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.