0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-03-26 10:28:13 +00:00

Commit Graph

  • ecae16b5d4 Update robots.txt (#1239) G.Ambatte 2021-02-20 11:54:00 +13:00
  • d57df84a59 Update Production (#1249) Trevor Buckner 2021-02-19 17:47:56 -05:00
  • 146da57ba3 Apply Legacy\v3 renderer to print page (#1235) Trevor Buckner 2021-02-08 22:06:53 -05:00
  • fd94d162ea Padding & margins Trevor Buckner 2021-02-08 16:06:54 -05:00
  • b5abd472b0 Merge branch 'master' into UpdateSolberaImitationFont Trevor Buckner 2021-02-08 15:56:45 -05:00
  • ee4ecc0b41 Default 'legacy' if not set. Auto-change styles. Trevor Buckner 2021-02-08 15:09:09 -05:00
  • 04fb1f243d Update Font Trevor Buckner 2021-02-08 14:03:33 -05:00
  • e5ccfa3a50 Fix /page not working in legacy mode. (#1233) Trevor Buckner 2021-02-08 13:58:24 -05:00
  • c642a35fb3 Fix brew styles overwriting each other. (#1230) Trevor Buckner 2021-02-05 14:58:41 -05:00
  • 2fe353377b Revert accidental color change Trevor Buckner 2021-02-05 09:38:20 -05:00
  • de1017a20a Legacy renderer (#1229) Trevor Buckner 2021-02-04 23:31:37 -05:00
  • e2cd7d9f07 Legacy renderer (#1184) Trevor Buckner 2021-02-02 20:38:25 -05:00
  • c3bfd1e8bf Prefix loading successfully from config/local.json for both Homebrewery and Google brews. Concats switched to string literals to make Linter happy. G.Ambatte 2021-01-29 22:53:58 +13:00
  • 051773a084 Move filename prefix to configurable item in config/default.json G.Ambatte 2021-01-28 23:13:01 +13:00
  • 6a2e39355c V2.10.7 (#1215) v2.10.7 Trevor Buckner 2021-01-25 21:47:36 -05:00
  • e367cb2152 Initial commit - adds a New button to the Nav bar on the Home, User, and Edit pages. G.Ambatte 2021-01-23 00:36:10 +13:00
  • bcbf596aa8 Increase minimum height of brewItem in CSS so all four items are always visible. Adjust eslint line in server.js to re-enable the test with a slightly higher maximum value. G.Ambatte 2021-01-22 21:24:22 +13:00
  • d88b04783d Lint corrections G.Ambatte 2021-01-22 17:31:01 +13:00
  • 6d219aa701 Unwinding refactored code + corrections. G.Ambatte 2021-01-22 17:29:26 +13:00
  • da32845dd1 (WIP) Unwinding refactoring to improve clarity and readability of new functions G.Ambatte 2021-01-22 16:44:34 +13:00
  • 4073536d96 (WIP) Remove target=_blank and rel=noopener noreferrer from brewItem.jsx to eliminate white flash on User page when clicking link to download source of a brew. Sean Robertson 2021-01-22 13:59:15 +13:00
  • 21f08c97a1 Expand source text escaping/processing for improved readability Sean Robertson 2021-01-22 13:56:29 +13:00
  • 06223d576d Fixes from Linter G.Ambatte 2021-01-21 20:32:23 +13:00
  • 5c7a9c92d1 Integrated download function into server.js Remove new function from Homebrew.Model.js Remove sourceFunctions.jsx module G.Ambatte 2021-01-21 20:27:46 +13:00
  • 0e8348f360 Catch zero length filenames G.Ambatte 2021-01-21 07:39:08 +13:00
  • 8060ed5f8e Rename sanitizeHtml function to escapeTextForHtmlDisplay which better describes it's actual function G.Ambatte 2021-01-21 07:37:50 +13:00
  • e8135fcbb4 Added sanitizeHtml function to Homebrew model to generate HTML from the brew for the source page. Moved source page generation function to a new function module. Added option to function to create plain text download with a sanitized filename and made it accessible from a new page: download. Added the download item to the BrewItem so it appears on each brew on the User page. Added sanitize-filename dependency to package.json. G.Ambatte 2021-01-21 00:02:15 +13:00
  • 7fccb7e03e Shift functionality to new file in attempt to reduce code duplication in server.js G.Ambatte 2021-01-17 22:07:26 +13:00
  • 715ddf2b8c Initial commit G.Ambatte 2021-01-17 18:52:56 +13:00
  • 717a5886cf Merge branch 'master' of https://github.com/G-Ambatte/homebrewery G.Ambatte 2021-01-17 17:23:18 +13:00
  • 407232c708 Fix for MongoDB package update breaking install script Change to enable use of rcvars for NODE_ENV and PORT G.Ambatte 2021-01-10 17:23:14 +13:00
  • edd902397e Remove hanging comma in config.json Change default port assignment from 8000 to 8001 in config.json and FreeBSD service config G.Ambatte 2021-01-09 23:03:39 +13:00
  • 24f5fcb5a0 Move NODE_ENV to service file; remove from server.js and config/default.json G.Ambatte 2021-01-03 23:57:43 +13:00
  • 8f6270723e Update server.js G.Ambatte 2020-12-29 17:57:33 +13:00
  • 9cccd2d74e Update server.js G.Ambatte 2020-12-29 17:55:15 +13:00
  • ed34b65dbd Update homebrewery G.Ambatte 2020-12-28 21:31:00 +13:00
  • 4484cc7d16 Change install directory G.Ambatte 2020-12-28 15:24:29 +13:00
  • 8677994fb7 Update install.sh G.Ambatte 2020-12-28 15:12:51 +13:00
  • ea555eb410 Remove --force option G.Ambatte 2020-12-28 12:56:17 +13:00
  • e140b656a6 Update server.js G.Ambatte 2020-12-06 21:54:20 +13:00
  • 6423d909d7 Remove environment variables from rc.d G.Ambatte 2020-12-06 20:41:48 +13:00
  • 8887961d09 Add config items G.Ambatte 2020-12-06 20:39:43 +13:00
  • 4ee891a3ba Update install.sh G.Ambatte 2020-12-06 18:43:01 +13:00
  • 96b976fd4a Update install.sh G.Ambatte 2020-12-06 18:35:24 +13:00
  • 1b9d46f834 Create install.sh G.Ambatte 2020-12-06 18:06:23 +13:00
  • ba600f5da6 FreeBSD installation (#1165) G.Ambatte 2021-01-11 11:44:49 +13:00
  • 03e74afe80 Fix for MongoDB package update breaking install script Change to enable use of rcvars for NODE_ENV and PORT G.Ambatte 2021-01-10 17:23:14 +13:00
  • b0c1a5a6b1 Add link to FreeBSD install documenation in the main README.md file G.Ambatte 2021-01-10 15:27:04 +13:00
  • 3af43164f4 Remove hanging comma in config.json Change default port assignment from 8000 to 8001 in config.json and FreeBSD service config G.Ambatte 2021-01-09 23:03:39 +13:00
  • 2a340b7a65 Update coverpage.gen.js (#1173) G.Ambatte 2021-01-09 20:03:08 +13:00
  • 2f27aeb77f Update README (#1181) Alexey Sachkov 2021-01-09 09:24:03 +03:00
  • e394539742 Move NODE_ENV to service file; remove from server.js and config/default.json G.Ambatte 2021-01-03 23:57:43 +13:00
  • 1a0f29b6ef Bump ini from 1.3.5 to 1.3.8 (#1153) dependabot[bot] 2021-01-02 18:38:11 -05:00
  • 39b160e202 Update Dependencies (#1178) Trevor Buckner 2021-01-02 18:30:11 -05:00
  • aa065fa4d8 Do not Server-Side Render the markdown (#1177) Trevor Buckner 2021-01-02 16:54:50 -05:00
  • 19ca1db674 Tweak spelling of username on user page (#1175) Alexey Sachkov 2020-12-31 22:12:16 +03:00
  • bd416233eb Update server.js G.Ambatte 2020-12-29 17:57:33 +13:00
  • 7ca9d601a0 Update server.js G.Ambatte 2020-12-29 17:55:15 +13:00
  • ac8988ad41 Update homebrewery G.Ambatte 2020-12-28 21:31:00 +13:00
  • 90fdc71279 Change install directory G.Ambatte 2020-12-28 15:24:29 +13:00
  • 5d126ff14d Update install.sh G.Ambatte 2020-12-28 15:12:51 +13:00
  • 38e098f6c4 Create README.FREEBSD.md G.Ambatte 2020-12-28 14:28:49 +13:00
  • d3fa8a54ae Remove --force option G.Ambatte 2020-12-28 12:56:17 +13:00
  • a58384d8d1 Cleanup unneeded "require" (#1169) Alexey Sachkov 2020-12-27 05:29:49 +03:00
  • 8e1951ba67 Access google files with Service Account Trevor Buckner 2020-12-25 15:15:51 -05:00
  • 3dba731dd7 Popup confirmation when switching between google and hb (#1155) Trevor Buckner 2020-12-18 23:51:08 -05:00
  • f8f19efcaa update several dependencies (#1154) Trevor Buckner 2020-12-11 23:22:02 -05:00
  • 980fdf5ad1 Small bug causing crashes with Tags (#1152) Trevor Buckner 2020-12-11 16:18:28 -05:00
  • 443094d282 Update server.js G.Ambatte 2020-12-06 21:54:20 +13:00
  • e727f1749f Remove environment variables from rc.d G.Ambatte 2020-12-06 20:41:48 +13:00
  • 1224a54884 Add config items G.Ambatte 2020-12-06 20:39:43 +13:00
  • 897e7dccc6 Update install.sh G.Ambatte 2020-12-06 18:43:01 +13:00
  • 88631ed7a8 Update install.sh G.Ambatte 2020-12-06 18:35:24 +13:00
  • 65f4094b5a Create install.sh G.Ambatte 2020-12-06 18:06:23 +13:00
  • 99656357b1 Add rc.d daemon script G.Ambatte 2020-12-06 18:01:39 +13:00
  • d33ae2a50a Update server.js G.Ambatte 2020-12-06 17:51:18 +13:00
  • f419430c6b Merge pull request #1 from naturalcrit/master G.Ambatte 2020-11-30 19:30:23 +13:00
  • e127855d84 Add detailed MongoDB Install instructions Trevor Buckner 2020-11-29 23:20:28 -05:00
  • 8ffea70b2f Remove metadata on the Homepage (#1121) Trevor Buckner 2020-11-27 21:14:15 -05:00
  • 3fbddd2e41 Revert Blockquote list font size Trevor Buckner 2020-11-27 20:57:01 -05:00
  • 5a17697e7e Merge pull request #1118 from naturalcrit/fixGoogleMetadata Trevor Buckner 2020-11-25 13:26:14 -05:00
  • 6f66fdc6d6 Bump version to 2.10.4 Trevor Buckner 2020-11-25 13:24:10 -05:00
  • a29fdb43c9 Merge pull request #1108 from ericscheid/fix-inconsistent-list-item-sizing-#1085 Trevor Buckner 2020-11-23 19:21:46 -05:00
  • 7462e66858 Fix metadata in Google docs Trevor Buckner 2020-11-22 23:53:34 -05:00
  • d9364cf60a line-heights consistent in bq li (#1085) Eric Scheid 2020-11-23 03:13:25 +11:00
  • b0375bddd1 Merge pull request #1099 from naturalcrit/optimize-page-load Trevor Buckner 2020-11-12 17:31:07 -05:00
  • 56795afabb Fix broken API calls Trevor Buckner 2020-11-12 17:17:02 -05:00
  • acf9f464f0 Merge pull request #1098 from naturalcrit/optimize-page-load Trevor Buckner 2020-11-11 22:22:45 -05:00
  • 74c615f156 Cleanup Trevor Buckner 2020-11-11 22:21:27 -05:00
  • 133af4ea2c lint Trevor Buckner 2020-11-11 22:02:17 -05:00
  • 4182c79354 Use a library instead. Checks that the browser is compatible first. Trevor Buckner 2020-11-11 22:01:42 -05:00
  • 759d986188 lint Trevor Buckner 2020-11-11 21:41:48 -05:00
  • 600ca90fc0 Serve compressed static files if available Trevor Buckner 2020-11-11 21:19:49 -05:00
  • 3b52888877 Merge pull request #1078 from RKuerten/update-b-i Trevor Buckner 2020-10-28 22:26:49 -04:00
  • e23120a4c6 Reduce duplicate code Trevor Buckner 2020-10-28 22:25:25 -04:00
  • 38d47f6aa1 Remove console.log slowing things down. Trevor Buckner 2020-10-27 11:24:07 -04:00
  • 3a25123d7b Fix internal section link in iFrame Trevor Buckner 2020-10-27 11:06:07 -04:00
  • 19c04e125a Linting? Rodrigo Kuerten 2020-10-26 23:09:36 -03:00
  • 8a13387874 Updated makeBold and makeItalic functions to center cursor when selection is empty Rodrigo Kuerten 2020-10-26 22:49:09 -03:00
  • 6c813ddab1 Fix links breaking in iFrame Trevor Buckner 2020-10-26 13:50:37 -04:00