project-reclamation icon indicating copy to clipboard operation
project-reclamation copied to clipboard

The Server Application for Monday Morning under Project Infinity

Results 17 project-reclamation issues
Sort by recently updated
recently updated
newest added

### Solved or Linked Issues Reference any and all issues solved and related to this pull request here. Mention if there are none. ### Description and Changes Please describe your...

### Solved or Linked Issues Reference any and all issues solved and related to this pull request here. Mention if there are none. ### Description and Changes Formatted the files...

good first issue
hacktoberfest

**Describe the bug** The use of mongoose skip operation is extremely inefficient and can overload the server on scaling as it requires the server to load all the skipped documents...

bug

Bumps [vm2](https://github.com/patriksimek/vm2) from 3.9.9 to 3.9.19. Release notes Sourced from vm2's releases. 3.9.19 Fixes https://github.com/patriksimek/vm2/commit/cfa3fc6f81be05ce9ed08a79a406ebe3b61ead3e: Fix resolver issue. 3.9.18 New Features https://github.com/patriksimek/vm2/commit/dd81ff616ff528de5dc7a1cf2939de3d3701539d: Add resolver API to create a shared resolver...

dependencies

Bumps [jose](https://github.com/panva/jose) from 2.0.5 to 2.0.6. Release notes Sourced from jose's releases. v2.0.6 Fixes limit default PBES2 alg's computational expense (c1512be) Changelog Sourced from jose's changelog. 2.0.6 (2022-09-01) Bug Fixes...

dependencies

### Details of the Task - [ ] Refactor contribution mutations - [ ] Add Google Docs support.

wip

Bumps [apollo-server-core](https://github.com/apollographql/apollo-server/tree/HEAD/packages/apollo-server-core) from 3.10.1 to 3.12.0. Changelog Sourced from apollo-server-core's changelog. v3.12.0 apollo-reporting-protobuf: Update protobuf file to be current [PR #7412](apollographql/apollo-server#7412) v3.11.1 apollo-server-core: Follow-up to v3.11.0: make GraphQLRequestContext.requestIsBatched optional for...

dependencies

**Describe the vulnerability** A direct return of cache data is a security risk. Return standard code 200 response instead. **Code References (if required)** https://github.com/Monday-Morning/project-reclamation/blob/83514e100043f3b2419b57486f86e0738266109d/server/router/index.js#L30-L30

vulnerability

**Queries** - Get all polls. - Get latest poll. - Get poll by id. - Get list of user participate in a poll. **Mutation** - Add new poll. - Edit...

enhancement