summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-02-1438-30/+10
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #36674 from nextcloud/rakekniven-patch-2Anna2023-02-131-1/+1
|\ | | | | l10n: Fixed grammar
| * l10n: Fixed grammarrakekniven2023-02-111-1/+1
| | | | | | | | | | | | | | | | Reported at Transifex. Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com> Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>
* | Merge pull request #36568 from nextcloud/perf/flow-eventsJulius Härtl2023-02-132-4/+72
|\ \ | | | | | | perf(workflowengine): Cache query that is performed on every request
| * | perf(workflowengine): Cache query that is performed on every requestJulius Härtl2023-02-102-4/+72
| | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-02-1322-22/+0
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Merge pull request #36673 from nextcloud/rakekniven-patch-1Simon L2023-02-121-1/+1
|\ \ \ | | | | | | | | l10n: Fixed grammar
| * | | l10n: Fixed grammarrakekniven2023-02-111-1/+1
| | |/ | |/| | | | | | | | | | | | | | | | | | | Reported at Transifex. Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com> Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>
* / | Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-02-1214-10/+34
|/ / | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #36232 from nextcloud/enh/a11y-user-menuPytal2023-02-103-34/+22
|\ \ | | | | | | Port user menu to Vue
| * | Port user menu to VueChristopher Ng2023-02-093-34/+22
| | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | | Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-02-112-0/+2
| |/ |/| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #36608 from nextcloud/storageinfo-no-explicit-setupJulius Härtl2023-02-101-5/+0
|\ \
| * | remove explicit setup when getting storage infoRobin Appelman2023-02-081-5/+0
| | | | | | | | | | | | | | | | | | | | | | | | the implicit setup gets enough data without having to do a full setup. Saves having to do a full fs setup for the files webui template Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-02-1020-70/+164
| |/ |/| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #36469 from ↵Julius Härtl2023-02-0913-0/+1362
|\ \ | | | | | | | | | nextcloud/perf/autoloading/files-external-authoritative-autoloader
| * | perf(autoloading): Add authoritative autoloader for files_externalChristoph Wurst2023-02-0913-0/+1362
| | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | fix(caldav): Fix reminder timezone drift for all-day eventsChristoph Wurst2023-02-093-16/+237
|/ / | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | perf(dav): Do not call general setupFS on ever dav authJulius Härtl2023-02-092-9/+6
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-02-092-0/+18
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Prevent scrolling hover .files-controlsLouis Chemineau2023-02-081-0/+5
| | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* Merge pull request #29010 from mattian/fix/19218/birthday-leap-dayChristoph Wurst2023-02-082-56/+56
|\ | | | | dav: fix birthday calendar event generation for leap days
| * dav: fix birthday calendar event generation for leap daysMattia Narducci2023-02-062-56/+56
| | | | | | | | | | | | | | | | | | | | | | Fix generation of birthday calendar events for the 29th of February. A recurring event for the 29th of February in the (default) Gregorian calendar system would only generate instances in leap years. Fix this behaviour by generating recurring events for the last day of February, the 29th on leap years and the 28th otherwise. Signed-off-by: Mattia Narducci <mattianarducci1@gmail.com>
* | Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-02-082-0/+6
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #36570 from nextcloud/enh/a11y-profile-visibility-selectPytal2023-02-071-9/+8
|\ \ | | | | | | Port profile visibility select
| * | Port profile visibility selectChristopher Ng2023-02-061-9/+8
| | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | | fix(sharing): Remove casting to int from INFJoas Schilling2023-02-071-1/+1
| | | | | | | | | | | | | | | | | | | | | Regression from nextcloud/server#35736 INF is a the float INF, casting it to integer will make it 0 Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | Respect OCP interface in private classesCôme Chilliet2023-02-071-1/+1
| | | | | | | | | | | | | | | | | | | | | Because the parameter type was moved to phpdoc it needs to be removed from implementations Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | Removed catch of ValueError as we cannot know if it’s >2038 or <1970Côme Chilliet2023-02-071-11/+2
| | | | | | | | | | | | | | | | | | Also fixed numericToString to correctly convert float to int if it fits Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | Document that size may be a float in new class VersionEntityCôme Chilliet2023-02-074-9/+13
| | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | Skip tests that cannot succeed on 32bitsCôme Chilliet2023-02-071-2/+9
| | | | | | | | | | | | | | | | | | | | | | | | For some reason a timestamp in the past also triggers the PHP error about not being able to represent it as an int, so skipping that test on 32bits. Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | Skip buggy tests for 32bits CICôme Chilliet2023-02-071-4/+15
| | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | Psalm easy fixes in apps/files/appinfo/routes.phpCôme Chilliet2023-02-071-2/+2
| | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | Fix Sabre connector testCôme Chilliet2023-02-071-2/+2
| | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | Fix psalm errorsCôme Chilliet2023-02-072-7/+8
| | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | Fix name of skip method for phpunitCôme Chilliet2023-02-071-1/+1
| | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | Improve behavior with dates on 32bits and fix tests or skip themCôme Chilliet2023-02-073-20/+34
| | | | | | | | | | | | | | | | | | | | | We do not support events after 2038 on 32bits but still behave better when date range start/end is after 2038. Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | Silence errors of return type mismatch from Sabre for nowCôme Chilliet2023-02-075-1/+11
| | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | Type sizes as int|float throughout the code baseCôme Chilliet2023-02-076-16/+11
| | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | Allow float sizes in FileInfo for 32bitsCôme Chilliet2023-02-071-5/+1
| | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | Fix a few tests that were using too big int values for 32bitsCôme Chilliet2023-02-073-6/+3
| | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | Strong type filesize related methods to ease 32bits problem findingsCôme Chilliet2023-02-071-1/+1
| | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | Merge pull request #36314 from nextcloud/sso-kerberos-fixCôme Chilliet2023-02-074-33/+46
|\ \ \ | | | | | | | | Update kerberos sso test setup to use new user_saml config system
| * | | Update kerberos sso test setup to use new user_saml config systemRobin Appelman2023-01-234-33/+46
| | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-02-074-0/+10
| |/ / |/| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Merge pull request #36267 from nextcloud/bugfix/noid/dont-reuse-query-builderJoas Schilling2023-02-061-0/+1
|\ \ \ | |_|/ |/| | Don't reuse query builder object with populated parameters in FederatedShareProvider
| * | Don't reuse query builder object with populated parametersJoas Schilling2023-01-231-0/+1
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | Merge pull request #36509 from ↵Christoph Wurst2023-02-061-0/+4
|\ \ \ | | | | | | | | | | | | | | | | nextcloud/fix/user-management/delete-user-hidden-group fix(user-management): Fix deleting user in hidden group(s)
| * | | fix(user-management): Fix deleting user in hidden group(s)Christoph Wurst2023-02-031-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | E.g. guest_users Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | | Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-02-066-4/+10
| | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>