aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private
Commit message (Expand)AuthorAgeFilesLines
* Revert "cache the storage info for 5 min"Morris Jobke2017-02-161-29/+5
* Merge pull request #3439 from nextcloud/oc-26963Lukas Reschke2017-02-161-8/+8
|\
| * Check if color exists in palette before using itVictor Dubiniuk2017-02-101-3/+3
| * Make sure invalid images don't flood the log fileJoas Schilling2017-02-101-5/+5
* | Don't force displayname if backend already provides oneLukas Reschke2017-02-161-1/+12
* | Merge pull request #2606 from temparus/masterblizzz2017-02-151-3/+6
|\ \
| * | Update license headerSandro Lutz2017-02-071-0/+2
| * | Merge remote-tracking branch 'nextcloud/master'Sandro Lutz2017-02-0792-3285/+1933
| |\ \
| * | | Add check if UserManager is of type PublicEmitter before calling preLogin hookSandro Lutz2017-02-011-1/+3
| * | | Change where preLogin hook gets calledSandro Lutz2017-02-011-3/+2
| * | | Remove preLoginValidation hookSandro Lutz2017-02-011-3/+0
| * | | Fix indentationSandro Lutz2017-02-011-3/+3
| * | | Add preLoginValidation hookSandro Lutz2017-02-011-0/+3
* | | | Merge pull request #3495 from nextcloud/dav-protectedRoeland Jago Douma2017-02-151-7/+7
|\ \ \ \
| * | | | Make it easier to subclass DAV storageRobin Appelman2017-02-151-7/+7
* | | | | Merge pull request #3447 from nextcloud/getmetadata-permissions-maskRoeland Jago Douma2017-02-152-1/+10
|\ \ \ \ \
| * | | | | also apply permissions mask in getMetaDataRobin Appelman2017-02-102-1/+10
| | |_|_|/ | |/| | |
* | | | | Merge pull request #3262 from nextcloud/jail-scanner-storage-idRoeland Jago Douma2017-02-153-7/+3
|\ \ \ \ \
| * | | | | Make sure we use the correct storage id when scanning a jailed storageRobin Appelman2017-01-253-7/+3
* | | | | | Merge pull request #3477 from nextcloud/fix-cloud-id-manager-injectionMorris Jobke2017-02-142-0/+6
|\ \ \ \ \ \
| * | | | | | Fix DI of the cloud id manager into appsJoas Schilling2017-02-142-0/+6
| | |_|/ / / | |/| | | |
* | | | | | Merge pull request #3472 from nextcloud/enable-avatars-alwaysMorris Jobke2017-02-143-6/+3
|\ \ \ \ \ \
| * | | | | | Always enable avatarsMorris Jobke2017-02-133-6/+3
* | | | | | | Merge pull request #3465 from nextcloud/storage-log-locksLukas Reschke2017-02-142-3/+84
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | Add missing PHPDoc and properly throw exceptionMorris Jobke2017-02-132-0/+6
| * | | | | | Add storage to log item as wellLukas Reschke2017-02-131-3/+33
| * | | | | | Add option to enable locking debug loggingRobin Appelman2017-02-131-3/+48
| |/ / / / /
* | | | | | Merge pull request #3444 from nextcloud/recognize-bat-and-cmdMorris Jobke2017-02-131-0/+14
|\ \ \ \ \ \
| * | | | | | Recognize .bat and .cmd filesJoas Schilling2017-02-101-0/+14
| | |_|/ / / | |/| | | |
* | | | | | Merge pull request #3448 from kuimovvg/masterLukas Reschke2017-02-131-1/+1
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | bug when connect to yandex webdav servervkuimov2017-02-101-1/+1
* | | | | | Merge pull request #3417 from nextcloud/push-notificationMorris Jobke2017-02-102-2/+27
|\ \ \ \ \ \
| * | | | | | Make sure to use the right appdata directoryJoas Schilling2017-02-091-0/+7
| * | | | | | Save the used token id in the session so it can be used later onJoas Schilling2017-02-091-2/+20
| |/ / / / /
* | | | | | Merge pull request #3430 from nextcloud/fix-ios-client-detectionMorris Jobke2017-02-101-1/+1
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Fix detection of the new iOS appJoas Schilling2017-02-101-1/+1
* | | | | | Merge pull request #3424 from nextcloud/fix-upgrade-pathBjörn Schießle2017-02-101-1/+1
|\ \ \ \ \ \
| * | | | | | Fix return value of getAllowedPreviousVersions()Morris Jobke2017-02-091-1/+1
| |/ / / / /
* / / / / / Set vendor during installMorris Jobke2017-02-091-0/+15
|/ / / / /
* | | | | Merge pull request #3297 from nextcloud/cloud-id-resolveRobin Appelman2017-02-096-40/+209
|\ \ \ \ \
| * | | | | fix copyright headersRobin Appelman2017-02-092-1/+5
| * | | | | clean cloud idsRobin Appelman2017-02-091-3/+2
| * | | | | add testsRobin Appelman2017-02-081-1/+1
| * | | | | Add a single public api for resolving a cloud id to a user and remote and backRobin Appelman2017-02-086-40/+206
| |/ / / /
* | | | | Merge pull request #3184 from nextcloud/issue-3165Lukas Reschke2017-02-091-20/+16
|\ \ \ \ \
| * | | | | Prevent migration from ownCloud 11 to Nextcloud 12Joas Schilling2017-01-231-20/+16
* | | | | | Merge pull request #3408 from nextcloud/nullstorage-free-spaceJoas Schilling2017-02-091-1/+2
|\ \ \ \ \ \
| * | | | | | return unknown free space from nullstorageRobin Appelman2017-02-081-1/+2
| | |/ / / / | |/| | | |
* | | | | | Merge pull request #3396 from nextcloud/dont-log-password-on-failed-confirmationLukas Reschke2017-02-091-1/+2
|\ \ \ \ \ \
| * | | | | | Don't log the password on confirmPassword when LDAP throws an exceptionJoas Schilling2017-02-071-1/+2
| |/ / / / /