- Apr 03, 2023
-
-
Anusha Ranganathan authored
Show all crc dataset on group show page either work in review or published See merge request FDM/rdm-system/rdms!135
-
Anusha Ranganathan authored
Fixed visibility for crc_member See merge request FDM/rdm-system/rdms!134
-
Anusha Ranganathan authored
Tombstone feature moved to workflow section See merge request FDM/rdm-system/rdms!133
-
Anusha Ranganathan authored
Creates rake for setup users See merge request FDM/rdm-system/rdms!129
-
Anusha Ranganathan authored
Set default value for role and license See merge request FDM/rdm-system/rdms!128
-
Anusha Ranganathan authored
-
Anusha Ranganathan authored
-
Anusha Ranganathan authored
-
Anusha Ranganathan authored
-
Anusha Ranganathan authored
-
Anusha Ranganathan authored
-
- Mar 30, 2023
-
-
Kapil Patel authored
-
Anusha Ranganathan authored
-
Anusha Ranganathan authored
-
- Mar 29, 2023
-
-
Kapil Patel authored
-
Kapil Patel authored
-
- Mar 28, 2023
-
-
Kapil Patel authored
-
Kapil Patel authored
-
- Mar 24, 2023
-
-
Anusha Ranganathan authored
Cannot save more than 11 complex records in the submission form See merge request FDM/rdm-system/rdms!127
-
Anusha Ranganathan authored
Create assets on first run in production mode See merge request FDM/rdm-system/rdms!125
-
Anusha Ranganathan authored
-
- Mar 16, 2023
-
-
Kapil Patel authored
-
Kapil Patel authored
-
Kapil Patel authored
-
- Mar 15, 2023
-
-
Anusha Ranganathan authored
-
Kapil Patel authored
-
Kapil Patel authored
-
- Mar 14, 2023
-
-
Pascal Ernster authored
Currently, starting RDMS after rebuilding and reinstalling it from scratch in `RAILS_ENV=production` mode fails because assets are not created automatically. I'd prefer to put the required commands into the `Dockerfile`, but this doesn't work currently because the path used to store these assets is a Docker volume shared between multiple Docker containers, which are not available at build time of these container images/execution time of the corresponding `Dockerfile`. Therefore, for the time being, we execute the commands in the container's `hyrax/docker-entrypoint.sh`.
-
Anusha Ranganathan authored
Merge branch '32-generate-random-passwords-with-securerandom-instead-of-devise-friendly_token' into 'develop' Generate random passwords with SecureRandom instead of Devise.friendly_token See merge request FDM/rdm-system/rdms!123
-
Anusha Ranganathan authored
Remove hyrax/seed/crc_users.json See merge request FDM/rdm-system/rdms!126
-
Pascal Ernster authored
According to @anusha, `hyrax/seed/crc_users.json` isn't needed anymore, so let's remove it.
-
Pascal Ernster authored
It seems that `User` objects can't be created with a `nil` password, so we have to set a password even for Shibboleth and ORCID user accounts, even though that password is never supposed to be used. Currently, we use `Devise.friendly_token` for this, but `SecureRandom` seems a better choice since it doesn't incur external dependencies/3rd party libraries (even though we currently use `Devise` nonetheless). Note: This does create passwords with binary/non-printable characters. Given the 32 byte length chosen, this gives us 256 bit entropy per password.
-
- Mar 13, 2023
-
-
Anusha Ranganathan authored
Replace all hard-coded admin user to correct one See merge request FDM/rdm-system/rdms!122
-
Kapil Patel authored
-
Kapil Patel authored
-
- Mar 09, 2023
-
-
Anusha Ranganathan authored
add manual assets precompile documentation to readme See merge request FDM/rdm-system/rdms!121
-
Johannes Frenzel authored
-
- Mar 02, 2023
-
-
Anusha Ranganathan authored
-
Anusha Ranganathan authored
-
Anusha Ranganathan authored
changes for tombstone visibility See merge request FDM/rdm-system/rdms!119
-