summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Expand)AuthorAgeFilesLines
* [tx-robot] updated from transifexNextcloud bot2021-03-2432-8/+42
* [tx-robot] updated from transifexNextcloud bot2021-03-23226-410/+462
* Fix parameter types in docsJoas Schilling2021-03-222-7/+7
* l10n: Add changes to text string for userValdnet2021-03-221-1/+1
* l10n: Add word user in ShareByMailProvider.phpValdnet2021-03-221-1/+1
* [tx-robot] updated from transifexNextcloud bot2021-03-2230-120/+274
* Merge pull request #26227 from nextcloud/backport/26213/stable21Morris Jobke2021-03-211-5/+0
|\
| * Removed unnecessary paddingSascha Wiswedel2021-03-201-5/+0
* | [tx-robot] updated from transifexNextcloud bot2021-03-218-10/+10
|/
* Merge pull request #26215 from nextcloud/backport/26145/stable21Roeland Jago Douma2021-03-201-1/+9
|\
| * add (hidden) option to always show smb root as writableRobin Appelman2021-03-191-1/+9
* | [tx-robot] updated from transifexNextcloud bot2021-03-2018-78/+84
|/
* [tx-robot] updated from transifexNextcloud bot2021-03-196-4/+52
* Fix valid storages removed when cleaning remote storagesDaniel Calviño Sánchez2021-03-182-4/+39
* Merge pull request #26087 from nextcloud/backport/26049/stable21Vincent Petry2021-03-181-2/+3
|\
| * limit constructing of result objects in file searchRobin Appelman2021-03-121-2/+3
* | [tx-robot] updated from transifexNextcloud bot2021-03-186-8/+12
* | Merge pull request #26062 from nextcloud/backport/25915/stable21Morris Jobke2021-03-175-4/+16
|\ \
| * | Add appconfig to always show the unique label of a shareeJulius Härtl2021-03-115-4/+16
* | | adds ldap user:reset commandArthur Schiwon2021-03-175-3/+132
* | | Merge pull request #25943 from nextcloud/backport/25659/stable21Morris Jobke2021-03-173-3/+9
|\ \ \
| * | | catch notfound and forbidden exception in smb::getmetadataRobin Appelman2021-03-053-3/+9
* | | | Merge pull request #26166 from nextcloud/backport/26131/stable21Morris Jobke2021-03-171-1/+1
|\ \ \ \
| * | | | Fix default missing initial state for templatesJohn Molakvoæ (skjnldsv)2021-03-171-1/+1
* | | | | Use correct exception type hint in catch statementMorris Jobke2021-03-171-2/+2
|/ / / /
* | | | [tx-robot] updated from transifexNextcloud bot2021-03-174-4/+44
* | | | Merge pull request #26133 from nextcloud/backport/25136/stable21Morris Jobke2021-03-162-0/+40
|\ \ \ \
| * | | | fix search in nested jailsRobin Appelman2021-03-152-0/+40
* | | | | Merge pull request #26128 from nextcloud/backport/26115/stable21Christoph Wurst2021-03-161-0/+2
|\ \ \ \ \
| * | | | | Log exceptions when creating shareVincent Petry2021-03-151-0/+2
| |/ / / /
* / / / / [tx-robot] updated from transifexNextcloud bot2021-03-162-0/+12
|/ / / /
* | | | [tx-robot] updated from transifexNextcloud bot2021-03-1518-38/+46
* | | | [tx-robot] updated from transifexNextcloud bot2021-03-1410-0/+34
* | | | [tx-robot] updated from transifexNextcloud bot2021-03-1320-46/+142
| |_|/ |/| |
* | | Only clear known users when we had at least one phonebook entryJoas Schilling2021-03-121-3/+3
* | | [tx-robot] updated from transifexNextcloud bot2021-03-1266-162/+186
| |/ |/|
* | Only clear share password model when actually savedVincent Petry2021-03-113-4/+7
* | Merge pull request #26039 from nextcloud/backport/25916/stable21Vincent Petry2021-03-111-0/+3
|\ \
| * | Remove trash items from other trash backends when deleting allJulius Härtl2021-03-101-0/+3
* | | Rename some parameters and methods to make the API more clearJoas Schilling2021-03-113-3/+3
* | | Also clear the knownUser when changing via the settings endpointJoas Schilling2021-03-112-1/+29
* | | Fix CS hopefullyJoas Schilling2021-03-111-4/+4
* | | Add a setting to restrict returning a full match unless in phonebook or same ...Joas Schilling2021-03-115-14/+89
* | | Add a hint that the settings are OR basedJoas Schilling2021-03-112-0/+6
* | | Restrict autocompletion also based on the phonebook known usersJoas Schilling2021-03-1110-36/+79
* | | Add a config setting to restrict autocompletion to phonebook matchesJoas Schilling2021-03-114-178/+57
* | | Add a service to find out if a user knows another userJoas Schilling2021-03-113-30/+44
* | | Delete matches when the user is being deletedJoas Schilling2021-03-114-0/+60
* | | Delete matches when a user changes their phone numberJoas Schilling2021-03-111-0/+4
* | | Store when a user knows another user based on phone numberJoas Schilling2021-03-111-0/+22