summaryrefslogtreecommitdiffstats
path: root/lib/private
Commit message (Expand)AuthorAgeFilesLines
* Allow additional personal settings via normal registrationJoas Schilling2020-09-041-1/+2
* 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
|\ \
| * | New SSE key formatRoeland Jago Douma2020-08-204-16/+196
* | | Make Cache::removeChildren non recursiveRobin Appelman2020-08-202-15/+38
| |/ |/|
* | Merge pull request #13712 from nextcloud/bugfix/noid/do-not-load-all-routesMorris Jobke2020-08-203-25/+29
|\ \ | |/ |/|
| * Properly inject IRouter into URLGenerator to properly encapsulate testsMorris Jobke2020-08-193-20/+10
| * Only load routes of the app which is requestedMorris Jobke2020-08-191-5/+19
* | Exclude the Bridge Bot password as wellJoas Schilling2020-08-201-2/+3
* | Merge pull request #22237 from nextcloud/bugfix/noid/allow_putContent_empty_s...Roeland Jago Douma2020-08-201-1/+1
|\ \
| * | Allow writing empty content to new fileGeorg Ehrke2020-08-131-1/+1
* | | Merge pull request #22289 from nextcloud/techdebt/noid/fix-encryption-stream-...Morris Jobke2020-08-191-1/+1
|\ \ \ | |_|/ |/| |
| * | Cast float to int to avoid invalid scalar argument warningMorris Jobke2020-08-181-1/+1
* | | Merge pull request #22218 from nextcloud/enh/sse/make_legacy_cipher_opt_inRoeland Jago Douma2020-08-193-0/+65
|\ \ \
| * | | Add legacy scanning commandRoeland Jago Douma2020-08-191-0/+1
| * | | Make legacy cipher opt inRoeland Jago Douma2020-08-192-0/+64
* | | | Merge pull request #22304 from nextcloud/techdebt/noid/matching-param-namesMorris Jobke2020-08-199-74/+77
|\ \ \ \
| * | | | Use matching parameter names form interfaces and implementationsMorris Jobke2020-08-199-74/+77
* | | | | Merge pull request #22280 from nextcloud/bugfix/noid/429-on-brute-force-maximumMorris Jobke2020-08-193-27/+93
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Fix the return type of OC_Template->fetchPage() to be string onlyMorris Jobke2020-08-191-1/+1