Vitor Mattos
Vitor Mattos
API to https://github.com/nextcloud/spreed/issues/7462 - [x] Capability - [x] New fields and endpoints - [x] Changes in create and update commands - [x] Logic to limit chat history - [ ]...
Review first #69 Close #64 I merged all fixes to `tcpdi_parser` on this PR and the changes of libmergepdf on `tcpdi_parser` too.
What I did: * Bump PHPUnit * Replaced TravisCI by GitHub Actions * Drop support to old versions of PHP to work with new version of PHPUnit * Implemented CI...
Now isn't possible to identify what is the end of life versions of LibreSign. Is necessary to put this information in readme.md
## Background The setup of LibreSign have now a checklist with many steps. ## Feature Implement the command `occ libresign:info` to run the follow checklist and return with results. Checklist:...
In PostgreSQL columns with double quote are interpreted literally. I used Nextcloud 20.0.4, and when setup finished, all columns where created in lowercase. To resolve this problem, I changed all...
## Background ``` This version of Nextcloud requires at least PHP 7.4You are currently running 7.3.33-1+ubuntu20.04.1+deb.sury.org+1. Please update your PHP version. ``` _Originally posted by @rotdrop in https://github.com/nextcloud/twofactor_gateway/issues/481#issuecomment-1037310699_ ## Motivation...