Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [tx-robot] updated from transifex | Nextcloud bot | 2020-10-10 | 34 | -8/+258 |
* | Merge pull request #23264 from nextcloud/bug/23177/escape-html | Roeland Jago Douma | 2020-10-09 | 1 | -0/+8 |
|\ | |||||
| * | Add local version of escapeHTML | Daniel Kesselberg | 2020-10-07 | 1 | -0/+8 |
* | | [tx-robot] updated from transifex | Nextcloud bot | 2020-10-09 | 36 | -2/+242 |
* | | Merge pull request #23161 from nextcloud/enh/noid/setup-checks2 | Roeland Jago Douma | 2020-10-08 | 2 | -46/+0 |
|\ \ | |||||
| * | | Remove setup check for php mail | Daniel Kesselberg | 2020-10-03 | 2 | -46/+0 |
* | | | Use PSR Logger in event dispatcher | Joas Schilling | 2020-10-08 | 1 | -1/+2 |
* | | | Merge pull request #23275 from nextcloud/fix/dashboard-statuses-sort | Roeland Jago Douma | 2020-10-08 | 3 | -4/+13 |
|\ \ \ | |||||
| * | | | fix dashboard statuses sort function | Julien Veyssier | 2020-10-08 | 3 | -4/+13 |
* | | | | Merge pull request #23279 from nextcloud/enh/weather-favorites | Roeland Jago Douma | 2020-10-08 | 7 | -4/+144 |
|\ \ \ \ | |||||
| * | | | | add favorite weather locations | Julien Veyssier | 2020-10-08 | 7 | -4/+144 |
| |/ / / | |||||
* | | | | Merge pull request #23020 from nextcloud/disable-notify-self-check | Robin Appelman | 2020-10-08 | 1 | -1/+10 |
|\ \ \ \ | |||||
| * | | | | add option to disable notify self check | Robin Appelman | 2020-09-23 | 1 | -1/+10 |
* | | | | | Fix the user remove from group in UI | Sujith Haridasan | 2020-10-08 | 3 | -4/+4 |
| |/ / / |/| | | | |||||
* | | | | [tx-robot] updated from transifex | Nextcloud bot | 2020-10-08 | 70 | -62/+160 |
* | | | | Merge pull request #21860 from nextcloud/techdebt/encryption-psr-container | Morris Jobke | 2020-10-07 | 1 | -74/+77 |
|\ \ \ \ | |_|_|/ |/| | | | |||||
| * | | | Migrate encryption to the PSR container | Christoph Wurst | 2020-10-07 | 1 | -74/+77 |
* | | | | Bump @nextcloud/vue to v2.6.9 | John Molakvoæ (skjnldsv) | 2020-10-07 | 34 | -36/+45 |
* | | | | Upgrade lifecycle and vue parent context | John Molakvoæ (skjnldsv) | 2020-10-07 | 25 | -116/+165 |
* | | | | Move Files Sidebar to proper javascript standard | John Molakvoæ (skjnldsv) | 2020-10-07 | 7 | -117/+124 |
|/ / / | |||||
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2020-10-07 | 48 | -130/+174 |
* | | | Merge pull request #23129 from nextcloud/enh/noid/tests-user-status | Morris Jobke | 2020-10-06 | 2 | -1/+27 |
|\ \ \ | |||||
| * | | | Another test for user live status listener | Daniel Kesselberg | 2020-10-01 | 1 | -1/+3 |
| * | | | Add test case for getDefaultStatusById | Daniel Kesselberg | 2020-09-24 | 1 | -0/+24 |
* | | | | Merge pull request #23025 from Iscle/master | Morris Jobke | 2020-10-06 | 1 | -2/+6 |
|\ \ \ \ | |||||
| * | | | | DirectController: Verify that expirationTime is between 0s and 24h | Iscle | 2020-10-01 | 1 | -0/+4 |
| * | | | | DirectController: Let users choose the expiration time | Iscle | 2020-09-24 | 1 | -2/+2 |
* | | | | | [tx-robot] updated from transifex | Nextcloud bot | 2020-10-06 | 18 | -10/+100 |
* | | | | | Merge pull request #23028 from nextcloud/bugfix/noid/array-to-string-conversi... | Morris Jobke | 2020-10-05 | 1 | -1/+1 |
|\ \ \ \ \ | |||||
| * | | | | | Fix array to string conversion on event search | Joas Schilling | 2020-09-24 | 1 | -1/+1 |
| | |_|/ / | |/| | | | |||||
* | | | | | Merge pull request #23096 from nextcloud/bugfix/noid/mimetypes2 | Morris Jobke | 2020-10-05 | 1 | -0/+13 |
|\ \ \ \ \ | |||||
| * | | | | | Make sure to check the mimetype on the path if a secure one could not be dete... | Julius Härtl | 2020-09-29 | 1 | -0/+13 |
| |/ / / / | |||||
* | | | | | Merge pull request #22891 from nextcloud/techdebt/18680/improve-ProvisioningA... | Morris Jobke | 2020-10-05 | 1 | -2/+13 |
|\ \ \ \ \ | |||||
| * | | | | | Improve registerService logic for ProvisioningApiMiddleware for static code a... | Daniel Kesselberg | 2020-09-16 | 1 | -2/+13 |
* | | | | | | Merge pull request #23189 from nextcloud/enhancement/cs/binary_operator_spaces | Morris Jobke | 2020-10-05 | 163 | -791/+791 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Format code to a single space around binary operators | Christoph Wurst | 2020-10-05 | 163 | -791/+791 |
* | | | | | | | Merge pull request #23182 from sharidas/fix-user-emailaddr | Morris Jobke | 2020-10-05 | 2 | -13/+19 |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | |||||
| * | | | | | | Fix the user email issue while creating a user | Sujith Haridasan | 2020-10-05 | 2 | -13/+19 |
* | | | | | | | Fix unit tests | Roeland Jago Douma | 2020-10-05 | 1 | -0/+6 |
* | | | | | | | Merge pull request #23179 from nextcloud/bugfix/23163 | Roeland Jago Douma | 2020-10-05 | 3 | -3/+3 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | Fix dashboard rendering if accessibility app is disabled | Julius Härtl | 2020-10-05 | 3 | -3/+3 |
| |/ / / / / / | |||||
* | | | | | | | Merge pull request #23109 from nextcloud/trash-move-no-transaction | Joas Schilling | 2020-10-05 | 1 | -5/+7 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | dont hold a transaction during the move to trash | Robin Appelman | 2020-09-30 | 1 | -5/+7 |
* | | | | | | | | Merge pull request #23175 from mrtnmtth/master | Joas Schilling | 2020-10-05 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | | | |||||
| * | | | | | | | Fix legacy update notifications | mrtnmtth | 2020-10-04 | 1 | -1/+1 |
* | | | | | | | | [tx-robot] updated from transifex | Nextcloud bot | 2020-10-05 | 78 | -218/+276 |
|/ / / / / / / | |||||
* | | | | | | | Merge pull request #22913 from nextcloud/group-folder-quota-warning-mountpoint | Roeland Jago Douma | 2020-10-04 | 2 | -7/+12 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | add mount point to quota warning message | Robin Appelman | 2020-10-04 | 2 | -7/+12 |
* | | | | | | | | Merge pull request #22969 from eleith/catch-no-instance-exception | Roeland Jago Douma | 2020-10-04 | 2 | -1/+159 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | broaden exception handling on webcal refresh | eleith | 2020-09-29 | 2 | -1/+159 |