External projects moderator database (#5692)
* Begin external projects moderator database frontend * add copy link button * begin project page permissions settings * MEL database backend routes * include filename in external files * Hook up frontend external license page to backend * more work on user-facing external projects stuff * put user-facing stuff behind feature flag * prepr * clippy --------- Co-authored-by: aecsocket <aecsocket@tutanota.com>
This commit is contained in:
@@ -758,6 +758,24 @@
|
||||
"creation-flow.title.set-up-server": {
|
||||
"defaultMessage": "Set up server"
|
||||
},
|
||||
"external-project-license-status.no": {
|
||||
"defaultMessage": "No"
|
||||
},
|
||||
"external-project-license-status.permanent-no": {
|
||||
"defaultMessage": "Permanent no"
|
||||
},
|
||||
"external-project-license-status.unidentified": {
|
||||
"defaultMessage": "Unidentified"
|
||||
},
|
||||
"external-project-license-status.with-attribution": {
|
||||
"defaultMessage": "With attribution"
|
||||
},
|
||||
"external-project-license-status.with-attribution-and-source": {
|
||||
"defaultMessage": "With attribution and source"
|
||||
},
|
||||
"external-project-license-status.yes": {
|
||||
"defaultMessage": "Yes"
|
||||
},
|
||||
"files.conflict-modal.header": {
|
||||
"defaultMessage": "Extract summary"
|
||||
},
|
||||
@@ -2789,6 +2807,9 @@
|
||||
"project.settings.upload.title": {
|
||||
"defaultMessage": "Upload"
|
||||
},
|
||||
"project.settings.versions.permissions": {
|
||||
"defaultMessage": "Permissions"
|
||||
},
|
||||
"project.settings.versions.title": {
|
||||
"defaultMessage": "Versions"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user