botsarenthuman
botsarenthuman
What about the case where the object is not persisted? I'm getting the same error on this line https://github.com/heartcombo/devise/blob/main/app/controllers/devise/registrations_controller.rb#L34 ``` clean_up_passwords resource set_minimum_password_length respond_with resource ```
Just curious what kind of updates would be needed? I'm looking to use this gem and am new to the world of SAML.
I've seen an issue where, immediately after login and for a while, I can see the access token in the PHP session using `(\OC::$server->getSession()` But if I come back 8...
LOL answered here https://github.com/nextcloud/server/issues/2081#issuecomment-322240642 I guess it is initially in the session, but then never gets saved to the cookie. So I need to save this off to the DB...
> Changing `oc_calendars.uri` worked for me too, so I dumped the database to see where the calendar's URI is used instead of id and I found this record in the...
Hi, is there any movement on this?
Needs to update the railties support for 7.1.1 ``` Could not find compatible versions Because every version of meta_request depends on railties >= 3.0.0, = 7.1.1 depends on railties =...
We are using S3 storage and see the SSL cert error due to not having `files_external` enabled, this PR is fantastic.
Ran into this today, it's annoying as the mailto link will pop up with no actual emails specified.
Manually inputed bookmarks are in the format ``` BEGIN:VCARD VERSION:4.0 PRODID:-//Nextcloud Contacts v5.5.3 UID:123-321-sdfs-sdf FN:A TEST ADR;TYPE=HOME:;;;;;; EMAIL;TYPE=HOME:[email protected] TEL;TYPE=HOME,VOICE: TITLE:Test REV;VALUE=DATE-AND-OR-TIME:20240521T151942Z CATEGORIES:test END:VCARD ``` Where as imported are in the...