p5.js-web-editor/server/controllers/collection.controller
Cassie Tarakajian 6259f58233 [#1314][#1489] Add static methods to user model
- Add new static methods to user model
  - `findByEmailAndUsername`
  - renames `findByMailOrName` to `findByEmailOrUsername`
  - `findByUsername`
  - `findByEmail`
- Reverts case insensitive behavior for username
2020-07-15 17:33:11 -04:00
..
addProjectToCollection.js Allow deleted sketches in collections to be removed (fixes #1465) 2020-06-29 11:39:35 +02:00
collectionForUserExists.js [#1314][#1489] Add static methods to user model 2020-07-15 17:33:11 -04:00
createCollection.js Adds Collections model and Editor API to manage collections 2019-09-25 12:01:39 -04:00
index.js Displays existing collection 2019-09-25 12:06:07 -04:00
listCollections.js [#1314][#1489] Add static methods to user model 2020-07-15 17:33:11 -04:00
removeCollection.js Adds Collections model and Editor API to manage collections 2019-09-25 12:01:39 -04:00
removeProjectFromCollection.js Allow deleted sketches in collections to be removed (fixes #1465) 2020-06-29 11:39:35 +02:00
updateCollection.js Adds Collections model and Editor API to manage collections 2019-09-25 12:01:39 -04:00