]> CyberLeo.Net >> Repos - Github/YOURLS.git/shortlog
Github/YOURLS.git
2015-04-10 ozhSmarter domain convention in examples and source
2015-03-12 ྅༻ Ǭɀħ ༄༆ཉ Prevent installation with default username/password.
2015-03-10 Léo ColombaroMerge pull request #1862 from BstName/bugfix
2015-03-08 BestNa.me LabsCorrection in yourls_die(): 'html_head' should be ...
2015-02-28 ྅༻ Ǭɀħ ༄༆ཉMerge pull request #1854 from fredl99/patch-1
2015-02-28 FredlUpdate functions-l10n.php
2014-12-15 ozhAdd tini.link in the showcase
2014-12-05 ozhIgnore my tests files :-P :poop:
2014-11-30 ozhSync with recent Requests commits. Fixes #1796
2014-11-05 ozhFetch titles with an optional fallback string
2014-11-05 ozhStricter scheme detection
2014-11-05 ozhNo need to optimize here
2014-11-03 ozhClose output buffer. Should fix UT on Travis.
2014-11-03 ozhRevert "Better yourls_int2string() & yourls_string2int()"
2014-11-03 ozhBetter yourls_int2string() & yourls_string2int()
2014-11-02 ozhHopefully suppress timezone warnings. Fixes #1804.
2014-11-02 ozhRemove 5.2 from Travis
2014-11-02 ozhAllow hooks with anonymous closures. See #1800.
2014-11-01 ozhGoogle favicon update. Fixes #1803
2014-11-01 ozhStill stabbing #1783
2014-10-31 ozhAllow editing of URLs containing %
2014-10-31 ozhLess noob requests about why they've been "hacked"
2014-10-30 ྅༻ Ǭɀħ ༄༆ཉMerge pull request #1798 from chtaube/docfix/ie
2014-10-29 Christian TaubeFixes getTabs() in readme.html to work on IE 11
2014-10-28 ྅༻ Ǭɀħ ༄༆ཉMerge pull request #1792 from YOURLS/authcookie
2014-10-28 ozhOopsie, EOF newline
2014-10-28 ozhDelegate cookie name to its own function
2014-10-28 ozhUnique cookie name per install
2014-10-28 ྅༻ Ǭɀħ ༄༆ཉMerge pull request #1788 from YOURLS/searchany
2014-10-28 ozhCONCAT_WS instead of CONCAT
2014-10-28 ྅༻ Ǭɀħ ༄༆ཉMerge pull request #1791 from chtaube/docfix/1
2014-10-28 Christian TaubeUpdated readme to point to nginx config in wiki. Remove...
2014-10-27 ozhSearch across all fields
2014-10-27 ozhExtra space for translation without trailing space
2014-10-27 ozhHail contributors
2014-10-26 ozhDeprecated function leftover, oopsie.
2014-10-26 ozhDeprecate yourls_apply_filters (plural). Fixes #1671.
2014-10-25 ozhAdd title to API action "expand". Closes #1759
2014-10-25 ྅༻ Ǭɀħ ༄༆ཉMerge pull request #1728 from armsby/master
2014-10-25 ྅༻ Ǭɀħ ༄༆ཉMerge pull request #1782 from YOURLS/bookmarklets
2014-10-25 ozhReadable JS code for bookmarklets, hell yeah.
2014-10-24 ozhMerge branch 'master' into bookmarklets
2014-10-24 ozhDon't prefill empty input field. Fixes #1716.
2014-10-24 ozhMore API samples & details. Fixes #1764.
2014-10-24 ozhClean <head>. Fixes #1762.
2014-10-11 ྅༻ Ǭɀħ ༄༆ཉMerge pull request #1777 from silsha/master
2014-10-11 ྅༻ Ǭɀħ ༄༆ཉMerge pull request #1776 from szepeviktor/patch-1
2014-10-10 silshaRemove 'gay' from filterlist
2014-10-10 Viktor Szépeno **S**trong in markdown
2014-09-09 ozhMore noob friendliness
2014-09-05 ozhStuff loaded over HTTPS to prevent mixed content
2014-09-04 ozhAdd debug info if auth cookie cannot be stored
2014-09-03 ozhMerge branch 'master' of https://github.com/YOURLS...
2014-09-03 ozhNew URL for shorttail
2014-08-30 ozhInclude BookmarkletGen
2014-08-21 ྅༻ Ǭɀħ ༄༆ཉMerge pull request #1748 from magno32/staging
2014-08-21 Justin SmithAdding a line break for URLs that are very long.
2014-07-15 armsbyUpdate functions-html.php
2014-06-28 Leo ColombaroAdd an empty composer.json to push YOURLS on Packagist
2014-05-06 ozhRevert "More helpful "URL exists" notice. Fixes #1676"
2014-05-06 ozhMore helpful "URL exists" notice. Fixes #1676
2014-05-06 ozhAvoid notices with incomplete plugin headers
2014-05-05 ozhNo need to substr() URLs. Fixes #1689
2014-04-27 ྅༻ Ǭɀħ ༄༆ཉMerge pull request #1684 from rbeede/master
2014-04-26 Rodney BeedeUpdated generic error message
2014-04-26 Rodney BeedeRemove XSS vulnerability
2014-03-26 ozhMake sprintf'ed strings sprintf-safe. Fixes #1665.
2014-03-17 ozhIf applicable, always echo the favicon. Fixes #1656
2014-02-25 ozhShowcase: CUNY
2014-02-17 ozhFilterable number of rows in admin view. Fixes #1641
2014-02-09 ozhMove requires in their own function (for UT)
2014-02-08 ozhphpdoc clarification
2014-02-08 ozhAllow unsetting locale
2014-02-08 ozhNotice if translation not found. Fixes #1628
2014-02-07 ozhConstructors must not return values
2014-02-07 ozhComply to RFC 3986. Fixes #1630.
2014-02-07 ozhMerge branch 'master' of https://github.com/YOURLS...
2014-02-07 ozhHeh. Just found out about str_shuffle().
2014-02-07 ozhCheck if DB server is dead
2014-02-06 ozhRequire connection handle before running a query
2014-02-06 ozhDon't forget to call parents' constructors, duh.
2014-02-04 ozhSync ezSQL
2014-02-04 ozhConstructor constructor defined twice twice, oops
2014-02-04 ozhMove function to db file. Comply to debug mode.
2014-02-02 ozhSimpler base encoding checks
2014-02-02 ozhChecks. Fix #1608.
2014-02-02 ozhSend requests to AYO using `https` whenever possible
2014-02-01 ozhSync ezSQL
2014-02-01 ozhDon't check for new version when updating or installing.
2014-01-28 ྅༻ Ǭɀħ ༄༆ཉReorder, newsletter, issue template
2014-01-27 Léo ColombaroBe sure we will not see any test files
2014-01-25 Léo ColombaroWow! Cool .gitattributes do cool stuff.
2014-01-18 ozhBetter wording attempt.
2014-01-17 ozhFix phpdoc comments
2014-01-13 ྅༻ Ǭɀħ ༄༆ཉMerge pull request #1602 from boboman13/patch-1
2014-01-13 ozhPreparing for 1.7.1 & fix Travis 5.2
2014-01-13 boboman13Removes extraneous <?php and ?> tags.
2014-01-09 ozhBump to 1.7 1.7
2014-01-08 ozh+ proxy support
2014-01-08 ozhGeoIP DBs - january 2014
next