0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-08-06 06:47:38 +00:00
Commit Graph

9568 Commits

Author SHA1 Message Date
Víctor Losada Hernández 3d3286604a Merge pull request #4196 from naturalcrit/add-remove-author-if-owner
Add function to remove other authors
2026-07-26 01:08:47 +02:00
Víctor Losada Hernández 16ec16c6b8 small changes 2026-07-26 01:05:13 +02:00
Víctor Losada Hernández 416e8bbec6 Merge branch 'add-remove-author-if-owner' of https://github.com/naturalcrit/homebrewery into add-remove-author-if-owner 2026-07-26 00:34:27 +02:00
Víctor Losada Hernández f2260a6ca9 update lock 2026-07-26 00:34:22 +02:00
Víctor Losada Hernández 2a6e77731b Merge branch 'master' of https://github.com/naturalcrit/homebrewery into add-remove-author-if-owner 2026-07-26 00:22:32 +02:00
Víctor Losada Hernández 635e4b512f Merge pull request #4877 from G-Ambatte/fixDocker-#4804
Fix Vite transformation for Docker
2026-07-26 00:12:05 +02:00
Víctor Losada Hernández 729fcb4a11 Merge branch 'master' into fixDocker-#4804 2026-07-26 00:02:55 +02:00
G.Ambatte 60592fcef6 Merge pull request #4908 from ReinaSweet/sandbox-renderer-iframe
Add a sandbox property to the renderer iframe
2026-07-26 09:51:19 +12:00
G.Ambatte cd8df1c4b3 Merge branch 'master' into sandbox-renderer-iframe 2026-07-26 09:48:31 +12:00
Víctor Losada Hernández 173706a43b Merge pull request #4874 from firstmatekidd/render_a11y_squash
Accessibility: Add title to the brew render iframe.
2026-07-25 23:48:09 +02:00
Víctor Losada Hernández 71c13a89a8 Merge branch 'master' into render_a11y_squash 2026-07-25 23:44:49 +02:00
durstann 7d434fe939 Revert linter change 2026-07-23 18:57:01 -07:00
ReinaSweet 5fa7b95e19 Add a sandbox property to the renderer iframe to prevent any script execution
But still allow for print (via allow-modals), same-origin downloads, and top navigation (so that links work).
2026-07-18 03:02:41 -07:00
Trevor Buckner 2eb246ab0d Merge pull request #4899 from Gazook89/Add-Components-to-aliased-directories
Add `@components` aliases to vite config
2026-07-12 16:51:21 -04:00
Gazook89 fd6fd98fdc Add @components aliases to vite config
And update all the files to point to that directory to use the alias.
2026-07-11 17:41:49 -05:00
Trevor Buckner 5bd3b81099 Merge pull request #4891 from dbolack-ab/normalizeNodeVersions
Normalize config files for containers to Node 26.4
2026-07-08 15:31:38 -04:00
Trevor Buckner 4ea4c74783 Merge branch 'master' into normalizeNodeVersions 2026-07-08 15:28:16 -04:00
Trevor Buckner d25e572ab2 Merge pull request #4769 from Gazook89/Better-Dropdowns
Better dropdowns
2026-07-07 22:06:12 -04:00
Gazook89 f6f4faba27 remove tests 2026-07-07 20:44:01 -05:00
David Bolack 25ba58ffa7 Circle ci does not alias a latest. Pin to 26.4.0 2026-07-05 17:58:43 -05:00
David Bolack 54968de248 move to 26 2026-07-05 17:45:54 -05:00
David Bolack 5a52b088ea Push everything to node 25 2026-07-05 17:40:11 -05:00
Gazook89 f67ab5bb16 update brewRenderer.jsx 2026-07-04 20:25:01 -05:00
Gazook89 9048253c9c revert some unintended changes from an earlier merge
commit e02ce4f898 unintentionally undid some changes for v4 by dbolack, I'm not really sure how.  It's evidently not possible to directly "revert" those changes without having a conflicted file, i think something was borked in the process.

manually reverting the changes here, hopefully it works out.
2026-07-04 20:16:02 -05:00
David Bolack 1789c2361f Normalize config files for conatiners to 20.18 based on circleci testing. 2026-07-04 14:55:11 -05:00
Gazook89 416161e617 fix to previous commit. 2026-07-02 23:44:19 -05:00
Gazook89 3836150e42 hide arrows on snippetbar triggers, improve spacing
to decrease the width used for the snippet bar triggers, removed the down arrows (for the top level triggers only).  And, reduced the padding on the icons in the snippetbar while retaining it inside the menus.

The icons still align between the menu list and the menu trigger, but the text labels do not.
2026-07-02 23:40:01 -05:00
Gazook89 b62dc7e5c9 Update package-lock.json 2026-07-02 23:15:08 -05:00
Gazook89 5c50f35570 Merge branch 'master' into Better-Dropdowns 2026-07-02 23:08:37 -05:00
Gazook89 2164f7ae9d Merge remote-tracking branch 'upstream/master' 2026-07-02 23:08:22 -05:00
Gazook89 b791bcefdb revert the work done in earlier commit with anchor properties
revert commit 1fe19578c2 which changed `anchor()` values to `position-area`.

I'm not sure what compelled me to do that change initially, except the easier to understand syntax.  Hopefully it wasn't important.

But oddbird polyfill expects `anchor()` values, which it converts to pixel values for positioning.
2026-07-02 22:53:33 -05:00
G.Ambatte 7bd0407e70 Change calculation of isDev 2026-06-21 15:03:33 +12:00
durstann 8c77da246c Don't add lang tag to iframe content. It's not strictly necessary since the brew content will set it's own language later in the DOM. 2026-06-19 14:38:49 -07:00
durstann 487d7956e9 Accessibility: Add lang and title to the brew render iframe. 2026-06-18 12:58:11 -07:00
Víctor Losada Hernández 13d1780180 Merge pull request #4837 from 5e-Cleric/add-cleaning-tool-to-admin
[ADMIN]: Proper cleanup function
2026-06-17 16:41:48 +02:00
Víctor Losada Hernández 0d1e57d393 Merge branch 'master' of https://github.com/naturalcrit/homebrewery into add-cleaning-tool-to-admin 2026-06-17 16:23:16 +02:00
Víctor Losada Hernández edf5a6f9e8 a few touches as gazook requested 2026-06-17 16:22:03 +02:00
Víctor Losada Hernández 515a59c9de updated fields to have proper data 2026-06-17 15:59:42 +02:00
Víctor Losada Hernández a645b61464 update comments 2026-06-17 15:50:21 +02:00
G.Ambatte f6436bce33 Merge pull request #4867 from G-Ambatte/fixDividerBug
Editor reduces when console opened
2026-06-17 16:54:02 +12:00
G.Ambatte 1e69cf2e13 Merge branch 'master' into fixDividerBug 2026-06-14 22:46:22 +12:00
G.Ambatte e7ec8a2174 Initial attempt at bug fix 2026-06-14 22:34:07 +12:00
Gazook89 1fe19578c2 change anchor method
This updates the position try results by using a different method of setting the area of the anchored element.  Rather than using the inset properties with `anchor()`, it uses `position-area`.
2026-06-10 16:28:34 -05:00
Gazook89 6e86b1001c Update package-lock.json 2026-06-10 12:34:14 -05:00
Gazook89 80e14898be Update package-lock.json 2026-06-10 12:31:29 -05:00
Gazook89 e02ce4f898 Merge remote-tracking branch 'upstream/master' 2026-06-10 12:30:33 -05:00
Víctor Losada Hernández 70ca2a0bb8 Merge pull request #4863 from naturalcrit/dependabot/npm_and_yarn/prod-dependencies-45b30eb613
Bump the prod-dependencies group across 1 directory with 4 updates
2026-06-10 08:47:40 +02:00
dependabot[bot] c67ac53447 Bump the prod-dependencies group across 1 directory with 4 updates
Bumps the prod-dependencies group with 4 updates in the / directory: [@codemirror/autocomplete](https://github.com/codemirror/autocomplete), [@codemirror/view](https://github.com/codemirror/view), [mongoose](https://github.com/Automattic/mongoose) and [react-router](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router).


Updates `@codemirror/autocomplete` from 6.20.2 to 6.20.3
- [Changelog](https://github.com/codemirror/autocomplete/blob/main/CHANGELOG.md)
- [Commits](https://github.com/codemirror/autocomplete/commits)

Updates `@codemirror/view` from 6.43.0 to 6.43.1
- [Changelog](https://github.com/codemirror/view/blob/main/CHANGELOG.md)
- [Commits](https://github.com/codemirror/view/commits)

Updates `mongoose` from 9.6.3 to 9.7.0
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/CHANGELOG.md)
- [Commits](https://github.com/Automattic/mongoose/compare/9.6.3...9.7.0)

Updates `react-router` from 7.16.0 to 7.17.0
- [Release notes](https://github.com/remix-run/react-router/releases)
- [Changelog](https://github.com/remix-run/react-router/blob/main/packages/react-router/CHANGELOG.md)
- [Commits](https://github.com/remix-run/react-router/commits/react-router@7.17.0/packages/react-router)

---
updated-dependencies:
- dependency-name: "@codemirror/autocomplete"
  dependency-version: 6.20.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod-dependencies
- dependency-name: "@codemirror/view"
  dependency-version: 6.43.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod-dependencies
- dependency-name: mongoose
  dependency-version: 9.7.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod-dependencies
- dependency-name: react-router
  dependency-version: 7.17.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-06-10 03:23:50 +00:00
Gazook89 1861d036b9 add key to dropdown menuitem 2026-06-09 06:25:31 -05:00
Víctor Losada Hernández e06626e1b4 Merge pull request #4851 from naturalcrit/dependabot/npm_and_yarn/prod-dependencies-5933c7efe7
Bump the prod-dependencies group across 1 directory with 12 updates
2026-06-02 18:06:53 +02:00