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)
Showing
... | ... | @@ -8,9 +8,10 @@ |
"noplanman/xec": "0.1.0", | ||
"gabordemooij/redbean": "^5.0", | ||
"jaybizzle/crawler-detect" :"1.*", | ||
"commerceguys/enum": "^1.0", | ||
"twbs/bootstrap": "^4.1.0", | ||
"php" : "^7.2" | ||
"php" : "^7.2", | ||
"commerceguys/enum": "^1.0", | ||
"nesbot/carbon": "^1.31" | ||
}, | ||
"autoload": { | ||
"classmap": ["lib"] | ||
... | ... |
Please register or sign in to comment