summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #31832 from nextcloud/firefox-reload-filelistRobin Appelman2022-04-072-1/+2
|\ | | | | fix filelist not loading after refresh in firefox
| * fix filelist not loading after refresh in firefoxRobin Appelman2022-04-072-1/+2
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | Merge pull request #31850 from nextcloud/performance/heartbeat-fetch-status-onceCarl Schwan2022-04-074-38/+43
|\ \ | | | | | | Fetch status in heartbeat controller only once
| * | Fetch status in heartbeat controller only onceCarl Schwan2022-04-074-38/+43
| | | | | | | | | | | | | | | | | | Store the user status inside the event instead of fetching it again Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | | Merge pull request #31845 from nextcloud/querybuilder-shareexternalCarl Schwan2022-04-071-7/+9
|\ \ \ | | | | | | | | Use querybuilder for share external mountpoint
| * | | Use querybuilder for share external mountpointCarl Schwan2022-04-061-7/+9
| |/ / | | | | | | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | | Merge pull request #31847 from nextcloud/performance/user-status-retrivalVincent Petry2022-04-075-24/+9
|\ \ \ | | | | | | | | Retrieve user status only once when displaying page
| * | | Retrieve user status only once when displaying pageCarl Schwan2022-04-055-24/+9
| |/ / | | | | | | | | | | | | | | | | | | We don't need to inject it in the template if the data is already available in the initial state. This is also a bit cleaner. Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | | Merge pull request #31673 from nextcloud/feat/contacts-migrationVincent Petry2022-04-0725-1/+42111
|\ \ \ | | | | | | | | Contacts migration
| * | | Test metadata equalityChristopher Ng2022-03-311-4/+6
| | | | | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
| * | | Output literal null stringChristopher Ng2022-03-301-3/+3
| | | | | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
| * | | Access by array key instead of destructuringChristopher Ng2022-03-301-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
| * | | Integration testsChristopher Ng2022-03-305-0/+41670
| | | | | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
| * | | Move calendar test asset filesChristopher Ng2022-03-3014-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
| * | | Contacts export and importChristopher Ng2022-03-306-0/+438
| | | | | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | | | Merge pull request #31877 from ↵Côme Chilliet2022-04-071-0/+5
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | nextcloud/fix/no-console-formatting-if-decoration-off Do not decorate the CLI output if it's explicitly turned off
| * | | | Do not decorate the CLI output if it's explicitly turned offChristoph Wurst2022-04-071-0/+5
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | | | Merge pull request #31876 from nextcloud/bugfix/noid/fix-getCurrentApp-from-cliVincent Petry2022-04-071-1/+11
|\ \ \ \ \ | |_|_|_|/ |/| | | | Fix \OC_App::getCurrentApp() when being called from CLI or phpunit
| * | | | Log exceptionJoas Schilling2022-04-071-0/+1
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | | Fix \OC_App::getCurrentApp() when being called from CLI or phpunitJoas Schilling2022-04-071-1/+10
| |/ / / | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | Merge pull request #31825 from nextcloud/bugfix/noid/add-missing-docsblizzz2022-04-071-0/+4
|\ \ \ \ | | | | | | | | | | Add missing doc changes and limit string length 4000 to new columns
| * | | | Add missing doc changesJoas Schilling2022-04-071-0/+4
|/ / / / | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | Merge pull request #25747 from nextcloud/XAccelBufferingblizzz2022-04-074-2/+8
|\ \ \ \ | | | | | | | | | | Add X-Accel-Buffering header to downloads
| * | | | Add X-Accel-Buffering header to downloadsUnpublished2022-01-174-2/+8
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Unpublished <unpublished@gmx.net>
* | | | | Merge pull request #31872 from nextcloud/fix/oracle-contrainstblizzz2022-04-073-15/+24
|\ \ \ \ \ | |_|/ / / |/| | | | Ensure schema change before checking OracleConstraints
| * | | | Fix typos and empty tabsJoas Schilling2022-04-071-4/+4
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | | Improve error logging on migration failureJohn Molakvoæ2022-04-071-4/+2
| | | | | | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
| * | | | Fix createNamedParameter in LDAP migrationsJohn Molakvoæ2022-04-072-2/+2
| | | | | | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
| * | | | Ensure schema change before checking OracleConstraintsJohn Molakvoæ2022-04-071-12/+23
| | | | | | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* | | | | 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
| | | | | | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* | | | | Merge pull request #31833 from nextcloud/profile-db-backtraceCarl Schwan2022-04-075-5/+39
|\ \ \ \ \ | | | | | | | | | | | | record backtrace when profiling db requests
| * | | | | record backtrace when profiling db requestsRobin Appelman2022-04-045-5/+39
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | | | [tx-robot] updated from transifexNextcloud bot2022-04-078-0/+66
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | | Merge pull request #31852 from nextcloud/test-account-migratorPytal2022-04-063-0/+122
|\ \ \ \ \ \
| * | | | | | Test migration of account informationChristopher Ng2022-04-063-0/+122
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | | | | | | Merge pull request #31843 from nextcloud/dav-plugin-perfRobin Appelman2022-04-0612-70/+137
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | Improve performance dav PROPFIND
| * | | | | | shRobin Appelman2022-04-062-24/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | | | | | use existing node in SharesPluginRobin Appelman2022-04-065-49/+82
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | | | | | allow reusing known folder info when getting directory contentsRobin Appelman2022-04-065-16/+29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | | | | | save filesystem node in dav nodeRobin Appelman2022-04-064-2/+34
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | | | | Merge pull request #28935 from cahogan/trashbin-restoreVincent Petry2022-04-065-2/+166
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | Add trashbin:restore occ command
| * | | | | | more concise output, code style fixesRobin Appelman2022-03-301-31/+43
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | | | | | Add trashbin:restore occ commandcahogan2022-03-305-2/+154
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: cahogan <caitlin.hogan@swiftsolar.com>
* | | | | | | Merge pull request #31844 from nextcloud/fs-home-only-setupRobin Appelman2022-04-062-1/+6
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | only setup home mount when getting home folder
| * | | | | | | don't force a full setup for getting storage statsRobin Appelman2022-04-061-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the auto-setup is good enough Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | | | | | | only setup home mount when getting home folderRobin Appelman2022-04-061-0/+6
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | | | | Merge pull request #31853 from ↵Carl Schwan2022-04-061-6/+1
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/automated/noid/psalm-baseline-update-1649218284 [Automated] Update psalm-baseline.xml
| * | | | | | | Update psalm baselinenextcloud-command2022-04-061-6/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: GitHub <noreply@github.com>
* | | | | | | | Merge pull request #31594 from nextcloud/fix/federated-shares-eventsJoas Schilling2022-04-062-3/+25
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Log in audit log federated shares events