- 05 Aug, 2018 1 commit
-
-
dmorley authored
-
- 19 Jul, 2018 1 commit
-
-
dmorley authored
* 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
-
- 11 Jul, 2018 1 commit
-
-
dmorley authored
* 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
-
- 08 Jul, 2018 1 commit
-
-
dmorley authored
-
- 05 Jul, 2018 1 commit
-
-
noplanman authored
* 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.
-
- 03 Jul, 2018 4 commits
-
-
dmorley authored
* 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)
-
dmorley authored
* 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)
-
dmorley authored
* 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
-
dmorley authored
* 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.
-
- 01 Jul, 2018 1 commit
-
-
dmorley authored
-
- 19 Apr, 2018 1 commit
-
-
dmorley authored
* WIP stab at a users line chart * one way to make it a 2 sec query * move to a new table * much closer now * directory not needed here * cleanup * fix uptime * WIP stab at a users line chart * one way to make it a 2 sec query * move to a new table * much closer now * directory not needed here * cleanup * fix uptime * why ip6 is so different than ip, well fixed now we just need t/f for ip6 * Slight code cleanup and remove redundant timestamp assignment. * Simplify IPv6 block, as we don't need the address itself any more. * Update composer requirements.
-
- 26 Mar, 2018 1 commit
-
-
dmorley authored
* better delete * enum q * enum * Delete updated (#134) * fix for some really old and incompatable pods - this should be done a… (#131) * fix for some really old and incompatable pods - this should be done at some point also using the data from the checks table * socialhome not pulling version code properly, update location for that * some cleanup and fix the stats that just grind (#133) * some cleanup and fix the stats that just grind * limit the full page for now, so much dead pods * add ganggo version pull * remove unused item * oops * Remove temporary RedBean assignment fix, as corrected upstream by using partial beans. see https://github.com/gabordemooij/redbean/issues/547 * Use enum for pod status.
-
- 19 Mar, 2017 1 commit
-
-
David Morley authored
* index * spiders ignore * clean
-
- 16 Mar, 2017 1 commit
-
-
noplanman authored
* Add doctrine/dbal to the mix. * Change main pages to use new DB connection with doctrine DBAL. Rename some variables to improve readability. * Use function arguments instead of array. * Use doctrine DBAL for db scripts. * Use DBAL for pull.php. * Use DBAL for go.php. * Use DBAL for rate.php. * Use DBAL for podstat.php. * Use DBAL for api.php and api-more.php. * Convert all pod fields to string. * Move from Doctrine DBAL to RedBeans. * Add temporary fix for boolean property in pull.php * Add dedicated migration script for adding id column as unique primary key.
-
- 15 Mar, 2017 1 commit
-
-
David Morley authored
* fix hangs * Use Xec library to allow delv timeouts.
-
- 21 Dec, 2016 1 commit
-
-
noplanman authored
Add composer.lock.
-