2.3.0 Release (#192)
* detect language from body text of main page * old axis not used * changelog * restore user ratings, tiny clean up on looks * use API for pulls of master version - enforce some security (#159) * use API for pulls of master version - enforce some security * add migration * fix podcrawler * fix podcrawler * add diasp.org json active pods update composer to 7.2 php * add diasp.org json active pods update composer to 7.2 php * remove wizard junk from this branch * remove wizard junk from this branch * Revamp masterversionpull fixes (#163) * Use PHP_SAPI constant to save function call. * Fix podcrawler to properly filter out only pods that support the diaspora protocol. * Fix DB write logic and clean up pull.php code a bit. * Use the best nodeinfo available * Use the best nodeinfo available, need to default to 1.0 * same order each time vs random * fix link * little more universality * freindica version edit, support as best as can * using jasonrobinson.me as an example last updated at 2018-04-12 17:23:41.55 is now hidden, giving more time padding for dev branches. * bower to yarn (#162) * bower to yarn * yarn -> Javascript dependencies composer -> PHP dependencies * changelog * Add filter, paging, update menus to make them mobile (#161) * Add filter, paging, update menus to make them mobile * remove legacy items unused * switch from images to css and bigger for fingers * allow search/filter podmin data * cleanup * css important there * footer mobile fix * changelog * use carbon for nice human dates. add country name in full (#164) * use carbon for nice human dates. add country name in full * use carbon for nice human dates. add country name in full * old axis not used * Improve usage of Carbon. (#166) * changelog * use API for pulls of master version - enforce some security (#159) * use API for pulls of master version - enforce some security * add migration * fix podcrawler * fix podcrawler * add diasp.org json active pods update composer to 7.2 php * add diasp.org json active pods update composer to 7.2 php * remove wizard junk from this branch * remove wizard junk from this branch * Revamp masterversionpull fixes (#163) * Use PHP_SAPI constant to save function call. * Fix podcrawler to properly filter out only pods that support the diaspora protocol. * Fix DB write logic and clean up pull.php code a bit. * Use the best nodeinfo available * Use the best nodeinfo available, need to default to 1.0 * same order each time vs random * fix link * little more universality * freindica version edit, support as best as can * using jasonrobinson.me as an example last updated at 2018-04-12 17:23:41.55 is now hidden, giving more time padding for dev branches. * bower to yarn (#162) * bower to yarn * yarn -> Javascript dependencies composer -> PHP dependencies * changelog * Add filter, paging, update menus to make them mobile (#161) * Add filter, paging, update menus to make them mobile * remove legacy items unused * switch from images to css and bigger for fingers * allow search/filter podmin data * cleanup * css important there * footer mobile fix * changelog * use carbon for nice human dates. add country name in full * Improve usage of Carbon. (#166) * Carbon (#168) * fix merge error * rebase * Improve usage of Carbon. (#166) * use carbon for nice human dates. add country name in full * Improve usage of Carbon. (#166) * PHP 7.2 and PSR-2 compliance (#170) * Add PHP Code Sniffer, clean up composer.json, ignore node_modules * Initial PSR2 flash. * Declare strict types, add file comments, remove copyright notices. * Fix SQL code indentation. * Smaller visual code changes. * Modify / remove invalid or unnecessary code. * Add some variable data fail safes. * Move logging into lib and introduce Poduptime namespace. * Simple cookie hint * move to supported db for IP geo data * travis * cleaner lookups, utf8 does not seem needed to fix now, something to watch still in dev * set a non-static date * little more user friendly * shell better formatting * consistency * curl it * even smarter * develop branch cleanup (#173) * develop branch cleanup * develop branch cleanup * develop branch cleanup * move to new lightbox that is responsive * move to new lightbox that is responsive * Adminunused (#175) * remove adminrating * remove adminrating * remove echo * Dbtableclean - remove hidden and secure (#176) * remove hidden and secure from db * remove hidden and secure from db * remove hidden and secure from db * This syntax (ES6) can make defining complex object literals much cleaner. * fix weird blank pages on reloads * remove unused line * lat and long * Just some alignment stuff, only visual code, no functionality. * Refactor away unnecessary 'else' statements. * Prevent duplicate PHP code execution for pie chart generation using passed data. * Various little fixes, like spacing, better date output, removing unused code. * Recursive call to stringify subarray items for API. * Small fixes thanks to Codacy, some simple code cleanup. * More spacing and alignment fixes, purely visual. * Fix domain cookie check. * There is no more slider... * few last cleanups * just to get things running again. * Pullissues (#184) * Pull some things after curl is a success rather than for all * fix ip pull if ip * fix loading spinner css * allow php-cgi * allow php-cgi * == not === * more cli * tricky pods have node info but no home page so users can not even access the pod * implode and make them a version that conforms * less nice to dash * dont barf on bad pods * space * fix ratings * less jumping on table * view items * shortversion is not really ok for dev, hack to make it decent for now * store version in checks * fix div * make charts responsive for mobile * Catch invalid GeoIP database. * Small code simplification and remove unnecessary else statement. * Minor code changes, purely visual. * !blue * Load tooltips after everything else to make sure all is loaded correctly. (#188) * fix pull again (#191) * few easy UI fixes (#189) * few easy UI fixes * Make table headers DIV instead of A tags. (#190) Add tooltips to services images. * leave page menu on screen
Showing
bower.json
deleted
100644 → 0
{ | ||
"config": { | ||
"platform": { | ||
"php": "7.2" | ||
} | ||
}, | ||
"require": { | ||
"noplanman/xec": "0.1.0", | ||
"php": "^7.2", | ||
"gabordemooij/redbean": "^5.0", | ||
"jaybizzle/crawler-detect" :"1.*", | ||
"commerceguys/enum": "^1.0" | ||
"nesbot/carbon": "^1.31", | ||
"commerceguys/enum": "^1.0", | ||
"noplanman/xec": "0.1.0", | ||
"jaybizzle/crawler-detect": "1.*", | ||
"patrickschur/language-detection": "^3.3", | ||
"geoip2/geoip2": "^2.9", | ||
"maxmind-db/reader": "~1.0" | ||
}, | ||
"require-dev": { | ||
"squizlabs/php_codesniffer": "^3.3" | ||
}, | ||
"autoload": { | ||
"classmap": ["lib"] | ||
}, | ||
"scripts": { | ||
"check-code": [ | ||
"vendor/bin/phpcs --standard=PSR2 -snp --encoding=utf-8 --report-width=150 lib *.php" | ||
] | ||
} | ||
} |