summaryrefslogtreecommitdiffstats
path: root/lib/private
Commit message (Expand)AuthorAgeFilesLines
...
| * | | Add custom CSP for Win 10 compatibilityLukas Reschke2015-09-101-0/+11
* | | | Merge pull request #19149 from owncloud/issue-19147-backport-update-breakVincent Petry2015-09-222-11/+23
|\ \ \ \
| * | | | Improved update version detection logicVincent Petry2015-09-181-7/+1
| * | | | Simplify comparison algoVincent Petry2015-09-181-15/+1
| * | | | Throw exception on downgrade attemptVincent Petry2015-09-181-1/+5
| * | | | Restrict upgrades to explicit allowed versionVincent Petry2015-09-181-6/+34
| | |/ / | |/| |
* / | | Repeated calls to loginWithApache() should not not try to set user informatio...Thomas Müller2015-09-151-4/+6
|/ / /
* | | Merge pull request #18703 from owncloud/request-fix-stable8.1Morris Jobke2015-09-151-34/+49
|\ \ \ | |/ / |/| |
| * | Decode request content only on getContentRobin McCorkell2015-08-311-34/+49
| |/
* | Merge pull request #18903 from owncloud/fix_sharing_add_to_group_8.1Morris Jobke2015-09-091-28/+87
|\ \
| * | intproduce pre_addToGroup hook. we need to calculate the possible uniqueBjoern Schiessle2015-09-081-28/+87
* | | Merge pull request #18814 from owncloud/shared-mount-delay-setup-8.1Morris Jobke2015-09-091-0/+2
|\ \ \ | |/ / |/| |
| * | setup owner when getting users for shareRobin Appelman2015-09-031-0/+2
| |/
* / Always add to $loadedAppsRobin McCorkell2015-09-051-1/+1
|/
* Remove last occurence of `forcessl`Lukas Reschke2015-08-261-2/+2
* [app management] fix dependency check on installMorris Jobke2015-08-251-1/+1
* Add warning for not existing CA bundle when updatingLukas Reschke2015-08-191-0/+7
* Merge pull request #18182 from owncloud/backport-18159-stable8.1Morris Jobke2015-08-161-0/+4
|\
| * Update installer.phpmichag862015-08-101-0/+1
| * Check if archive contains a directory named like appidmichag862015-08-101-0/+3
* | add test for factoriesBernhard Posselt2015-08-132-0/+2
* | Merge pull request #18139 from owncloud/stable8.1-share-permwrongvarThomas Müller2015-08-121-1/+1
|\ \
| * | Fix removal of share permissions when share disabled for userVincent Petry2015-08-071-1/+1
| |/
* | Merge pull request #18108 from owncloud/dav-upload-updater-81Thomas Müller2015-08-121-2/+1
|\ \
| * | go trough the updater when uploading over webdavRobin Appelman2015-08-061-2/+1
| |/
* | Merge pull request #17991 from owncloud/backport-correct-regexThomas Müller2015-08-121-2/+2
|\ \
| * | Correct regular expressionsLukas Reschke2015-07-301-2/+2
* | | Merge pull request #17947 from owncloud/fix_move_files_8.1Thomas Müller2015-08-121-2/+7
|\ \ \ | |_|/ |/| |
| * | make sure that we emit the hooks if a file gets moved from a subfolder to the...Bjoern Schiessle2015-07-291-2/+7
| |/
* / always update file cache, the cache can handle partial data correctly if the ...Bjoern Schiessle2015-07-311-5/+4
|/
* Merge pull request #17911 from owncloud/fix-enc-wrapper-without-encryption-st...Vincent Petry2015-07-271-1/+1
|\
| * Only set is encrypted when encryption is enabledJoas Schilling2015-07-271-1/+1
* | get header size before we open the file to avoid locking exceptionBjoern Schiessle2015-07-271-1/+2
|/
* check if the user is trying to scan a valid pathRobin Appelman2015-07-271-0/+3
* Fix PHPDoc on setPasswordThomas Müller2015-07-241-1/+1
* Use a hook to integrate sharing password verificationThomas Müller2015-07-241-0/+22
* Allow upgrade of not enabled appsThomas Müller2015-07-191-3/+1
* Merge pull request #17702 from owncloud/enc_detect_legacy_files2_8.1Björn Schießle2015-07-172-44/+95
|\
| * set targetIsEncrypted to true if file cache indicates that we try to read a e...Bjoern Schiessle2015-07-171-0/+1
| * make sure that we always detect legacy files correctlyBjoern Schiessle2015-07-172-44/+94
* | Throw lock exceptions if remote share returned 423 status codeVincent Petry2015-07-171-17/+27
* | Fixing 'Undefined index: REMOTE_ADDR' - fixes #17460Thomas Müller2015-07-171-1/+2
|/
* Prefer OCS Id from databaseLukas Reschke2015-07-171-0/+6
* Add repair step for outdated OCS IDsLukas Reschke2015-07-161-2/+4
* Merge pull request #17653 from owncloud/backport-17330-share-group-path-excep...Morris Jobke2015-07-161-10/+28
|\
| * Make sure the owner always has the right pathJoas Schilling2015-07-151-3/+6
| * Fix the path for users which have an exception for a group shareJoas Schilling2015-07-151-7/+22
* | Merge pull request #17337 from owncloud/stable8.1-backport-17077Morris Jobke2015-07-152-5/+10
|\ \
| * | handle invalid results from mount providersRobin Appelman2015-07-021-1/+4
| * | add unit testRobin Appelman2015-07-021-2/+5