jmoenig
e30afdee34
little code tweaks to cloud.js
2018-06-15 12:48:55 +02:00
Michael Ball
cf3758d77f
Automatically Determine the Cloud URL ( #2123 )
...
* determine cloud url dynamicaly
* Fix specifying the cloud URL from a meta tag
* no protoptye for Cloud.knownDomains
* Tweak the location of where SnapCloud is created.
Note - we want to call determineCloudURL once document.head is available, so it is best
to do that in the onload callback for safety.
* Move initialize to cloud.js; simplify logic a bit
* move SnapCloud to this.cloud on IDE_Morph
* update eisenberg library
2018-06-15 12:40:21 +02:00
jmoenig
3b9299fbb3
updated history, minor LINT-related reformatting
2018-06-06 09:24:43 +02:00
Bernat Romagosa
f3ffe66a2b
Backups ( #2110 )
...
* added backups menu
* project recovery dialog
* only show recover button in Cloud tab
* Human-readable time diffs for recovery dialog
* reverted project list context menu, ca and es translations
2018-06-06 09:06:34 +02:00
Jens Mönig
7eb38234da
prepare minor release
2018-03-14 08:53:20 +01:00
Bernat Romagosa
7257c25e19
remix project method
2018-03-13 17:01:03 +01:00
Michael Ball
ae3dc5c7ef
Make the new cloud destination cloud.s.b.e
2018-03-02 01:15:17 -08:00
Jens Mönig
d60afe33dc
Changed LeapMotion library source to https
2018-02-20 16:38:46 +01:00
Bernat Romagosa
6cb9bcc761
Checking if user is verified on session init
2018-02-20 02:18:21 +01:00
Bernat Romagosa
0fb828add7
Merge branch 'master' of https://github.com/jmoenig/Snap--Build-Your-Own-Blocks into newer-cloud
2018-02-14 00:59:11 +01:00
Bernat Romagosa
1703636f3b
apparently encodeURIComponent(null) returns "null"
2018-02-14 00:59:05 +01:00
Jens Mönig
cd70510232
experimental stuff
2018-02-13 18:45:21 +01:00
Bernat Romagosa
328bcada45
unescaping all parameters
2018-02-13 16:50:06 +01:00
Bernat Romagosa
ca15750c36
tiny credential check bugfix
2018-02-13 12:17:43 +01:00
Bernat Romagosa
60c7c91969
Resend verification email menu entry
2018-02-12 16:29:30 +01:00
Bernat Romagosa
df66f6ae93
Displaying login messages from the backend
2018-02-12 13:48:12 +01:00
Bernat Romagosa
b9523bb0d7
Added password reset query
2018-02-09 17:55:10 +01:00
Jens Mönig
1a855f81ed
made sure project thumbnails are normalized when saved
2018-02-08 23:43:16 +01:00
Bernat Romagosa
f5c2a334be
Merge branch 'master' of https://github.com/jmoenig/Snap--Build-Your-Own-Blocks into newer-cloud
2018-02-08 09:45:49 +01:00
Jens Mönig
56180a3681
slight tweaks - mostly to please Lint
2018-02-08 09:36:16 +01:00
Bernat Romagosa
68c5181833
lazy notes generation
2018-02-07 09:21:52 +01:00
Michael Ball
f0d34d842a
use CS10.org URL
2018-02-06 23:19:12 -08:00
Michael Ball
26ea11028e
merge master
2018-02-06 23:18:25 -08:00
Bernat Romagosa
c1b68cdccf
fixed project loading
2018-02-01 11:17:22 +01:00
Bernat Romagosa
c4d02ae150
loading media works, but not when using #present
2018-01-31 17:54:14 +01:00
Michael Ball
931ffec6b2
Add first pass password encryption to the client
2018-01-30 13:24:00 -08:00
Bernat Romagosa
a8a715436d
set temporary cloud URL for testing purposes
2018-01-26 16:03:01 +01:00
Bernat Romagosa
158be149ea
change password
2017-11-10 12:19:21 +01:00
Bernat Romagosa
e869484b8e
Cloud >> getUser
2017-11-03 16:19:25 +01:00
Bernat Romagosa
dc089e0979
cleaner credential checking
2017-11-03 11:30:07 +01:00
Bernat Romagosa
75fa25680b
password goes as payload to login POST query
2017-11-02 17:40:04 +01:00
Bernat Romagosa
1cc3595781
added updateNotes query
2017-10-25 16:59:58 +02:00
Bernat Romagosa
15729044b7
added withThumbnail param to project list fetch methods
2017-10-24 12:58:37 +02:00
Bernat Romagosa
933a4be539
public project list enhancements
2017-10-13 18:29:47 +02:00
Bernat Romagosa
fc94dade40
public project query
2017-10-10 13:00:49 +02:00
Bernat Romagosa
5a54f6abc0
get project metadata API call
2017-10-09 12:37:34 +02:00
Bernat Romagosa
dceb296f55
persistent login
2017-10-04 19:53:25 +02:00
Bernat Romagosa
f075bbd9ff
save existing project, fetch public project
2017-10-04 17:59:10 +02:00
Bernat Romagosa
67d4ff94ec
Share and publish. Not too happy with long code, should refactor
2017-10-04 14:22:15 +02:00
Bernat Romagosa
e82fa89634
refactored cloud methods
2017-10-04 11:46:50 +02:00
Bernat Romagosa
e24d75168b
delete project, fetch project, save project
2017-10-02 18:43:50 +02:00
Bernat Romagosa
0ef17d631a
project saving
2017-09-28 18:30:13 +02:00
Bernat Romagosa
13c05e3082
login, logout, signup
2017-09-28 13:26:46 +02:00
Jens Mönig
c07c16134b
10 MB limit for media embedded in cloud projects
2015-12-15 11:54:38 +01:00
Jens Mönig
f24b65f673
towards v4.0.4 - under construction -
...
* Show result bubble when the user clicks on a command script that uses
REPORT (You can now click on REPORT and it actually does something)
* New generic “When” hat block, enhances red stop button behavior
* New block (instance) variables feature (experimental)
* evaluator performance optimizations
* Morphic grab-threshold fix for scroll frames
* fixed several block rendering glitches
* List category LENGTH reporter now also works on text
* Changed “any” to “random” (in English only)
* new FILL primitive in the Pen category
* switched to animation frame scheduling, please use TURBO for music
* Updated German translation
2015-12-15 10:14:56 +01:00
Jens Mönig
be32d755b5
optimize cloud communication
...
support double the number of web slices, support avoiding encoding
projects on the backend side
2015-12-04 15:55:33 +01:00
jmoenig
947906aab9
Backend load balancing support
...
also:
* eliminate now obsolete authentication roundtrip,
* Cloud error message tweaks
2015-01-12 10:13:49 +01:00
jmoenig
24f7a37a56
Localization additions and Portuguese translation update, thanks, Manuel!
2014-05-26 09:57:21 +02:00
Manuel Menezes de Sequeira
6926f7085b
Add localization to connection error message.
2014-05-20 13:23:24 +01:00
jmoenig
fa88fdc761
validated all source files against the latest JSLint version
...
and pushed to this date
2014-01-09 18:50:38 +01:00