]> CyberLeo.Net >> Repos - Github/YOURLS.git/log
Github/YOURLS.git
10 years agoMerge pull request #1488 from LeoColomb/master
Léo Colombaro [Sat, 31 Aug 2013 09:49:49 +0000 (02:49 -0700)]
Merge pull request #1488 from LeoColomb/master

Add Continuous Integration

10 years agoAdd emphasis on turning debug on prior to submitting an issue
ozh [Fri, 30 Aug 2013 12:52:47 +0000 (14:52 +0200)]
Add emphasis on turning debug on prior to submitting an issue

10 years agoTypo
LeoColomb [Fri, 30 Aug 2013 09:47:09 +0000 (11:47 +0200)]
Typo

10 years agoFix commands
LeoColomb [Fri, 30 Aug 2013 09:45:56 +0000 (11:45 +0200)]
Fix commands

10 years agoIntroduce Travis
LeoColomb [Fri, 30 Aug 2013 09:38:31 +0000 (11:38 +0200)]
Introduce Travis

10 years agoMerge pull request #1484 from ozh/db_port
྅༻ Ǭɀħ ༄༆ཉ [Wed, 28 Aug 2013 16:51:06 +0000 (09:51 -0700)]
Merge pull request #1484 from ozh/db_port

Handle custom MySQL port

10 years agoLooser check on MySQL server version. Fixes #1479.
ozh [Wed, 28 Aug 2013 16:40:28 +0000 (18:40 +0200)]
Looser check on MySQL server version. Fixes #1479.

10 years agoCast port if any as integer, not default value
ozh [Wed, 28 Aug 2013 13:29:33 +0000 (15:29 +0200)]
Cast port if any as integer, not default value

10 years agoRemove temp comment block
ozh [Wed, 28 Aug 2013 13:07:27 +0000 (15:07 +0200)]
Remove temp comment block

10 years agoAccept 'host:port' notation for PDO, MySQL & MySQLi. Should work.
ozh [Wed, 28 Aug 2013 13:01:13 +0000 (15:01 +0200)]
Accept 'host:port' notation for PDO, MySQL & MySQLi. Should work.

10 years agoGet ip:port for PDO/MySQL(i)
ozh [Wed, 28 Aug 2013 07:21:24 +0000 (09:21 +0200)]
Get ip:port for PDO/MySQL(i)

10 years agoImprove support for non standard DB port
ozh [Fri, 23 Aug 2013 18:30:12 +0000 (20:30 +0200)]
Improve support for non standard DB port

10 years agoUpdate ezSQL to latest revision
ozh [Wed, 28 Aug 2013 08:28:46 +0000 (10:28 +0200)]
Update ezSQL to latest revision

10 years agoGet ip:port for PDO/MySQL(i)
ozh [Wed, 28 Aug 2013 07:21:24 +0000 (09:21 +0200)]
Get ip:port for PDO/MySQL(i)

10 years agoImprove support for non standard DB port
ozh [Fri, 23 Aug 2013 18:30:12 +0000 (20:30 +0200)]
Improve support for non standard DB port

10 years agoInclude latest changes in CHANGELOG.md
LeoColomb [Mon, 19 Aug 2013 08:15:20 +0000 (10:15 +0200)]
Include latest changes in CHANGELOG.md

10 years agoMerge pull request #1425 from YOURLS/Fix-GeoIP
Léo Colombaro [Mon, 19 Aug 2013 08:08:38 +0000 (01:08 -0700)]
Merge pull request #1425 from YOURLS/Fix-GeoIP

Improve & Update GeoIP

10 years agoUpdate latest GeoIP
LeoColomb [Mon, 19 Aug 2013 08:04:15 +0000 (10:04 +0200)]
Update latest GeoIP

10 years agoAdded @OmmJan's VB.Net in the readme. Closes #1449
ozh [Wed, 7 Aug 2013 18:03:07 +0000 (20:03 +0200)]
Added @OmmJan's VB.Net in the readme. Closes #1449

10 years agoReworked @nicwaller's patch
ozh [Tue, 6 Aug 2013 18:38:22 +0000 (20:38 +0200)]
Reworked @nicwaller's patch

10 years agoFix README
LeoColomb [Sat, 27 Jul 2013 17:01:10 +0000 (19:01 +0200)]
Fix README

10 years agoAdd License link in readme
Léo Colombaro [Sat, 27 Jul 2013 16:48:20 +0000 (18:48 +0200)]
Add License link in readme

10 years agoInclude license text
Léo Colombaro [Sat, 27 Jul 2013 16:46:20 +0000 (18:46 +0200)]
Include license text

Following recommendations by the Free Software Foundation

10 years agoMerge pull request #1457 from hawaiianchimp/patch-1
Léo Colombaro [Sun, 21 Jul 2013 21:25:50 +0000 (14:25 -0700)]
Merge pull request #1457 from hawaiianchimp/patch-1

Fixed bug which displayed direct count instead of redirect count

10 years agoFixed bug which displayed direct count instead of redirect count
Sean Thomas Burke [Tue, 16 Jul 2013 00:49:43 +0000 (17:49 -0700)]
Fixed bug which displayed direct count instead of redirect count

The pie graph shows both redirect and direct statistics, but the count only reflects the direct count in the summary.

10 years agoInclude title parameter in the API example
Nic Waller [Sun, 14 Jul 2013 18:36:56 +0000 (11:36 -0700)]
Include title parameter in the API example

Title should be included as one of the post fields in the example so that people are aware of it, and also aware that NOT including it incurs a significant (10x) performance penalty.

See related issue https://github.com/YOURLS/YOURLS/issues/1454

10 years agoAdd myYOURLS app
྅༻ Ǭɀħ ༄༆ཉ [Mon, 24 Jun 2013 12:08:25 +0000 (14:08 +0200)]
Add myYOURLS app

super neat font icon on http://duocode.co/apps/myyourls/, we should steal this :)

10 years agoFurther improvements
ozh [Wed, 12 Jun 2013 19:12:12 +0000 (21:12 +0200)]
Further improvements

- offload phpass functions to their own reusable functions
- clean option table after config has been hashed

10 years agoMore checks, a few comments, and the phpass test file
ozh [Wed, 12 Jun 2013 16:56:07 +0000 (18:56 +0200)]
More checks, a few comments, and the phpass test file

10 years agoUpdate comments about auto-encrypting passwords
ozh [Wed, 12 Jun 2013 14:54:54 +0000 (16:54 +0200)]
Update comments about auto-encrypting passwords

10 years agoFixing and improving stuff on @nicwaller's patch
ozh [Wed, 12 Jun 2013 14:51:49 +0000 (16:51 +0200)]
Fixing and improving stuff on @nicwaller's patch

- works with "login" => "pass" and 'login' => 'pass'
- works with malformed arrays
- works with any password & special chars
- better error reporting
- l10n instead of hardcoded strings
- less var declared

10 years agoRemove var_dump()
ozh [Tue, 11 Jun 2013 15:38:11 +0000 (17:38 +0200)]
Remove var_dump()

10 years agoMerge branch 'master' of https://github.com/YOURLS/YOURLS
ozh [Mon, 10 Jun 2013 21:06:26 +0000 (23:06 +0200)]
Merge branch 'master' of https://github.com/YOURLS/YOURLS

10 years agoEncode URL & titles in social bookmarklets
ozh [Mon, 10 Jun 2013 21:05:49 +0000 (23:05 +0200)]
Encode URL & titles in social bookmarklets

10 years agoDon't show Quick Share stuff on error. Fixes #1427
ozh [Mon, 10 Jun 2013 15:00:10 +0000 (17:00 +0200)]
Don't show Quick Share stuff on error. Fixes #1427

10 years agoUpdate GeoIP script
LeoColomb [Fri, 7 Jun 2013 15:05:11 +0000 (17:05 +0200)]
Update GeoIP script

* Full support IPv6
* Improvements

10 years agoUpdate data
LeoColomb [Fri, 7 Jun 2013 14:48:59 +0000 (16:48 +0200)]
Update data

10 years agoMerge branch 'master' of https://github.com/ozh/YOURLS
ozh [Thu, 6 Jun 2013 15:54:28 +0000 (17:54 +0200)]
Merge branch 'master' of https://github.com/ozh/YOURLS

10 years agoTidy up - unneeded vars & comments
ozh [Thu, 6 Jun 2013 15:53:31 +0000 (17:53 +0200)]
Tidy up - unneeded vars & comments

10 years agoMerge branch 'master' of https://github.com/YOURLS/YOURLS
ozh [Thu, 6 Jun 2013 15:43:15 +0000 (17:43 +0200)]
Merge branch 'master' of https://github.com/YOURLS/YOURLS

10 years agoCleanup - unneeded vars
ozh [Thu, 6 Jun 2013 15:39:19 +0000 (17:39 +0200)]
Cleanup - unneeded vars

10 years agoMerge branch 'raldenhoven-master'
ozh [Thu, 6 Jun 2013 15:39:19 +0000 (17:39 +0200)]
Merge branch 'raldenhoven-master'

10 years agoMore efficient way to check if short URL is free
Raldenhoven [Tue, 14 May 2013 17:47:55 +0000 (19:47 +0200)]
More efficient way to check if short URL is free

10 years agoBump PHP reqs
྅༻ Ǭɀħ ༄༆ཉ [Tue, 4 Jun 2013 05:48:56 +0000 (07:48 +0200)]
Bump PHP reqs

10 years agoRemove unnecessary var_dump
LeoColomb [Fri, 31 May 2013 14:40:01 +0000 (16:40 +0200)]
Remove unnecessary var_dump

Fix #1407

10 years agoSync with ezSQL lib
ozh [Thu, 30 May 2013 16:34:24 +0000 (18:34 +0200)]
Sync with ezSQL lib

10 years agoAlways include functions-infos.php
ozh [Fri, 17 May 2013 19:43:15 +0000 (21:43 +0200)]
Always include functions-infos.php

(Contains functions usable everywhere)

10 years agoMinor typographical fixes
Nic Waller [Wed, 5 Jun 2013 04:58:13 +0000 (04:58 +0000)]
Minor typographical fixes

10 years agoGently notify the user when config.php is unwritable
Nic Waller [Wed, 5 Jun 2013 04:53:34 +0000 (04:53 +0000)]
Gently notify the user when config.php is unwritable

10 years agoBump PHP reqs
྅༻ Ǭɀħ ༄༆ཉ [Tue, 4 Jun 2013 05:48:56 +0000 (07:48 +0200)]
Bump PHP reqs

10 years agoSessions are independent of passwords
Nic Waller [Tue, 4 Jun 2013 04:44:12 +0000 (04:44 +0000)]
Sessions are independent of passwords

10 years agoEnable secure hashing by default, unless explicitly disabled.
Nic Waller [Tue, 4 Jun 2013 04:09:24 +0000 (04:09 +0000)]
Enable secure hashing by default, unless explicitly disabled.

10 years agoRewrite config.php with password hashes
Nic Waller [Mon, 3 Jun 2013 05:13:34 +0000 (22:13 -0700)]
Rewrite config.php with password hashes

10 years agoImport phpass 0.3
Nic Waller [Mon, 3 Jun 2013 03:37:10 +0000 (20:37 -0700)]
Import phpass 0.3

10 years agoMore secure password hashes with PHPASS
Nic Waller [Mon, 3 Jun 2013 01:49:27 +0000 (01:49 +0000)]
More secure password hashes with PHPASS

10 years agoRemove unnecessary var_dump
LeoColomb [Fri, 31 May 2013 14:40:01 +0000 (16:40 +0200)]
Remove unnecessary var_dump

Fix #1407

10 years agoSync with ezSQL lib
ozh [Thu, 30 May 2013 16:34:24 +0000 (18:34 +0200)]
Sync with ezSQL lib

10 years agoAlways include functions-infos.php
ozh [Fri, 17 May 2013 19:43:15 +0000 (21:43 +0200)]
Always include functions-infos.php

(Contains functions usable everywhere)

11 years agoMerge pull request #1389 from ozh/fix-notices
྅༻ Ǭɀħ ༄༆ཉ [Wed, 8 May 2013 09:48:35 +0000 (02:48 -0700)]
Merge pull request #1389 from ozh/fix-notices

Escape single quotes in admin notices.

Related: https://github.com/ozh/YOURLS-fr_FR/commit/4dd829dce2d3791f825b3d19357de0ba39fbe44d

11 years agoEscape single quotes in admin notices
ozh [Wed, 8 May 2013 09:45:06 +0000 (11:45 +0200)]
Escape single quotes in admin notices

11 years agoMerge pull request #1386 from ozh/fix-login
྅༻ Ǭɀħ ༄༆ཉ [Tue, 7 May 2013 20:24:23 +0000 (13:24 -0700)]
Merge pull request #1386 from ozh/fix-login

Redirect after login via POST

11 years agoEOL! :)
ozh [Tue, 7 May 2013 20:18:19 +0000 (22:18 +0200)]
EOL! :)

11 years agoHandle custom notice upon login
ozh [Tue, 7 May 2013 16:15:12 +0000 (18:15 +0200)]
Handle custom notice upon login

11 years agoRedirect after login via POST
ozh [Tue, 7 May 2013 13:26:14 +0000 (15:26 +0200)]
Redirect after login via POST

11 years agoLet's make this even more simpler.
ozh [Sat, 4 May 2013 22:29:16 +0000 (00:29 +0200)]
Let's make this even more simpler.

11 years agoMerge pull request #1381 from ozh/db-check
྅༻ Ǭɀħ ༄༆ཉ [Sat, 4 May 2013 22:00:55 +0000 (15:00 -0700)]
Merge pull request #1381 from ozh/db-check

Smarter check on DB version.

Also:
- unused function removed
- more foolproof syntax if user wants to specify their own DB driver

11 years agoDon't load plugins when installing/upgrading
ozh [Sat, 4 May 2013 21:50:09 +0000 (23:50 +0200)]
Don't load plugins when installing/upgrading

11 years agowhite space
ozh [Sat, 4 May 2013 21:48:06 +0000 (23:48 +0200)]
white space

11 years agoMore foolproof driver set
ozh [Fri, 3 May 2013 20:49:47 +0000 (22:49 +0200)]
More foolproof driver set

11 years agoRemove potential warning
ozh [Fri, 3 May 2013 20:48:48 +0000 (22:48 +0200)]
Remove potential warning

11 years agoMerge pull request #1380 from ozh/typos
྅༻ Ǭɀħ ༄༆ཉ [Fri, 3 May 2013 15:49:50 +0000 (08:49 -0700)]
Merge pull request #1380 from ozh/typos

Typos and unused variables. Good job, PhpStorm!

11 years agoTypos and unused variables. Good job, PhpStorm!
ozh [Fri, 3 May 2013 15:48:23 +0000 (17:48 +0200)]
Typos and unused variables. Good job, PhpStorm!

11 years agoMerge pull request #1378 from ozh/escape-fix
྅༻ Ǭɀħ ༄༆ཉ [Thu, 2 May 2013 20:41:57 +0000 (13:41 -0700)]
Merge pull request #1378 from ozh/escape-fix

yourls_escape() fix

11 years agoFix the escape fix that didn't fix the escape
ozh [Thu, 2 May 2013 20:40:29 +0000 (22:40 +0200)]
Fix the escape fix that didn't fix the escape

11 years agoRevert "Fix `yourls_escape( ... )` with ezSQL integration"
ozh [Thu, 2 May 2013 20:39:21 +0000 (22:39 +0200)]
Revert "Fix `yourls_escape( ... )` with ezSQL integration"

This reverts commit b1092a776834875565ce9e4a6dbbf194b13f2b02.

11 years agoMerge pull request #1377 from seandrickson/patch-1
྅༻ Ǭɀħ ༄༆ཉ [Thu, 2 May 2013 19:46:08 +0000 (12:46 -0700)]
Merge pull request #1377 from seandrickson/patch-1

Updated API documentation to include JSONP

11 years agoUpdated API documentation to include JSONP
Sean [Thu, 2 May 2013 19:37:11 +0000 (12:37 -0700)]
Updated API documentation to include JSONP

According from what I am reading from the source, JSONP is accepted for all actions (its not filtered out in the functions like simple is).

11 years agoPrepare Travis Status in README
Léo Colombaro [Thu, 2 May 2013 16:57:23 +0000 (19:57 +0300)]
Prepare Travis Status in README

11 years agoFix `yourls_escape( ... )` with ezSQL integration
Léo Colombaro [Thu, 2 May 2013 16:51:59 +0000 (19:51 +0300)]
Fix `yourls_escape( ... )` with ezSQL integration

Fix #1371

11 years agoMerge pull request #1370 from ozh/hultra-master
྅༻ Ǭɀħ ༄༆ཉ [Wed, 1 May 2013 15:12:20 +0000 (08:12 -0700)]
Merge pull request #1370 from ozh/hultra-master

Adding 2 social bookmarklets using YOURLS. Closes issue #1360

11 years agoAnd a few more. Grrr.
ozh [Wed, 1 May 2013 15:06:09 +0000 (17:06 +0200)]
And a few more. Grrr.

11 years agoHo noes, more white space...
ozh [Wed, 1 May 2013 15:02:14 +0000 (17:02 +0200)]
Ho noes, more white space...

11 years agoWTF white space
ozh [Wed, 1 May 2013 14:59:21 +0000 (16:59 +0200)]
WTF white space

11 years agoMerge branch 'master' of https://github.com/hultra/YOURLS into hultra-master
ozh [Wed, 1 May 2013 14:56:38 +0000 (16:56 +0200)]
Merge branch 'master' of https://github.com/hultra/YOURLS into hultra-master

11 years agoMerge branch 'master' of https://github.com/YOURLS/YOURLS
ozh [Wed, 1 May 2013 10:39:04 +0000 (12:39 +0200)]
Merge branch 'master' of https://github.com/YOURLS/YOURLS

11 years agoMerge pull request #1368 from ozh/99e243414a709ab9bd6e8574e8dabb7e5d252d93
ﻫ༻྅༻ Ǭɀħ ༄༆ཉ༅ﺀ [Tue, 30 Apr 2013 22:30:28 +0000 (15:30 -0700)]
Merge pull request #1368 from ozh/99e243414a709ab9bd6e8574e8dabb7e5d252d93

Make yourls_is_shorturl() accept keyword and URLs. Fixes #1366

11 years agoMerge pull request #2 from ozh/fix-1366
ﻫ༻྅༻ Ǭɀħ ༄༆ཉ༅ﺀ [Tue, 30 Apr 2013 22:20:41 +0000 (15:20 -0700)]
Merge pull request #2 from ozh/fix-1366

Make yourls_is_shorturl() accept keyword and URLs. Fixes #1366.

11 years agoMake yourls_is_shorturl() accept keyword and URLs. Fixes #1366.
ozh [Tue, 30 Apr 2013 22:17:54 +0000 (00:17 +0200)]
Make yourls_is_shorturl() accept keyword and URLs. Fixes #1366.

11 years agoMerge pull request #1367 from ozh/check-db-ver
ﻫ༻྅༻ Ǭɀħ ༄༆ཉ༅ﺀ [Tue, 30 Apr 2013 21:00:10 +0000 (14:00 -0700)]
Merge pull request #1367 from ozh/check-db-ver

Better check on DB version

11 years agoPoint to actual readme if no config found
ozh [Tue, 30 Apr 2013 20:52:35 +0000 (22:52 +0200)]
Point to actual readme if no config found

11 years agoMerge branch 'issue1348' of https://github.com/ozh/YOURLS into ozh-issue1348
ozh [Tue, 30 Apr 2013 20:39:06 +0000 (22:39 +0200)]
Merge branch 'issue1348' of https://github.com/ozh/YOURLS into ozh-issue1348

Conflicts:
includes/class-mysql.php
includes/functions.php

11 years agoBetter error reporting on install. Fixes issue #1347.
ozh [Tue, 30 Apr 2013 14:17:28 +0000 (16:17 +0200)]
Better error reporting on install. Fixes issue #1347.

Also, remove unused function.

11 years agoMerge branch 'master' of https://github.com/YOURLS/YOURLS
ozh [Mon, 29 Apr 2013 15:55:24 +0000 (17:55 +0200)]
Merge branch 'master' of https://github.com/YOURLS/YOURLS

11 years agoImprove GitIgnore
LeoColomb [Sat, 27 Apr 2013 16:44:04 +0000 (18:44 +0200)]
Improve GitIgnore

* Keep index.html
* Be sure to ignore all data in /user
* robots have sometime an uppercase

11 years agoTwice tag closing
Léo Colombaro [Fri, 26 Apr 2013 19:18:07 +0000 (22:18 +0300)]
Twice tag closing

11 years agoMerge pull request #1359 from adigitalife/master
ﻫ༻྅༻ Ǭɀħ ༄༆ཉ༅ﺀ [Fri, 26 Apr 2013 12:38:43 +0000 (05:38 -0700)]
Merge pull request #1359 from adigitalife/master

Add shunt filter to yourls_keyword_is_taken()

11 years agoUpdate functions.php
adigitalife [Fri, 26 Apr 2013 12:01:38 +0000 (15:01 +0300)]
Update functions.php

11 years agoUpdate functions.php
adigitalife [Fri, 26 Apr 2013 04:05:18 +0000 (07:05 +0300)]
Update functions.php

11 years agoAdd shunt filter to auth function. Closes #1358.
ozh [Thu, 25 Apr 2013 21:51:04 +0000 (23:51 +0200)]
Add shunt filter to auth function. Closes #1358.

11 years agoMoving on to 1.7-alpha
ozh [Thu, 25 Apr 2013 21:48:53 +0000 (23:48 +0200)]
Moving on to 1.7-alpha