G.Ambatte
a499bb3a54
Add basic Notification Lookup functionality
2023-01-04 23:32:35 +13:00
G.Ambatte
35b4c354f2
Add key prop to Admin tabs
2023-01-04 23:20:11 +13:00
G.Ambatte
b8fd8a7a86
Add Notification lookup to Admin API
2023-01-04 22:52:37 +13:00
G.Ambatte
620cb95ae8
Initial pass at Notification Mongoose model
2023-01-04 22:50:24 +13:00
G.Ambatte
f66664a3e2
Tabify Admin page, add Notification tab
2023-01-04 22:49:38 +13:00
G.Ambatte
d7ee004127
Update Admin pages
2023-01-04 22:08:44 +13:00
G.Ambatte
4a449c7895
Update Buffer method
2023-01-04 22:08:22 +13:00
Trevor Buckner
2b824839c3
Merge pull request #2581 from naturalcrit/dependabot/npm_and_yarn/eslint-8.31.0
...
Bump eslint from 8.30.0 to 8.31.0
2023-01-03 14:05:28 -05:00
Trevor Buckner
26f009a295
Merge pull request #2577 from naturalcrit/dependabot/npm_and_yarn/react-router-dom-6.6.1
...
Bump react-router-dom from 6.6.0 to 6.6.1
2023-01-03 14:05:18 -05:00
Trevor Buckner
9b4c997b57
Merge pull request #2578 from naturalcrit/dependabot/npm_and_yarn/mongoose-6.8.2
...
Bump mongoose from 6.8.1 to 6.8.2
2023-01-03 14:05:10 -05:00
Trevor Buckner
39143295b1
Merge pull request #2576 from naturalcrit/dependabot/npm_and_yarn/marked-4.2.5
...
Bump marked from 4.2.4 to 4.2.5
2023-01-03 14:05:01 -05:00
Trevor Buckner
6eaf2feb40
Log version mismatch errors
...
To gauge how frequently they are occurring for future update.
2023-01-03 12:47:17 -05:00
Trevor Buckner
4fe0f1a7af
Comment out server-side brew version checking
...
Requires client-side update to apply brew version correctly; temporarily disabling server-side checking for a few days until more users have updated their clients.
2023-01-03 12:38:00 -05:00
Trevor Buckner
7aac377ce8
Merge pull request #2575 from jeddai/google-brew-version-comparison-fix
...
add check for truthy version, and make sure the version exists when incrementing it
2023-01-03 11:22:37 -05:00
dependabot[bot]
77542c5f06
Bump eslint from 8.30.0 to 8.31.0
...
Bumps [eslint](https://github.com/eslint/eslint ) from 8.30.0 to 8.31.0.
- [Release notes](https://github.com/eslint/eslint/releases )
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md )
- [Commits](https://github.com/eslint/eslint/compare/v8.30.0...v8.31.0 )
---
updated-dependencies:
- dependency-name: eslint
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-01-02 03:01:18 +00:00
dependabot[bot]
3d365339e4
Bump mongoose from 6.8.1 to 6.8.2
...
Bumps [mongoose](https://github.com/Automattic/mongoose ) from 6.8.1 to 6.8.2.
- [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/6.8.1...6.8.2 )
---
updated-dependencies:
- dependency-name: mongoose
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-12-29 03:01:18 +00:00
dependabot[bot]
66be400f5f
Bump react-router-dom from 6.6.0 to 6.6.1
...
Bumps [react-router-dom](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom ) from 6.6.0 to 6.6.1.
- [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@6.6.1/packages/react-router-dom )
---
updated-dependencies:
- dependency-name: react-router-dom
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-12-26 03:01:12 +00:00
dependabot[bot]
9880792c4d
Bump marked from 4.2.4 to 4.2.5
...
Bumps [marked](https://github.com/markedjs/marked ) from 4.2.4 to 4.2.5.
- [Release notes](https://github.com/markedjs/marked/releases )
- [Changelog](https://github.com/markedjs/marked/blob/master/.releaserc.json )
- [Commits](https://github.com/markedjs/marked/compare/v4.2.4...v4.2.5 )
---
updated-dependencies:
- dependency-name: marked
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-12-26 03:00:50 +00:00
Charlie Humphreys
ca03a473ec
add check for truthy version, and make sure the version exists when incrementing it
2022-12-23 14:31:58 -06:00
Trevor Buckner
4e7a96b67c
Merge pull request #2571 from naturalcrit/v3.5.0
...
v3.5.0
2022-12-23 13:25:00 -05:00
Trevor Buckner
39bfc818a6
Merge pull request #2572 from jeddai/new-props-authors-fix
...
add elvis to fix invited authors editor
2022-12-23 13:24:48 -05:00
Charlie Humphreys
6d9982f735
add elvis to fix invited authors editor
2022-12-23 12:21:15 -06:00
Trevor Buckner
4f6ba7a388
v3.5.0
2022-12-23 12:07:31 -05:00
Trevor Buckner
0274fb214c
Merge pull request #2566 from naturalcrit/dependabot/npm_and_yarn/mongoose-6.8.1
...
Bump mongoose from 6.8.0 to 6.8.1
2022-12-23 01:57:27 -05:00
Trevor Buckner
15519f142d
Merge pull request #2569 from naturalcrit/dependabot/npm_and_yarn/googleapis-110.0.0
...
Bump googleapis from 109.0.1 to 110.0.0
2022-12-23 01:53:09 -05:00
Trevor Buckner
6b258886a4
Merge pull request #2570 from naturalcrit/dependabot/npm_and_yarn/babel/core-7.20.7
...
Bump @babel/core from 7.20.5 to 7.20.7
2022-12-23 01:52:49 -05:00
Trevor Buckner
d23a88c997
Merge pull request #2568 from naturalcrit/dependabot/npm_and_yarn/react-router-dom-6.6.0
...
Bump react-router-dom from 6.4.5 to 6.6.0
2022-12-23 01:52:42 -05:00
Trevor Buckner
096e17ab5a
Merge pull request #2564 from naturalcrit/dependabot/npm_and_yarn/eslint-8.30.0
...
Bump eslint from 8.29.0 to 8.30.0
2022-12-23 01:52:32 -05:00
dependabot[bot]
53d5f9f6e0
Bump @babel/core from 7.20.5 to 7.20.7
...
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core ) from 7.20.5 to 7.20.7.
- [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.20.7/packages/babel-core )
---
updated-dependencies:
- dependency-name: "@babel/core"
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-12-23 03:01:08 +00:00
dependabot[bot]
43b4fe75e2
Bump googleapis from 109.0.1 to 110.0.0
...
Bumps [googleapis](https://github.com/googleapis/google-api-nodejs-client ) from 109.0.1 to 110.0.0.
- [Release notes](https://github.com/googleapis/google-api-nodejs-client/releases )
- [Changelog](https://github.com/googleapis/google-api-nodejs-client/blob/main/CHANGELOG.md )
- [Commits](https://github.com/googleapis/google-api-nodejs-client/compare/googleapis-v109.0.1...googleapis-v110.0.0 )
---
updated-dependencies:
- dependency-name: googleapis
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-12-23 03:00:52 +00:00
Trevor Buckner
816860dc4f
Merge pull request #2561 from jeddai/add-ability-to-invite-authors
...
Add ability to invite authors + version comparison check
2022-12-22 17:03:31 -05:00
Charlie
314f758d62
Update server/homebrew.api.js
...
Co-authored-by: Trevor Buckner <calculuschild@gmail.com >
2022-12-22 15:58:33 -06:00
dependabot[bot]
c799aaa7cb
Bump react-router-dom from 6.4.5 to 6.6.0
...
Bumps [react-router-dom](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom ) from 6.4.5 to 6.6.0.
- [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@6.6.0/packages/react-router-dom )
---
updated-dependencies:
- dependency-name: react-router-dom
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-12-22 03:00:35 +00:00
Charlie Humphreys
2f5bc8db54
remove redundant boolean comparison logic
2022-12-21 16:19:41 -06:00
Charlie Humphreys
7c61a27084
update authorship edit check and error
2022-12-21 15:59:00 -06:00
dependabot[bot]
ad3e83da22
Bump mongoose from 6.8.0 to 6.8.1
...
Bumps [mongoose](https://github.com/Automattic/mongoose ) from 6.8.0 to 6.8.1.
- [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/6.8.0...6.8.1 )
---
updated-dependencies:
- dependency-name: mongoose
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-12-20 03:00:35 +00:00
dependabot[bot]
8888704b58
Bump eslint from 8.29.0 to 8.30.0
...
Bumps [eslint](https://github.com/eslint/eslint ) from 8.29.0 to 8.30.0.
- [Release notes](https://github.com/eslint/eslint/releases )
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md )
- [Commits](https://github.com/eslint/eslint/compare/v8.29.0...v8.30.0 )
---
updated-dependencies:
- dependency-name: eslint
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-12-19 03:00:45 +00:00
Charlie Humphreys
a3dc5e78fd
remove console log
2022-12-14 10:04:43 -06:00
Charlie Humphreys
e5febc1fef
update ui to include invitedAuthors array
2022-12-13 21:06:47 -06:00
Charlie Humphreys
354d01e980
set the version in the ui from the server response on save
2022-12-13 21:05:45 -06:00
Charlie Humphreys
63e043593a
add invitedAuthors key and move invited author to authors on save
2022-12-13 21:05:00 -06:00
Charlie Humphreys
770d0c141d
add 409 return when server version is greater than updating version
...
This also moves the version back onto the stub
2022-12-13 21:03:51 -06:00
Trevor Buckner
02c0176070
Merge pull request #2509 from jeddai/disable-changes-from-non-authors
...
Disable changes from non authors
2022-12-12 12:15:23 -05:00
Charlie Humphreys
f847de852b
Merge branch 'master' into disable-changes-from-non-authors
2022-12-12 10:39:08 -06:00
Trevor Buckner
86413b5767
Merge pull request #2560 from naturalcrit/fixGoogleToMongoTransfer
...
Change findOneAndUpdate to FindOne and Save
2022-12-12 10:22:49 -05:00
Trevor Buckner
747c976a14
typo
2022-12-12 10:19:49 -05:00
Trevor Buckner
326c28a11d
Change findOneAndUpdate to FindOne and Save
...
Setting an object property to `undefined` should tell Mongoose to remove that property (for example, remove the googleId from a brew). That doesn't seem to work with `findOneAndUpdate` however; the `undefined` property remains after the update.
Switching back to `save()` to make this work again.
2022-12-12 09:59:04 -05:00
Trevor Buckner
263471bcbb
Fix changelog typo
2022-12-10 18:03:16 -05:00
Trevor Buckner
9478454063
Merge pull request #2558 from naturalcrit/v3.4.2
...
v3.4.2
v3.4.2
2022-12-10 14:18:16 -05:00
Trevor Buckner
a9a9804517
v3.4.2
2022-12-10 14:15:09 -05:00