[dspace-tech] Auto-assign e-person to a group upon registration

2017-03-15 Thread admin
Hi, I thought it's a simple task, but apparently not – is there any simple way to allow self-registering users being automatically assigned to specific group? I don't use LDAP authentication, I found some posts about using LDAP and auto-assignnement. Thanks, Peter -- You received this

Re: [dspace-tech] PDFBox update in DSpace 5.4 - how difficult would it be?

2017-03-15 Thread helix84
Here's what's needed to upgrade to PDFBox 2: https://github.com/DSpace/DSpace/pull/1273/files Don't forget to do mvn clean to get rid of the old PDFBox 1.8.x jar. Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette

[dspace-tech] PDFBox update in DSpace 5.4 - how difficult would it be?

2017-03-15 Thread Ricardo Campos
Hi All. We are using DSpace 5.4. We have some problems with media-filter while extracting texts from some PDF (OCRed) files. As I couldn't identify the error I tried extracting the same text using PDFBox-2.x.x and had no problems. I'm reckoning the difficulties of updating PDFBox from 1.8.7

Re: [dspace-tech] rest api version 5, not responding with restricted items.

2017-03-15 Thread Jose Blanco
I have a user that's using our rest api sending a GET request on a certain item that has 2 bitstreams - one has READ on Anonymous and the other on a group that this user belongs to. His response only contains the bitstream that has READ on Anonymous. He is issuing a login, getting a token and

Re: [dspace-tech] oai metadaformat

2017-03-15 Thread Claudia Jürgen
Hi Eric, we adjusted https://github.com/DSpace/DSpace/blob/dspace-6_x/dspace-oai/src/main/java/org/dspace/xoai/util/ItemUtils.java in order to add missing information (the description of the bitstream was missing in an older version). Maybe the information about the owning collection and

Re: [dspace-tech] oai metadaformat

2017-03-15 Thread eric . leclerc . gc
Thank your for the confirmation, have a great day Eric Leclerc Library and Archives Canada / Government of Canada On Wednesday, March 15, 2017 at 9:56:02 AM UTC-4, Claudia Jürgen wrote: > > Hello Eric, > > you are right at this point the information is not available. > The base for the

Re: [dspace-tech] Re: How to disable login / register users in JSPUI 5.6?

2017-03-15 Thread Claudia Jürgen
Hi Brendow, this was via the database. We were using Postgres 9.1 then and set default_transaction_read_only = on in postgresql.conf see https://www.postgresql.org/docs/9.4/static/runtime-config-client.html What kind of migration are you planning? Hope this helps Claudia Jürgen Am

[dspace-tech] Re: How to disable login / register users in JSPUI 5.6?

2017-03-15 Thread Brendow Adriel
How to enable transaction mode to read only? via database or application? Em terça-feira, 14 de março de 2017 17:59:52 UTC-3, Brendow Adriel escreveu: > > I need to do a database migration, but I want the repository stay > available to users. Disabling just user registration and authentication.

[dspace-tech] Re: How to disable login / register users in JSPUI 5.6?

2017-03-15 Thread Brendow Adriel
Thank you, But that was not what I was looking for. Em terça-feira, 14 de março de 2017 17:59:52 UTC-3, Brendow Adriel escreveu: > > I need to do a database migration, but I want the repository stay > available to users. Disabling just user registration and authentication. > > -- You received

Re: [dspace-tech] Re: How to disable login / register users in JSPUI 5.6?

2017-03-15 Thread Claudia Jürgen
Hello Brendow, for prior migrations we used to work with setting the transaction mode for the database to read only. Thus people could use the data, but nothing could be changed. Maybe this is what you are looking for. Hope this helps Claudia Jürgen Am 15.03.2017 um 14:59 schrieb Brendow

Re: [dspace-tech] oai metadaformat

2017-03-15 Thread Claudia Jürgen
Hello Eric, you are right at this point the information is not available. The base for the transformation is the xoai metadata format, which contains only information about the item. Hope this helps Claudia Jürgen Am 15.03.2017 um 14:49 schrieb eric.leclerc...@gmail.com: Hi, we are adding a

[dspace-tech] How to set multiple forms for different file types in JSPUI 5.6?

2017-03-15 Thread Brendow Adriel
I want to define a form for each file type on different forms. Is this possible? For example: Article - Form type - 1 Journal - Form type - 2 Game - Form type - 3 -- You received this message because you are subscribed to the Google Groups "DSpace Technical Support" group. To unsubscribe

[dspace-tech] oai metadaformat

2017-03-15 Thread eric . leclerc . gc
Hi, we are adding a dissemination format to use in the `/oai` endpoint, We cloned `marc.xsl` from `dspace/config/crosswalks/oai/metadataFormats/` and modified it to our needs. Now what I'm struggling with is a request to add information from the DSpace Collection linked to the items. I don't

Re: [dspace-tech] DSPACE database migrate changing rows to

2017-03-15 Thread Arthur H L R S
Hi, Im testing again and I saw this on 'dspace database info' : This database is NOT yet initialized for auto-migrations (via Flyway) Im sorry, i did read "if you like to upgrade now, simply run 'database migrate' . I guess there is some previous proccedures? I didnt found any on guides. As

Re: [dspace-tech] How to disable login / register users in JSPUI 5.6?

2017-03-15 Thread Monika Mevenkamp
Brandon I changed our JSPUI based repository to simply hide the login link at the top and told my users to go directly to /mydspace when they need to login If interested I can send you a patch Monika Monika Mevenkamp mo.me...@gmail.com http://mo-meven.tumblr.com/

[dspace-tech] Re: How to disable login / register users in JSPUI 5.6?

2017-03-15 Thread Brendow Adriel
don't exist this resource in jspui, only in xmlui. Em terça-feira, 14 de março de 2017 17:59:52 UTC-3, Brendow Adriel escreveu: > > I need to do a database migration, but I want the repository stay > available to users. Disabling just user registration and authentication. > -- You received

Re: [dspace-tech] How to disable login / register users in JSPUI 5.6?

2017-03-15 Thread Alan Orth
When logged in as an admin you can set a system alert from the control panel, with an option to prevent logins. This might be what you're looking for? Cheers, On Tue, Mar 14, 2017, 22:59 Brendow Adriel wrote: > I need to do a database migration, but I want the repository