BlocklyProp icon indicating copy to clipboard operation
BlocklyProp copied to clipboard

Blockly based visual programming editor for Propeller C

Results 100 BlocklyProp issues
Sort by recently updated
recently updated
newest added

The system currently does not provide a process to remove the COPPA restrictions for an account that is no longer subject to the restriction - when the user's age reaches...

Server

As it relates to [this discussion](https://github.com/parallaxinc/BlocklyProp/issues/1268), we need to update the - Registration Successful page ![image](https://user-images.githubusercontent.com/1266318/33580851-92589cc6-d903-11e7-9fd0-5efc62d45a3a.png) and the - Email Confirm Requested page ![image](https://user-images.githubusercontent.com/1266318/33580861-95b6373e-d903-11e7-9f6b-73887889fda0.png) to show the email address that...

enhancement
Server

Please add a simple "search" parameter that does an SQL case-insensitive 'LIKE "%SEARCHTERM%"' against the Name Board Description User fields. Adding this to the endpoints would allow for a fairly...

Server

When a user requests a password reset, the app obtains a token, creates and sens an email to the user's email address. The email contains a URL and a token...

Discussion

[Edited to bring it up to date] _We need to escalate the resolution of related issue(s) (https://github.com/parallaxinc/Cloud-Session/issues/50 and https://github.com/parallaxinc/Cloud-Session/issues/51) as well as this issue because occurrences are increasing in frequency,...

enhancement
Server

The project table contains two fields (private and shared) that are mutually exclusive. Refactor code to allow the ‘private’ field to be definitive for the private state of the project...

task
Server

For discussion... Save and Save As don't enforce a unique name within a user's account. Saving As with the same name is not helpful as it leads to confusion about...

enhancement
Server

Add a required field to the user account table to persist a JSON document that contains user profile settings. Use a TEXT data type for the database field.

enhancement
Server

As of Issue #1536, nice password restriction feedback is provided on the Register page; however, the Forgot Password's [Do password reset](http://demo.blockly.parallax.com/blockly/reset) page and the [Profile>Change](http://demo.blockly.parallax.com/blockly/profile) page needs the same behavior...

enhancement
Server

Sentry has deprecated the sentry.raven.* packages and replaced them with io.sentry.* packages. Update code to use new packages.

task
Server