Serge
Serge
https://github.com/aces/cbrain/issues/1391
This aims to enhance the data provider restriction panel with toggles, default buttons, and a ternary checkbox (indeterminate, checked, unchecked states). Unlike the current logic, both whitelisting and blacklisting are...
To reproduce try to create a Data Provider, say DataLad type, yet miss a mandatory field (such as name or DataLad url) to trigger form validation errors. Using already existing...
Makes sure that CBRAIN does not change new data provider type arbitrary due validation errors, such as supplying already existing name, missing it completely etc fixes #1406
Looks like last year Zenodo API had breaking changes. It seems that token should be placed into Bearer authentication header, rather than get query. The way how Tristan updated Zenodo...
Sometimes, user might rename a file, and in the process enter already existing name. After submission the message appears 'file updated successfully' even though old name is preserved. Instead a...