Commit Graph

56 Commits

Author SHA1 Message Date
Luciano Fiore c341d65a9d
Update common.php
check if SSL is being used and set/use a protocol constant instead of hardcoded http
2023-07-06 22:38:45 +01:00
Luciano Fiore b142975f43
update main.php template - typo 2022-07-08 17:46:40 +01:00
Luciano Fiore 768081de84 login.php - updated password checking 2022-06-23 20:12:48 +01:00
Luciano Fiore ac22575d21
moderate.php - fix thumbs not generating for GIFs 2022-06-02 18:39:29 +01:00
Luciano Fiore dc3da057cd
upload.php - fixed thumbs not generating for GIFs 2022-06-02 18:38:55 +01:00
Luciano Fiore a5c9760211
upload.css - deleted hardcoded http:// in url 2022-06-02 09:39:48 +01:00
Luciano Fiore 086696cb1b added pagination for account/moderation pages
added pagination for account/moderation pages.
2019-05-01 22:30:36 +01:00
Luciano Fiore 93293dc15a added jpeg support
added jpeg support
2019-05-01 18:16:58 +01:00
Luciano Fiore fcc1610d42 security fix, user moderation improvement
Added a fix to prevent IP spoofing when using cloudflare (user needs to specify if cloudflare is enabeld in the config file)

Also, when viewing images uploaded by an IP address, images might not have thumbs if the user wasn't logged in. thumbnails will now be created when moderating a user. this can be enabled/disabled in the config file

Unfortunately this meant removing support for additional file extensions for now as it conflicted with with the thumbnail creation (something I missed before), but this may be re-added in the future
2019-04-23 13:21:45 +01:00
Luciano Fiore 4b8af32f68 added account moderation feature + cloudflare fix
Added the ability for the admin to view all images uploaded by a specified user/IP address.

Also provided a fix for Cloudflare so the user's real IP address shows up.
2019-04-22 18:42:17 +01:00
Luciano Fiore 77f3acaf24 Revert "added account moderation feature + cloudflare fix"
This reverts commit 4d4c4828b1.
2019-04-22 18:39:11 +01:00
Luciano Fiore 1f7c3d043a Revert "added account moderation feature + cloudflare fix"
This reverts commit 7018075827.
2019-04-22 18:39:08 +01:00
Luciano Fiore 1551732bfa Revert "added account moderation feature + cloudflare fix"
This reverts commit 8d6878f9ec.
2019-04-22 18:39:05 +01:00
Luciano Fiore 8d6878f9ec added account moderation feature + cloudflare fix
added a feature to allow the admin to view other images uploaded by a specific user/IP address. also added support to provide the real IP when the website is using cloudflare0
2019-04-22 18:29:26 +01:00
Luciano Fiore 7018075827 added account moderation feature + cloudflare fix
added a feature to allow the admin to view other images uploaded by a specific user/IP address. also added support to provide the real IP when the website is using cloudflare0
2019-04-22 18:28:55 +01:00
Luciano Fiore 4d4c4828b1 added account moderation feature + cloudflare fix
added a feature to allow the admin to view other images uploaded by a specific user/IP address. also added support to provide the real IP when the website is using cloudflare
2019-04-22 18:28:27 +01:00
Luciano Fiore 864a7a0475
added url paste support
added support for pasting URLs as well as images directly
2019-04-22 16:02:46 +01:00
Luciano Fiore b74c863605
Merge pull request #10 from Barrnet/master
improved remote image check, increase supported file types, upload through copy + paste
2019-04-22 13:30:35 +01:00
Barrnet 50a223d966
Fixed the missing size of the image
fixed an error introduced with the previous commit.
2019-04-18 02:42:08 +02:00
Barrnet 924b3eb997
added upload from paste 2019-04-18 02:39:19 +02:00
Barrnet 5570830867
Update upld.sql
Expanded the number of characters in the field to allow new extensions
2019-04-14 23:22:11 +02:00
Barrnet 604bb6356b
Update upload.php 2019-04-14 23:19:37 +02:00
Luciano Fiore 05c7e35378
tld change
tld change due to brexit
2019-02-28 00:18:32 +00:00
Luciano Fiore d92980e6cc
csrf protection + small fixes
csrf protection + fixed reporting messages + protected admins from being banned
2019-01-25 21:41:32 +00:00
Luciano Fiore 70ac99c872
csrf protection + small fixes
csrf protection + fixed reporting messages + protected admins from being banned
2019-01-25 21:41:01 +00:00
Luciano Fiore 1e03124289 added anon uploads and URL whitelist features 2017-07-26 20:17:25 +01:00
Luciano Fiore f817d6afc9 added anon uploads and URL whitelist features 2017-07-26 20:17:00 +01:00
Luciano Fiore 4f8b7cd2b1 Delete upload.php 2017-07-26 20:15:58 +01:00
Luciano Fiore 0990eacbb8 Delete main.php 2017-07-26 20:15:53 +01:00
Luciano Fiore 31417845ff Delete config.php 2017-07-26 20:15:40 +01:00
Luciano Fiore ec8034be8f added anon uploads and url whitelisting features 2017-07-26 20:10:55 +01:00
Luciano Fiore 858f1f00fd typo in registration form template 2015-12-26 17:42:30 +00:00
Luciano Fiore 0735068643 Update README.md 2015-08-30 01:10:18 +01:00
Luciano Fiore a852413aeb made install.txt clearer, updated readme with documentation site, amended comment in config.php 2015-08-05 01:07:16 +01:00
Luciano Fiore 650574f9e4 small fixes for notice/warning and thumb generation 2015-08-01 02:39:16 +01:00
Luciano Fiore b464491134 added option to ban user and delete all images 2015-08-01 01:33:14 +01:00
Luciano Fiore c5b8d17e83 Update README.md 2015-08-01 00:31:25 +01:00
Luciano Fiore aa5a3affbb cleaned up code, added user account feature 2015-08-01 00:28:43 +01:00
Luciano Fiore 532b731c31 Delete .gitattributes 2015-07-29 05:14:17 +01:00
Luciano Fiore 675fc13bac updated with newly defined variables 2015-07-29 05:12:18 +01:00
Luciano Fiore 00d99ee183 missing apostrophe 2015-07-27 00:32:48 +01:00
Luciano Fiore 24293042b4 cleaned up the code 2015-07-26 00:20:35 +01:00
Luciano Fiore 71c031f022 fixed friendly URLs
friendly URLs weren't working correctly with a script path specified
2015-07-08 01:06:28 +01:00
Luciano Fiore 15a9b7a6df implemented remote download
implemented remote download - php5-gd is a requirement for this feature
2015-07-08 00:19:39 +01:00
Luciano Fiore 6fda10ee8c not displaying upload errors due to typo in upload.php 2015-03-09 12:37:10 +00:00
Luciano Fiore daadce71cb Update upload.php
incorrect column name in SQL query
2015-02-13 07:22:38 +00:00
Luciano Fiore bc56f930a8 added rewrite rules for apache 2014-10-03 20:53:59 +01:00
Luciano Fiore 8fb769e781 quick fix to show short URL after upload if enabled 2014-10-03 19:37:38 +01:00
Luciano Fiore 2d8ef4662a don't try to display removed images 2014-10-02 23:42:40 +01:00
Luciano Fiore 2d6fbf572c quick var declaration fix 2014-10-02 23:14:09 +01:00