Chaoyi Zha
|
f0162c7559
|
2.0 init commit
|
2015-11-02 23:13:32 -05:00 |
|
Chaoyi Zha
|
eb85f2466e
|
Clean directory for 2.0
|
2015-11-02 23:11:25 -05:00 |
|
Chaoyi Zha
|
926a76d1eb
|
clarify file usage
|
2015-11-01 16:01:16 -05:00 |
|
Chaoyi Zha
|
35d1ab9984
|
Merge pull request #115 from cydrobolt/feature/better-redirects
Add option to redirect hidden shorteners to another site
|
2015-11-01 15:57:50 -05:00 |
|
Chaoyi Zha
|
3a19efda8e
|
Make some adjustments to redirect modification
PHP takes the prize for the weirdest concat symbol
|
2015-11-01 15:50:13 -05:00 |
|
Chaoyi Zha
|
1b68443628
|
add option to redirect front page
|
2015-11-01 15:36:49 -05:00 |
|
Chaoyi Zha
|
cf9f990bc1
|
added "users" list
|
2015-10-29 19:19:12 -04:00 |
|
Chaoyi Zha
|
6a134d7686
|
Revert "don't autofill http://"
This reverts commit 0dcfebf1f1 .
|
2015-10-29 15:45:50 -04:00 |
|
Srijay Kasturi (TechFilmer)
|
0dcfebf1f1
|
don't autofill http://
gets really annoying when copying urls so let's just remove it all together.
|
2015-10-28 23:01:23 -04:00 |
|
Chaoyi Zha
|
b9e7e22fc5
|
use bootstrap input boxes for password change boxes
|
2015-10-27 20:15:28 -04:00 |
|
Chaoyi Zha
|
898d3bf855
|
move password change input boxes onto two different lines
|
2015-10-27 20:14:59 -04:00 |
|
Chaoyi Zha
|
5f1a1c9319
|
redirect to correct UCP link
|
2015-10-27 20:10:01 -04:00 |
|
Chaoyi Zha
|
f1c765abd2
|
Merge pull request #112 from azman0101/master
Fix syntax error with nginx config
|
2015-10-21 09:42:31 -04:00 |
|
azman0101
|
e8363a26f0
|
fix syntax error
|
2015-10-21 13:57:56 +02:00 |
|
Chaoyi Zha
|
e0b94717a7
|
Merge pull request #110 from castanley/patch-2
Update createurl.php
|
2015-10-19 18:31:07 -04:00 |
|
Christopher Stanley
|
19a3223b2c
|
Update createurl.php
Added the sites current URL to the list of "Already Shortened" URLs
|
2015-10-19 18:11:49 -04:00 |
|
Christopher Stanley
|
fdb7feaa08
|
Update createurl.php
Added the installed site URL to the list of URLs that are already shortened to prevent any redirect loops.
|
2015-10-19 17:48:30 -04:00 |
|
Chaoyi Zha
|
b48ff99a6d
|
Use int rather than smallint to stop overflow
smallint overflows at 2^15-1 (32,767)
int overflows at 2^31-1 (2,147,483,647)
|
2015-10-18 11:08:32 -04:00 |
|
Chaoyi Zha
|
9d2a333e65
|
remove leading spaces that break AJAX calls
|
2015-10-14 18:27:13 -04:00 |
|
Chaoyi Zha
|
cc7354c8a5
|
correctly indent file
|
2015-10-14 18:06:12 -04:00 |
|
Chaoyi Zha
|
1bede6921f
|
Merge pull request #103 from mihawk90/setup-write-config
[setup] Various cleanups
|
2015-10-14 17:44:18 -04:00 |
|
Tarulia
|
6a76c43ed9
|
Extend path check for empty string, string length and trailing slash
|
2015-10-10 00:39:11 +02:00 |
|
Chaoyi Zha
|
14e0f213d4
|
deprecate cheery theme
|
2015-09-27 16:17:31 -04:00 |
|
Chaoyi Zha
|
04b50bbef3
|
Merge pull request #101 from mihawk90/debug-php-error-off
Disable anything but PHP Error with Debug Mode off
|
2015-09-26 13:32:30 -04:00 |
|
Tarulia
|
131e3f3fc2
|
[setup] omitting closing php tag in config.php
* for reasoning see [this stackoverflow question](http://stackoverflow.com/q/4410704/3323286)
|
2015-09-26 17:38:59 +02:00 |
|
Tarulia
|
37e0f460fc
|
[setup] stash change for nginx-config for now
cherrypick e56fd23b39 when needed.
|
2015-09-26 04:41:51 +02:00 |
|
Tarulia
|
64ca436d39
|
[setup] Proper check for trailing slash on path
* also fixed double slash // in .nginx-config
|
2015-09-26 04:04:45 +02:00 |
|
Tarulia
|
e56fd23b39
|
[setup] Various cleanups
* config file code more readable
* success/fail messages formatted
* fclose unclosed file-handle
|
2015-09-25 21:26:59 +02:00 |
|
Tarulia
|
b49461d608
|
[debug] off: Disable error reporting completely; on: Enable E_ALL
|
2015-09-25 18:01:59 +02:00 |
|
Tarulia
|
1af17a2c2a
|
Disable anything but PHP Error with Debug Mode off
|
2015-09-20 22:25:54 +02:00 |
|
Chaoyi Zha
|
64714b8b64
|
Prettify
|
2015-09-18 21:59:00 -04:00 |
|
Chaoyi Zha
|
b914c76378
|
Refactor to reduce repetition
|
2015-09-16 18:43:09 -04:00 |
|
Chaoyi Zha
|
d225742dcc
|
Merge pull request #98 from mihawk90/setup-auth
[setup] pass theme and IP to MySQL query; fixes #95
|
2015-09-16 18:41:17 -04:00 |
|
Tarulia
|
6d15745151
|
[setup] pass theme and IP to MySQL query; fixes #95
|
2015-09-14 17:07:08 +02:00 |
|
Chaoyi Zha
|
ecd6ca01f9
|
more refactoring
|
2015-09-13 13:08:31 -04:00 |
|
Chaoyi Zha
|
192015304d
|
Refactor some code and remove unused segments
|
2015-09-13 13:05:57 -04:00 |
|
Chaoyi Zha
|
4235da2ce5
|
Align auth end block correctly
|
2015-09-13 13:03:46 -04:00 |
|
Chaoyi Zha
|
763e1ff6d2
|
Silly comments
|
2015-09-13 13:02:18 -04:00 |
|
Chaoyi Zha
|
b49fb48c9d
|
Clean up some code
|
2015-09-13 12:58:43 -04:00 |
|
Chaoyi Zha
|
f9b6edb0af
|
Remove unused theme key from redirinfo-temp
|
2015-09-13 12:53:25 -04:00 |
|
Chaoyi Zha
|
bbe274deb2
|
Merge pull request #96 from mihawk90/theme-varchar
Extend `theme`columns varchar to 100 making room for more themes
|
2015-09-13 10:44:39 -04:00 |
|
Tarulia
|
0f902dbba6
|
Extend theme columns varchar to 100 making room for more themes
|
2015-09-13 05:54:19 +02:00 |
|
Chaoyi Zha
|
6bf524c01b
|
turn off debug mode
|
2015-09-11 18:26:55 -04:00 |
|
Chaoyi Zha
|
332a2a0c88
|
remove openshift option while ip/port env vars are being figured out
|
2015-08-11 00:43:15 -04:00 |
|
Chaoyi Zha
|
d775f8aa10
|
Update setup.php
|
2015-07-21 20:46:30 -04:00 |
|
Chaoyi Zha
|
f019dc6b22
|
add openshift
|
2015-07-21 17:47:56 -04:00 |
|
Chaoyi Zha
|
aac03e81ea
|
Remove external calls to GH raw, replace with something better lataer
|
2015-06-30 23:32:44 -04:00 |
|
Chaoyi Zha
|
26c6ad2b7a
|
Update version.php
|
2015-06-13 14:02:31 -04:00 |
|
Chaoyi Zha
|
0c9ab971d9
|
Prevent user from registering if it is disabled
|
2015-06-10 23:12:25 -04:00 |
|
Chaoyi Zha
|
f64602dc50
|
Remove unused JS file
|
2015-06-04 20:06:43 -04:00 |
|