Граф коммитов

62783 Коммитов

Автор SHA1 Сообщение Дата
Côme Chilliet 45a75c631e
Merge pull request #32555 from nextcloud/fix/revert-api-break
Revert api break
2022-05-24 09:06:00 +02:00
Joas Schilling 53af533853
Merge pull request #32560 from nextcloud/feature/noid/preferences-api
Add API to change preferences
2022-05-24 07:58:00 +02:00
Carl Schwan 6147bb611c
Revert api break
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-05-24 06:59:40 +02:00
Joas Schilling 1d14f08b56
Merge pull request #32554 from nextcloud/followup/32378/adjust-docs-on-interface
Adjust docs to the same as the implementation
2022-05-24 06:52:53 +02:00
Nextcloud bot 17bdfb1284
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-05-24 02:32:52 +00:00
Joas Schilling 41711988c7
Merge pull request #32559 from nextcloud/bugfix/noid/update-dav-availability
Update DAV availability vue component to standard
2022-05-23 17:03:41 +02:00
Joas Schilling 31dc9aa682
Add API to change preferences
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-05-23 16:44:23 +02:00
Joas Schilling da7ebef8ef
Update DAV availability vue component to standard
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-05-23 15:31:46 +02:00
Joas Schilling be4faebc47
Adjust docs to the same as the implementation
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-05-23 12:56:47 +02:00
Carl Schwan 8d599c3410
Merge pull request #32378 from nextcloud/fix/psalm-userbackend
Fix psalm issues related to the user backend
2022-05-23 11:41:21 +02:00
Christoph Wurst 384efc8958
Merge pull request #32519 from nextcloud/rename-webcal-user-agent
Rename user-agent used by the Webcal Refresh Service
2022-05-23 09:45:21 +02:00
Nextcloud bot 74d81655e8
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-05-23 02:31:03 +00:00
MichaIng 3b8a0053d9
Merge pull request #32539 from nextcloud/automated/noid/psalm-baseline-update-1653192698
[Automated] Update psalm-baseline.xml
2022-05-22 19:29:19 +02:00
nextcloud-command 14907ee098 Update psalm baseline
Signed-off-by: GitHub <noreply@github.com>
2022-05-22 04:11:38 +00:00
Nextcloud bot f0e75d9c64
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-05-22 02:30:54 +00:00
dependabot[bot] e9011f0495
Merge pull request #32527 from nextcloud/dependabot/npm_and_yarn/sass-1.52.1 2022-05-21 03:47:06 +00:00
Nextcloud bot cb7c45b2d4
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-05-21 02:33:50 +00:00
dependabot[bot] 3d707f72bc
Bump sass from 1.50.0 to 1.52.1
Bumps [sass](https://github.com/sass/dart-sass) from 1.50.0 to 1.52.1.
- [Release notes](https://github.com/sass/dart-sass/releases)
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sass/dart-sass/compare/1.50.0...1.52.1)

---
updated-dependencies:
- dependency-name: sass
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-05-21 02:10:10 +00:00
Pytal e647b9fa49
Merge pull request #32443 from nextcloud/port/background-job-admin 2022-05-20 09:58:13 -07:00
Carl Schwan 697b83bf50
Merge pull request #32501 from nextcloud/cleanup/admin-delegation-setting
Cleanup admin delegation setting page
2022-05-20 18:55:18 +02:00
Carl Schwan d90583ca28
Merge pull request #32486 from nextcloud/debt/noid/psalm-username
[Psalm] Rename $userName to $username  to align with child classes
2022-05-20 18:19:53 +02:00
Carl Schwan 2b0d82675f
Merge pull request #32459 from nextcloud/port/federatedfilessharing-admin
Port admin federated files sharing to vue
2022-05-20 17:34:25 +02:00
Daniel 1629b55f51
Merge pull request #32517 from nextcloud/bugfix/noid/make-appname-accessible
Make appName of TemplateResponse accessible in BeforeTemplateRendered…
2022-05-20 17:17:58 +02:00
Carl Schwan 9ec0cb0a90 Fix psalm issues related to the user backend
- 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>
2022-05-20 17:14:58 +02:00
Thomas Citharel 424fc1b736
Rename user-agent used by the Webcal Refresh Service
Some services don't like the "crawler" inside the previous user-agent.

Closes https://github.com/nextcloud/calendar/issues/4232

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2022-05-20 16:23:40 +02:00
Carl Schwan 2727c57ae8 Port admin federated files sharing to vue
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-05-20 15:55:16 +02:00
Carl Schwan 6fdeb9b417
Merge pull request #32503 from nextcloud/improve-two-factor
Improve two factor admin settings
2022-05-20 15:04:09 +02:00
Joas Schilling ad908cd87a
Make appName of TemplateResponse accessible in BeforeTemplateRenderedEvent
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-05-20 15:03:40 +02:00
Carl Schwan e8e0f97c9a Port BackgroundJob admin settings to vue
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-05-20 15:00:54 +02:00
Joas Schilling bc82fa48d1
Merge pull request #32406 from nextcloud/debt/noid/psalm-warning-idbconnection
[Psalm] Fix spelling for PreConditionNotMetException
2022-05-20 14:32:33 +02:00
Carl Schwan 9d5a542a4e Improve two factor admin settings
- Port more of it to vue
- Use new nextcloud vue components for the setting section
- Add a bit of spacing between the elements

Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-05-20 13:27:55 +02:00
Christoph Wurst af4a90924d
Merge pull request #32497 from nextcloud/fix/custom-php-runtime-autotest
Use custom PHP runtime for PHPUnit execution in autotest
2022-05-20 13:10:51 +02:00
John Molakvoæ 87ce03db1a
Merge pull request #32410 from nextcloud/bugfix/noid/imaginary-exception 2022-05-20 08:14:17 +02:00
John Molakvoæ 818b898df5
Merge pull request #32496 from nextcloud/fix/cropp-condition 2022-05-20 08:08:48 +02:00
Nextcloud bot 17a2b1d3aa
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-05-20 02:33:07 +00:00
Carl Schwan 4f4d777767 Cleanup admin delegation setting page
- Simplify code a bit
- Add link to doc
- Use Nextcloud vue component a bit more

Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-05-19 18:15:41 +02:00
Carl Schwan eb720b9726
Merge pull request #32464 from nextcloud/port/sharebymail-admin-vue
Port share by mail settings to vue
2022-05-19 17:45:36 +02:00
Carl Schwan a5a4e0df1c Fix crop condition
Make sure that when fetching the image from the cache we don't
accidentally fetch the cropped image just because it also start with
256-256

Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-05-19 17:25:32 +02:00
Julius Härtl 3742b7392d Add explicit return if getSmallImagePreview fails
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2022-05-19 17:01:01 +02:00
Carl Schwan da49e3f3e0 Port share by mail settings to vue
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-05-19 15:45:44 +02:00
Daniel Kesselberg cf2bc22e0f
Fix return type for createSpecificUser
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2022-05-19 14:36:52 +02:00
Daniel Kesselberg e163b1bb48
Rename userName to username to align with child classes
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2022-05-19 14:36:41 +02:00
Christoph Wurst b933e997c3
Use custom PHP runtime for PHPUnit execution in autotest
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2022-05-19 13:58:19 +02:00
blizzz 2c5d604a76
Merge pull request #32442 from nextcloud/debt/noid/hello-chunkperf
Bye Bye chunkperf.php 👋
2022-05-19 12:56:20 +02:00
Nextcloud bot cdd1793efd
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-05-19 02:32:23 +00:00
MichaIng cf97a8e935
Merge pull request #32467 from nextcloud/automated/noid/psalm-baseline-update-1652847360
[Automated] Update psalm-baseline.xml
2022-05-18 18:55:29 +02:00
MichaIng f07bbb3db1
Merge pull request #32390 from nextcloud/dependabot/npm_and_yarn/puppeteer-14.1.0
Bump puppeteer from 13.6.0 to 14.1.0
2022-05-18 18:53:47 +02:00
Carl Schwan 1b60f304c2
Merge pull request #32451 from nextcloud/fix/cropped-image-when-not-asked
Fix cropped image generated when not asked
2022-05-18 16:08:58 +02:00
Christoph Wurst 4cd0b2253d
Merge pull request #32428 from nextcloud/enhancement/validate-email
Add Email validation
2022-05-18 11:22:55 +02:00
Simon L 18dd460720
Merge pull request #26813 from nextcloud/feature/files-search-tags
Files: Extend search to also cover tags
2022-05-18 10:58:02 +02:00