Víctor Losada Hernández
2f0f501ead
Merge branch 'master' of https://github.com/naturalcrit/homebrewery into refactor-tag-system
2026-02-19 01:16:52 +01:00
Trevor Buckner
5dd07c36ef
Merge branch 'master' into refactor-tag-system
2026-02-18 18:55:56 -05:00
Víctor Losada Hernández
a209538fc6
Merge branch 'master' of https://github.com/naturalcrit/homebrewery into vitreum-to-vite
2026-02-18 23:28:56 +01:00
Víctor Losada Hernández
560247c2cf
Merge pull request #4639 from naturalcrit/check-tests
...
fix tests in master
2026-02-18 22:52:53 +01:00
Víctor Losada Hernández
7b9f7248ad
update jsdom to 28.1.0
2026-02-18 19:32:59 +01:00
Víctor Losada Hernández
252b43c048
remove blank line
2026-02-18 19:23:48 +01:00
Víctor Losada Hernández
747b8d0279
fix tests
2026-02-18 19:17:35 +01:00
Víctor Losada Hernández
fed4b62d2d
add a meaningless change
2026-02-17 19:34:52 +01:00
Víctor Losada Hernández
41d07fe314
npm sync
2026-02-17 19:25:09 +01:00
Víctor Losada Hernández
c239aa8df6
fix tests in master
2026-02-17 19:21:17 +01:00
Víctor Losada Hernández
f75fb80d54
npm sync
2026-02-17 15:03:05 +01:00
Víctor Losada Hernández
20b8a5b0b1
both \ and / as valid chars
2026-02-17 14:49:38 +01:00
Víctor Losada Hernández
5171d1154e
normalize caps
2026-02-17 14:47:20 +01:00
Víctor Losada Hernández
0a68b8ecf9
linting and fixing made tags
2026-02-17 14:43:09 +01:00
Víctor Losada Hernández
c265268b02
Merge branch 'master' of https://github.com/naturalcrit/homebrewery into refactor-tag-system
2026-02-17 11:53:33 +01:00
Víctor Losada Hernández
bf8c866a74
add small text
2026-02-17 10:09:44 +01:00
Trevor Buckner
3faf33eb5a
Merge pull request #4634 from naturalcrit/dependabot/npm_and_yarn/qs-6.14.2
...
Bump qs from 6.14.1 to 6.14.2
2026-02-16 21:28:41 -05:00
Trevor Buckner
7442e0f04e
Merge branch 'master' into dependabot/npm_and_yarn/qs-6.14.2
2026-02-16 20:57:45 -05:00
Trevor Buckner
8fd7faf37a
Merge pull request #4628 from naturalcrit/dependabot/npm_and_yarn/prod-dependencies-99e0259228
...
Bump mongoose from 9.1.5 to 9.1.6 in the prod-dependencies group
2026-02-16 20:57:30 -05:00
Trevor Buckner
93b43d461d
Merge pull request #4571 from G-Ambatte/fixLocalAdminAPITests
...
Fix Admin API tests
2026-02-16 20:57:15 -05:00
Trevor Buckner
1c541bc045
Merge branch 'master' into fixLocalAdminAPITests
2026-02-16 20:50:45 -05:00
dependabot[bot]
d0ec9e76c1
Bump mongoose from 9.1.5 to 9.1.6 in the prod-dependencies group
...
Bumps the prod-dependencies group with 1 update: [mongoose](https://github.com/Automattic/mongoose ).
Updates `mongoose` from 9.1.5 to 9.1.6
- [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.1.5...9.1.6 )
---
updated-dependencies:
- dependency-name: mongoose
dependency-version: 9.1.6
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: prod-dependencies
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-02-17 01:50:00 +00:00
dependabot[bot]
597a0d08c5
Bump qs from 6.14.1 to 6.14.2
...
Bumps [qs](https://github.com/ljharb/qs ) from 6.14.1 to 6.14.2.
- [Changelog](https://github.com/ljharb/qs/blob/main/CHANGELOG.md )
- [Commits](https://github.com/ljharb/qs/compare/v6.14.1...v6.14.2 )
---
updated-dependencies:
- dependency-name: qs
dependency-version: 6.14.2
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-02-17 01:49:13 +00:00
Trevor Buckner
6527644926
Merge pull request #4627 from naturalcrit/dependabot/npm_and_yarn/googleapis/drive-20.1.0
...
Bump @googleapis/drive from 19.2.1 to 20.1.0
2026-02-16 20:47:55 -05:00
Víctor Losada Hernández
dec91cc76e
next stable
2026-02-16 00:58:50 +01:00
Víctor Losada Hernández
2a9970705b
fix regex and fixed substrings
2026-02-16 00:17:39 +01:00
Víctor Losada Hernández
694f5dcd21
fix auth input
2026-02-15 23:54:24 +01:00
Víctor Losada Hernández
8cdc5ab0af
curate suggestion and add in some color
2026-02-15 23:40:41 +01:00
Víctor Losada Hernández
1c35d08a5c
stable version
2026-02-15 20:40:41 +01:00
Víctor Losada Hernández
46d9322b50
stable with basic suggestion
2026-02-15 14:43:52 +01:00
David Bolack
2791c2259b
Rework HTML Download options to use a DOM snatch and grab
...
Still requires path manipulation.
Stubs the same for Zipfiles.
2026-02-08 19:48:57 -06:00
David Bolack
f16c8b7663
Add /embed endpoint
...
This duplicates the share endpoint. It uses the Share Page template
with a boolean for share vs embed to toggle displaying the navbar
and toolbar.
Added a showToolbar property to brewRender to toggle... showing
the toolbar.
2026-02-06 18:01:53 -06:00
David Bolack
fabd280efa
Remove Inline HTML option
2026-02-06 17:04:32 -06:00
David Bolack
7a89f942fe
Merge branch 'master' into HTMLDownload
2026-02-06 17:00:25 -06:00
dependabot[bot]
c48276de71
Bump @googleapis/drive from 19.2.1 to 20.1.0
...
Bumps [@googleapis/drive](https://github.com/googleapis/google-api-nodejs-client ) from 19.2.1 to 20.1.0.
- [Release notes](https://github.com/googleapis/google-api-nodejs-client/releases )
- [Changelog](https://github.com/googleapis/google-api-nodejs-client/blob/20.1.0/CHANGELOG.md )
- [Commits](https://github.com/googleapis/google-api-nodejs-client/compare/drive-v19.2.1...20.1.0 )
---
updated-dependencies:
- dependency-name: "@googleapis/drive"
dependency-version: 20.1.0
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-02-04 03:24:40 +00:00
Víctor Losada Hernández
22cc8b8bbf
update less and react-frame-component
2026-02-03 23:27:14 +01:00
Víctor Losada Hernández
d0119f351f
Merge pull request #4622 from naturalcrit/update-dependencies
...
Update-dependencies
2026-02-03 23:11:25 +01:00
Víctor Losada Hernández
d2da5ad9fa
lock sync
2026-02-03 23:08:10 +01:00
Víctor Losada Hernández
653f4ed419
update dependencies
2026-02-03 23:05:01 +01:00
Víctor Losada Hernández
7e09f7031c
change imports in tests
2026-02-03 22:54:28 +01:00
Víctor Losada Hernández
34e3c67254
remove log
2026-02-03 22:54:20 +01:00
Víctor Losada Hernández
3e098fa0cf
Merge pull request #4615 from A1Asriel/master
...
Fix column breaks on Firefox
2026-02-03 22:51:04 +01:00
Víctor Losada Hernández
18b335fe94
Merge branch 'master' into master
2026-02-03 22:47:09 +01:00
Altair
98a560bd8b
Replace deprecated @-moz-document with @supports for the Firefox column break fix
...
Co-authored-by: Víctor Losada Hernández <5ecleric.naturalcrit@gmail.com >
2026-02-03 22:52:12 +03:00
Víctor Losada Hernández
e91483726e
Merge pull request #4572 from dbolack-ab/true20License
...
Add True20 License and compatibility Logo
2026-02-03 18:09:44 +01:00
Víctor Losada Hernández
2846d01a44
Merge branch 'master' into true20License
2026-02-03 18:05:51 +01:00
Víctor Losada Hernández
2526dbb700
Merge pull request #4621 from naturalcrit/dependabot/npm_and_yarn/jsdom-28.0.0
...
Bump jsdom from 27.4.0 to 28.0.0
2026-02-03 17:58:10 +01:00
dependabot[bot]
66e5dde0ad
Bump jsdom from 27.4.0 to 28.0.0
...
Bumps [jsdom](https://github.com/jsdom/jsdom ) from 27.4.0 to 28.0.0.
- [Release notes](https://github.com/jsdom/jsdom/releases )
- [Changelog](https://github.com/jsdom/jsdom/blob/main/Changelog.md )
- [Commits](https://github.com/jsdom/jsdom/compare/27.4.0...28.0.0 )
---
updated-dependencies:
- dependency-name: jsdom
dependency-version: 28.0.0
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-02-03 06:15:30 +00:00
Víctor Losada Hernández
09171acc6e
bring admin.jsx
2026-02-02 17:17:49 +01:00
Víctor Losada Hernández
74733a4cca
bring back og meta tags
2026-02-02 16:55:39 +01:00