MongoDB

MongoDB is an open source NoSQL document-oriented database. MongoDB allows flexible schema representation instead of relying on fixed tables and columns. It supports full indexing, query, aggregation, tunable consistency and durability levels, and linear horizontal scaling through sharding.
Here are 30,208 public repositories matching this topic...
-
Updated
Sep 29, 2020 - Java
-
Updated
Sep 17, 2020 - Java
Issue Description
Since the old Instagram API will stop working on June 29 (See https://www.instagram.com/developer/), the url in https://github.com/parse-community/parse-server/blob/d0a9c709fea4cbdba540420353a36a0e89601ffb/src/Adapters/Auth/instagram.js#L9 needs to be changed to match the new "instagram_graph_user_profile" API. (See https://developers.facebook.com/docs/instagram-basic-disp
Prerequisites
- Are you running the latest version?
- Are you able to consistently reproduce the issue?
- Did you search the issue queue for existing issue?
Issue Description
The description
field is missing in the input schema when you are creating a shop. It's defined in the graphql schema but not in the validation schema. So, if you create a shop with description,
General Info
Browser - Chrome
Description
The footer of the website has an unnecessary right and left padding of 6em and also the layout of bottom links is not proper.
Can I work on this issue?
-
Updated
Sep 27, 2020 - Java
-
Updated
Sep 30, 2020 - Python
-
Updated
Jun 20, 2020 - Python
It would be better to use bcrypt, beause its more secure as it's slower (uses more computing cycles).
Your code could also be better:
You wouldn't need salt field in User model, because it's saved into the same field as password does.
For authentication, something like:
var mongoose = require('mongoose'),
bcrypt = require('bcryptjs');
var userSchema = mongoose.Schema({
email: String,
-
Updated
Sep 30, 2020 - Java
What went wrong?
I'm getting deprecation warnings with openSSL encryption.
[2019/09/05 08:38:52][info] Using Encryptor::OpenSSL to encrypt the archive.
[2019/09/05 08:40:22][warn] Pipeline STDERR Messages:
[2019/09/05 08:40:22][warn] (Note: may be interleaved if multiple commands returned error messages)
[2019/09/05 08:40:22][warn]
[2019/09/05 08:40:22][warn] *** WARNING : depre
-
Updated
Oct 1, 2020 - JavaScript
-
Updated
Sep 11, 2020 - JavaScript
-
Updated
Sep 20, 2020 - JavaScript
-
Updated
Sep 29, 2020 - Python
Created by MongoDB Inc.
Released February 11, 2009
- Organization
- mongodb
- Website
- www.mongodb.com
- Wikipedia
- Wikipedia
I have been having conflict issues with incompatible versions of google plugins, and have pulled together as much information as I can find, I have removed the gradle plugin from pre Cordova 9
cordova-android-support-gradle-release@3.0.1 - removed now included in Cordova 9.+
and have added to mobile-config.js
App.setPreference('AndroidXEnabled', 'true', 'android');
App.setPreference('Gra