Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #33658 from nextcloud/dashboard-api-widgets | Vincent Petry | 2022-09-16 | 11 | -44/+421 |
|\ | |||||
| * | Fix phpunit | Joas Schilling | 2022-09-16 | 1 | -6/+16 |
| * | Add since tags | Joas Schilling | 2022-09-16 | 3 | -0/+8 |
| * | adjust empty array check | Julien Veyssier | 2022-09-15 | 1 | -1/+1 |
| * | set round item icons for user status widget | Robin Appelman | 2022-09-15 | 1 | -6/+5 |
| * | implement IButtonWidget and IIconWidget in user_status | Julien Veyssier | 2022-09-15 | 1 | -3/+21 |
| * | implement IAPIWidget in user_status | Julien Veyssier | 2022-09-15 | 1 | -28/+58 |
| * | move widget options into a Option class | Robin Appelman | 2022-09-15 | 6 | -11/+78 |
| * | add IItemOptionWidget to define some item-related parameters, only getItemIco... | Julien Veyssier | 2022-09-15 | 2 | -0/+39 |
| * | change widget button api to support multiple button types | Robin Appelman | 2022-09-15 | 5 | -22/+92 |
| * | allow adding button to dashboard api output | Robin Appelman | 2022-09-15 | 4 | -8/+76 |
| * | allow filtering dashboard items api by widgets | Robin Appelman | 2022-09-15 | 1 | -4/+8 |
| * | add dashboard api to list widgets | Robin Appelman | 2022-09-15 | 3 | -0/+64 |
* | | Merge pull request #34050 from nextcloud/bug/noid/login-form-focus | Vincent Petry | 2022-09-16 | 5 | -8/+8 |
|\ \ | |||||
| * | | Set focus to input field | Daniel Kesselberg | 2022-09-16 | 5 | -8/+8 |
* | | | Merge pull request #34108 from nextcloud/Valdnet-patch-3 | Joas Schilling | 2022-09-16 | 5 | -11/+11 |
|\ \ \ | |||||
| * | | | Compile assets | nextcloud-command | 2022-09-16 | 2 | -3/+3 |
| * | | | l10n: Remove spaces | Valdnet | 2022-09-16 | 1 | -1/+1 |
| * | | | l10n: Correct error messages | Valdnet | 2022-09-16 | 1 | -3/+3 |
| * | | | l10n: Correct error messages | Valdnet | 2022-09-16 | 1 | -4/+4 |
| |/ / | |||||
* | | | Merge pull request #34105 from nextcloud/automated/noid/master-update-psalm-b... | Carl Schwan | 2022-09-16 | 1 | -4/+0 |
|\ \ \ | |||||
| * | | | Update psalm baseline | nextcloud-command | 2022-09-16 | 1 | -4/+0 |
* | | | | Merge pull request #34097 from nextcloud/Rello-patch-1 | Carl Schwan | 2022-09-16 | 5 | -5/+2 |
|\ \ \ \ | |_|/ / |/| | | | |||||
| * | | | Compile assets | nextcloud-command | 2022-09-15 | 4 | -4/+2 |
| * | | | overview:hidden cutting menu | Rello | 2022-09-15 | 1 | -1/+0 |
* | | | | Merge pull request #34091 from nextcloud/feature/noid/update-ca-cert | John Molakvoæ | 2022-09-16 | 1 | -205/+511 |
|\ \ \ \ | |||||
| * | | | | Update CA cert bundle | Joas Schilling | 2022-09-15 | 1 | -205/+511 |
* | | | | | Merge pull request #34100 from nextcloud/fix/reset-global-search | Vincent Petry | 2022-09-16 | 4 | -4/+15 |
|\ \ \ \ \ | |_|_|/ / |/| | | | | |||||
| * | | | | Reset global search on files sidebar navigation change | Christopher Ng | 2022-09-15 | 4 | -4/+15 |
| | |_|/ | |/| | | |||||
* | | | | [tx-robot] updated from transifex | Nextcloud bot | 2022-09-16 | 434 | -752/+876 |
* | | | | Merge pull request #33512 from nextcloud/enh/27869/details | Pytal | 2022-09-15 | 12 | -90/+141 |
|\ \ \ \ | |||||
| * | | | | Remake group and quota details section with Vue | Christopher Ng | 2022-09-15 | 12 | -90/+141 |
| |/ / / | |||||
* | | | | Merge pull request #34101 from nextcloud/fix/dashboard-controller-typo | Pytal | 2022-09-15 | 1 | -6/+6 |
|\ \ \ \ | |||||
| * | | | | Fix initial state typo in dashboard controller | Christopher Ng | 2022-09-15 | 1 | -6/+6 |
| |/ / / | |||||
* | | | | Merge pull request #34098 from nextcloud/fix/test/updatenotifications | Vincent Petry | 2022-09-15 | 1 | -19/+24 |
|\ \ \ \ | |||||
| * | | | | Fix test update notification | Carl Schwan | 2022-09-15 | 1 | -19/+24 |
| |/ / / | |||||
* | | | | Merge pull request #34072 from nextcloud/enh/noid/default-enabled-2 | Vincent Petry | 2022-09-15 | 24 | -24/+79 |
|\ \ \ \ | |||||
| * | | | | Increase timeout for apps management | Vincent Petry | 2022-09-15 | 1 | -1/+1 |
| * | | | | fix phpdoc | Maxence Lange | 2022-09-15 | 1 | -2/+2 |
| * | | | | set defaultEnabled in shipped.json | Maxence Lange | 2022-09-15 | 23 | -23/+78 |
* | | | | | Merge pull request #33718 from nextcloud/seekable-http-fseek-end | Vincent Petry | 2022-09-15 | 4 | -21/+93 |
|\ \ \ \ \ | |_|/ / / |/| | | | | |||||
| * | | | | fix using FSEEK_END with SeekableHttpStream to get file size | Robin Appelman | 2022-09-15 | 4 | -21/+93 |
* | | | | | Merge pull request #34048 from nextcloud/feat/add-nodeFilter-to-user_migration | Vincent Petry | 2022-09-15 | 1 | -1/+2 |
|\ \ \ \ \ | |_|_|_|/ |/| | | | | |||||
| * | | | | Add a nodeFilter parameter for IExportDestination::copyFolder | Côme Chilliet | 2022-09-13 | 1 | -1/+2 |
* | | | | | Merge pull request #33941 from nextcloud/fix/public-sharing | Carl Schwan | 2022-09-15 | 3 | -4/+7 |
|\ \ \ \ \ | |_|_|_|/ |/| | | | | |||||
| * | | | | Only normalize data in public shares and not crud | Carl Schwan | 2022-09-08 | 3 | -4/+7 |
* | | | | | Merge pull request #34009 from andrey-utkin/safe-config-update | Côme Chilliet | 2022-09-15 | 1 | -25/+29 |
|\ \ \ \ \ | |||||
| * | | | | | Make config file saving safe against write failures | Andriy Utkin | 2022-09-09 | 1 | -25/+29 |
* | | | | | | Merge pull request #33947 from nextcloud/updatenotificaiton-cleanup | Vincent Petry | 2022-09-15 | 8 | -141/+117 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Cleanup updatenotification | Carl Schwan | 2022-09-15 | 8 | -141/+117 |