summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | | Merge pull request #39173 from shdehnavi/refactor_lib_private_ocsJohn Molakvoæ2024-02-235-41/+41
| |\ \ \ \ \ \
| | * | | | | | Refactor lib/private/ocsHamid Dehnavi2024-02-235-41/+41
| | |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Hamid Dehnavi <hamid.dev.pro@gmail.com> Refactor lib/private/ocs Signed-off-by: Hamid Dehnavi <hamid.dev.pro@gmail.com> Refactor lib/private/ocs Co-authored-by: Faraz Samapoor <f.samapoor@gmail.com> Signed-off-by: Hamid Dehnavi <hamid.dev.pro@gmail.com> Add adjustments based on the review Signed-off-by: Hamid Dehnavi <hamid.dev.pro@gmail.com> replace qualifier with an import Signed-off-by: Hamid Dehnavi <hamid.dev.pro@gmail.com> refactor lib/private/OCS Signed-off-by: Hamid Dehnavi <hamid.dev.pro@gmail.com>
| * | | | | | Merge pull request #39299 from shdehnavi/refactor_lib_private_appJohn Molakvoæ2024-02-2310-89/+44
| |\ \ \ \ \ \
| | * | | | | | Fix psalm errorsHamid Dehnavi2024-02-231-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Hamid Dehnavi <hamid.dev.pro@gmail.com>
| | * | | | | | Make adjustments based on the psalm reviewHamid Dehnavi2024-02-231-6/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Hamid Dehnavi <hamid.dev.pro@gmail.com> Co-authored-by: Julius Härtl <jus@bitgrid.net> Signed-off-by: Hamid Dehnavi <hamid.dev.pro@gmail.com>
| | * | | | | | Fix code styleHamid Dehnavi2024-02-236-8/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Hamid Dehnavi <hamid.dev.pro@gmail.com>
| | * | | | | | Refactor lib/private/AppHamid Dehnavi2024-02-2310-77/+43
| | |/ / / / / | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Hamid Dehnavi <hamid.dev.pro@gmail.com>
| * | | | | | Merge pull request #42045 from nextcloud/enh/early-exception-printJohn Molakvoæ2024-02-231-11/+19
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | feat: Print early exceptions in debug mode instead of plain error pages
| | * | | | | | feat: Print early exceptions in debug mode instead of plain error pagesJulius Härtl2024-02-231-11/+19
| | |/ / / / / | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | | | | | Merge pull request #40126 from ↵John Molakvoæ2024-02-231-1/+1
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | summersab/refactor/OC-Server-getTrustedDomainHelper
| | * | | | | | Refactor `OC\Server::getTrustedDomainHelper`Andrew Summers2024-02-231-1/+1
| | |/ / / / / | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Andrew Summers <18727110+summersab@users.noreply.github.com>
| * | | | | | Merge pull request #40111 from summersab/refactor/OC-Server-getAppFetcherJohn Molakvoæ2024-02-231-1/+2
| |\ \ \ \ \ \
| | * | | | | | Refactor `OC\Server::getAppFetcher`Andrew Summers2024-02-231-1/+2
| | |/ / / / / | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Andrew Summers <18727110+summersab@users.noreply.github.com>
| * | | | | | Merge pull request #38562 from nextcloud/redis-default-ttlJohn Molakvoæ2024-02-231-7/+19
| |\ \ \ \ \ \
| | * | | | | | set a default and max ttl for redis keysRobin Appelman2024-02-231-7/+19
| | |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | having infinite TTL can lead to leaked keys as the prefix changes with version upgrades Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | | | | | Merge pull request #30417 from nextcloud/sualko-patch-1John Molakvoæ2024-02-231-0/+4
| |\ \ \ \ \ \
| | * | | | | | fix xml ocs response for serializable objectsKlaus2024-02-231-0/+4
| | |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: sualko <klaus@jsxc.org> Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
| * | | | | | Merge pull request #39607 from ↵John Molakvoæ2024-02-231-1/+1
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | | | | | | | | | FedericoHeichou/fix-double-dots-with-pipe-sendmail
| | * | | | | Add "-i" to sendmail's pipe FedericoHeichou2024-01-191-1/+1
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: FedericoHeichou <federicoheichou@gmail.com>
| * | | | | | feat(AppFramework): Add Route attributeprovokateurin2024-02-216-0/+361
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de>
| * | | | | | fix(Routing): Only use lowercase names for registering and matching routesprovokateurin2024-02-213-17/+36
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de>
| * | | | | | fix(notifications): Help finding missing notifications by logging itJoas Schilling2024-02-201-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | | | | fix(admin role): fix old and wrong way to determine whether user is adminArthur Schiwon2024-02-192-12/+13
|/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - fixes Settings knowing who is an admin of non-local group backend groups - obsoletes and removes a little old, deprecated code - double checks proper parameter type on Group\Manager::isAdmin - also fixes legacy OC_User code to check whether user is an admin Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | | | | Merge pull request #43339 from nextcloud/fix/42588/remove-redundant-indicesJohannes2024-02-192-0/+2
|\ \ \ \ \ \ | | | | | | | | | | | | | | fix(db): remove redundant indices in properties
| * | | | | | fix(db): remove redundant indices in propertiesJohannes Merkel2024-02-182-0/+2
| | |_|_|_|/ | |/| | | | | | | | | | | | | | | | Signed-off-by: Johannes Merkel <mail@johannesgge.de>
* | | | | | Merge pull request #43637 from nextcloud/mb-convert-fixGit'Fellow2024-02-191-1/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | Move away from deprecated utf8_encode() on PHP 8.2+
| * | | | | | Move away from deprecated utf_encode() on PHP 8.2+Git'Fellow2024-02-171-1/+1
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
* | | | | | | Merge pull request #43297 from nextcloud/fix/db/dirty-read-cool-offChristoph Wurst2024-02-191-3/+20
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | fix(db): Let dirty writes cool off
| * | | | | | | fix(db): Let dirty writes cool offChristoph Wurst2024-02-191-3/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We can assume that after a few seconds a read will be clean again. This is helpful for false warnings in long running processes. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | | | | | | Fix(l10n): Update translations from TransifexNextcloud bot2024-02-194-2/+188
| |_|/ / / / / |/| | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | | | Fix(l10n): Update translations from TransifexNextcloud bot2024-02-188-4/+90
| |/ / / / / |/| | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | | Fix(l10n): Update translations from TransifexNextcloud bot2024-02-172-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | | Merge pull request #40555 from nextcloud/query-optimize-distributeRobin Appelman2024-02-1614-54/+465
|\ \ \ \ \ \ | | | | | | | | | | | | | | optimize query pattern used by storage filter
| * | | | | | add some comments for the distributive operation and add another testRobin Appelman2024-02-162-4/+27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | | | | | add extra flatten step to improve "or eq" -> "in" optimizationRobin Appelman2024-02-151-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | | | | | fix types + autoloaderRobin Appelman2024-02-156-11/+25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | | | | | add a search query step to split IN statements that are to large for ociRobin Appelman2024-02-152-0/+34
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | | | | | hopefully improve propagation of 'path eq hash' hint into 'in' statementsRobin Appelman2024-02-152-4/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | | | | | optimize query pattern used by storage filterRobin Appelman2024-02-1513-52/+390
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | | | | Fix(l10n): Update translations from TransifexNextcloud bot2024-02-164-0/+84
|/ / / / / / | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | | Merge pull request #43552 from ↵Joas Schilling2024-02-151-4/+9
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/bugfix/noid/rfc7239-compatible-proxy-handling fix(request): Handle reverse proxy setting a port in Forwarded-For
| * | | | | | fix(CS): Fix coding styleJoas Schilling2024-02-141-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | | | | fix(request): Fix regex handling and coding-styleJoas Schilling2024-02-131-5/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | | | | fix(request): Handle reverse proxy setting a port in Forwarded-ForMikael Peigney2024-02-131-4/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Mikael Peigney <Mika56@users.noreply.github.com>
* | | | | | | fix(db): Give dirty read exception a messageChristoph Wurst2024-02-151-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | | | | | fix(OCP): Add since tag to all constantsJoas Schilling2024-02-151-3/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | | | | Merge pull request #43355 from nextcloud/feat/ocp-link-reference-providerAnupam Kumar2024-02-154-155/+221
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | feat: Migrate LinkReferenceProvider to OCP
| * | | | | | | feat: Migrate LinkReferenceProvider to OCPAnupam Kumar2024-02-144-155/+221
| | |_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This would be useful to eleminate the need for using this OC class when an app dev wants to implement a custom reference provider for the web client but wants to fall back on opengraph for mobile clients. Signed-off-by: Anupam Kumar <kyteinsky@gmail.com>
* | | | | | | Fix(l10n): Update translations from TransifexNextcloud bot2024-02-1510-0/+208
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | | | fix(OCP): Add since tag for all constantsJoas Schilling2024-02-1437-6/+795
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>