aboutsummaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* chore(legacy): Introduce public version ct plass and drop version methods ↵clean/version-ocpJulius Knorr2024-09-2014-36/+46
| | | | | | from OC_Util Signed-off-by: Julius Knorr <jus@bitgrid.net>
* Merge pull request #47905 from nextcloud/fix/files-duplicated-nodesFerdinand Thiessen2024-09-203-13/+194
|\ | | | | fix(files): Ensure children are removed from folder and not duplicated
| * test(files): Add tests for path handlingFerdinand Thiessen2024-09-201-0/+130
| | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
| * fix(files): Ensure children are removed from folder and not duplicatedFerdinand Thiessen2024-09-202-13/+64
| | | | | | | | | | | | | | | | | | | | | | * Resolves https://github.com/nextcloud/server/issues/47904 We need to make sure that we only add one source (unique!) once as a child, this is ensured by simply use a native `Set`. Also we need to remove children on from folders when the `files:node:deleted` event is emitted. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | Merge pull request #47553 from nextcloud/chore/cleanup-warningsFerdinand Thiessen2024-09-203-15/+13
|\ \ | | | | | | chore: fix usage of deprecated functions and adjust code style
| * | chore: fix usage of deprecated functions and adjust code styleFerdinand Thiessen2024-09-203-15/+13
| |/ | | | | | | | | | | | | | | This solves 57 ESLint warnings by replacing deprecated code with `@nextcloud/` libraries, as well as adding missing type information, importing jQuery instead of relying on global one, and the same with Moment.js. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* / fix(ci): Remove more withConsecutive in appsbugfix/noid/remove-more-withConsecutiveJoas Schilling2024-09-204-90/+68
|/ | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Merge pull request #48196 from nextcloud/chore/add-deprecation-dateFerdinand Thiessen2024-09-202-13/+4
|\ | | | | chore: Add proper deprecation dates where missing
| * chore: Remove deprecated `Share_Helper::generateTarget` `$exclude` parameterchore/add-deprecation-dateFerdinand Thiessen2024-09-202-13/+4
| | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-09-2094-134/+398
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix(federation): Do not overwrite certificate bundlefix/federation-certificate-storeJulius Härtl2024-09-201-14/+17
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* chore: Get rid of travis in DAV appchore/remove-travisFerdinand Thiessen2024-09-1969-41/+26
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* chore: Remove old travis related stuffFerdinand Thiessen2024-09-192-2/+1
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* Merge pull request #48218 from nextcloud/ci/noid/prepare-phpunit-10Ferdinand Thiessen2024-09-194-28/+21
|\ | | | | chore: Cleanup and prepare some app tests for PHPUnit 10
| * chore: Cleanup and prepare some app tests for PHPUnit 10ci/noid/prepare-phpunit-10Joas Schilling2024-09-194-28/+21
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Merge pull request #47399 from nextcloud/fix/47275/driverExceptionHamza2024-09-192-8/+10
|\ \ | |/ |/| fix: expand select and group by for calendar reminder backend
| * fix: expand select and group by for calandar reminder backendfix/47275/driverExceptionHamza Mahjoubi2024-09-192-8/+10
| | | | | | | | Signed-off-by: Hamza Mahjoubi <hamzamahjoubi221@gmail.com>
* | chore(deps): Update nextcloud/coding-standard to v1.3.1provokateurin2024-09-19271-747/+803
|/ | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* fix(setupChecks): Having transactional file locking disabled is not supportedfix-setupcheck-filelockingJosh Richards2024-09-191-3/+3
| | | | Signed-off-by: Josh Richards <josh.t.richards@gmail.com>
* Merge pull request #48200 from nextcloud/share-reminder-shardingRobin Appelman2024-09-192-13/+104
|\ | | | | fix: add sharding compatible version of share reminder job
| * fix: add sharding compatible version of share reminder jobshare-reminder-shardingRobin Appelman2024-09-192-13/+104
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | Merge pull request #47978 from nextcloud/chore/remove-iloggerJoas Schilling2024-09-191-2/+3
|\ \ | | | | | | chore!: Remove `ILogger` and its friends
| * | chore: Remove deprecated `ILogger` logging functionschore/remove-iloggerFerdinand Thiessen2024-09-191-2/+3
| |/ | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | Merge pull request #48162 from nextcloud/bugfix/noid/array-keysJoas Schilling2024-09-191-5/+5
|\ \ | | | | | | fix(autocomplete): Move known array keys to psalm docs
| * | fix(autocomplete): Move known array keys to psalm docsbugfix/noid/array-keysJoas Schilling2024-09-181-5/+5
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | Fix(l10n): Update translations from TransifexNextcloud bot2024-09-1920-2/+88
| |/ |/| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #48177 from ↵Joas Schilling2024-09-181-0/+23
|\ \ | | | | | | | | | | | | nextcloud/artonge/fix/remove_unnecessary_formating fix: Override start method of \Sabre\DAV\Server to remove exception o…
| * | fix: Override start method of \Sabre\DAV\Server to remove exception outputartonge/fix/remove_unnecessary_formatingLouis Chemineau2024-09-181-0/+23
| | | | | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* | | fix: fix share reminder job for oracleoracle-share-reminderRobin Appelman2024-09-181-2/+2
|/ / | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | test: fix ShareControllerTest.phpobject-store-move-fixesRobin Appelman2024-09-181-0/+1
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | test: fix trashbin StorageTestRobin Appelman2024-09-181-0/+1
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | test: fix ShareAPIControllerTest.phpRobin Appelman2024-09-181-1/+41
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | test: fix service overwrite in PartFileInRootUploadTestRobin Appelman2024-09-181-1/+2
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | test: put parent items into cache in testsRobin Appelman2024-09-181-0/+2
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | Merge pull request #48161 from nextcloud/fix/pronouns-testsJohn Molakvoæ2024-09-185-9/+60
|\ \ | |/ |/|
| * fix(settings): pronouns UsersControllerTestJohn Molakvoæ (skjnldsv)2024-09-185-9/+60
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-09-1852-186/+300
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #48145 from nextcloud/artonge/fix/drop_unecessary_exitJoas Schilling2024-09-181-1/+0
|\ | | | | fix: Drop unnecessary exit
| * fix: Drop unnecessary exitLouis Chemineau2024-09-171-1/+0
| | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-09-18146-198/+370
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | feat: add profile pronounsJohn Molakvoæ (skjnldsv)2024-09-1718-23/+144
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | fix(psalm): Fix @throws annotationsfix/psalm/throws-annotationsprovokateurin2024-09-172-2/+2
|/ | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* fix: Remove legacy settings formschore/remove-legacy-settings-forsFerdinand Thiessen2024-09-173-71/+1
| | | | | | | | `OC_App::getForms` was always returning an empty array, because there were no setter for `adminForms` or `personalForms` anymore. So removed all that legacy settings forms logic. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* refactor: move to new activity exceptionrefactor/move-to-new-activity-exceptionAnna Larch2024-09-1715-41/+53
| | | | Signed-off-by: Anna Larch <anna@nextcloud.com>
* Merge pull request #48080 from nextcloud/fix/storage/method-docs-inheritanceKate2024-09-172-21/+0
|\
| * fix(Storage): Fix method docs inheritancefix/storage/method-docs-inheritanceprovokateurin2024-09-172-21/+0
| | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* | Merge pull request #48094 from nextcloud/fix/storage/get-owner-falseJohn Molakvoæ2024-09-174-9/+11
|\|
| * fix(Files): Handle getOwner() returning falsefix/storage/get-owner-falseprovokateurin2024-09-172-6/+8
| | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de>
| * fix(Storage): Document getOwner() can return falseprovokateurin2024-09-173-3/+3
| | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* | Merge pull request #48090 from ↵Grigorii K. Shartsev2024-09-172-3/+6
|\ \ | |/ |/| | | | | nextcloud/fix/settings--disable-discover-when-app-store-is-disabled fix(settings): disable Discover when appstore is disabled