Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #31832 from nextcloud/firefox-reload-filelist | Robin Appelman | 2022-04-07 | 2 | -1/+2 |
|\ | |||||
| * | fix filelist not loading after refresh in firefox | Robin Appelman | 2022-04-07 | 2 | -1/+2 |
* | | Merge pull request #31850 from nextcloud/performance/heartbeat-fetch-status-once | Carl Schwan | 2022-04-07 | 4 | -38/+43 |
|\ \ | |||||
| * | | Fetch status in heartbeat controller only once | Carl Schwan | 2022-04-07 | 4 | -38/+43 |
* | | | Merge pull request #31845 from nextcloud/querybuilder-shareexternal | Carl Schwan | 2022-04-07 | 1 | -7/+9 |
|\ \ \ | |||||
| * | | | Use querybuilder for share external mountpoint | Carl Schwan | 2022-04-06 | 1 | -7/+9 |
| |/ / | |||||
* | | | Merge pull request #31847 from nextcloud/performance/user-status-retrival | Vincent Petry | 2022-04-07 | 5 | -24/+9 |
|\ \ \ | |||||
| * | | | Retrieve user status only once when displaying page | Carl Schwan | 2022-04-05 | 5 | -24/+9 |
| |/ / | |||||
* | | | Merge pull request #31673 from nextcloud/feat/contacts-migration | Vincent Petry | 2022-04-07 | 25 | -1/+42111 |
|\ \ \ | |||||
| * | | | Test metadata equality | Christopher Ng | 2022-03-31 | 1 | -4/+6 |
| * | | | Output literal null string | Christopher Ng | 2022-03-30 | 1 | -3/+3 |
| * | | | Access by array key instead of destructuring | Christopher Ng | 2022-03-30 | 1 | -1/+1 |
| * | | | Integration tests | Christopher Ng | 2022-03-30 | 5 | -0/+41670 |
| * | | | Move calendar test asset files | Christopher Ng | 2022-03-30 | 14 | -1/+1 |
| * | | | Contacts export and import | Christopher Ng | 2022-03-30 | 6 | -0/+438 |
* | | | | Merge pull request #31877 from nextcloud/fix/no-console-formatting-if-decorat... | Côme Chilliet | 2022-04-07 | 1 | -0/+5 |
|\ \ \ \ | |||||
| * | | | | Do not decorate the CLI output if it's explicitly turned off | Christoph Wurst | 2022-04-07 | 1 | -0/+5 |
* | | | | | Merge pull request #31876 from nextcloud/bugfix/noid/fix-getCurrentApp-from-cli | Vincent Petry | 2022-04-07 | 1 | -1/+11 |
|\ \ \ \ \ | |_|_|_|/ |/| | | | | |||||
| * | | | | Log exception | Joas Schilling | 2022-04-07 | 1 | -0/+1 |
| * | | | | Fix \OC_App::getCurrentApp() when being called from CLI or phpunit | Joas Schilling | 2022-04-07 | 1 | -1/+10 |
| |/ / / | |||||
* | | | | Merge pull request #31825 from nextcloud/bugfix/noid/add-missing-docs | blizzz | 2022-04-07 | 1 | -0/+4 |
|\ \ \ \ | |||||
| * | | | | Add missing doc changes | Joas Schilling | 2022-04-07 | 1 | -0/+4 |
|/ / / / | |||||
* | | | | Merge pull request #25747 from nextcloud/XAccelBuffering | blizzz | 2022-04-07 | 4 | -2/+8 |
|\ \ \ \ | |||||
| * | | | | Add X-Accel-Buffering header to downloads | Unpublished | 2022-01-17 | 4 | -2/+8 |
* | | | | | Merge pull request #31872 from nextcloud/fix/oracle-contrainst | blizzz | 2022-04-07 | 3 | -15/+24 |
|\ \ \ \ \ | |_|/ / / |/| | | | | |||||
| * | | | | Fix typos and empty tabs | Joas Schilling | 2022-04-07 | 1 | -4/+4 |
| * | | | | Improve error logging on migration failure | John Molakvoæ | 2022-04-07 | 1 | -4/+2 |
| * | | | | Fix createNamedParameter in LDAP migrations | John Molakvoæ | 2022-04-07 | 2 | -2/+2 |
| * | | | | Ensure schema change before checking OracleConstraints | John Molakvoæ | 2022-04-07 | 1 | -12/+23 |
* | | | | | Merge pull request #31864 from nextcloud/fix/preview-generate-imaginary-request | John Molakvoæ | 2022-04-07 | 1 | -2/+7 |
|\ \ \ \ \ | |/ / / / |/| | | | | |||||
| * | | | | Generate small preview straight away if Imaginary is enabled | John Molakvoæ | 2022-04-06 | 1 | -2/+7 |
* | | | | | Merge pull request #31833 from nextcloud/profile-db-backtrace | Carl Schwan | 2022-04-07 | 5 | -5/+39 |
|\ \ \ \ \ | |||||
| * | | | | | record backtrace when profiling db requests | Robin Appelman | 2022-04-04 | 5 | -5/+39 |
* | | | | | | [tx-robot] updated from transifex | Nextcloud bot | 2022-04-07 | 8 | -0/+66 |
* | | | | | | Merge pull request #31852 from nextcloud/test-account-migrator | Pytal | 2022-04-06 | 3 | -0/+122 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Test migration of account information | Christopher Ng | 2022-04-06 | 3 | -0/+122 |
* | | | | | | | Merge pull request #31843 from nextcloud/dav-plugin-perf | Robin Appelman | 2022-04-06 | 12 | -70/+137 |
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | | |||||
| * | | | | | | sh | Robin Appelman | 2022-04-06 | 2 | -24/+13 |
| * | | | | | | use existing node in SharesPlugin | Robin Appelman | 2022-04-06 | 5 | -49/+82 |
| * | | | | | | allow reusing known folder info when getting directory contents | Robin Appelman | 2022-04-06 | 5 | -16/+29 |
| * | | | | | | save filesystem node in dav node | Robin Appelman | 2022-04-06 | 4 | -2/+34 |
* | | | | | | | Merge pull request #28935 from cahogan/trashbin-restore | Vincent Petry | 2022-04-06 | 5 | -2/+166 |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | |||||
| * | | | | | | more concise output, code style fixes | Robin Appelman | 2022-03-30 | 1 | -31/+43 |
| * | | | | | | Add trashbin:restore occ command | cahogan | 2022-03-30 | 5 | -2/+154 |
* | | | | | | | Merge pull request #31844 from nextcloud/fs-home-only-setup | Robin Appelman | 2022-04-06 | 2 | -1/+6 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | don't force a full setup for getting storage stats | Robin Appelman | 2022-04-06 | 1 | -1/+0 |
| * | | | | | | | only setup home mount when getting home folder | Robin Appelman | 2022-04-06 | 1 | -0/+6 |
|/ / / / / / / | |||||
* | | | | | | | Merge pull request #31853 from nextcloud/automated/noid/psalm-baseline-update... | Carl Schwan | 2022-04-06 | 1 | -6/+1 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | Update psalm baseline | nextcloud-command | 2022-04-06 | 1 | -6/+1 |
* | | | | | | | | Merge pull request #31594 from nextcloud/fix/federated-shares-events | Joas Schilling | 2022-04-06 | 2 | -3/+25 |
|\ \ \ \ \ \ \ \ |