summaryrefslogtreecommitdiffstats
path: root/lib/private
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #22636 from nextcloud/bugfix/noid/initial-stte-cspv3Joas Schilling2020-09-091-14/+15
|\
| * Make sure that getConfig is still called for browsers that do not support CSPv3Julius Härtl2020-09-071-14/+15
* | Merge pull request #22729 from nextcloud/fix/object_storage_permissions_shortcutMorris Jobke2020-09-091-0/+10
|\ \
| * | Run stat less often for objectstoragesRoeland Jago Douma2020-09-081-0/+10
* | | Merge pull request #22646 from nextcloud/bugfix/mimetype-mappingRoeland Jago Douma2020-09-081-1/+7
|\ \ \
| * | | Properly add both mimetypes to secure mimetype mappingJulius Härtl2020-09-071-1/+7
| | |/ | |/|
* | | Merge pull request #22641 from nextcloud/fix/credentials-store-upgrade-proper...Roeland Jago Douma2020-09-081-2/+7
|\ \ \ | |_|/ |/| |
| * | Fix undefined class property access after upgrade from 19 to 20Christoph Wurst2020-09-071-2/+7
* | | Merge pull request #22643 from nextcloud/bugfix/noid/fix-installing-on-oracleMorris Jobke2020-09-071-0/+5
|\ \ \
| * | | Warn about adding NotNull columns with nullable defaultJoas Schilling2020-09-071-0/+5
| | |/ | |/|
* | | Update license headers for Nextcloud 20 (again)Christoph Wurst2020-09-077-1/+8
| |/ |/|
* | Merge pull request #22589 from nextcloud/bugfix/noid/allow-additional-persona...blizzz2020-09-071-1/+2
|\ \ | |/ |/|
| * Allow additional personal settings via normal registrationJoas Schilling2020-09-041-1/+2
* | Merge pull request #22597 from nextcloud/techdebt/noid/allow-to-di-the-settin...Roeland Jago Douma2020-09-041-10/+3
|\ \
| * | Add missing alias for OCP\Settings\IManager and deprecate the old oneJoas Schilling2020-09-041-10/+3
| |/
* | Merge pull request #17456 from brad2014/feature/brad2014/12391-improve-imip-m...John Molakvoæ2020-09-041-10/+30
|\ \ | |/ |/|
| * Minor cleanup: php-cs-fixer, tests, interface consistencyBrad Rubenstein2020-09-021-5/+7
| * iMIP email improvements (take 2)brad20142020-08-201-6/+24
* | Merge pull request #22550 from nextcloud/bugfix/13556/use-correct-root-when-c...Joas Schilling2020-09-041-2/+2
|\ \
| * | Use the correct root to determinate the webroot for the resourceJoas Schilling2020-09-021-2/+2
* | | Fix app password updating out of boundsRoeland Jago Douma2020-09-033-0/+58
|/ /
* | Merge pull request #22423 from nextcloud/bugfix/noid/direct-editing-encryptionRoeland Jago Douma2020-09-011-6/+29
|\ \
| * | Do not expose direct editing if no master key is availableJulius Härtl2020-09-011-6/+29
* | | Only disable zip64 if the size is knownRoeland Jago Douma2020-09-011-1/+5
|/ /
* | Merge pull request #22116 from nextcloud/bugfix/noid/transfer-ownership-share...Roeland Jago Douma2020-09-011-0/+5
|\ \
| * | Transfer shares of the transferred root nodeJulius Härtl2020-08-311-0/+5
* | | Merge pull request #16632 from nextcloud/bugfix/external-reshareRoeland Jago Douma2020-09-011-5/+1
|\ \ \
| * | | trim slashesRobin Appelman2020-08-281-1/+1
| * | | Set proper root path for single file shares originating from other storagesJulius Härtl2020-08-281-5/+1
* | | | Merge pull request #22514 from nextcloud/fix/s3/only_delete_new_failedRoeland Jago Douma2020-08-311-7/+27
|\ \ \ \
| * | | | Only update the filecache entry once the file has been written to S3Roeland Jago Douma2020-08-311-2/+11
| * | | | Don't lose filecache entry on s3 overwrite errorRoeland Jago Douma2020-08-311-5/+16
| | |/ / | |/| |
* / | | set the mount id before calling storage wrapperRobin Appelman2020-08-311-1/+1
|/ / /
* | | Merge pull request #22476 from nextcloud/setting-sections-uniqueRoeland Jago Douma2020-08-301-2/+2
|\ \ \
| * | | ignore duplicate setting sectionsRobin Appelman2020-08-281-2/+2
| |/ /
* | | Merge pull request #21288 from lmamane/masterRoeland Jago Douma2020-08-283-4/+6
|\ \ \ | |/ / |/| |
| * | Return correct loginname in credentials,Lionel Elie Mamane2020-08-203-4/+6
* | | show better quota warning for group folders and external storageRobin Appelman2020-08-251-1/+3
* | | Merge pull request #22393 from nextcloud/fix/license-headers-20Roeland Jago Douma2020-08-2497-55/+156
|\ \ \
| * | | Update the license headers for Nextcloud 20Christoph Wurst2020-08-2497-55/+156
* | | | Merge pull request #21894 from nextcloud/fix-file-quotaJoas Schilling2020-08-241-2/+2
|\ \ \ \ | |/ / / |/| | |
| * | | fix: file quota was not applied in all caseskorelstar2020-08-201-2/+2
| |/ /
* | | Merge pull request #22382 from nextcloud/bugfix/22380John Molakvoæ2020-08-242-0/+55
|\ \ \
| * | | Add repair step to remove old dashboard app configJulius Härtl2020-08-242-0/+55
| | |/ | |/|
* / | Properly search for users when limittogroups is enabledRoeland Jago Douma2020-08-211-1/+9
|/ /
* | Merge pull request #20891 from cuppett/cuppett/issue#19790Roeland Jago Douma2020-08-201-6/+38
|\ \
| * | Resolves #19790, Provides Support for IAM CredentialsStephen Cuppett2020-08-201-6/+38
| |/
* | Merge pull request #22331 from nextcloud/bugfix/noid/dont-use-deprecated-inig...Roeland Jago Douma2020-08-209-22/+29
|\ \
| * | Don't use deprecated getIniWrapper() anymoreJoas Schilling2020-08-209-22/+29
| |/
* | Merge pull request #21529 from nextcloud/enh/encryption/improve_key_formatMorris Jobke2020-08-204-16/+196
|\ \