summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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-183-81/+49
* [tx-robot] updated from transifexNextcloud bot2020-04-182-0/+4
* 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-162-9/+9
|\ \
| * | fix credentialsManager documentation and ensure userId to be used as stringArthur Schiwon2020-04-152-9/+9
* | | Merge pull request #20511 from nextcloud/fix/cs-fixer-ldapRoeland Jago Douma2020-04-161-0/+1
|\ \ \
| * | | PHP-CS-Fixer greenRoeland Jago Douma2020-04-161-0/+1
* | | | 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-167-25/+26
|\ \ \ \ | |_|/ / |/| | |
| * | | Provide the proper language to the mailerRoeland Jago Douma2020-04-167-25/+26
* | | | Merge pull request #20509 from nextcloud/revert-20050-bugfix/noid/mysql-equal...Roeland Jago Douma2020-04-162-9/+1
|\ \ \ \ | |/ / / |/| | |
| * | | Revert "Make sure MySQL is not saying 'this' = 'this ' is true"Roeland Jago Douma2020-04-152-9/+1
* | | | [tx-robot] updated from transifexNextcloud bot2020-04-164-4/+4
|/ / /
* | / 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-156-10/+98
|\ \ \ \
| * | | | Check all remotes for local accessJoas Schilling2020-04-146-10/+98
* | | | | 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-153-0/+74
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Return hashes of uploaded content for dav uploadsRobin Appelman2020-04-133-0/+74
* | | | | 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
* | | | | | [tx-robot] updated from transifexNextcloud bot2020-04-142-0/+2
| |_|/ / / |/| | | |
* | | | | [tx-robot] updated from transifexNextcloud bot2020-04-132-6/+6
| |_|_|/ |/| | |
* | | | Merge pull request #20426 from nextcloud/techdebt/psr2John Molakvoæ2020-04-11134-541/+550
|\ \ \ \
| * | | | Format code according to PSR2Christoph Wurst2020-04-108-5/+15
| * | | | Add visibility to all constantsChristoph Wurst2020-04-10101-411/+411
| * | | | Add visibility to all methods and position of static keywordChristoph Wurst2020-04-1028-109/+109
| * | | | Add visibility to all properties and move static keywordChristoph Wurst2020-04-107-16/+15
* | | | | [tx-robot] updated from transifexNextcloud bot2020-04-118-4/+22
|/ / / /
* | | | Merge pull request #20422 from nextcloud/techdebt/format-control-structs-clas...Christoph Wurst2020-04-10585-1662/+1005
|\ \ \ \
| * | | | Format control structures, classes, methods and functionChristoph Wurst2020-04-10585-1662/+1005
* | | | | Merge pull request #19495 from nextcloud/preview-generate-batchRoeland Jago Douma2020-04-105-62/+248
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | fix preview generation testsRobin Appelman2020-04-101-2/+2
| * | | | optimize batch generation of previewsRobin Appelman2020-04-093-15/+144
| * | | | allow generating multiple preview sizes for a single file at onceRobin Appelman2020-04-093-47/+104
| | |_|/ | |/| |
* | | | Use elseif instead of else ifChristoph Wurst2020-04-1082-217/+217
* | | | Merge pull request #20385 from nextcloud/skeeable-http-hardenRoeland Jago Douma2020-04-101-3/+13
|\ \ \ \
| * | | | harden seekable http stream a bit against failuresRobin Appelman2020-04-091-3/+13