summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexNextcloud bot2022-06-3018-6/+58
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #33067 from nextcloud/trashbin-skip-size-cacheblizzz2022-06-291-5/+11
|\ | | | | use size from cache to determine whether to skip the trashbin
| * use size from cache to determine whether to skip the trashbinRobin Appelman2022-06-291-5/+11
| | | | | | | | | | | | this way large folders also get skipped Signed-off-by: Robin Appelman <robin@icewind.nl>
* | Use Button component to show more workflowsChristopher Ng2022-06-291-8/+14
|/ | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* [tx-robot] updated from transifexNextcloud bot2022-06-2916-0/+76
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #33053 from nextcloud/fix/undefined-loggerPytal2022-06-2813-17/+24
|\
| * Fix undefined loggerChristopher Ng2022-06-2813-17/+24
| | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | Merge pull request #33034 from nextcloud/td/noid/ldap_group_updaterblizzz2022-06-282-66/+85
|\ \ | |/ |/| cleanup LDAP's UpdateGroups
| * adjust testsArthur Schiwon2022-06-281-20/+31
| | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * simplify blizzz2022-06-281-1/+1
| | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> Co-authored-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com>
| * delete groups in chunks instead of one by oneArthur Schiwon2022-06-281-5/+11
| | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * cleanup LDAP's UpdateGroupsArthur Schiwon2022-06-281-41/+43
| | | | | | | | | | | | | | | | | | | | | | | | | | | | - TimedJob from API - DI of config - property types - throws hints in phpdoc - argument and return types - replace depracet execute() with executeStatement or -Query - a missing return statement Co-authored-by: Carl Schwan <carl@carlschwan.eu> Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | Merge pull request #33007 from nextcloud/cleanup/federation-appCarl Schwan2022-06-2823-643/+368
|\ \ | |/ |/| Summer cleanup of the federation app
| * Fix many issues with the testsCarl Schwan2022-06-287-108/+85
| | | | | | | | | | | | | | - Return type were not correct - willReturn and with confusion Signed-off-by: Carl Schwan <carl@carlschwan.eu>
| * Cleanup CardDav SyncServiceCarl Schwan2022-06-244-75/+24
| | | | | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
| * Summer cleanup of the federation appCarl Schwan2022-06-2418-469/+268
| | | | | | | | | | | | | | | | | | | | - 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>
* | [tx-robot] updated from transifexNextcloud bot2022-06-28130-766/+1088
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #32561 from nextcloud/port/vue-personal-federationPytal2022-06-2714-322/+282
|\ \
| * | Port federatedfilesharing personal settings to vueCarl Schwan2022-06-1514-322/+282
| | | | | | | | | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | | Merge pull request #32998 from nextcloud/fix/setting_nameLouis2022-06-273-11/+5
|\ \ \ | | | | | | | | Rename setting name to reduce its length
| * | | Rename setting name to reduce its lengthLouis Chemineau2022-06-273-11/+5
| | | | | | | | | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* | | | [tx-robot] updated from transifexNextcloud bot2022-06-272-0/+28
| | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | [tx-robot] updated from transifexNextcloud bot2022-06-252-0/+26
| | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | Merge pull request #32863 from nextcloud/feature/add-comments-expire-dateblizzz2022-06-241-0/+5
|\ \ \ \ | | | | | | | | | | Add comments expire date
| * | | | Fix test to check the expire dateVitor Mattos2022-06-201-0/+5
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Vitor Mattos <vitor@php.rio>
* | | | | [tx-robot] updated from transifexNextcloud bot2022-06-2414-10/+118
| |/ / / |/| | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | Merge pull request #32962 from nextcloud/getstoragestat-change-urlCarl Schwan2022-06-232-3/+3
|\ \ \ \ | | | | | | | | | | Remove .php from url
| * | | | Remove .php from urlCarl Schwan2022-06-212-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Probably here for legacy reasons, but it is a bit weird to call an .php endpoint that doesn't correspond to a .php file Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | | | | Merge pull request #32701 from nextcloud/fix/type-error-objectreeCarl Schwan2022-06-231-2/+2
|\ \ \ \ \ | | | | | | | | | | | | Fix type error in Sabre/Connector/Directory
| * | | | | Fix type error in Sabre/Connector/DirectoryCarl Schwan2022-06-141-2/+2
| | |_|/ / | |/| | | | | | | | | | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | | | | [tx-robot] updated from transifexNextcloud bot2022-06-2310-2/+62
| |_|_|/ |/| | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | Merge pull request #32884 from nextcloud/typing/dav-sharingCarl Schwan2022-06-2210-244/+154
|\ \ \ \ | | | | | | | | | | Add typing to Sharing Backend
| * | | | Add typing to Sharing BackendCarl Schwan2022-06-2210-244/+154
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | | | | [tx-robot] updated from transifexNextcloud bot2022-06-2234-42/+234
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | Add title to file nameCarl Schwan2022-06-211-1/+1
| |_|/ / |/| | | | | | | | | | | | | | | | | | | Fix #32157 Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | | | Merge pull request #32902 from nextcloud/enh/noid/opcache-buffer-size-limitSimon L2022-06-211-1/+5
|\ \ \ \ | | | | | | | | | | do not display the buffer_size info if the size is already set to a c…
| * | | | do not display the buffer_size info if the size is already set to a certain ↵szaimen2022-06-171-1/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | threshold Signed-off-by: szaimen <szaimen@e.mail.de> Co-Authored-By: MichaIng <micha@dietpi.com>
* | | | | Merge pull request #32948 from nextcloud/dashboardFixSimon L2022-06-211-1/+2
|\ \ \ \ \ | | | | | | | | | | | | make 'text-overflow: ellipsis' possible again in dashboard
| * | | | | make 'text-overflow: ellipsis' possible again in dashboardArtur Neumann2022-06-211-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Artur Neumann <artur@jankaritech.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | | | | | Merge pull request #32861 from ↵Carl Schwan2022-06-213-36/+26
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/fix/remove-at-matcher-in-user_ldap-tests Remove deprecated at() matcher from user_ldap tests
| * | | | | | Remove bogus expects from user_ldap testsCôme Chilliet2022-06-141-3/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | | | | Remove deprecated at() matcher from user_ldap testsCôme Chilliet2022-06-133-34/+27
| | |_|_|/ / | |/| | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | | | | Merge pull request #32900 from nextcloud/fix/remove-at-matcher-in-theming-testsCôme Chilliet2022-06-215-137/+141
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | Remove at matcher in theming tests
| * | | | | Remove deprecated expectException from theming testsCôme Chilliet2022-06-201-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | | | Remove deprecated at matcher from theming testsCôme Chilliet2022-06-164-134/+138
| | |/ / / | |/| | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | | | [tx-robot] updated from transifexNextcloud bot2022-06-2184-1006/+982
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | Merge pull request #32881 from nextcloud/Valdnet-patch-2rakekniven2022-06-203-14/+14
|\ \ \ \ \ | | | | | | | | | | | | l10n: Spelling unification
| * | | | | Spelling unificationValdnet2022-06-151-1/+1
| | | | | | | | | | | | | | | | | | Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
| * | | | | l10n: Spelling unificationValdnet2022-06-151-12/+12
| | | | | | | | | | | | | | | | | | Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
| * | | | | l10n: Spelling unificationValdnet2022-06-151-1/+1
| | | | | | | | | | | | | | | | | | Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>