1
0
mirror of https://github.com/gamaio/lobli.git synced 2024-12-22 19:52:40 +00:00
Commit Graph

21 Commits

Author SHA1 Message Date
David Todd
d269b39832
Remove button color changing code from AJAX request
It's not needed and doesn't really work anyways.
2014-10-20 20:38:15 -05:00
alopexc0de
fb02307b20
Add link chrome extension
I'm also launching the chrome extension today
2014-08-29 20:33:27 -04:00
alopexc0de
28e0ce013a
Move token data to token.php
Since token requires db.php, I don't require it again. The token is no longer included in a GET request to process.php, use sessions instead.
2014-08-29 14:11:35 -04:00
alopexc0de
5d41d3adb8
Grab links from list and start redirecting again.
get links:id doesn't work since I moved it into a list.
That break doesn't do anything, removing it.
2014-08-10 18:46:39 -04:00
alopexc0de
4ad0f8ce74
Change click tracking to sorted set.
Using a sorted set makes it easier to sort from highest to lowest on the stats page.
Minor change how tracking is done on the index and link checking has been updated.
2014-08-10 18:29:17 -04:00
alopexc0de
adfcc57e00
Redis-only version of lob.li - Almost complete.
This version removes all the mysql stuff and uses a redis db for everything.
2014-07-25 17:41:51 -04:00
alopexc0de
e52c236e47
Add link age select box.
The vast majority of short links are only used once and forgotten about.
This gives people a choice to have links that expire (default 24 hours after creation).
This is also the first time that we use either coloumn other than the center one.
2014-07-24 21:30:01 -04:00
alopexc0de
f0f858950d
Move Redis connection to db.php and change shorten icon.
Since I will be using Redis from multiple files, the connection to the server should be in the same file as the other DB connection.
This icon looks a little bit better I think.
2014-07-22 22:02:17 -04:00
alopexc0de
9cabd24d19
Add forgotten semicolon on line 52.
I was wondering why my script had suddenly stopped working and thought it was
    a Redis problem.
Turns out that I was getting PHP parse errors and didn't check the logs
2014-07-22 13:08:15 -04:00
alopexc0de
c02e6d6f28
Add Regis caching
This is very basic where I check the Regis table to see if a short link exists
If not, query the mysql server and pull that result into Regis as linkID and link
I might make some modifications to this
2014-07-20 19:42:00 -04:00
alopexc0de
92140f083a Add the Montserrat google cdn font to relevant pages
I think I'm going to require a head file that has all this needed info
2014-07-14 18:37:43 -04:00
alopexc0de
591e3de923 Add favicon to website 2014-07-10 16:06:01 -04:00
alopexc0de
2692bdf753 Moved from windows to linux - Git is acting weird
The files changed totally apparently, even though no actual changes were made
2014-07-04 17:28:17 -04:00
alopexc0de
c2dbb861d0 Add link tracking and require tracking function
Nothing special here. I think I'm supposed to echo those tracking functions though
2014-07-03 15:20:13 -04:00
alopexc0de
d86eb10d1f Move database connection to independant file 2014-06-26 20:38:35 -04:00
alopexc0de
160af78728 Make submit-btn type submit and make ajax jquery smaller
The AJAX in its current state doesn't work if the type is a button,
and removeClass can remove multiple classes
2014-06-26 19:31:37 -04:00
alopexc0de
a70aca3d64 Remove test messages, add AJAX loader, and form button click event
Interface is complete, I just need to code the backend of this page in
	process.php
2014-06-22 21:16:11 -04:00
alopexc0de
0598e96979 Add onclick for popup link unps.us 2014-06-22 02:00:51 -04:00
alopexc0de
e845309c84 Change keys, remove newlink (TEMP), align copy icon more right
As stated in the comments, I don't feel like rewriting the code to generate
the links, so I'm leaving it as is right now. I will work on it at a later
time
2014-06-22 01:26:46 -04:00
alopexc0de
8123350295 Changes to interface 2014-06-18 00:32:19 -04:00
alopexc0de
6ebe2553ca Build the site layout and begin UI development
This is the basic info on the index, but other pages have to
be done
2014-05-09 14:28:18 -05:00