aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #32556 from nextcloud/bugfix/noid/fix-comments-query-handlingJoas Schilling2022-06-031-4/+3
|\ | | | | Create query parameters on correct objects to make debugging easier
| * Create query parameters on correct objects to make debugging easierJoas Schilling2022-05-231-4/+3
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Merge pull request #32435 from nextcloud/revert-32278-remove-default-phpJoas Schilling2022-06-031-1/+10
|\ \ | | | | | | Revert "Remove call to already default php.ini values"
| * | Revert "Remove call to already default php.ini values"Joas Schilling2022-05-161-1/+10
| | |
* | | Cleanup temporary files after finishing the write to object storageJulius Härtl2022-06-021-0/+2
| | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | Merge pull request #32690 from ↵blizzz2022-06-021-1/+1
|\ \ \ | | | | | | | | | | | | | | | | nextcloud/bugfix/noid/fix-mountpoint-matching-encryption Trim mount point before matching in encryption code
| * | | Trim mount point before matching in encryption codeVincent Petry2022-06-011-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Often times the mount point has a leading slash. This fix sanitizes it to make sure matching works. Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* | | | Use Image class from public APIChristopher Ng2022-06-0213-17/+15
|/ / / | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | | [tx-robot] updated from transifexNextcloud bot2022-06-012-0/+4
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Check background job typeChristoph Wurst2022-05-311-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It is assumed that a job class loaded from the jobs table is an IJob, but due to programming error the job might be of another type. Then the setters will most likely fail. This patch adds an interface type check so only correct jobs are used, anything else is ignored. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | Merge pull request #32485 from nextcloud/debt/noid/psalm-streamer-fhblizzz2022-05-312-3/+3
|\ \ \ | | | | | | | | [Psalm] Fix docblock for addFileFromStream
| * | | Fix type for resourceDaniel Kesselberg2022-05-241-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
| * | | Fix docblock for addFileFromStreamDaniel Kesselberg2022-05-241-2/+2
| | | | | | | | | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | | | Merge pull request #32587 from nextcloud/bugfix/noid/improve-jsconfighelperJoas Schilling2022-05-311-54/+29
|\ \ \ \ | | | | | | | | | | Improve JSConfigHelper code quality a bit
| * | | | Restore old behaviour of sending flase for not found appsJoas Schilling2022-05-301-2/+6
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | | Improve JSConfigHelper code quality a bitJoas Schilling2022-05-301-53/+24
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | | Merge pull request #32628 from nextcloud/bugfix/noid/json-throwJoas Schilling2022-05-311-7/+1
|\ \ \ \ \ | | | | | | | | | | | | Use JSON_THROW_ON_ERROR instead of custom error handling
| * | | | | Use JSON_THROW_ON_ERROR instead of custom error handlingJulius Härtl2022-05-301-7/+1
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | | | | [tx-robot] updated from transifexNextcloud bot2022-05-312-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | | Merge pull request #32206 from nextcloud/enh/migrator-add-estimatedsize-getterPytal2022-05-303-0/+45
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Add the ISizeEstimationMigrator interface for method getExportEstimatedSizeCôme Chilliet2022-05-304-8/+45
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | | | Implement getExportEstimatedSize in migratorsCôme Chilliet2022-05-301-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | | | Add a method to get estimated export size in IMigratorCôme Chilliet2022-05-301-0/+8
| |/ / / / | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | | | Merge pull request #32634 from nextcloud/debt/noid/psalm-moveable-mountCôme Chilliet2022-05-301-1/+0
|\ \ \ \ \ | | | | | | | | | | | | [Psalm] Fix docblock for return type
| * | | | | Fix docblock for return typeDaniel Kesselberg2022-05-271-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | | | | | Merge pull request #31948 from nextcloud/core-cleanup-74Carl Schwan2022-05-302-17/+5
|\ \ \ \ \ \ | | | | | | | | | | | | | | Update core to PHP 7.4 standard
| * | | | | | Update core to PHP 7.4 standardCarl Schwan2022-05-202-17/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Typed properties - Port to LoggerInterface Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | | | | | | Merge pull request #32655 from nextcloud/fix/handle-non-existing-settingsCarl Schwan2022-05-301-2/+7
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | Handle non existing settings again
| * | | | | | Handle non existing settings againCarl Schwan2022-05-301-2/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | See https://github.com/nextcloud/server/pull/28189#issuecomment-1140874991 Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | | | | | | [tx-robot] updated from transifexNextcloud bot2022-05-292-0/+4
| |_|/ / / / |/| | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | | Merge pull request #32349 from nextcloud/enh/projects-eventCarl Schwan2022-05-275-7/+72
|\ \ \ \ \ \ | | | | | | | | | | | | | | Add event to load additional scripts for projects
| * | | | | | Introduce event for loading additional script on projectsJulius Härtl2022-05-125-7/+72
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | | | | | Merge pull request #32592 from ↵Julius Härtl2022-05-271-0/+1
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/fix/noid/allow-rememberme-token-apache-auth-backend allow use of rememberme cookies for IApacheAuth backends
| * | | | | | | allow use of rememberme cookies for IApacheAuth backendsArthur Schiwon2022-05-251-0/+1
| | |/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - e.g. enables it for SAML backend Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* / | | | | | Move Gd failed operations to debug levelGit'Fellow2022-05-251-20/+18
|/ / / / / / | | | | | | | | | | | | Instead of error
* | | / / / [tx-robot] updated from transifexNextcloud bot2022-05-252-2/+2
| |_|/ / / |/| | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | Merge pull request #32555 from nextcloud/fix/revert-api-breakCôme Chilliet2022-05-241-2/+2
|\ \ \ \ \ | | | | | | | | | | | | Revert api break
| * | | | | Revert api breakCarl Schwan2022-05-241-2/+2
| | |_|_|/ | |/| | | | | | | | | | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | | | | Merge pull request #32560 from nextcloud/feature/noid/preferences-apiJoas Schilling2022-05-244-0/+179
|\ \ \ \ \ | | | | | | | | | | | | Add API to change preferences
| * | | | | Add API to change preferencesJoas Schilling2022-05-234-0/+179
| |/ / / / | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | | Merge pull request #32554 from nextcloud/followup/32378/adjust-docs-on-interfaceJoas Schilling2022-05-241-1/+1
|\ \ \ \ \ | | | | | | | | | | | | Adjust docs to the same as the implementation
| * | | | | Adjust docs to the same as the implementationJoas Schilling2022-05-231-1/+1
| |/ / / / | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* / / / / [tx-robot] updated from transifexNextcloud bot2022-05-2446-484/+484
|/ / / / | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | Merge pull request #32378 from nextcloud/fix/psalm-userbackendCarl Schwan2022-05-2311-41/+54
|\ \ \ \ | | | | | | | | | | Fix psalm issues related to the user backend
| * | | | Fix psalm issues related to the user backendCarl Schwan2022-05-2011-41/+54
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Reflect the actual return value returned by the implementation in the the interface. E.g. IUser|bool -> IUser|false - Remove $hasLoggedIn parameter from private countUser implementation. Replace the two call with the equivalent countSeenUser - getBackend is nuallable, add this to the interface - Use backend interface to make psalm happy about call to undefined methods. Also helps with getting rid at some point of the old implementActions Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | | | | [tx-robot] updated from transifexNextcloud bot2022-05-232-0/+4
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | Merge pull request #32486 from nextcloud/debt/noid/psalm-usernameCarl Schwan2022-05-202-4/+3
|\ \ \ \ \ | |_|_|/ / |/| | | | [Psalm] Rename $userName to $username to align with child classes
| * | | | Fix return type for createSpecificUserDaniel Kesselberg2022-05-191-2/+1
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
| * | | | Rename userName to username to align with child classesDaniel Kesselberg2022-05-191-2/+2
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | | | | Make appName of TemplateResponse accessible in BeforeTemplateRenderedEventJoas Schilling2022-05-201-0/+9
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>