summaryrefslogtreecommitdiff
path: root/cloud.js
Commit message (Collapse)AuthorAgeFilesLines
* Localization additions and Portuguese translation update, thanks, Manuel!jmoenig2014-05-261-2/+3
|
* Add localization to connection error message.Manuel Menezes de Sequeira2014-05-201-5/+5
|
* validated all source files against the latest JSLint versionjmoenig2014-01-091-5/+2
| | | | and pushed to this date
* fixed #125 (encode email address when signing up)jmoenig2013-11-261-2/+2
| | | | thanks, Nathan!
* cloud project saving transmission integrity checkjmoenig2013-11-071-3/+9
| | | | | | includes the sizes of the sent project components in the transmision, so the cloud backend can check if the whole of them have been transmitted before comitting to the database
* "sanity check" for cloud-saving mechanismjmoenig2013-10-101-1/+19
| | | | | | | errors if the serialized project data is corrupt and cannot be parsed as XML, addresses #203, #200, #171. I'm hoping that this might provide us a clue whether the corruption is happening in Snap's marshalling or on the backend side
* fixed #119, #149jmoenig2013-09-171-2/+14
| | | | | accessing a shared projects requires lowercasing the username - this is now automatically taken care of
* Reset Password via emailed linkjmoenig2013-05-101-5/+2
| | | | (front end only)
* Reset Password Featurejmoenig2013-05-061-2/+58
| | | | (front end only)
* German translation updatejmoenig2013-04-191-1/+1
| | | | | | | for new "scripts pic..." feature on the scripting area's context menu. Also pushed up version dates for new beta release, and added SnapManual.pdf to the help folder
* Export picture of all scriptsjmoenig2013-04-171-1/+2
| | | | | | | | | | * new entry in the ScriptsMorph's userMenu lets you export a picture of all scripts, including comments. * place sticky comments on World layer on dragging their anchor block, fixes both #8 and #18 * additional settings for developing the backend
* Switched to UTF-8Nathan Dinsmore2013-04-081-2/+2
| | | | This fixes some encoding issues
* Revert "Fixed an encoding issue"Nathan Dinsmore2013-04-081-2/+2
| | | | This reverts commit 4d37845b2e4de02ffa5a2e8a37812cca98e206d8.
* Fixed an encoding issueNathan Dinsmore2013-04-081-2/+2
|
* Fixed a number of whitespace inconsistenciesNathan Dinsmore2013-04-081-1/+1
|
* Sharing / Unsharing projects finalizationjmoenig2013-04-081-4/+7
|
* Loading shared cloud projects in presentation modejmoenig2013-04-041-1/+57
| | | | and exporting URLs for shared projects
* Project Sharing / Unsharing Support (frontend)jmoenig2013-04-021-5/+23
| | | | | Support for publishing and un-publishing projects in the cloud (not yet live in the current production version of the cloud backend)
* Zoom Blocksjmoenig2013-03-221-1/+1
| | | | | | in the settings menu. also: Optional slider for numeric prompter, numberic prompters for watchers' sliderMin/Max
* Cloud: Support cookiesjmoenig2013-03-211-1/+3
|
* Creationjmoenig2013-03-161-0/+472