summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #21354 from nextcloud/backport/21347/stable19Roeland Jago Douma2020-06-113-2/+3
|\
| * Pass the proper share permissions to the create share callRoeland Jago Douma2020-06-103-2/+3
* | Merge pull request #21352 from nextcloud/backport/21311/stable19Roeland Jago Douma2020-06-111-3/+5
|\ \
| * | Always sort shares in a reliable wayJoas Schilling2020-06-101-3/+5
| |/
* | [tx-robot] updated from transifexNextcloud bot2020-06-1112-12/+48
* | Reflect unreadable state in the UIJoas Schilling2020-06-101-0/+9
|/
* [tx-robot] updated from transifexNextcloud bot2020-06-10136-386/+516
* clear LDAP cache after user deletionArthur Schiwon2020-06-091-0/+1
* Merge pull request #21308 from nextcloud/backport/21198/stable19Roeland Jago Douma2020-06-091-30/+23
|\
| * Only use background fade if nextcloud blue is setJulius Härtl2020-06-081-30/+23
* | [tx-robot] updated from transifexNextcloud bot2020-06-0918-58/+64
|/
* Merge pull request #21203 from nextcloud/backport/21091/stable19Roeland Jago Douma2020-06-082-0/+6
|\
| * normalize sftp path in read and write streamRobin Appelman2020-06-032-0/+6
* | Merge pull request #21287 from nextcloud/backport/21274/stable19Roeland Jago Douma2020-06-081-0/+3
|\ \
| * | Enable passwordless for everyone not only admins.Daniel Kesselberg2020-06-071-0/+3
* | | [tx-robot] updated from transifexNextcloud bot2020-06-08134-764/+804
|/ /
* | [tx-robot] updated from transifexNextcloud bot2020-06-0720-28/+118
* | Merge pull request #21210 from nextcloud/backport/20938/stable19Roeland Jago Douma2020-06-065-40/+75
|\ \
| * | Restore previous state when failing to change video verification stateDaniel Calviño Sánchez2020-06-033-19/+27
| * | Fix the Talk verificationChristoph Wurst2020-06-033-21/+48
| |/
* | [tx-robot] updated from transifexNextcloud bot2020-06-0628-0/+40
* | Fix empty event UUID reminder notificationsThomas Citharel2020-06-051-2/+4
* | Merge pull request #21242 from nextcloud/backport/21232/stable19Roeland Jago Douma2020-06-051-1/+1
|\ \
| * | Use \OC::$CLI instead of PHP_SAPIThomas Citharel2020-06-041-1/+1
* | | [tx-robot] updated from transifexNextcloud bot2020-06-05790-2698/+5272
|/ /
* / Do not only catch Exceptions but any Throwable during rmt share deleteChristoph Wurst2020-06-031-2/+2
|/
* Fix creating a mail share with a passwordDaniel Calviño Sánchez2020-05-292-4/+104
* Extend mail shares unit tests to check the password and mail templateDaniel Calviño Sánchez2020-05-291-2/+23
* Fix reference to wrong class nameDaniel Calviño Sánchez2020-05-291-3/+3
* Merge pull request #21128 from nextcloud/backport/21123/stable19Roeland Jago Douma2020-05-281-50/+7
|\
| * simplify getGroups, fixing wrong chunking logicArthur Schiwon2020-05-271-50/+7
* | Fix devices & sessions sanitizationChristoph Wurst2020-05-273-4/+4
|/
* use the loginname to verify the old password in user password changesArthur Schiwon2020-05-261-1/+2
* fixes infinitely repeating LDPA search results with PHP <= 7.2Arthur Schiwon2020-05-261-0/+6
* Merge pull request #21028 from nextcloud/backport/20629/stable19Morris Jobke2020-05-201-1/+2
|\
| * Don't load text file preview when text app is available (Fixes: #20615)Jonas Meurer2020-05-181-1/+2
* | Fix share update testJulius Härtl2020-05-181-1/+2
* | Have share permissions on link shares if it is enabledRoeland Jago Douma2020-05-181-9/+10
* | update icewind/smb to 3.2.4Robin Appelman2020-05-154-26/+53
|/
* Merge pull request #20878 from nextcloud/backport/20719/stable19John Molakvoæ2020-05-113-47/+63
|\
| * Fix languages empty arrayGretaD2020-05-083-47/+63
* | Rename app-generated to z-app-generated, because macOS Contacts supports only...Georg Ehrke2020-05-082-2/+1
* | Implement ctag and etag in ContactsInteractionGeorg Ehrke2020-05-083-3/+28
|/
* Do not process the same FileInfo twiceJohn Molakvoæ (skjnldsv)2020-05-083-5/+11
* add locking to resolve concurent move to trashbin conflictsRobin Appelman2020-05-062-21/+81
* Merge pull request #20832 from nextcloud/fix/sharing-filter-user-shares-only-...Morris Jobke2020-05-064-8/+10
|\
| * Do not filter id matching userId on non-user-share sharesJohn Molakvoæ (skjnldsv)2020-05-054-8/+10
* | [tx-robot] updated from transifexNextcloud bot2020-05-066-2/+52
|/
* Fix filtering our owner & current user from sharesJohn Molakvoæ (skjnldsv)2020-05-053-22/+24
* [tx-robot] updated from transifexNextcloud bot2020-05-0522-18/+280