Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [tx-robot] updated from transifex | Nextcloud bot | 2021-03-16 | 2 | -0/+12 |
* | Merge pull request #25136 from nextcloud/cachejail-search-filter | Vincent Petry | 2021-03-15 | 2 | -0/+40 |
|\ | |||||
| * | fix search in nested jails | Robin Appelman | 2021-01-26 | 2 | -0/+40 |
* | | Log exceptions when creating share | Vincent Petry | 2021-03-15 | 1 | -0/+2 |
* | | [tx-robot] updated from transifex | Nextcloud bot | 2021-03-15 | 18 | -38/+46 |
* | | [tx-robot] updated from transifex | Nextcloud bot | 2021-03-14 | 10 | -0/+34 |
* | | [tx-robot] updated from transifex | Nextcloud bot | 2021-03-13 | 20 | -46/+142 |
* | | Merge pull request #26049 from nextcloud/search-file-limit-results | Roeland Jago Douma | 2021-03-12 | 1 | -2/+3 |
|\ \ | |||||
| * | | limit constructing of result objects in file search | Robin Appelman | 2021-03-11 | 1 | -2/+3 |
* | | | Merge pull request #26080 from nextcloud/bugfix/noid/only-clear-known-users-w... | blizzz | 2021-03-12 | 1 | -3/+3 |
|\ \ \ | |||||
| * | | | Only clear known users when we had at least one phonebook entry | Joas Schilling | 2021-03-12 | 1 | -3/+3 |
* | | | | [tx-robot] updated from transifex | Nextcloud bot | 2021-03-12 | 66 | -162/+186 |
* | | | | Merge pull request #26067 from nextcloud/techdept/psalm/trashbin/execute | Roeland Jago Douma | 2021-03-11 | 1 | -9/+9 |
|\ \ \ \ | |||||
| * | | | | Cleanp execute usage in the trashbin | Roeland Jago Douma | 2021-03-11 | 1 | -9/+9 |
* | | | | | Merge pull request #26066 from nextcloud/techdept/psalm/type_error | Roeland Jago Douma | 2021-03-11 | 1 | -1/+1 |
|\ \ \ \ \ | |||||
| * | | | | | Fix type error in CheckBackupCodes bg job | Roeland Jago Douma | 2021-03-11 | 1 | -1/+1 |
| |/ / / / | |||||
* | | | | | Merge pull request #26068 from nextcloud/bugfix/noid/fix-comments-value-update | John Molakvoæ | 2021-03-11 | 3 | -4/+5 |
|\ \ \ \ \ | |||||
| * | | | | | Fix comments field value update | Vincent Petry | 2021-03-11 | 3 | -4/+5 |
| |/ / / / | |||||
* | | | | | Merge pull request #26064 from nextcloud/techdept/psalm/type_oauth_db | Roeland Jago Douma | 2021-03-11 | 2 | -1/+7 |
|\ \ \ \ \ | |/ / / / |/| | | | | |||||
| * | | | | Add psalm annotation to the DB handlers of OAuth2 | Roeland Jago Douma | 2021-03-11 | 2 | -1/+7 |
* | | | | | Merge pull request #26057 from nextcloud/dependabot/npm_and_yarn/nextcloud/vu... | dependabot-preview[bot] | 2021-03-11 | 70 | -84/+97 |
|\ \ \ \ \ | |_|_|/ / |/| | | | | |||||
| * | | | | Fix SharingInput Multiselect | John Molakvoæ (skjnldsv) | 2021-03-11 | 14 | -24/+22 |
| * | | | | Compile js | John Molakvoæ (skjnldsv) | 2021-03-11 | 60 | -60/+75 |
* | | | | | Merge pull request #25569 from nextcloud/JakubOnderka-patch-1 | Christoph Wurst | 2021-03-11 | 1 | -1/+1 |
|\ \ \ \ \ | |/ / / / |/| | | | | |||||
| * | | | | file-upload: Correctly handle error responses for HTTP2 | Jakub Onderka | 2021-03-10 | 1 | -1/+1 |
* | | | | | Merge pull request #26019 from ste101/patch-1 | Roeland Jago Douma | 2021-03-11 | 1 | -1/+1 |
|\ \ \ \ \ | |||||
| * | | | | | Allow webp as background image | ste101 | 2021-03-09 | 1 | -1/+1 |
* | | | | | | Merge pull request #25911 from nextcloud/bugfix/noid/fix-share-password-saving | Christoph Wurst | 2021-03-11 | 3 | -4/+7 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Only clear share password model when actually saved | Vincent Petry | 2021-03-11 | 3 | -4/+7 |
| | |_|_|/ / | |/| | | | | |||||
* | | | | | | Merge pull request #26032 from nextcloud/techdept/psalm/requesthandlerControl... | Vincent Petry | 2021-03-11 | 3 | -35/+19 |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | |||||
| * | | | | | Move requesthandler controller to LoggerInterface | Roeland Jago Douma | 2021-03-10 | 3 | -35/+19 |
* | | | | | | Merge pull request #26031 from nextcloud/feature/noid/allow-autocomplete-base... | Joas Schilling | 2021-03-11 | 22 | -225/+356 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Rename some parameters and methods to make the API more clear | Joas Schilling | 2021-03-10 | 3 | -3/+3 |
| * | | | | | | Also clear the knownUser when changing via the settings endpoint | Joas Schilling | 2021-03-10 | 2 | -1/+29 |
| * | | | | | | Fix CS hopefully | Joas Schilling | 2021-03-10 | 1 | -4/+4 |
| * | | | | | | Add a setting to restrict returning a full match unless in phonebook or same ... | Joas Schilling | 2021-03-10 | 5 | -14/+89 |
| * | | | | | | Add a hint that the settings are OR based | Joas Schilling | 2021-03-10 | 2 | -0/+6 |
| * | | | | | | Restrict autocompletion also based on the phonebook known users | Joas Schilling | 2021-03-10 | 10 | -36/+79 |
| * | | | | | | Add a config setting to restrict autocompletion to phonebook matches | Joas Schilling | 2021-03-10 | 4 | -178/+57 |
| * | | | | | | Add a service to find out if a user knows another user | Joas Schilling | 2021-03-10 | 3 | -30/+44 |
| * | | | | | | Delete matches when the user is being deleted | Joas Schilling | 2021-03-10 | 4 | -0/+60 |
| * | | | | | | Delete matches when a user changes their phone number | Joas Schilling | 2021-03-10 | 1 | -0/+4 |
| * | | | | | | Store when a user knows another user based on phone number | Joas Schilling | 2021-03-10 | 1 | -0/+22 |
* | | | | | | | [tx-robot] updated from transifex | Nextcloud bot | 2021-03-11 | 8 | -24/+26 |
* | | | | | | | Merge pull request #25940 from nextcloud/dependabot/npm_and_yarn/css-loader-5... | Roeland Jago Douma | 2021-03-10 | 31 | -31/+31 |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | |||||
| * | | | | | | Bump css-loader from 5.0.1 to 5.1.1 | dependabot-preview[bot] | 2021-03-10 | 31 | -31/+31 |
| | |_|_|/ / | |/| | | | | |||||
* | | | | | | Merge pull request #26029 from nextcloud/enh/boostrap/provisioning_api | kesselb | 2021-03-10 | 1 | -20/+32 |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | |||||
| * | | | | | Fix some psalm warnings | Joas Schilling | 2021-03-10 | 1 | -17/+22 |
| * | | | | | Provisioning API to IBootstrap | Roeland Jago Douma | 2021-03-10 | 1 | -6/+13 |
| | |/ / / | |/| | | | |||||
* | | | | | Merge pull request #25537 from nextcloud/dependabot/npm_and_yarn/marked-2.0.0 | Roeland Jago Douma | 2021-03-10 | 5 | -6/+6 |
|\ \ \ \ \ |