p5.js-web-editor/server/controllers/collection.controller
Cassie Tarakajian 15ad07d5ce [#1314][#1489] Use collation instead of RegEx
- Add case insensitive indexes for User.email and User.username
- Update user queries by username or email so that they are case
  insensitive
2020-07-14 18:16:17 -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] Use collation instead of RegEx 2020-07-14 18:16:17 -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] Use collation instead of RegEx 2020-07-14 18:16:17 -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