- Oct 01, 2024
-
-
Moser, Maximilian authored
-
Moser, Maximilian authored
-
Moser, Maximilian authored
-
Moser, Maximilian authored
* use `hatchling` instead of `setuptools` as build tool * remove `MANIFEST.in` since that's specific to setuptools * also add `uv.lock` to gitignore
-
Moser, Maximilian authored
-
- Sep 24, 2024
-
-
Miksa, Tomasz authored
Update forms.py: change the consent message to: Allow the repository team to curate the metadata of my uploads after publication to facilitate long-term preservation
-
- Sep 18, 2024
-
-
Moser, Maximilian authored
-
Moser, Maximilian authored
* the mappings have been fixed in invenio-communities v13.0.9
-
- Sep 17, 2024
-
-
Moser, Maximilian authored
* based on what we have at Invenio-Theme-TUW
-
Moser, Maximilian authored
* based on what we already have at Invenio-Theme-TUW
-
Moser, Maximilian authored
-
Moser, Maximilian authored
-
Moser, Maximilian authored
-
Moser, Maximilian authored
* this eliminates a hacky use of a blueprint
-
Moser, Maximilian authored
* this hasn't been used ever since we switched over to curation reviews
-
- Sep 12, 2024
-
-
Moser, Maximilian authored
-
Moser, Maximilian authored
* that's where most of the duplicates are coming from
-
Moser, Maximilian authored
-
Moser, Maximilian authored
* this should help with the elimination of duplicates
-
Moser, Maximilian authored
* fix preview permissions not granting access to the draft's files if they are restricted * also refactor the permission levels for shared access (links & grants) to be easier to handle * the latter unfortunately introduces duplicate generators in the policy and is thus a bit wasteful - if that turns out to be a problem, that should be updated in the future (e.g. via sets)
-
- Sep 04, 2024
-
-
Moser, Maximilian authored
-
Moser, Maximilian authored
* removing this filter shows all drafts where the current user has access to rather than just their own drafts * e.g. if a draft has been shared with a user, the recipient will now see them in their dashboard as well * as a side effect, administrators will likely have all the drafts listed in their dashboard
-
- Jul 09, 2024
-
-
Moser, Maximilian authored
-
Moser, Maximilian authored
* it looks like the extension may have been linked with issues regarding user-related operations such as login and file upload, so we decided to make it opt-in for now
-
- Jul 08, 2024
-
-
Moser, Maximilian authored
-
Moser, Maximilian authored
* because golang apparently doens't play nice with the musl in alpine linux
-
Moser, Maximilian authored
-
Moser, Maximilian authored
* reduce the amount of data transferred for awkward spacing * this should make dashes vs. no dashes in jinja constructs irrelevant * static scripts and styling are already minified by the assets build and gets served by the reverse proxy anyway
-
Moser, Maximilian authored
* so that it's easier to get a working installation for tests
-
- Jul 02, 2024
-
-
Moser, Maximilian authored
-
Moser, Maximilian authored
* through a service component, because the deposit form defaults would be set under `record.metadata.[...]` which is invalid * the `access` API endpoint and the share modal only become active once the draft has been created, so the `create` hook should indeed be the first spot where the access settings are available
-
- Jun 28, 2024
-
-
Moser, Maximilian authored
-
Moser, Maximilian authored
* because this request workflow can be used to evade our mandatory record review * going through this config item seems to be the minimally invasive option (adding a custom requests service component may work better but also requires more maintenance)
-
- Jun 24, 2024
-
-
Moser, Maximilian authored
-
Moser, Maximilian authored
-
- Jun 22, 2024
-
-
Moser, Maximilian authored
-
Moser, Maximilian authored
* because I am impatient and don't want to wait until my upstream PR gets merged and released * also, it's interesting to see how to override mappings
-
Moser, Maximilian authored
-
Moser, Maximilian authored
* follow naming from Invenio-Communities more closely * also, remove some unused imports
-
Moser, Maximilian authored
* it's not really a new generator
-