]> CyberLeo.Net >> Repos - Github/YOURLS.git/history - includes
Add plain API format
[Github/YOURLS.git] / includes /
2018-11-04 CyberLeoAdd plain API format 1.7.2-CDN
2017-04-23 ozhMerge branch 'master' of https://github.com/YOURLS... 1.7.2
2017-04-23 ozhRevert geoip lib update
2017-04-22 ྅༻ Ǭɀħ ༄༆ཉMerge pull request #2235 from YOURLS/libs
2017-04-22 ozhUpdate JS
2017-04-22 ozhRevert jakeasmith/http_build_url
2017-04-22 ozhUpdate rmccue/Requests to 1.7
2017-04-22 ozhUpdate jakeasmith/http_build_url
2017-04-22 ozhUpdate ozh/BookmarkletGen
2017-04-22 ozhUpdate GeoIP
2017-04-21 ྅༻ Ǭɀħ ༄༆ཉMerge pull request #2234 from YOURLS/nitpicks
2017-04-20 ozhAnother $int over $in since it's about int
2017-04-20 ozhLess extract(), less crap, more clarity
2017-04-20 ozhBetter var name. $int for int, not $in, innit?
2017-04-20 ྅༻ Ǭɀħ ༄༆ཉMerge pull request #2233 from YOURLS/phpass
2017-04-20 ozhUpdate phpass
2017-04-20 ozhReplace phpversion() with PHP_VERSION
2017-04-20 ozhMerge branch 'master' of https://github.com/YOURLS...
2017-04-20 ྅༻ Ǭɀħ ༄༆ཉMerge pull request #2232 from YOURLS/issue2122
2017-04-19 ozhSome phpdoc while we're here
2017-04-19 ozhNo more PHP 5.2 checks
2017-04-19 ozhRemove password verification
2017-04-17 ྅༻ Ǭɀħ ༄༆ཉMerge pull request #2227 from YOURLS/dir1820
2017-04-17 ozhUse __DIR__ instead of dirname(__FILE__)
2017-04-17 ྅༻ Ǭɀħ ༄༆ཉUse PHP_VERSION_ID
2017-04-16 ྅༻ Ǭɀħ ༄༆ཉMerge pull request #2144 from Ramoonus/patch-1
2017-04-04 ozhTuning stat graphs (make vAxis start at 0)
2017-04-02 ozhTune regexp parsing. Fixes #2155
2017-03-25 ozhMore readable argument.
2017-03-25 ozhFix redirection after logging
2017-02-05 ozhMerge branch 'master' of https://github.com/YOURLS...
2017-02-05 ozhIntroduce yourls_sanitize_url_safe()
2017-02-04 ozhRemove overzealous check
2016-08-25 ྅༻ Ǭɀħ ༄༆ཉWhitelist tel: protocol
2016-05-19 ozhMerge pull request #2066 from Preovaleo/master
2016-03-22 Preovaleochange zeroclipboard to clipboardjs
2016-03-09 Léo ColombaroMerge pull request #2054 from BstName/bug-fix
2016-03-09 BestNa.me LabsGo to First Page -> Go to Last Page
2016-03-05 Léo ColombaroMerge branch 'refs/heads/pr/1921'
2016-03-05 Léo ColombaroMerge duplicate HTML elements
2016-03-04 Léo ColombaroTemp fix for http_build_url, see #2050
2016-03-04 Léo ColombaroMerge pull request #2049 from BstName/+all-fix
2016-03-04 ozhMerge pull request #2048 from gmolop/patch-1
2016-03-04 ozhMerge branch 'master' of https://github.com/YOURLS...
2016-02-29 BstNameUpdate from original
2016-01-10 ozhSync with http_build_url
2015-12-28 ozhLoad custom textdomain only if locale set
2015-12-28 ozhPrepare potential next bugfix release
2015-12-18 ozhFetch 32K instead of 2K to find a <title>
2015-12-05 ozhTypo 1.7.1
2015-12-05 ozhMerge pull request #1998 from YOURLS/pr1824
2015-12-05 ozhNew Requests files
2015-12-05 ozhMerge branch 'master' into pr1824
2015-12-05 ozhFilter to allow shunting external requests
2015-12-04 ozhMerge pull request #1997 from YOURLS/php7
2015-12-04 ozhCall your parents, kid
2015-12-04 ozhDamnit I didn't press 'Save' before pushing
2015-12-04 ozhMore PHP7 fixes
2015-12-04 ozhCheck with PHP7
2015-12-04 ozhGoodbye FriendFeed !
2015-12-04 ozhMerge branch 'master' of https://github.com/YOURLS...
2015-12-04 ozhMerge pull request #1988 from berndblume/master
2015-11-28 ozhSync Requests
2015-11-28 ozhDont download whole page when fetching title
2015-11-27 Bernd Blumefixed preg_quote to make password auto encryption work...
2015-10-04 ozhSync with current version of Requests
2015-07-28 ozhTrim URL before sanitizing. Fixes #1931
2015-06-26 Audreyadd ARIA landmark
2015-06-05 ozhFix oops from previous fix. Fixes #1915.
2015-06-05 ozhFix mb_ fallbacks and PCRE/u compat check
2015-06-01 ozhProper docblock
2015-05-31 ozhAccept '02' and 2, as advertised in docblock
2015-05-29 ozhRefine comments, rename function
2015-05-27 ozhRefactor functions sending headers to be testable
2015-05-27 ozhRefactor function to be testable
2015-05-25 ozhToday I Learnt: you can't check consts for empty
2015-05-25 ozhOopsie.
2015-05-25 ozhRefactor proxy functions
2015-05-23 ozhAvoid notices during unit tests
2015-05-22 ozhLess if(function_exists())
2015-05-21 ozhAvoid notices during unit tests
2015-05-18 ozhRemove static var
2015-05-15 ozhyourls_get_protocol() can return '', not false
2015-05-15 ozhBetter version string sanitizing
2015-05-11 ozhCode coverage syntax nitpicking
2015-05-11 ozhAdd yourls_remove_all_(filters|actions)
2015-05-11 ozhGet die() ouf of yourls_plugin_admin_page()
2015-05-11 ozhImprove global declarations
2015-05-11 ozhAllow interception of yourls_die()
2015-05-07 ozhMore filter on small yourls_is_stuff() funcs
2015-05-07 ozhDeprecate function
2015-05-07 ozhSimpler syntax
2015-05-06 ozhRemove unnecessary function_exists()
2015-05-03 ozhFilter helper functions
2015-04-29 ozhAllow brackets in URLs. Fixes #1814
2015-04-29 ྅༻ Ǭɀħ ༄༆ཉMerge pull request #1894 from YOURLS/atlowercase
2015-04-29 ozhCorrect @since, duh
2015-04-29 ozhImprove lowercasing of scheme & domain
2015-04-26 ozhRemove unnecessary compat functions
2015-04-23 ozhAllow custom table creation on install
next