David Bolack
89bd082967
Shift alignment assignment from CSS to HTML
2024-12-10 23:28:06 -06:00
David Bolack
f4c26053c0
Merge branch 'master' into justifiedParagraphs
2024-12-10 23:22:10 -06:00
David Bolack
abd52f93d8
Merge branch 'master' into horizontalSpace
2024-12-10 23:21:26 -06:00
David Bolack
47d7c69d1b
Merge branch 'master' into writeinBrewTheme
2024-12-10 23:20:48 -06:00
David Bolack
909affcf99
Merge branch 'localSnippetEditor' of github.com:dbolack-ab/homebrewery into localSnippetEditor
2024-12-10 23:10:31 -06:00
David Bolack
86856605b9
Add editor highlighting
2024-12-10 23:08:51 -06:00
David Bolack
dae297e0f5
Partially implement disabled BrewSnippets
2024-12-10 21:52:38 -06:00
David Bolack
6e5f071f22
Move Properties icon to the end of the snippets bar.
2024-12-10 21:21:41 -06:00
David Bolack
12c155b46f
Merge branch 'master' into localSnippetEditor
2024-12-10 21:17:51 -06:00
Trevor Buckner
57cb334c15
Update pull_request_template.md
2024-12-10 13:35:16 -05:00
Víctor Losada Hernández
c29e1905bf
add localhost to allowed origins only if in local, also remake regex
2024-12-10 19:24:23 +01:00
Trevor Buckner
52d00b17a4
Merge branch 'master' into fixContentNegotiationTestFail-#3904
2024-12-10 11:58:05 -05:00
dependabot[bot]
35364c400a
Bump react-router-dom from 6.28.0 to 7.0.2
...
Bumps [react-router-dom](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom ) from 6.28.0 to 7.0.2.
- [Release notes](https://github.com/remix-run/react-router/releases )
- [Changelog](https://github.com/remix-run/react-router/blob/main/packages/react-router-dom/CHANGELOG.md )
- [Commits](https://github.com/remix-run/react-router/commits/react-router-dom@7.0.2/packages/react-router-dom )
---
updated-dependencies:
- dependency-name: react-router-dom
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-12-10 16:23:58 +00:00
Trevor Buckner
77f0c1bf56
Merge pull request #3944 from naturalcrit/dependabot/npm_and_yarn/dompurify-3.2.3
...
Bump dompurify from 3.2.2 to 3.2.3
2024-12-10 11:22:39 -05:00
Trevor Buckner
f51c51f041
Merge branch 'master' into localSnippetEditor
2024-12-10 11:11:09 -05:00
dependabot[bot]
2d281072fa
Bump dompurify from 3.2.2 to 3.2.3
...
Bumps [dompurify](https://github.com/cure53/DOMPurify ) from 3.2.2 to 3.2.3.
- [Release notes](https://github.com/cure53/DOMPurify/releases )
- [Commits](https://github.com/cure53/DOMPurify/compare/3.2.2...3.2.3 )
---
updated-dependencies:
- dependency-name: dompurify
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-12-10 03:53:51 +00:00
Trevor Buckner
870a4c3363
small cleanups
2024-12-09 17:06:26 -05:00
Trevor Buckner
aa951ff96c
Small cleanups
2024-12-09 17:04:16 -05:00
Víctor Losada Hernández
83b8f9c3b7
Merge pull request #3809 from 5e-Cleric/adress-small-accessibility-concerns
...
Adress small accessibility concerns
2024-12-09 22:28:52 +01:00
Víctor Losada Hernández
3a20452214
hide unusable editors
2024-12-09 22:18:15 +01:00
Trevor Buckner
bae9fe939d
Merge branch 'master' into Intersection-Observer
2024-12-09 16:16:11 -05:00
Víctor Losada Hernández
3e4ba89ed9
change div selector
2024-12-09 22:11:10 +01:00
Víctor Losada Hernández
2c5c3d40df
revert toolbar changes
2024-12-09 22:08:39 +01:00
Víctor Losada Hernández
213240327d
resolve issues
2024-12-09 22:05:04 +01:00
Víctor Losada Hernández
eca0f59b40
Merge branch 'master' of https://github.com/naturalcrit/homebrewery into adress-small-accessibility-concerns
2024-12-09 21:52:25 +01:00
Trevor Buckner
51936a1b99
Merge pull request #3936 from naturalcrit/dependabot/npm_and_yarn/mongoose-8.8.4
...
Bump mongoose from 8.8.3 to 8.8.4
2024-12-09 13:44:42 -05:00
Trevor Buckner
6136b78395
Merge pull request #3943 from naturalcrit/Fix_#2954
...
Get Google Brews with user auth if owner
2024-12-09 13:44:01 -05:00
Víctor Losada Hernández
81f56ec91d
add heroku apps to cors
2024-12-09 18:59:48 +01:00
Trevor Buckner
c7d94b0779
Small cleanup
2024-12-08 23:59:27 -05:00
Trevor Buckner
9758797e2b
If user is owner, fetch Google Brew with user auth
...
Fixes the case where a user can see a Google Brew under their account (`listBrew()` uses their personal auth) but can't actually delete it (`getBrew()` only uses the serviceAccount). Occurs if a Google brew has lost its permissions somehow (set to "restricted", etc.) such that serviceAccount can no longer interact with it.
2024-12-08 23:42:14 -05:00
Trevor Buckner
74a7983757
Refactor and clean up "getBrew()"
...
Some redundant logic and sprawling formatting
2024-12-08 23:39:26 -05:00
Víctor Losada Hernández
4eb8abf1e7
Update CORS error message in app.js
2024-12-08 23:46:27 +01:00
Víctor Losada Hernández
23910cc94c
add cors policy and rename route
2024-12-08 23:43:32 +01:00
Víctor Losada Hernández
ef0ee78758
revert check client version changes
2024-12-08 23:43:06 +01:00
Víctor Losada Hernández
1b20c00842
log headers
2024-12-08 20:46:02 +01:00
Víctor Losada Hernández
db9212bd12
log req
2024-12-08 20:45:43 +01:00
Víctor Losada Hernández
7348ecbb3d
Merge branch 'master' of https://github.com/naturalcrit/homebrewery into re-author-brews-on-batch
2024-12-08 12:07:53 +01:00
Víctor Losada Hernández
31a22703c1
initial commit
2024-12-08 12:05:01 +01:00
Trevor Buckner
33f8f6bf38
Merge branch 'master' into dependabot/npm_and_yarn/mongoose-8.8.4
2024-12-07 21:32:53 -05:00
Trevor Buckner
a62d2bd457
Merge pull request #3937 from naturalcrit/dependabot/npm_and_yarn/express-4.21.2
...
Bump express from 4.21.1 to 4.21.2
2024-12-06 16:30:42 -05:00
dependabot[bot]
ffa9666bb9
Bump express from 4.21.1 to 4.21.2
...
Bumps [express](https://github.com/expressjs/express ) from 4.21.1 to 4.21.2.
- [Release notes](https://github.com/expressjs/express/releases )
- [Changelog](https://github.com/expressjs/express/blob/4.21.2/History.md )
- [Commits](https://github.com/expressjs/express/compare/4.21.1...4.21.2 )
---
updated-dependencies:
- dependency-name: express
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-12-06 21:29:54 +00:00
Trevor Buckner
406f5d4e14
Merge branch 'master' into dependabot/npm_and_yarn/mongoose-8.8.4
2024-12-06 16:29:02 -05:00
Trevor Buckner
ed404d3906
Merge pull request #3935 from naturalcrit/dependabot/npm_and_yarn/babel/preset-react-7.26.3
...
Bump @babel/preset-react from 7.25.9 to 7.26.3
2024-12-06 16:28:35 -05:00
dependabot[bot]
3178c8722e
Bump mongoose from 8.8.3 to 8.8.4
...
Bumps [mongoose](https://github.com/Automattic/mongoose ) from 8.8.3 to 8.8.4.
- [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/8.8.3...8.8.4 )
---
updated-dependencies:
- dependency-name: mongoose
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-12-06 03:07:01 +00:00
David Bolack
43222b7651
Fix test
2024-12-04 21:41:04 -06:00
David Bolack
70f86c6ebd
Merge branch 'master' into localSnippetEditor
2024-12-04 21:31:10 -06:00
David Bolack
b7cb6dc444
Merge branch 'master' into justifiedParagraphs
2024-12-04 21:26:03 -06:00
David Bolack
596c4ad68d
Add Tests
2024-12-04 21:24:48 -06:00
dependabot[bot]
14a0f79ac8
Bump @babel/preset-react from 7.25.9 to 7.26.3
...
Bumps [@babel/preset-react](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-react ) from 7.25.9 to 7.26.3.
- [Release notes](https://github.com/babel/babel/releases )
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md )
- [Commits](https://github.com/babel/babel/commits/v7.26.3/packages/babel-preset-react )
---
updated-dependencies:
- dependency-name: "@babel/preset-react"
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-12-05 03:16:54 +00:00
David Bolack
e7f4611a00
Merge branch 'master' into horizontalSpace
2024-12-04 20:40:55 -06:00