Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
c91dc8bbf8
Added new resize of images based on logic such as connected network or auto upload filter. Added default theme as white background. Added upload finish method with the ability to store some info in the history for a future delete option and possibly other features. Removed uploadLock due to issues it causes when an upload fails before it even goes to asynchronous tasks. Added unique ID to auto upload filters to allow unique identification in other locations such as resize logics. Fixed some panels I modified without modifying the language translations.
1b9549f175
Changed the way multi upload works to where plugins can take control and added themes for multi uploads. Fixed issue in the http plugin where if the plugin is unable to talk to the page to determine it's encoding, it will assume that it's a plist format. Now the http plugin checks if it's JSON on every request.
841027cd58
Changed license as I was not as knowledgable as I am now when I started this project.
c231e4badb
Fixed short URL character set. Added short URL shuffling code to help you shuffle the order.
b9501e3b0f
Forgot to add the hexadecimal value for the create flags variable as needed to compile in OS X 10.5.