summaryrefslogtreecommitdiffstats
path: root/build
Commit message (Collapse)AuthorAgeFilesLines
* add .pre-commit-config.yaml to expected files in checkerCôme Chilliet2022-11-101-0/+1
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* silence psalmArthur Schiwon2022-10-211-0/+3
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* Update CA certificate bundlenextcloud-command2022-10-111-1/+1
| | | | Signed-off-by: GitHub <noreply@github.com>
* Correctly handle Redis::keys returning falseCôme Chilliet2022-09-301-1/+1
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Fix idn_to_utf8 stub signatureCôme Chilliet2022-09-221-2/+2
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Update CA certificate bundlenextcloud-command2022-09-201-1/+1
| | | | Signed-off-by: GitHub <noreply@github.com>
* Merge pull request #34107 from nextcloud/automate-cacert-updateJoas Schilling2022-09-182-21/+1
|\ | | | | Automate CA certificate bundle update
| * Remove legacy ca-cert checkerJoas Schilling2022-09-161-21/+0
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * Automate CA certificate bundle updateJoas Schilling2022-09-161-0/+1
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Update psalm baselinenextcloud-command2022-09-161-4/+0
|/ | | | Signed-off-by: GitHub <noreply@github.com>
* Merge pull request #33941 from nextcloud/fix/public-sharingCarl Schwan2022-09-151-0/+1
|\ | | | | Only normalize data in public shares and not crud
| * Only normalize data in public shares and not crudCarl Schwan2022-09-081-0/+1
| | | | | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | Update psalm baselinenextcloud-command2022-09-131-2/+1
|/ | | | Signed-off-by: GitHub <noreply@github.com>
* Remake profile picture saving with VueChristopher Ng2022-09-023-17/+58
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Refactor cache handlingJulius Härtl2022-08-311-0/+7
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Update psalm baselinenextcloud-command2022-08-311-60/+0
| | | | Signed-off-by: GitHub <noreply@github.com>
* Merge pull request #33640 from nextcloud/fix/fix-symfony-event-typingCôme Chilliet2022-08-301-17/+0
|\ | | | | Port Repair and Migrator events to IEventDispatcher
| * Moving to string key for arguments of GenericEvent in RepairCôme Chilliet2022-08-251-17/+0
| | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | Fix copy in view-only modeVincent Petry2022-08-263-1/+21
| | | | | | | | Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* | Add int test for view-only downloadVincent Petry2022-08-262-7/+40
| | | | | | | | | | | | Asserts that downloading a view-only document returns 403. Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* | Add composer.lock for integration testsVincent Petry2022-08-261-0/+4704
|/ | | | Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* Update psalm baselinenextcloud-command2022-08-241-8/+0
| | | | Signed-off-by: GitHub <noreply@github.com>
* Update psalm baselinenextcloud-command2022-08-231-5/+0
| | | | Signed-off-by: GitHub <noreply@github.com>
* Update psalm baselinenextcloud-command2022-08-091-2/+1
| | | | Signed-off-by: GitHub <noreply@github.com>
* Int test for share owner change on moveVincent Petry2022-07-261-0/+48
| | | | | | | Added tests to verify share owner change when moving the parent of a subshare in and out of a received share. Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* Update psalm baselinenextcloud-command2022-07-131-5/+0
| | | | Signed-off-by: GitHub <noreply@github.com>
* Update psalm baselinenextcloud-command2022-07-121-3/+0
| | | | | Signed-off-by: GitHub <noreply@github.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* Merge pull request #32973 from nextcloud/cleanup/avatar-codeCarl Schwan2022-07-111-36/+0
|\ | | | | Cleanup avatar related code
| * Make Color class publicCarl Schwan2022-07-051-30/+0
| | | | | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
| * Cleanup avatar related codeCarl Schwan2022-06-221-6/+0
| | | | | | | | | | | | | | | | - Move event listener to new event handling - Add typing almost everywhere - Fix inconsistent interface parameter Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | Update sabre/dav requirement from 4.3.1 to 4.4.0 in /build/integrationdependabot[bot]2022-07-021-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Updates the requirements on [sabre/dav](https://github.com/sabre-io/dav) to permit the latest version. - [Release notes](https://github.com/sabre-io/dav/releases) - [Changelog](https://github.com/sabre-io/dav/blob/master/CHANGELOG.md) - [Commits](https://github.com/sabre-io/dav/compare/4.3.1...4.4.0) --- updated-dependencies: - dependency-name: sabre/dav dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
* | Update psalm baselinenextcloud-command2022-06-291-45/+0
| | | | | | | | Signed-off-by: GitHub <noreply@github.com>
* | Merge pull request #33007 from nextcloud/cleanup/federation-appCarl Schwan2022-06-281-11/+0
|\ \ | | | | | | Summer cleanup of the federation app
| * | Summer cleanup of the federation appCarl Schwan2022-06-241-11/+0
| |/ | | | | | | | | | | | | | | | | | | - Use IEventDispatcher instead of deprecated symfony dispatcher - Use LoggerInterface where possible - Use php 7.4 properties - Add type hinting where possible - Move federation hooks to a seperate listener Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | Merge pull request #32998 from nextcloud/fix/setting_nameLouis2022-06-271-1/+1
|\ \ | | | | | | Rename setting name to reduce its length
| * | Rename setting name to reduce its lengthLouis Chemineau2022-06-271-1/+1
| | | | | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* | | Update guzzlehttp/guzzle requirement in /build/integrationdependabot[bot]2022-06-251-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Updates the requirements on [guzzlehttp/guzzle](https://github.com/guzzle/guzzle) to permit the latest version. - [Release notes](https://github.com/guzzle/guzzle/releases) - [Changelog](https://github.com/guzzle/guzzle/blob/master/CHANGELOG.md) - [Commits](https://github.com/guzzle/guzzle/compare/7.4.4...7.4.5) --- updated-dependencies: - dependency-name: guzzlehttp/guzzle dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
* | | Merge pull request #32820 from ↵blizzz2022-06-241-1/+1
|\ \ \ | |/ / |/| | | | | | | | nextcloud/dependabot/composer/build/integration/guzzlehttp/guzzle-7.4.4 Update guzzlehttp/guzzle requirement from 7.4.2 to 7.4.4 in /build/integration
| * | Update guzzlehttp/guzzle requirement in /build/integrationdependabot[bot]2022-06-111-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Updates the requirements on [guzzlehttp/guzzle](https://github.com/guzzle/guzzle) to permit the latest version. - [Release notes](https://github.com/guzzle/guzzle/releases) - [Changelog](https://github.com/guzzle/guzzle/blob/master/CHANGELOG.md) - [Commits](https://github.com/guzzle/guzzle/compare/7.4.2...7.4.4) --- updated-dependencies: - dependency-name: guzzlehttp/guzzle dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
* | | Merge pull request #32701 from nextcloud/fix/type-error-objectreeCarl Schwan2022-06-232-5/+116
|\ \ \ | |_|/ |/| | Fix type error in Sabre/Connector/Directory
| * | Add testCarl Schwan2022-06-232-5/+116
| | | | | | | | | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | | Merge pull request #32971 from ↵Daniel2022-06-221-11/+0
|\ \ \ | | | | | | | | | | | | | | | | nextcloud/automated/noid/master-update-psalm-baseline [master] Update psalm-baseline.xml
| * | | Update psalm baselinenextcloud-command2022-06-221-11/+0
| | | | | | | | | | | | | | | | Signed-off-by: GitHub <noreply@github.com>
| * | | Update psalm baselinenextcloud-command2022-06-211-46/+2
| |/ / | | | | | | | | | Signed-off-by: GitHub <noreply@github.com>
* / / Add typing to Sharing BackendCarl Schwan2022-06-221-55/+2
|/ / | | | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* / Fix second integration test as wellJoas Schilling2022-06-131-1/+1
|/ | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Merge pull request #32741 from nextcloud/Valdnet-patch-2Joas Schilling2022-06-101-1/+13
|\ | | | | l10n: Delete apostrophe
| * Add debug flag to the translation checkerJoas Schilling2022-06-071-1/+13
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Fix integration test which now actually matches the system-addresssbook entryJoas Schilling2022-06-092-2/+2
|/ | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Update psalm-baselineDaniel Kesselberg2022-05-311-14/+23
| | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>