jmoenig
32784a7a19
updated version history
2021-02-04 23:21:54 +01:00
Michael Ball
d0e72f3f9b
Trim usernames on signup
...
This only applies to signups. We should also do this on the backend too.
2021-02-04 10:43:32 -08:00
jmoenig
694f50683b
updated version history
2020-10-21 10:22:33 +02:00
Bernat Romagosa
5630c271af
added noCloud flag that disables cloud access
2020-10-20 15:41:21 +02:00
jmoenig
c112d8bbd6
updated version dates
2020-05-17 09:44:19 +02:00
Bernat Romagosa
33041fe512
filtering out typical BJC, Teals etc projects from published project list
2020-05-08 09:39:07 +02:00
Michael Ball
4020353d2f
Do not use the cloud subdomain
...
Ugh, this should have been changed a few months ago.
2019-10-16 13:03:26 -07:00
jmoenig
67216e51d0
added another semicolon for LINT, updated version
2019-10-09 16:53:00 +02:00
Michael Ball
e16f669780
Add showProjectPath method to cloud.js
2019-09-25 12:38:40 +02:00
jmoenig
f553d673bf
lemme fix that syntax for ya ;-)
2019-07-17 20:10:24 +02:00
Bernat Romagosa
a9d2763482
fixes bug when fetching collection list from community site
2019-07-17 18:00:38 +02:00
jmoenig
9f11b84413
updated version history
2019-07-01 14:01:29 +02:00
Bernat Romagosa
32176c8421
fixes collection grid page size
2019-06-29 10:43:08 +02:00
jmoenig
a313993f9f
updated version date
2019-04-25 16:20:09 +02:00
Bernat Romagosa
ad8b78fb72
replace %username at the request level
2019-04-17 20:34:38 +02:00
Bernat Romagosa
d3beb9e38c
Merge branch 'master' of https://github.com/jmoenig/Snap into cloud-js-updates
2019-04-16 16:29:46 +02:00
Bernat Romagosa
5cd3f3011c
minor update to cloud.js
2019-04-16 16:29:43 +02:00
jmoenig
d8713ad4d5
updated version
2019-03-25 15:08:16 +01:00
Bernat Romagosa
b20705c46c
fixed getCollections method
2019-03-22 16:38:59 +01:00
Bernat Romagosa
ab9a62d3df
Collection functions in cloud.js ( #2334 )
...
* collection functions
* fixed getUserCollections method
* reodered getCollectionProjects params to match other functions
* getUserCollections is safe against null params
* renamed body params in addProjectToCollection
* addProjectToCollection call was missing error string
* added withThumbnail param to getCollectionProjects, plus wrapped at 80 chars
* removed trailing slash from getCollectionProjects query
* added Cloud methods to set collection thumbnail and remove project from collection
* updated removeProjectFromCollection to match API
* add getCollectionMetadata method to cloud.js
* added methods to update collection name and description to cloud.js
* added method to remove a collection
* added methods to share, unshare, publish and unpublish collections
* renamed removeCollection to deleteCollection, to match deleteProject
* fixed which collection methods need credentials and which don't
* getUserCollection needs credentials
* added Cloud >> addEditorToCollection
* added Cloud >> removeEditorFromCollection
* added Cloud >> getCollectionsContainingProject
* reordered getRemixes params
* updated cloud module date
2019-02-20 07:27:57 +01:00
jmoenig
19f17e7243
updated version history
...
and slightly tweaked the code to please lint :-)
2019-01-25 12:17:57 +01:00
Michael Ball
16db64c9d5
oh dear! 2e20 is *not* 2**20...whoops
2019-01-24 02:32:40 -08:00
Michael Ball
b4f12a67bd
cleanup logging / comments
2019-01-24 02:07:26 -08:00
Michael Ball
a044553767
refactor some cloud project saving. Fix #2169
2019-01-24 02:03:10 -08:00
Michael Ball
1fdded7fe5
Move project saving code to gui.js
...
Give it a small refactor, fix size checking.
2019-01-23 23:54:33 -08:00
Michael Ball
204f725437
cloud.js tweak to not need morphic as much.
2019-01-23 23:31:00 -08:00
jmoenig
1697be02d3
updated versions
2019-01-17 13:27:58 +01:00
Bernat Romagosa
91439e8512
minor change because of new user roles
2019-01-16 12:35:40 +01:00
jmoenig
9dfaca8e33
updated version dates, pushed dev version to 4.3
2019-01-11 17:36:07 +01:00
Jens Mönig
0020ce17f7
Merge pull request #2292 from bromagosa/remix-changes
...
Changes needed for the remix functionality in our new social site
2019-01-11 16:38:00 +01:00
Bernat Romagosa
fc7a9cc566
Update cloud.js
2019-01-02 08:46:49 +01:00
Bernat Romagosa
cacda530b2
added getRemixes function to cloud.js
2018-12-18 08:34:31 +01:00
Bernat Romagosa
99815dd547
added remix functionality
2018-12-17 12:41:10 +01:00
Bernat Romagosa
8324935dc4
added Cloud >> updateProjectName method
2018-12-04 14:26:34 +01:00
jmoenig
8b011ac38f
updated cloud version
2018-11-28 10:47:21 +01:00
Bernat Romagosa
85168ece6b
A typo and an error in the domain lookup comment.
...
The cloud URL is specified in a `location` attribute, not a `domain` one.
2018-11-28 09:29:50 +01:00
jmoenig
4d850b0410
improved UX when running Snap! locally without a web server
...
bypass the cloud and instead import and export everything to local disk
2018-10-04 14:34:59 +02:00
jmoenig
258e476e5f
moved *.js files into subfolder "src"
...
and edited gui.js to deal with ypr.js
2018-10-02 15:48:42 +02:00