Oleksa
Oleksa
Simple fix: ``` CastVotes = CastVote.objects.all().filter(vote_hash = self.vote_hash) for castvote in CastVotes: pass return CastVotes.last().vote_tinyhash ``` Probably last() should be used, as we are going to take the last vote()?...
> I split the part of **Ability to share responses #455** out because that one is reasonable and simpler to do. > > Collaborative editing of Forms comes with all...
Let me also add opposite requirement: to limit sharing responses with limited number of people.
I see that you are about iframing some linked HTML files, so is this about cms features?
> Hi. I believe Signal uses the phone number. Or is there a dedicated account for signal? Sure, it uses it. However, a user may use a special phone number...
I suggest to have a look at movim.eu project, which provide nice experience of pop-up window with the avatar and name of a caller, and produce a signal of incoming...
Doesn't work in 4.1.1. Still no ringtone in web :(
> mp3 files are not handled as assets by Nextcloud, so it's redirected to the NC routing and therefore the request fails. As a temporary workaround you can change your...
> Sorry, I was not precise enough. You have to replace the line `RewriteCond %{REQUEST_FILENAME} !\.(css|js|svg|gif|png|html|ttf|woff2?|ico|jpg|jpeg|map|webm|mp4)` with the above. Oh! It works! Thank you a lot, I found, that it's...
Finally, I managed to find ringing back with NC 19.0.1 by adding at the very bottom of .htaccess this piece of code :) ``` ...cut... #### DO NOT CHANGE ANYTHING...