Commit Graph

9 Commits

Author SHA1 Message Date
Arctic Code
3040f69456 Remove Delete link password
This may get reimplemented so that people can delete links if they want to.
Probably as part of the user model.
2014-03-03 08:57:09 -06:00
Arctic Code
2052425469 Remove Google Ads
Ads just make it look gross
2014-03-01 20:11:52 -06:00
Arctic Code
db140f58c6 Reduce address space for generated links
There have been roughly only 1000 links made since v3.1
a 7 character alphanumeric address space is huge. My link shortener
should be happy with a 3 or 4 character alphanumeric address space.
2014-02-24 09:57:18 -06:00
Arctic Code
b784347291 Change shortened links to reflect last commit on index.php
All future shortened links will be unps.us/?id
2014-01-29 01:45:00 -06:00
Arctic Code
999d9d3623 Replace current checkRemoteFile function with a faster cURL implementation
Instead of downloading the entirity of the file that's there or risking
a HTTP server not being on port 80, I've decided to move with a faster,
more efficient and web browser complient cURL query

UnPS User Agent: UnPS-GAMATechnologies (UnPS WebQuery/4-2.8; +http://unps.us)
2013-10-08 17:54:07 -05:00
Arctic Code
a3806241bd Add simple "Copy to Clipboard"
This will let people copy to clipboard by left-clicking the link
right-click->copy still works
2013-08-26 10:25:23 -05:00
Arctic Code
4807406cdf Add #success div to successful actions
This is to fix the alignment and for color coding advantages
2013-08-26 09:33:52 -05:00
Arctic Code
cfe1a23a33 Add red error boxes in return messages
This is continuing development on the interface, they will fade
in the next commit
2013-08-26 01:33:14 -05:00
Arctic Code
b674bdb593 Add Shortv4-2 files, watered down UnPSAPI, and Bootstrap 3 2013-08-11 16:21:53 -05:00