Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Adding TAGS to gitignore | Yuchen Pei | 2021-10-27 | 1 | -1/+2 |
| | | | | Also to test out predev hook. | ||||
* | Merge branch 'development' into h-node | Yuchen Pei | 2021-10-19 | 1 | -1/+1 |
|\ | |||||
| * | Marking commit hash. | root | 2021-10-15 | 1 | -1/+1 |
| | | | | | | | | HEAD to be replaced with the actual commit in deployment. | ||||
* | | Merge branch 'development' into h-node | Yuchen Pei | 2021-10-15 | 1128 | -52704/+6 |
|\| | |||||
| * | moving h-source subdir out. | Yuchen Pei | 2021-10-14 | 1089 | -0/+0 |
| | | |||||
| * | Removing docker | Yuchen Pei | 2021-10-14 | 2 | -49/+0 |
| | | |||||
| * | Removing scripts subdir | Yuchen Pei | 2021-10-14 | 5 | -48687/+0 |
| | | |||||
| * | Removing h-client subdir. | Yuchen Pei | 2021-10-14 | 32 | -3955/+0 |
| | | |||||
| * | Adding newline to param.php to fix the patching error. | Yuchen Pei | 2021-10-12 | 2 | -13/+6 |
| | | |||||
* | | Merge branch 'development' into h-node | Yuchen Pei | 2021-10-12 | 21 | -88/+227 |
|\| | |||||
| * | Updating contact section. | Yuchen Pei | 2021-10-11 | 2 | -2/+2 |
| | | | | | | | | | | | | | | Removing info@h-node.com adding irc and mailing list. couldn't do nonenglish version because I don't know the languages. | ||||
| * | Update README with documentation on php module requirements. | Yuchen Pei | 2021-10-07 | 2 | -3/+18 |
| | | |||||
| * | updating url::getroot | Yuchen Pei | 2021-09-22 | 1 | -1/+3 |
| | | | | | | | | | | otherwise things may look weird e.g. urls in confirmation email would start with `/` | ||||
| * | Adding a patch for staging deployment. | Yuchen Pei | 2021-09-22 | 2 | -0/+86 |
| | | | | | | | | | | | | - The patch displays prominant notices about the current site being a staging instance, and redirects visitors to the official site. - Also added some instructions in a new README to apply the patch. | ||||
| * | minor changes to dispel php notices | Yuchen Pei | 2021-09-09 | 2 | -7/+6 |
| | | | | | | | | | | | | | | | | - end(): https://stackoverflow.com/questions/4636166/only-variables-should-be-passed-by-reference - get_magic_quotes_gpc() always returns false: https://www.php.net/manual/en/function.get-magic-quotes-gpc.php - __autoload(): https://stackoverflow.com/questions/50780678/deprecated-autoload-is-deprecated-use-spl-autoload-register | ||||
| * | remove redundant dockerfile | Yuchen Pei | 2021-09-09 | 1 | -3/+0 |
| | | |||||
| * | Merge branch 'development' of staging into development | Yuchen Pei | 2021-09-09 | 0 | -0/+0 |
| |\ | |||||
| | * | Adding lamp-php7 docker command. | Yuchen Pei | 2021-09-06 | 3 | -8/+31 |
| | | | | | | | | | | | | | | | - Tested locally. The website up and running. - Also updated the readme script to run either php5 or php7. | ||||
| * | | simplifying the docker-compose for php7. | Yuchen Pei | 2021-09-09 | 1 | -3/+1 |
| | | | | | | | | | | | | tested locally. | ||||
| * | | Adding lamp-php7 docker command. | Yuchen Pei | 2021-09-08 | 3 | -7/+31 |
| |/ | | | | | | | | | - Tested locally. The website up and running. - Also updated the readme script to run either php5 or php7. | ||||
| * | updating the database creation command to be more "batchy" | Yuchen Pei | 2021-09-06 | 1 | -3/+1 |
| | | |||||
| * | add mysql to gitignore | Yuchen Pei | 2021-08-26 | 1 | -1/+2 |
| | | |||||
| * | change mysql dir | Yuchen Pei | 2021-08-26 | 1 | -1/+1 |
| | | |||||
| * | Moving docker files to its own directory. | Yuchen Pei | 2021-08-26 | 7 | -106/+14 |
| | | | | | | | | Also applied the docker patch and removed some commented code. | ||||
| * | Removing mentions of gnewsense and blag. | Yuchen Pei | 2021-08-18 | 18 | -49/+3 |
| | | | | | | | | These changes were already made on the prod server. | ||||
| * | Use relative URLs instead of hardcoding domain | Damien Zammit | 2021-08-10 | 11 | -62/+58 |
| | | |||||
| * | Remove incorrect instruction from readme | Damien Zammit | 2021-08-10 | 1 | -1/+0 |
| | | |||||
| * | docker: Add basic configuration for running local php5 instance | Damien Zammit | 2021-08-03 | 3 | -0/+116 |
| | | |||||
* | | Updating contact section. | Yuchen Pei | 2021-08-26 | 2 | -2/+2 |
| | | | | | | | | | | | | | | Removing info@h-node.com adding irc and mailing list. couldn't do nonenglish version because I don't know the languages. | ||||
* | | Removing mentions of gnewsense and blag. | Yuchen Pei | 2021-08-18 | 18 | -49/+3 |
|/ | | | | These changes were already made on the prod server. | ||||
* | Update tables.sql to match h-node schema dump | Damien Zammit | 2021-08-03 | 1 | -2/+2 |
| | |||||
* | Restore tables.sql from master | Damien Zammit | 2021-08-03 | 1 | -0/+616 |
| | |||||
* | Adding schema dump from h-node.org | Yuchen Pei | 2021-08-02 | 1 | -0/+614 |
| | |||||
* | Restoring two more files after removing credentials | Yuchen Pei | 2021-08-02 | 2 | -0/+186 |
| | |||||
* | Restore two php files with credentials removed | Damien Zammit | 2021-07-31 | 2 | -0/+286 |
| | |||||
* | Publishing h-node.org code. | Yuchen Pei | 2021-07-29 | 755 | -7694/+50946 |
| | | | | | | | | | | | | | | | - this is the h-node.org code, except - removed a js file (3x copies at three different locations) without license / copyright headers - /Js/linkToForm.js - /Public/Js/linkToForm.js - /admin/Public/Js/linkToForm.js - removed config files containing credentials - /Application/Include/params.php - /Config/Config.php - /admin/Application/Include/params.php - /admin/Config/Config.php - added license and copyright header to one php file - /admin/Library/ErrorReporting.php (almost identical to /Library/ErrorReporting.php which has the headers) | ||||
* | Update comments, jessie->stretch | Ian Gilfillan | 2018-12-28 | 4 | -3/+55 |
| | |||||
* | Update distros | Ian Gilfillan | 2018-12-28 | 2 | -25/+78 |
| | |||||
* | Add PureOS 8.0, update README | Ian Gilfillan | 2017-12-26 | 3 | -21/+74 |
| | |||||
* | Add Slimbook as a vendor | Ian Gilfillan | 2017-08-18 | 1 | -0/+1 |
| | |||||
* | Add changelog for Debian 9, Trisquel 8 | Ian Gilfillan | 2017-07-21 | 1 | -0/+51 |
| | |||||
* | Add Debian 9, Trisquel 8 | Ian Gilfillan | 2017-07-20 | 1 | -26/+30 |
| | |||||
* | Add permalink @LauraMorales | Luis Alberto Guzmán García | 2017-04-15 | 1 | -1/+2 |
| | |||||
* | Total and translate statistics | Ian Gilfillan | 2016-07-31 | 2 | -3/+62 |
| | |||||
* | Correct insert for distros table | Ian Gilfillan | 2016-07-19 | 2 | -66/+67 |
| | |||||
* | Only allow active distributions to be added, increase visible issues | Ian Gilfillan | 2016-07-19 | 4 | -39/+89 |
| | |||||
* | Modify script to allow clean updates, verbose and safe options, update usb ↵ | Ian Gilfillan | 2016-07-14 | 3 | -2280/+12884 |
| | | | | and pci vendors | ||||
* | Sort each hardware category by compatibility | Ian Gilfillan | 2016-07-11 | 18 | -34/+138 |
| | |||||
* | Add Qbex, increase timeout to match h-node, sort by compatibility by default | Ian Gilfillan | 2016-07-11 | 3 | -5/+6 |
| | |||||
* | Add Minifree, Libiquity | Ian Gilfillan | 2016-07-10 | 1 | -0/+2 |
| |