]> git.wh0rd.org - tt-rss.git/commit
implement one time passwords using TOTP
authorAndrew Dolgov <fox@madoka.volgo-balt.ru>
Mon, 3 Sep 2012 14:33:46 +0000 (18:33 +0400)
committerAndrew Dolgov <fox@madoka.volgo-balt.ru>
Mon, 3 Sep 2012 14:33:46 +0000 (18:33 +0400)
commitfb70f26ed91dbd191351026d917afcef9d8d2eb1
tree91f811cb0816f4804cbdb11015b6d145daba4bfa
parentfd26d5bfdf1c79c340e81b52cf6b45814bdf2884
implement one time passwords using TOTP
439 files changed:
classes/auth/internal.php
classes/pref/prefs.php
include/functions.php
lib/otphp/LICENCE [new file with mode: 0644]
lib/otphp/lib/hotp.php [new file with mode: 0644]
lib/otphp/lib/otp.php [new file with mode: 0644]
lib/otphp/lib/otphp.php [new file with mode: 0644]
lib/otphp/lib/totp.php [new file with mode: 0644]
lib/otphp/vendor/base32.php [new file with mode: 0644]
lib/otphp/vendor/libs.php [new file with mode: 0644]
lib/phpqrcode/CHANGELOG [new file with mode: 0644]
lib/phpqrcode/INSTALL [new file with mode: 0644]
lib/phpqrcode/LICENSE [new file with mode: 0644]
lib/phpqrcode/README [new file with mode: 0644]
lib/phpqrcode/VERSION [new file with mode: 0644]
lib/phpqrcode/bindings/tcpdf/qrcode.php [new file with mode: 0644]
lib/phpqrcode/cache/frame_1.dat [new file with mode: 0644]
lib/phpqrcode/cache/frame_1.png [new file with mode: 0644]
lib/phpqrcode/cache/frame_10.dat [new file with mode: 0644]
lib/phpqrcode/cache/frame_10.png [new file with mode: 0644]
lib/phpqrcode/cache/frame_11.dat [new file with mode: 0644]
lib/phpqrcode/cache/frame_11.png [new file with mode: 0644]
lib/phpqrcode/cache/frame_12.dat [new file with mode: 0644]
lib/phpqrcode/cache/frame_12.png [new file with mode: 0644]
lib/phpqrcode/cache/frame_13.dat [new file with mode: 0644]
lib/phpqrcode/cache/frame_13.png [new file with mode: 0644]
lib/phpqrcode/cache/frame_14.dat [new file with mode: 0644]
lib/phpqrcode/cache/frame_14.png [new file with mode: 0644]
lib/phpqrcode/cache/frame_15.dat [new file with mode: 0644]
lib/phpqrcode/cache/frame_15.png [new file with mode: 0644]
lib/phpqrcode/cache/frame_16.dat [new file with mode: 0644]
lib/phpqrcode/cache/frame_16.png [new file with mode: 0644]
lib/phpqrcode/cache/frame_17.dat [new file with mode: 0644]
lib/phpqrcode/cache/frame_17.png [new file with mode: 0644]
lib/phpqrcode/cache/frame_18.dat [new file with mode: 0644]
lib/phpqrcode/cache/frame_18.png [new file with mode: 0644]
lib/phpqrcode/cache/frame_19.dat [new file with mode: 0644]
lib/phpqrcode/cache/frame_19.png [new file with mode: 0644]
lib/phpqrcode/cache/frame_2.dat [new file with mode: 0644]
lib/phpqrcode/cache/frame_2.png [new file with mode: 0644]
lib/phpqrcode/cache/frame_20.dat [new file with mode: 0644]
lib/phpqrcode/cache/frame_20.png [new file with mode: 0644]
lib/phpqrcode/cache/frame_21.dat [new file with mode: 0644]
lib/phpqrcode/cache/frame_21.png [new file with mode: 0644]
lib/phpqrcode/cache/frame_22.dat [new file with mode: 0644]
lib/phpqrcode/cache/frame_22.png [new file with mode: 0644]
lib/phpqrcode/cache/frame_23.dat [new file with mode: 0644]
lib/phpqrcode/cache/frame_23.png [new file with mode: 0644]
lib/phpqrcode/cache/frame_24.dat [new file with mode: 0644]
lib/phpqrcode/cache/frame_24.png [new file with mode: 0644]
lib/phpqrcode/cache/frame_25.dat [new file with mode: 0644]
lib/phpqrcode/cache/frame_25.png [new file with mode: 0644]
lib/phpqrcode/cache/frame_26.dat [new file with mode: 0644]
lib/phpqrcode/cache/frame_26.png [new file with mode: 0644]
lib/phpqrcode/cache/frame_27.dat [new file with mode: 0644]
lib/phpqrcode/cache/frame_27.png [new file with mode: 0644]
lib/phpqrcode/cache/frame_28.dat [new file with mode: 0644]
lib/phpqrcode/cache/frame_28.png [new file with mode: 0644]
lib/phpqrcode/cache/frame_29.dat [new file with mode: 0644]
lib/phpqrcode/cache/frame_29.png [new file with mode: 0644]
lib/phpqrcode/cache/frame_3.dat [new file with mode: 0644]
lib/phpqrcode/cache/frame_3.png [new file with mode: 0644]
lib/phpqrcode/cache/frame_30.dat [new file with mode: 0644]
lib/phpqrcode/cache/frame_30.png [new file with mode: 0644]
lib/phpqrcode/cache/frame_31.dat [new file with mode: 0644]
lib/phpqrcode/cache/frame_31.png [new file with mode: 0644]
lib/phpqrcode/cache/frame_32.dat [new file with mode: 0644]
lib/phpqrcode/cache/frame_32.png [new file with mode: 0644]
lib/phpqrcode/cache/frame_33.dat [new file with mode: 0644]
lib/phpqrcode/cache/frame_33.png [new file with mode: 0644]
lib/phpqrcode/cache/frame_34.dat [new file with mode: 0644]
lib/phpqrcode/cache/frame_34.png [new file with mode: 0644]
lib/phpqrcode/cache/frame_35.dat [new file with mode: 0644]
lib/phpqrcode/cache/frame_35.png [new file with mode: 0644]
lib/phpqrcode/cache/frame_36.dat [new file with mode: 0644]
lib/phpqrcode/cache/frame_36.png [new file with mode: 0644]
lib/phpqrcode/cache/frame_37.dat [new file with mode: 0644]
lib/phpqrcode/cache/frame_37.png [new file with mode: 0644]
lib/phpqrcode/cache/frame_38.dat [new file with mode: 0644]
lib/phpqrcode/cache/frame_38.png [new file with mode: 0644]
lib/phpqrcode/cache/frame_39.dat [new file with mode: 0644]
lib/phpqrcode/cache/frame_39.png [new file with mode: 0644]
lib/phpqrcode/cache/frame_4.dat [new file with mode: 0644]
lib/phpqrcode/cache/frame_4.png [new file with mode: 0644]
lib/phpqrcode/cache/frame_40.dat [new file with mode: 0644]
lib/phpqrcode/cache/frame_40.png [new file with mode: 0644]
lib/phpqrcode/cache/frame_5.dat [new file with mode: 0644]
lib/phpqrcode/cache/frame_5.png [new file with mode: 0644]
lib/phpqrcode/cache/frame_6.dat [new file with mode: 0644]
lib/phpqrcode/cache/frame_6.png [new file with mode: 0644]
lib/phpqrcode/cache/frame_7.dat [new file with mode: 0644]
lib/phpqrcode/cache/frame_7.png [new file with mode: 0644]
lib/phpqrcode/cache/frame_8.dat [new file with mode: 0644]
lib/phpqrcode/cache/frame_8.png [new file with mode: 0644]
lib/phpqrcode/cache/frame_9.dat [new file with mode: 0644]
lib/phpqrcode/cache/frame_9.png [new file with mode: 0644]
lib/phpqrcode/cache/mask_0/mask_101_0.dat [new file with mode: 0644]
lib/phpqrcode/cache/mask_0/mask_105_0.dat [new file with mode: 0644]
lib/phpqrcode/cache/mask_0/mask_109_0.dat [new file with mode: 0644]
lib/phpqrcode/cache/mask_0/mask_113_0.dat [new file with mode: 0644]
lib/phpqrcode/cache/mask_0/mask_117_0.dat [new file with mode: 0644]
lib/phpqrcode/cache/mask_0/mask_121_0.dat [new file with mode: 0644]
lib/phpqrcode/cache/mask_0/mask_125_0.dat [new file with mode: 0644]
lib/phpqrcode/cache/mask_0/mask_129_0.dat [new file with mode: 0644]
lib/phpqrcode/cache/mask_0/mask_133_0.dat [new file with mode: 0644]
lib/phpqrcode/cache/mask_0/mask_137_0.dat [new file with mode: 0644]
lib/phpqrcode/cache/mask_0/mask_141_0.dat [new file with mode: 0644]
lib/phpqrcode/cache/mask_0/mask_145_0.dat [new file with mode: 0644]
lib/phpqrcode/cache/mask_0/mask_149_0.dat [new file with mode: 0644]
lib/phpqrcode/cache/mask_0/mask_153_0.dat [new file with mode: 0644]
lib/phpqrcode/cache/mask_0/mask_157_0.dat [new file with mode: 0644]
lib/phpqrcode/cache/mask_0/mask_161_0.dat [new file with mode: 0644]
lib/phpqrcode/cache/mask_0/mask_165_0.dat [new file with mode: 0644]
lib/phpqrcode/cache/mask_0/mask_169_0.dat [new file with mode: 0644]
lib/phpqrcode/cache/mask_0/mask_173_0.dat [new file with mode: 0644]
lib/phpqrcode/cache/mask_0/mask_177_0.dat [new file with mode: 0644]
lib/phpqrcode/cache/mask_0/mask_21_0.dat [new file with mode: 0644]
lib/phpqrcode/cache/mask_0/mask_25_0.dat [new file with mode: 0644]
lib/phpqrcode/cache/mask_0/mask_29_0.dat [new file with mode: 0644]
lib/phpqrcode/cache/mask_0/mask_33_0.dat [new file with mode: 0644]
lib/phpqrcode/cache/mask_0/mask_37_0.dat [new file with mode: 0644]
lib/phpqrcode/cache/mask_0/mask_41_0.dat [new file with mode: 0644]
lib/phpqrcode/cache/mask_0/mask_45_0.dat [new file with mode: 0644]
lib/phpqrcode/cache/mask_0/mask_49_0.dat [new file with mode: 0644]
lib/phpqrcode/cache/mask_0/mask_53_0.dat [new file with mode: 0644]
lib/phpqrcode/cache/mask_0/mask_57_0.dat [new file with mode: 0644]
lib/phpqrcode/cache/mask_0/mask_61_0.dat [new file with mode: 0644]
lib/phpqrcode/cache/mask_0/mask_65_0.dat [new file with mode: 0644]
lib/phpqrcode/cache/mask_0/mask_69_0.dat [new file with mode: 0644]
lib/phpqrcode/cache/mask_0/mask_73_0.dat [new file with mode: 0644]
lib/phpqrcode/cache/mask_0/mask_77_0.dat [new file with mode: 0644]
lib/phpqrcode/cache/mask_0/mask_81_0.dat [new file with mode: 0644]
lib/phpqrcode/cache/mask_0/mask_85_0.dat [new file with mode: 0644]
lib/phpqrcode/cache/mask_0/mask_89_0.dat [new file with mode: 0644]
lib/phpqrcode/cache/mask_0/mask_93_0.dat [new file with mode: 0644]
lib/phpqrcode/cache/mask_0/mask_97_0.dat [new file with mode: 0644]
lib/phpqrcode/cache/mask_1/mask_101_1.dat [new file with mode: 0644]
lib/phpqrcode/cache/mask_1/mask_105_1.dat [new file with mode: 0644]
lib/phpqrcode/cache/mask_1/mask_109_1.dat [new file with mode: 0644]
lib/phpqrcode/cache/mask_1/mask_113_1.dat [new file with mode: 0644]
lib/phpqrcode/cache/mask_1/mask_117_1.dat [new file with mode: 0644]
lib/phpqrcode/cache/mask_1/mask_121_1.dat [new file with mode: 0644]
lib/phpqrcode/cache/mask_1/mask_125_1.dat [new file with mode: 0644]
lib/phpqrcode/cache/mask_1/mask_129_1.dat [new file with mode: 0644]
lib/phpqrcode/cache/mask_1/mask_133_1.dat [new file with mode: 0644]
lib/phpqrcode/cache/mask_1/mask_137_1.dat [new file with mode: 0644]
lib/phpqrcode/cache/mask_1/mask_141_1.dat [new file with mode: 0644]
lib/phpqrcode/cache/mask_1/mask_145_1.dat [new file with mode: 0644]
lib/phpqrcode/cache/mask_1/mask_149_1.dat [new file with mode: 0644]
lib/phpqrcode/cache/mask_1/mask_153_1.dat [new file with mode: 0644]
lib/phpqrcode/cache/mask_1/mask_157_1.dat [new file with mode: 0644]
lib/phpqrcode/cache/mask_1/mask_161_1.dat [new file with mode: 0644]
lib/phpqrcode/cache/mask_1/mask_165_1.dat [new file with mode: 0644]
lib/phpqrcode/cache/mask_1/mask_169_1.dat [new file with mode: 0644]
lib/phpqrcode/cache/mask_1/mask_173_1.dat [new file with mode: 0644]
lib/phpqrcode/cache/mask_1/mask_177_1.dat [new file with mode: 0644]
lib/phpqrcode/cache/mask_1/mask_21_1.dat [new file with mode: 0644]
lib/phpqrcode/cache/mask_1/mask_25_1.dat [new file with mode: 0644]
lib/phpqrcode/cache/mask_1/mask_29_1.dat [new file with mode: 0644]
lib/phpqrcode/cache/mask_1/mask_33_1.dat [new file with mode: 0644]
lib/phpqrcode/cache/mask_1/mask_37_1.dat [new file with mode: 0644]
lib/phpqrcode/cache/mask_1/mask_41_1.dat [new file with mode: 0644]
lib/phpqrcode/cache/mask_1/mask_45_1.dat [new file with mode: 0644]
lib/phpqrcode/cache/mask_1/mask_49_1.dat [new file with mode: 0644]
lib/phpqrcode/cache/mask_1/mask_53_1.dat [new file with mode: 0644]
lib/phpqrcode/cache/mask_1/mask_57_1.dat [new file with mode: 0644]
lib/phpqrcode/cache/mask_1/mask_61_1.dat [new file with mode: 0644]
lib/phpqrcode/cache/mask_1/mask_65_1.dat [new file with mode: 0644]
lib/phpqrcode/cache/mask_1/mask_69_1.dat [new file with mode: 0644]
lib/phpqrcode/cache/mask_1/mask_73_1.dat [new file with mode: 0644]
lib/phpqrcode/cache/mask_1/mask_77_1.dat [new file with mode: 0644]
lib/phpqrcode/cache/mask_1/mask_81_1.dat [new file with mode: 0644]
lib/phpqrcode/cache/mask_1/mask_85_1.dat [new file with mode: 0644]
lib/phpqrcode/cache/mask_1/mask_89_1.dat [new file with mode: 0644]
lib/phpqrcode/cache/mask_1/mask_93_1.dat [new file with mode: 0644]
lib/phpqrcode/cache/mask_1/mask_97_1.dat [new file with mode: 0644]
lib/phpqrcode/cache/mask_2/mask_101_2.dat [new file with mode: 0644]
lib/phpqrcode/cache/mask_2/mask_105_2.dat [new file with mode: 0644]
lib/phpqrcode/cache/mask_2/mask_109_2.dat [new file with mode: 0644]
lib/phpqrcode/cache/mask_2/mask_113_2.dat [new file with mode: 0644]
lib/phpqrcode/cache/mask_2/mask_117_2.dat [new file with mode: 0644]
lib/phpqrcode/cache/mask_2/mask_121_2.dat [new file with mode: 0644]
lib/phpqrcode/cache/mask_2/mask_125_2.dat [new file with mode: 0644]
lib/phpqrcode/cache/mask_2/mask_129_2.dat [new file with mode: 0644]
lib/phpqrcode/cache/mask_2/mask_133_2.dat [new file with mode: 0644]
lib/phpqrcode/cache/mask_2/mask_137_2.dat [new file with mode: 0644]
lib/phpqrcode/cache/mask_2/mask_141_2.dat [new file with mode: 0644]
lib/phpqrcode/cache/mask_2/mask_145_2.dat [new file with mode: 0644]
lib/phpqrcode/cache/mask_2/mask_149_2.dat [new file with mode: 0644]
lib/phpqrcode/cache/mask_2/mask_153_2.dat [new file with mode: 0644]
lib/phpqrcode/cache/mask_2/mask_157_2.dat [new file with mode: 0644]
lib/phpqrcode/cache/mask_2/mask_161_2.dat [new file with mode: 0644]
lib/phpqrcode/cache/mask_2/mask_165_2.dat [new file with mode: 0644]
lib/phpqrcode/cache/mask_2/mask_169_2.dat [new file with mode: 0644]
lib/phpqrcode/cache/mask_2/mask_173_2.dat [new file with mode: 0644]
lib/phpqrcode/cache/mask_2/mask_177_2.dat [new file with mode: 0644]
lib/phpqrcode/cache/mask_2/mask_21_2.dat [new file with mode: 0644]
lib/phpqrcode/cache/mask_2/mask_25_2.dat [new file with mode: 0644]
lib/phpqrcode/cache/mask_2/mask_29_2.dat [new file with mode: 0644]
lib/phpqrcode/cache/mask_2/mask_33_2.dat [new file with mode: 0644]
lib/phpqrcode/cache/mask_2/mask_37_2.dat [new file with mode: 0644]
lib/phpqrcode/cache/mask_2/mask_41_2.dat [new file with mode: 0644]
lib/phpqrcode/cache/mask_2/mask_45_2.dat [new file with mode: 0644]
lib/phpqrcode/cache/mask_2/mask_49_2.dat [new file with mode: 0644]
lib/phpqrcode/cache/mask_2/mask_53_2.dat [new file with mode: 0644]
lib/phpqrcode/cache/mask_2/mask_57_2.dat [new file with mode: 0644]
lib/phpqrcode/cache/mask_2/mask_61_2.dat [new file with mode: 0644]
lib/phpqrcode/cache/mask_2/mask_65_2.dat [new file with mode: 0644]
lib/phpqrcode/cache/mask_2/mask_69_2.dat [new file with mode: 0644]
lib/phpqrcode/cache/mask_2/mask_73_2.dat [new file with mode: 0644]
lib/phpqrcode/cache/mask_2/mask_77_2.dat [new file with mode: 0644]
lib/phpqrcode/cache/mask_2/mask_81_2.dat [new file with mode: 0644]
lib/phpqrcode/cache/mask_2/mask_85_2.dat [new file with mode: 0644]
lib/phpqrcode/cache/mask_2/mask_89_2.dat [new file with mode: 0644]
lib/phpqrcode/cache/mask_2/mask_93_2.dat [new file with mode: 0644]
lib/phpqrcode/cache/mask_2/mask_97_2.dat [new file with mode: 0644]
lib/phpqrcode/cache/mask_3/mask_101_3.dat [new file with mode: 0644]
lib/phpqrcode/cache/mask_3/mask_105_3.dat [new file with mode: 0644]
lib/phpqrcode/cache/mask_3/mask_109_3.dat [new file with mode: 0644]
lib/phpqrcode/cache/mask_3/mask_113_3.dat [new file with mode: 0644]
lib/phpqrcode/cache/mask_3/mask_117_3.dat [new file with mode: 0644]
lib/phpqrcode/cache/mask_3/mask_121_3.dat [new file with mode: 0644]
lib/phpqrcode/cache/mask_3/mask_125_3.dat [new file with mode: 0644]
lib/phpqrcode/cache/mask_3/mask_129_3.dat [new file with mode: 0644]
lib/phpqrcode/cache/mask_3/mask_133_3.dat [new file with mode: 0644]
lib/phpqrcode/cache/mask_3/mask_137_3.dat [new file with mode: 0644]
lib/phpqrcode/cache/mask_3/mask_141_3.dat [new file with mode: 0644]
lib/phpqrcode/cache/mask_3/mask_145_3.dat [new file with mode: 0644]
lib/phpqrcode/cache/mask_3/mask_149_3.dat [new file with mode: 0644]
lib/phpqrcode/cache/mask_3/mask_153_3.dat [new file with mode: 0644]
lib/phpqrcode/cache/mask_3/mask_157_3.dat [new file with mode: 0644]
lib/phpqrcode/cache/mask_3/mask_161_3.dat [new file with mode: 0644]
lib/phpqrcode/cache/mask_3/mask_165_3.dat [new file with mode: 0644]
lib/phpqrcode/cache/mask_3/mask_169_3.dat [new file with mode: 0644]
lib/phpqrcode/cache/mask_3/mask_173_3.dat [new file with mode: 0644]
lib/phpqrcode/cache/mask_3/mask_177_3.dat [new file with mode: 0644]
lib/phpqrcode/cache/mask_3/mask_21_3.dat [new file with mode: 0644]
lib/phpqrcode/cache/mask_3/mask_25_3.dat [new file with mode: 0644]
lib/phpqrcode/cache/mask_3/mask_29_3.dat [new file with mode: 0644]
lib/phpqrcode/cache/mask_3/mask_33_3.dat [new file with mode: 0644]
lib/phpqrcode/cache/mask_3/mask_37_3.dat [new file with mode: 0644]
lib/phpqrcode/cache/mask_3/mask_41_3.dat [new file with mode: 0644]
lib/phpqrcode/cache/mask_3/mask_45_3.dat [new file with mode: 0644]
lib/phpqrcode/cache/mask_3/mask_49_3.dat [new file with mode: 0644]
lib/phpqrcode/cache/mask_3/mask_53_3.dat [new file with mode: 0644]
lib/phpqrcode/cache/mask_3/mask_57_3.dat [new file with mode: 0644]
lib/phpqrcode/cache/mask_3/mask_61_3.dat [new file with mode: 0644]
lib/phpqrcode/cache/mask_3/mask_65_3.dat [new file with mode: 0644]
lib/phpqrcode/cache/mask_3/mask_69_3.dat [new file with mode: 0644]
lib/phpqrcode/cache/mask_3/mask_73_3.dat [new file with mode: 0644]
lib/phpqrcode/cache/mask_3/mask_77_3.dat [new file with mode: 0644]
lib/phpqrcode/cache/mask_3/mask_81_3.dat [new file with mode: 0644]
lib/phpqrcode/cache/mask_3/mask_85_3.dat [new file with mode: 0644]
lib/phpqrcode/cache/mask_3/mask_89_3.dat [new file with mode: 0644]
lib/phpqrcode/cache/mask_3/mask_93_3.dat [new file with mode: 0644]
lib/phpqrcode/cache/mask_3/mask_97_3.dat [new file with mode: 0644]
lib/phpqrcode/cache/mask_4/mask_101_4.dat [new file with mode: 0644]
lib/phpqrcode/cache/mask_4/mask_105_4.dat [new file with mode: 0644]
lib/phpqrcode/cache/mask_4/mask_109_4.dat [new file with mode: 0644]
lib/phpqrcode/cache/mask_4/mask_113_4.dat [new file with mode: 0644]
lib/phpqrcode/cache/mask_4/mask_117_4.dat [new file with mode: 0644]
lib/phpqrcode/cache/mask_4/mask_121_4.dat [new file with mode: 0644]
lib/phpqrcode/cache/mask_4/mask_125_4.dat [new file with mode: 0644]
lib/phpqrcode/cache/mask_4/mask_129_4.dat [new file with mode: 0644]
lib/phpqrcode/cache/mask_4/mask_133_4.dat [new file with mode: 0644]
lib/phpqrcode/cache/mask_4/mask_137_4.dat [new file with mode: 0644]
lib/phpqrcode/cache/mask_4/mask_141_4.dat [new file with mode: 0644]
lib/phpqrcode/cache/mask_4/mask_145_4.dat [new file with mode: 0644]
lib/phpqrcode/cache/mask_4/mask_149_4.dat [new file with mode: 0644]
lib/phpqrcode/cache/mask_4/mask_153_4.dat [new file with mode: 0644]
lib/phpqrcode/cache/mask_4/mask_157_4.dat [new file with mode: 0644]
lib/phpqrcode/cache/mask_4/mask_161_4.dat [new file with mode: 0644]
lib/phpqrcode/cache/mask_4/mask_165_4.dat [new file with mode: 0644]
lib/phpqrcode/cache/mask_4/mask_169_4.dat [new file with mode: 0644]
lib/phpqrcode/cache/mask_4/mask_173_4.dat [new file with mode: 0644]
lib/phpqrcode/cache/mask_4/mask_177_4.dat [new file with mode: 0644]
lib/phpqrcode/cache/mask_4/mask_21_4.dat [new file with mode: 0644]
lib/phpqrcode/cache/mask_4/mask_25_4.dat [new file with mode: 0644]
lib/phpqrcode/cache/mask_4/mask_29_4.dat [new file with mode: 0644]
lib/phpqrcode/cache/mask_4/mask_33_4.dat [new file with mode: 0644]
lib/phpqrcode/cache/mask_4/mask_37_4.dat [new file with mode: 0644]
lib/phpqrcode/cache/mask_4/mask_41_4.dat [new file with mode: 0644]
lib/phpqrcode/cache/mask_4/mask_45_4.dat [new file with mode: 0644]
lib/phpqrcode/cache/mask_4/mask_49_4.dat [new file with mode: 0644]
lib/phpqrcode/cache/mask_4/mask_53_4.dat [new file with mode: 0644]
lib/phpqrcode/cache/mask_4/mask_57_4.dat [new file with mode: 0644]
lib/phpqrcode/cache/mask_4/mask_61_4.dat [new file with mode: 0644]
lib/phpqrcode/cache/mask_4/mask_65_4.dat [new file with mode: 0644]
lib/phpqrcode/cache/mask_4/mask_69_4.dat [new file with mode: 0644]
lib/phpqrcode/cache/mask_4/mask_73_4.dat [new file with mode: 0644]
lib/phpqrcode/cache/mask_4/mask_77_4.dat [new file with mode: 0644]
lib/phpqrcode/cache/mask_4/mask_81_4.dat [new file with mode: 0644]
lib/phpqrcode/cache/mask_4/mask_85_4.dat [new file with mode: 0644]
lib/phpqrcode/cache/mask_4/mask_89_4.dat [new file with mode: 0644]
lib/phpqrcode/cache/mask_4/mask_93_4.dat [new file with mode: 0644]
lib/phpqrcode/cache/mask_4/mask_97_4.dat [new file with mode: 0644]
lib/phpqrcode/cache/mask_5/mask_101_5.dat [new file with mode: 0644]
lib/phpqrcode/cache/mask_5/mask_105_5.dat [new file with mode: 0644]
lib/phpqrcode/cache/mask_5/mask_109_5.dat [new file with mode: 0644]
lib/phpqrcode/cache/mask_5/mask_113_5.dat [new file with mode: 0644]
lib/phpqrcode/cache/mask_5/mask_117_5.dat [new file with mode: 0644]
lib/phpqrcode/cache/mask_5/mask_121_5.dat [new file with mode: 0644]
lib/phpqrcode/cache/mask_5/mask_125_5.dat [new file with mode: 0644]
lib/phpqrcode/cache/mask_5/mask_129_5.dat [new file with mode: 0644]
lib/phpqrcode/cache/mask_5/mask_133_5.dat [new file with mode: 0644]
lib/phpqrcode/cache/mask_5/mask_137_5.dat [new file with mode: 0644]
lib/phpqrcode/cache/mask_5/mask_141_5.dat [new file with mode: 0644]
lib/phpqrcode/cache/mask_5/mask_145_5.dat [new file with mode: 0644]
lib/phpqrcode/cache/mask_5/mask_149_5.dat [new file with mode: 0644]
lib/phpqrcode/cache/mask_5/mask_153_5.dat [new file with mode: 0644]
lib/phpqrcode/cache/mask_5/mask_157_5.dat [new file with mode: 0644]
lib/phpqrcode/cache/mask_5/mask_161_5.dat [new file with mode: 0644]
lib/phpqrcode/cache/mask_5/mask_165_5.dat [new file with mode: 0644]
lib/phpqrcode/cache/mask_5/mask_169_5.dat [new file with mode: 0644]
lib/phpqrcode/cache/mask_5/mask_173_5.dat [new file with mode: 0644]
lib/phpqrcode/cache/mask_5/mask_177_5.dat [new file with mode: 0644]
lib/phpqrcode/cache/mask_5/mask_21_5.dat [new file with mode: 0644]
lib/phpqrcode/cache/mask_5/mask_25_5.dat [new file with mode: 0644]
lib/phpqrcode/cache/mask_5/mask_29_5.dat [new file with mode: 0644]
lib/phpqrcode/cache/mask_5/mask_33_5.dat [new file with mode: 0644]
lib/phpqrcode/cache/mask_5/mask_37_5.dat [new file with mode: 0644]
lib/phpqrcode/cache/mask_5/mask_41_5.dat [new file with mode: 0644]
lib/phpqrcode/cache/mask_5/mask_45_5.dat [new file with mode: 0644]
lib/phpqrcode/cache/mask_5/mask_49_5.dat [new file with mode: 0644]
lib/phpqrcode/cache/mask_5/mask_53_5.dat [new file with mode: 0644]
lib/phpqrcode/cache/mask_5/mask_57_5.dat [new file with mode: 0644]
lib/phpqrcode/cache/mask_5/mask_61_5.dat [new file with mode: 0644]
lib/phpqrcode/cache/mask_5/mask_65_5.dat [new file with mode: 0644]
lib/phpqrcode/cache/mask_5/mask_69_5.dat [new file with mode: 0644]
lib/phpqrcode/cache/mask_5/mask_73_5.dat [new file with mode: 0644]
lib/phpqrcode/cache/mask_5/mask_77_5.dat [new file with mode: 0644]
lib/phpqrcode/cache/mask_5/mask_81_5.dat [new file with mode: 0644]
lib/phpqrcode/cache/mask_5/mask_85_5.dat [new file with mode: 0644]
lib/phpqrcode/cache/mask_5/mask_89_5.dat [new file with mode: 0644]
lib/phpqrcode/cache/mask_5/mask_93_5.dat [new file with mode: 0644]
lib/phpqrcode/cache/mask_5/mask_97_5.dat [new file with mode: 0644]
lib/phpqrcode/cache/mask_6/mask_101_6.dat [new file with mode: 0644]
lib/phpqrcode/cache/mask_6/mask_105_6.dat [new file with mode: 0644]
lib/phpqrcode/cache/mask_6/mask_109_6.dat [new file with mode: 0644]
lib/phpqrcode/cache/mask_6/mask_113_6.dat [new file with mode: 0644]
lib/phpqrcode/cache/mask_6/mask_117_6.dat [new file with mode: 0644]
lib/phpqrcode/cache/mask_6/mask_121_6.dat [new file with mode: 0644]
lib/phpqrcode/cache/mask_6/mask_125_6.dat [new file with mode: 0644]
lib/phpqrcode/cache/mask_6/mask_129_6.dat [new file with mode: 0644]
lib/phpqrcode/cache/mask_6/mask_133_6.dat [new file with mode: 0644]
lib/phpqrcode/cache/mask_6/mask_137_6.dat [new file with mode: 0644]
lib/phpqrcode/cache/mask_6/mask_141_6.dat [new file with mode: 0644]
lib/phpqrcode/cache/mask_6/mask_145_6.dat [new file with mode: 0644]
lib/phpqrcode/cache/mask_6/mask_149_6.dat [new file with mode: 0644]
lib/phpqrcode/cache/mask_6/mask_153_6.dat [new file with mode: 0644]
lib/phpqrcode/cache/mask_6/mask_157_6.dat [new file with mode: 0644]
lib/phpqrcode/cache/mask_6/mask_161_6.dat [new file with mode: 0644]
lib/phpqrcode/cache/mask_6/mask_165_6.dat [new file with mode: 0644]
lib/phpqrcode/cache/mask_6/mask_169_6.dat [new file with mode: 0644]
lib/phpqrcode/cache/mask_6/mask_173_6.dat [new file with mode: 0644]
lib/phpqrcode/cache/mask_6/mask_177_6.dat [new file with mode: 0644]
lib/phpqrcode/cache/mask_6/mask_21_6.dat [new file with mode: 0644]
lib/phpqrcode/cache/mask_6/mask_25_6.dat [new file with mode: 0644]
lib/phpqrcode/cache/mask_6/mask_29_6.dat [new file with mode: 0644]
lib/phpqrcode/cache/mask_6/mask_33_6.dat [new file with mode: 0644]
lib/phpqrcode/cache/mask_6/mask_37_6.dat [new file with mode: 0644]
lib/phpqrcode/cache/mask_6/mask_41_6.dat [new file with mode: 0644]
lib/phpqrcode/cache/mask_6/mask_45_6.dat [new file with mode: 0644]
lib/phpqrcode/cache/mask_6/mask_49_6.dat [new file with mode: 0644]
lib/phpqrcode/cache/mask_6/mask_53_6.dat [new file with mode: 0644]
lib/phpqrcode/cache/mask_6/mask_57_6.dat [new file with mode: 0644]
lib/phpqrcode/cache/mask_6/mask_61_6.dat [new file with mode: 0644]
lib/phpqrcode/cache/mask_6/mask_65_6.dat [new file with mode: 0644]
lib/phpqrcode/cache/mask_6/mask_69_6.dat [new file with mode: 0644]
lib/phpqrcode/cache/mask_6/mask_73_6.dat [new file with mode: 0644]
lib/phpqrcode/cache/mask_6/mask_77_6.dat [new file with mode: 0644]
lib/phpqrcode/cache/mask_6/mask_81_6.dat [new file with mode: 0644]
lib/phpqrcode/cache/mask_6/mask_85_6.dat [new file with mode: 0644]
lib/phpqrcode/cache/mask_6/mask_89_6.dat [new file with mode: 0644]
lib/phpqrcode/cache/mask_6/mask_93_6.dat [new file with mode: 0644]
lib/phpqrcode/cache/mask_6/mask_97_6.dat [new file with mode: 0644]
lib/phpqrcode/cache/mask_7/mask_101_7.dat [new file with mode: 0644]
lib/phpqrcode/cache/mask_7/mask_105_7.dat [new file with mode: 0644]
lib/phpqrcode/cache/mask_7/mask_109_7.dat [new file with mode: 0644]
lib/phpqrcode/cache/mask_7/mask_113_7.dat [new file with mode: 0644]
lib/phpqrcode/cache/mask_7/mask_117_7.dat [new file with mode: 0644]
lib/phpqrcode/cache/mask_7/mask_121_7.dat [new file with mode: 0644]
lib/phpqrcode/cache/mask_7/mask_125_7.dat [new file with mode: 0644]
lib/phpqrcode/cache/mask_7/mask_129_7.dat [new file with mode: 0644]
lib/phpqrcode/cache/mask_7/mask_133_7.dat [new file with mode: 0644]
lib/phpqrcode/cache/mask_7/mask_137_7.dat [new file with mode: 0644]
lib/phpqrcode/cache/mask_7/mask_141_7.dat [new file with mode: 0644]
lib/phpqrcode/cache/mask_7/mask_145_7.dat [new file with mode: 0644]
lib/phpqrcode/cache/mask_7/mask_149_7.dat [new file with mode: 0644]
lib/phpqrcode/cache/mask_7/mask_153_7.dat [new file with mode: 0644]
lib/phpqrcode/cache/mask_7/mask_157_7.dat [new file with mode: 0644]
lib/phpqrcode/cache/mask_7/mask_161_7.dat [new file with mode: 0644]
lib/phpqrcode/cache/mask_7/mask_165_7.dat [new file with mode: 0644]
lib/phpqrcode/cache/mask_7/mask_169_7.dat [new file with mode: 0644]
lib/phpqrcode/cache/mask_7/mask_173_7.dat [new file with mode: 0644]
lib/phpqrcode/cache/mask_7/mask_177_7.dat [new file with mode: 0644]
lib/phpqrcode/cache/mask_7/mask_21_7.dat [new file with mode: 0644]
lib/phpqrcode/cache/mask_7/mask_25_7.dat [new file with mode: 0644]
lib/phpqrcode/cache/mask_7/mask_29_7.dat [new file with mode: 0644]
lib/phpqrcode/cache/mask_7/mask_33_7.dat [new file with mode: 0644]
lib/phpqrcode/cache/mask_7/mask_37_7.dat [new file with mode: 0644]
lib/phpqrcode/cache/mask_7/mask_41_7.dat [new file with mode: 0644]
lib/phpqrcode/cache/mask_7/mask_45_7.dat [new file with mode: 0644]
lib/phpqrcode/cache/mask_7/mask_49_7.dat [new file with mode: 0644]
lib/phpqrcode/cache/mask_7/mask_53_7.dat [new file with mode: 0644]
lib/phpqrcode/cache/mask_7/mask_57_7.dat [new file with mode: 0644]
lib/phpqrcode/cache/mask_7/mask_61_7.dat [new file with mode: 0644]
lib/phpqrcode/cache/mask_7/mask_65_7.dat [new file with mode: 0644]
lib/phpqrcode/cache/mask_7/mask_69_7.dat [new file with mode: 0644]
lib/phpqrcode/cache/mask_7/mask_73_7.dat [new file with mode: 0644]
lib/phpqrcode/cache/mask_7/mask_77_7.dat [new file with mode: 0644]
lib/phpqrcode/cache/mask_7/mask_81_7.dat [new file with mode: 0644]
lib/phpqrcode/cache/mask_7/mask_85_7.dat [new file with mode: 0644]
lib/phpqrcode/cache/mask_7/mask_89_7.dat [new file with mode: 0644]
lib/phpqrcode/cache/mask_7/mask_93_7.dat [new file with mode: 0644]
lib/phpqrcode/cache/mask_7/mask_97_7.dat [new file with mode: 0644]
lib/phpqrcode/index.php [new file with mode: 0644]
lib/phpqrcode/phpqrcode.php [new file with mode: 0644]
lib/phpqrcode/qrbitstream.php [new file with mode: 0644]
lib/phpqrcode/qrconfig.php [new file with mode: 0644]
lib/phpqrcode/qrconst.php [new file with mode: 0644]
lib/phpqrcode/qrencode.php [new file with mode: 0644]
lib/phpqrcode/qrimage.php [new file with mode: 0644]
lib/phpqrcode/qrinput.php [new file with mode: 0644]
lib/phpqrcode/qrlib.php [new file with mode: 0644]
lib/phpqrcode/qrmask.php [new file with mode: 0644]
lib/phpqrcode/qrrscode.php [new file with mode: 0644]
lib/phpqrcode/qrspec.php [new file with mode: 0644]
lib/phpqrcode/qrsplit.php [new file with mode: 0644]
lib/phpqrcode/qrtools.php [new file with mode: 0644]
lib/phpqrcode/tools/merge.bat [new file with mode: 0644]
lib/phpqrcode/tools/merge.php [new file with mode: 0644]
lib/phpqrcode/tools/merge.sh [new file with mode: 0644]
lib/phpqrcode/tools/merged_config.php [new file with mode: 0644]
lib/phpqrcode/tools/merged_header.php [new file with mode: 0644]
schema/ttrss_schema_mysql.sql
schema/ttrss_schema_pgsql.sql
schema/versions/mysql/97.sql [new file with mode: 0644]
schema/versions/pgsql/97.sql [new file with mode: 0644]