summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | Log exceptionJoas Schilling2022-04-071-0/+1
| * | | | | | | | Fix \OC_App::getCurrentApp() when being called from CLI or phpunitJoas Schilling2022-04-071-1/+10
| |/ / / / / / /
* | | | | | | | Merge pull request #31825 from nextcloud/bugfix/noid/add-missing-docsblizzz2022-04-071-0/+4
|\ \ \ \ \ \ \ \
| * | | | | | | | Add missing doc changesJoas Schilling2022-04-071-0/+4
|/ / / / / / / /
* | | | | | | | Merge pull request #25747 from nextcloud/XAccelBufferingblizzz2022-04-074-2/+8
|\ \ \ \ \ \ \ \
| * | | | | | | | Add X-Accel-Buffering header to downloadsUnpublished2022-01-174-2/+8
* | | | | | | | | Merge pull request #31872 from nextcloud/fix/oracle-contrainstblizzz2022-04-073-15/+24
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | |
| * | | | | | | | Fix typos and empty tabsJoas Schilling2022-04-071-4/+4
| * | | | | | | | Improve error logging on migration failureJohn Molakvoæ2022-04-071-4/+2
| * | | | | | | | Fix createNamedParameter in LDAP migrationsJohn Molakvoæ2022-04-072-2/+2
| * | | | | | | | Ensure schema change before checking OracleConstraintsJohn Molakvoæ2022-04-071-12/+23
| | |_|_|_|/ / / | |/| | | | | |
* | | | | | | | Merge pull request #31864 from nextcloud/fix/preview-generate-imaginary-requestJohn Molakvoæ2022-04-071-2/+7
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | Generate small preview straight away if Imaginary is enabledJohn Molakvoæ2022-04-061-2/+7
* | | | | | | | Merge pull request #31833 from nextcloud/profile-db-backtraceCarl Schwan2022-04-075-5/+39
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / |/| | | | | | |
| * | | | | | | record backtrace when profiling db requestsRobin Appelman2022-04-045-5/+39
| | |_|_|_|/ / | |/| | | | |
* | | | | | | [tx-robot] updated from transifexNextcloud bot2022-04-078-0/+66
* | | | | | | Merge pull request #31852 from nextcloud/test-account-migratorPytal2022-04-063-0/+122
|\ \ \ \ \ \ \
| * | | | | | | Test migration of account informationChristopher Ng2022-04-063-0/+122
* | | | | | | | Merge pull request #31843 from nextcloud/dav-plugin-perfRobin Appelman2022-04-0612-70/+137
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | |
| * | | | | | | shRobin Appelman2022-04-062-24/+13
| * | | | | | | use existing node in SharesPluginRobin Appelman2022-04-065-49/+82
| * | | | | | | allow reusing known folder info when getting directory contentsRobin Appelman2022-04-065-16/+29
| * | | | | | | save filesystem node in dav nodeRobin Appelman2022-04-064-2/+34
* | | | | | | | Merge pull request #28935 from cahogan/trashbin-restoreVincent Petry2022-04-065-2/+166
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | more concise output, code style fixesRobin Appelman2022-03-301-31/+43
| * | | | | | | Add trashbin:restore occ commandcahogan2022-03-305-2/+154
* | | | | | | | Merge pull request #31844 from nextcloud/fs-home-only-setupRobin Appelman2022-04-062-1/+6
|\ \ \ \ \ \ \ \
| * | | | | | | | don't force a full setup for getting storage statsRobin Appelman2022-04-061-1/+0
| * | | | | | | | only setup home mount when getting home folderRobin Appelman2022-04-061-0/+6
|/ / / / / / / /
* | | | | | | | Merge pull request #31853 from nextcloud/automated/noid/psalm-baseline-update...Carl Schwan2022-04-061-6/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | Update psalm baselinenextcloud-command2022-04-061-6/+1
* | | | | | | | | Merge pull request #31594 from nextcloud/fix/federated-shares-eventsJoas Schilling2022-04-062-3/+25
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Log in audit log federated shares eventsCarl Schwan2022-03-162-3/+25
* | | | | | | | | | Merge pull request #31194 from nextcloud/feat/allow-to-exclude-groups-from-pa...Vincent Petry2022-04-0613-13/+108
|\ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / |/| | | | | | | | |
| * | | | | | | | | Allow to disable password policy enforcement for selected groupsCarl Schwan2022-04-0513-13/+108
* | | | | | | | | | [tx-robot] updated from transifexNextcloud bot2022-04-0660-60/+60
| |_|_|/ / / / / / |/| | | | | | | |
* | | | | | | | | Merge pull request #31849 from nextcloud/fix/cache-accountJohn Molakvoæ2022-04-051-1/+10
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Cache account informationCarl Schwan2022-04-051-1/+10
| | |_|_|_|_|_|/ / | |/| | | | | | |
* | | | | | | | | Merge pull request #31754 from nextcloud/fix/view-inconsistent-if-conditionsCôme Chilliet2022-04-051-97/+95
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | composer run cs:fixCôme Chilliet2022-04-051-2/+2
| * | | | | | | | | Exit early if $storage is falsy in View::getDirectoryContentCôme Chilliet2022-04-051-96/+94
| * | | | | | | | | Fix incorrect if conditions in ViewCôme Chilliet2022-04-051-3/+3
* | | | | | | | | | Merge pull request #31684 from nextcloud/user-share-permissions-mergeSimon L2022-04-052-11/+66
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | take permissions from multiple paths into account for share permissionsRobin Appelman2022-03-312-11/+66
* | | | | | | | | | | Merge pull request #31773 from nextcloud/share-limited-owner-setupVincent Petry2022-04-0520-203/+382
|\ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / |/| | | | | | | | | |
| * | | | | | | | | | cache internalpath in versions cleanupRobin Appelman2022-04-041-2/+3
| * | | | | | | | | | ensure user folder is created in ApiTestRobin Appelman2022-04-041-0/+3
| * | | | | | | | | | rename cached fileinfo on renameRobin Appelman2022-04-041-0/+9
| * | | | | | | | | | dont needlessly resolve path when getting internalPath/storage from NodeRobin Appelman2022-04-044-55/+37
| * | | | | | | | | | don't do a full setup for `findByStorageId`Robin Appelman2022-04-041-1/+0