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
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
Andrew Nicolaou
0e1bb3bd44
Allow deleted sketches in collections to be removed ( fixes #1465 )
2020-06-29 11:39:35 +02:00
Andrew Nicolaou
14a8f48fd5
Fix all linting errors/warnings
2019-10-21 10:35:20 +02:00
Andrew Nicolaou
6ca6e78a28
Displays existing collection
...
- List all collections for a given user
- View an individual collection
- Link to a sketch from a collection
2019-09-25 12:06:07 -04:00
Andrew Nicolaou
c9551a3142
Adds Collections model and Editor API to manage collections
...
- List any user's collections
- Create new collection
- Modify collection metadata
- Delete collection
- Add/remove any project to/from a collection
2019-09-25 12:01:39 -04:00