summaryrefslogtreecommitdiffstats
path: root/lib/private
Commit message (Expand)AuthorAgeFilesLines
* Update license headers for 19Christoph Wurst2020-04-29195-42/+209
* Merge pull request #20650 from tekhnee/patch-1Morris Jobke2020-04-271-1/+1
|\
| * Adhere to EMailTemplate interface in constructor call.Tekhnee2020-04-251-1/+1
* | Merge pull request #19929 from nextcloud/bugfix/user-delete-avatarMorris Jobke2020-04-272-0/+21
|\ \
| * | Delete avatar if a user is deletedJulius Härtl2020-04-242-0/+21
* | | Merge pull request #19793 from nextcloud/bugfix/noid/link-to-federated-reshareMorris Jobke2020-04-271-5/+0
|\ \ \ | |_|/ |/| |
| * | Link shares have reshare permission if outgoing federated shares are enabledJulius Härtl2020-04-211-5/+0
* | | Allow specifying a default expiration dateRoeland Jago Douma2020-04-241-2/+12
* | | Merge pull request #20627 from nextcloud/cleanup/noid/remove-obsolete-repair-...Morris Jobke2020-04-243-191/+0
|\ \ \
| * | | Remove obsolete repair steps for logo and updater channelMorris Jobke2020-04-243-191/+0
* | | | Merge pull request #20298 from nextcloud/enh/noid/auto-logoutblizzz2020-04-243-26/+43
|\ \ \ \ | |_|_|/ |/| | |
| * | | Do not create remember me cookieJulius Härtl2020-04-231-2/+6
| * | | Provide config though initial state serviceJulius Härtl2020-04-232-24/+37
* | | | Merge pull request #18816 from nextcloud/bugfix/noid/paginate-contacts-searchblizzz2020-04-233-4/+4
|\ \ \ \ | |/ / / |/| | |
| * | | Use paginated search for contactsJulius Härtl2020-04-233-4/+4
| |/ /
* / / filter out blacklisted files in getDirectoryContentRobin Appelman2020-04-231-1/+1
|/ /
* | Fix new routing in settings etcRoeland Jago Douma2020-04-221-52/+44
* | Merge pull request #20114 from nextcloud/techdebt/noid/allow-some-apps-to-hav...Roeland Jago Douma2020-04-212-79/+77
|\ \ | |/ |/|
| * Extend tests for root urlJoas Schilling2020-04-181-2/+2
| * PHP CS fixesJoas Schilling2020-04-181-3/+2
| * Fix creation of legacy routesJoas Schilling2020-04-181-0/+29
| * Allow some apps to have root URLs in their own routing fileJoas Schilling2020-04-182-78/+48
* | Add method to storage backends to get directory content with metadataRobin Appelman2020-04-2011-59/+118
* | Move to subfolders for preview filesRoeland Jago Douma2020-04-193-18/+151
|/
* Merge pull request #20447 from liamjack/fix/13287/welcome_emailJohn Molakvoæ2020-04-171-2/+2
|\
| * Fix #13287 - Increase max-height on button in welcome email templateLiam JACK2020-04-121-2/+2
* | Merge pull request #20505 from nextcloud/fix/noid/system-credsblizzz2020-04-161-6/+6
|\ \
| * | fix credentialsManager documentation and ensure userId to be used as stringArthur Schiwon2020-04-151-6/+6
* | | Merge pull request #16946 from exussum12/patch-1Roeland Jago Douma2020-04-161-2/+2
|\ \ \
| * | | Update View.phpScott Dutton2020-04-151-2/+2
| * | | Increase max readScott Dutton2020-04-121-2/+2
| | |/ | |/|
* | | Merge pull request #20246 from nextcloud/fix/untranslated_mail_footerRoeland Jago Douma2020-04-165-22/+22
|\ \ \
| * | | Provide the proper language to the mailerRoeland Jago Douma2020-04-165-22/+22
* | | | Revert "Make sure MySQL is not saying 'this' = 'this ' is true"Roeland Jago Douma2020-04-152-9/+1
|/ / /
* | / Run cs:fix and fix HashWrapper codeMorris Jobke2020-04-151-1/+3
| |/ |/|
* | Merge pull request #19540 from jlutran/fixKeystoneV3AuthMorris Jobke2020-04-151-0/+4
|\ \
| * | Fix issues with Keystone auth v3 in files_external appJulien Lutran2020-04-151-0/+4
* | | Merge pull request #20050 from nextcloud/bugfix/noid/mysql-equal-trims-shockMorris Jobke2020-04-152-1/+9
|\ \ \
| * | | Make sure MySQL is not saying 'this' = 'this ' is trueJoas Schilling2020-04-152-1/+9
* | | | Merge pull request #20138 from nextcloud/bugfix/noid/make-remote-checking-mor...Joas Schilling2020-04-153-10/+67
|\ \ \ \
| * | | | Check all remotes for local accessJoas Schilling2020-04-143-10/+67
| | |_|/ | |/| |
* | | | Merge pull request #20361 from nextcloud/write-stream-close-on-exceptionChristoph Wurst2020-04-151-3/+6
|\ \ \ \ | |_|_|/ |/| | |
| * | | Close the streams in `writeStream` even when there is an exceptionRobin Appelman2020-04-081-3/+6
* | | | Merge pull request #19351 from nextcloud/dav-upload-hashRoeland Jago Douma2020-04-151-0/+72
|\ \ \ \ | |_|_|/ |/| | |
| * | | Return hashes of uploaded content for dav uploadsRobin Appelman2020-04-131-0/+72
| | |/ | |/|
* | | Merge pull request #19936 from nextcloud/bugfix/noid/handle-unset-owner-in-sh...Joas Schilling2020-04-141-2/+6
|\ \ \
| * | | Handle unset owner in sharingJoas Schilling2020-03-131-2/+6
* | | | Merge pull request #20181 from nextcloud/bugfix/noid/dont-break-on-path-nullJoas Schilling2020-04-141-1/+1
|\ \ \ \ | |_|/ / |/| | |
| * | | Also bail out when the path is actually nullJoas Schilling2020-03-261-1/+1
* | | | Format code according to PSR2Christoph Wurst2020-04-108-5/+15