aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexNextcloud bot2021-10-072-0/+20
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #29086 from nextcloud/backport/29082/stable22MichaIng2021-10-061-0/+21
|\ | | | | [stable22] Add a few sensitive config keys
| * consider some config keys under 'objectstore_multibucket' as sensitiveJulien Veyssier2021-10-061-0/+21
| | | | | | | | Signed-off-by: Julien Veyssier <eneiluj@posteo.net>
* | Merge pull request #29062 from nextcloud/backport/28939/stable22Julius Härtl2021-10-061-0/+6
|\ \ | |/ |/|
| * Don't further setup disabled users when logging in with apacheJoas Schilling2021-10-041-0/+6
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | [tx-robot] updated from transifexNextcloud bot2021-10-062-2/+2
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Avoid usage of Nextcloud API, use PHP functionacsfer2021-10-041-1/+1
| |
* | Fix path of `file_get_contents`acsfer2021-10-041-1/+1
|/ | | | | Try to fix #28370 and #27441 Avoid pre-pends the `$path` to the user's own storage.
* [tx-robot] updated from transifexNextcloud bot2021-10-042-0/+2
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* [tx-robot] updated from transifexNextcloud bot2021-10-032-0/+2
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* [tx-robot] updated from transifexNextcloud bot2021-10-026-2/+6
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix Lots of Error: file_exists(): open_basedir restriction in effect. in LogKarel Hink2021-10-014-5/+9
| | | | Signed-off-by: Karel Hink <info@karelhink.cz>
* [tx-robot] updated from transifexNextcloud bot2021-10-0116-0/+16
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Prevent empty base URL during installationLouis Chemineau2021-09-291-1/+2
| | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* [tx-robot] updated from transifexNextcloud bot2021-09-292-0/+38
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #28954 from nextcloud/backport/28933/stable22Vincent Petry2021-09-271-6/+6
|\ | | | | [stable22] Fix check for redis minimal version
| * Fix check for redis minimal versionDaniel Kesselberg2021-09-241-6/+6
| | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | Allow casting query functions as wellJoas Schilling2021-09-244-7/+7
|/ | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Merge pull request #28683 from nextcloud/backport/26463/stable22blizzz2021-09-232-2/+15
|\ | | | | [stable22] Fix S3 ObjectStore proxy option
| * fix(proxy): use accessorMaxime Besson2021-09-011-2/+2
| | | | | | | | Signed-off-by: Maxime Besson <maxime.besson@worteks.com>
| * fix(proxy): reaching s3 storage behind some http proxyMaxime Besson2021-09-011-4/+4
| | | | | | | | Signed-off-by: Maxime Besson <maxime.besson@worteks.com>
| * fix(proxy): reaching s3 storage behind some http proxySamuel2021-09-012-2/+15
| | | | | | | | Signed-off-by: Maxime Besson <maxime.besson@worteks.com>
* | Merge pull request #28910 from nextcloud/backport/28802/stable22blizzz2021-09-231-1/+10
|\ \ | | | | | | [stable22] Support seeking also from the end of file on S3 storage
| * | Support seeking also from the end of file on S3 storagePauli Järvinen2021-09-201-1/+10
| | | | | | | | | | | | | | | | | | | | | | | | The PR https://github.com/nextcloud/server/pull/20033 added support for `fseek` for the S3 storage backend. However, the seek mode SEEK_END was left out that time. This PR fills this gap. Signed-off-by: Pauli Järvinen <pauli.jarvinen@gmail.com>
* | | [tx-robot] updated from transifexNextcloud bot2021-09-224-0/+12
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Use IRoomMetadata as source of truth for supported room typesRichard Steinmetz2021-09-211-1/+1
|/ / | | | | | | Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
* | Fall back to full file for video previewsVincent Petry2021-09-202-9/+29
| | | | | | | | | | | | | | If the first 5 MB are not enough to grab a useful frame for the thumbnail preview, fall back to reading the full file. Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* | Add email addresses to contacts menuDaniel Kesselberg2021-09-171-0/+1
| | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | [tx-robot] updated from transifexNextcloud bot2021-09-174-4/+10
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #28531 from nextcloud/backport/28478/stable22John Molakvoæ2021-09-161-1/+1
|\ \
| * | Fix SQL type errorMátyás Jani2021-08-201-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Fixing the following SQL error encountered with PostgreSQL: SQLSTATE[42883]: Undefined function: 7 ERROR: No operator matches the given name and argument types. You might need to add explicit type casts. This prevented the Nextcloud apps/files page to show the files and directories. See #27881
* | | [tx-robot] updated from transifexNextcloud bot2021-09-146-4/+24
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Add database ratelimiting backendLukas Reschke2021-09-138-35/+163
| | | | | | | | | | | | | | | | | | | | | In case no distributed memory cache is specified this adds a database backend for ratelimit purposes. Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* | | [tx-robot] updated from transifexNextcloud bot2021-09-132-0/+10
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | [tx-robot] updated from transifexNextcloud bot2021-09-1214-0/+70
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Merge pull request #28780 from nextcloud/backport/28422/stable22John Molakvoæ2021-09-1020-28/+682
|\ \ \
| * | | use specific email getter where necessaryArthur Schiwon2021-09-101-2/+2
| | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | | enable the user to set a primary (notification) email address (backend)Arthur Schiwon2021-09-105-13/+132
| | | | | | | | | | | | | | | | | | | | | | | | | | | | - specific getters and setters on IUser and implementation - new notify_email field in provisioning API Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | | Confirm mails only per POSTArthur Schiwon2021-09-102-0/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | - this is to avoid automatic confirmation by certain softwares that open links Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | | add a job to clean up expired verification tokensArthur Schiwon2021-09-105-5/+111
| | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | | fix parameter type hint in phpdocArthur Schiwon2021-09-102-2/+2
| | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | | implement verification for additional mailsArthur Schiwon2021-09-106-11/+183
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - mails added by (sub)admins are automatically verified - provisioning_api controller as verification endpoint - IAccountProperty gets a locallyVerified property - IPropertyCollection gets a method to fetch an IAccountProperty by value - an remove equivalent was already present - AccountManager always initiates mail verification on update if necessary - add core success template for arbitrary title and message Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | | move verification token logic out of lost password controllerArthur Schiwon2021-09-105-0/+246
| | | | | | | | | | | | | | | | | | | | | | | | | | | | - to make it reusable - needed for local email verification Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | | Merge pull request #28777 from nextcloud/backport/28677/stable22blizzz2021-09-103-9/+13
|\ \ \ \ | |/ / / |/| | | [stable22] make it possible to override the default collation on mysql
| * | | make it possible to override the default collationArthur Schiwon2021-09-093-9/+13
| | | | | | | | | | | | | | | | | | | | | | | | - allows admins to configure it for edge cases like accent sensitivity Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | | [tx-robot] updated from transifexNextcloud bot2021-09-102-0/+6
|/ / / | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | [tx-robot] updated from transifexNextcloud bot2021-09-062-0/+16
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | [tx-robot] updated from transifexNextcloud bot2021-09-022-0/+2
| |/ |/| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | [tx-robot] updated from transifexNextcloud bot2021-08-318-4/+8
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Unregister enc stream wrapper for any exceptionVincent Petry2021-08-261-1/+1
| | | | | | | | | | | | | | This prevents side effects in tests by properly cleaning up even with expected exceptions. Signed-off-by: Vincent Petry <vincent@nextcloud.com>