Commit Graph

16 Commits

Author SHA1 Message Date
Arctic Code 278829a641 Revert "Broke the shortener"
This reverts commit 25ab98ae1c.

Conflicts:
	api/dbsettings.php
2014-04-13 20:17:45 -05:00
Arctic Code c2fe7d6106 Revert "Move APIKey to different file"
This reverts commit c1c557ed07.

Conflicts:
	api/dbsettings.php
2014-04-13 19:53:02 -05:00
Arctic Code 817bc47362 Revert "Revert "Remove HashPass""
This reverts commit 7ed90e844f.
2014-04-13 19:51:32 -05:00
Arctic Code 7ed90e844f Revert "Remove HashPass"
This reverts commit d1e0f3f567.
2014-04-13 19:51:08 -05:00
Arctic Code 25ab98ae1c Broke the shortener
I broke everything.
2014-04-13 19:50:36 -05:00
Arctic Code c1c557ed07 Move APIKey to different file 2014-03-27 16:30:41 -05:00
Arctic Code d1e0f3f567 Remove HashPass
This file has really just been sitting here gathering dust. Currently
there isn't a need to use this, no passwords are stored
2014-03-25 13:37:01 -05:00
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