summaryrefslogtreecommitdiffstats
path: root/lib/private
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #16176 from owncloud/fix-provisioning-api-set-quotaVincent Petry2015-05-151-0/+5
|\ | | | | Validate the quota value to be a correct value
| * Pure numbers are returned as bytes right awayThomas Müller2015-05-081-0/+3
| |
| * Validate the quota value to be a correct valueThomas Müller2015-05-071-0/+2
| |
* | Merge pull request #16292 from owncloud/webdav-storage-fireprehooksJoas Schilling2015-05-151-6/+28
|\ \ | | | | | | Fire prehooks when uploading directly to storage
| * | Fire prehooks when uploading directly to storageVincent Petry2015-05-131-6/+28
| | |
* | | Merge pull request #16323 from owncloud/enc_webdav_fixesThomas Müller2015-05-152-15/+26
|\ \ \ | | | | | | | | some encryption fixes
| * | | delete all file keys doesn't need the encryption module as parameter; ↵Bjoern Schiessle2015-05-132-15/+26
| |/ / | | | | | | | | | implement rmdir; getFileKeyDir should also work for part files and complete directories
* | | Merge pull request #16276 from owncloud/dav-quota-rootRobin Appelman2015-05-131-0/+3
|\ \ \ | |/ / |/| | fix webdav quota check for the root of the dav endpoint
| * | fix webdav quota check for the root of the dav endpointRobin Appelman2015-05-121-0/+3
| | |
* | | Merge pull request #16269 from owncloud/master-fix-16179Morris Jobke2015-05-121-2/+6
|\ \ \ | | | | | | | | Check if cURL supports the desired features
| * | | Check if cURL supports the desired featuresLukas Reschke2015-05-121-2/+6
| |/ / | | | | | | | | | | | | | | | Older versions of cURL that are unfortunately still bundled by distributors don't support these features which will result in errors and other possibly unpredictable behaviour. Fixes https://github.com/owncloud/core/issues/16179 for master – stable8 requires another patch.
* | | Merge pull request #16228 from owncloud/enc_fix_restoreBjörn Schießle2015-05-123-8/+42
|\ \ \ | |/ / |/| | use hooks to update encryption keys
| * | use hooks to update encryption keys instead of the storage wrapper if a file ↵Bjoern Schiessle2015-05-113-8/+42
| | | | | | | | | | | | | | | | | | gets renamed/restored, as long as we are in the storage wrapper the file cache isn't up-to-date
* | | Merge pull request #16233 from owncloud/enc_fix_check_if_file_is_excludedMorris Jobke2015-05-121-1/+1
|\ \ \ | | | | | | | | fix check if a file is excluded from encryption
| * | | fix check if file is excluded from encryptionBjoern Schiessle2015-05-111-1/+1
| |/ /
* | | Merge pull request #16234 from ↵Morris Jobke2015-05-111-11/+16
|\ \ \ | | | | | | | | | | | | | | | | owncloud/issue-16206-fix-app-config-parallel-insert Issue 16206 fix app config parallel insert
| * | | Use insertIfNotExists to avoid problems with parallel callsJoas Schilling2015-05-111-11/+16
| | | |
* | | | Some locales need to be converted to be compliant with CLDRThomas Müller2015-05-081-0/+11
|/ / /
* | | Merge pull request #16124 from ↵Lukas Reschke2015-05-081-0/+5
|\ \ \ | | | | | | | | | | | | | | | | owncloud/issue-16109-fix-share-email-with-shared-folder Fix the share mail notification when the item is in a folder
| * | | Fix the share mail notification when the item is in a folderJoas Schilling2015-05-061-0/+5
| | | |
* | | | Merge pull request #16146 from ↵Lukas Reschke2015-05-081-1/+7
|\ \ \ \ | |_|/ / |/| | | | | | | | | | | owncloud/issue-16103-hide-module-already-exists-on-enable-app Avoid the log entry with the ModuleAlreadyExists exception when enabl…
| * | | Avoid the log entry with the ModuleAlreadyExists exception when enabling the appJoas Schilling2015-05-071-1/+7
| | |/ | |/|
* / | use cross storage move when renaming the part file during webdav putRobin Appelman2015-05-071-10/+12
|/ /
* | Merge pull request #16119 from owncloud/fix-16056Thomas Müller2015-05-071-11/+14
|\ \ | | | | | | [HHVM] Throw RunTimeException from OC\AppFramework\App::buildAppNamespace()
| * | Check return value of OC_App::getAppPath() and verify info.xml exists.Andreas Fischer2015-05-061-11/+14
| | |
* | | Fix missing types on doc block and deduplicate the method nameJoas Schilling2015-05-061-4/+4
| | |
* | | update 'encrypted'-flag in file cache according to the storage settingsBjoern Schiessle2015-05-062-6/+47
| | |
* | | move/copy from storageBjoern Schiessle2015-05-061-7/+67
| |/ |/|
* | unit testsBjoern Schiessle2015-05-061-1/+1
| |
* | check if encryption is enbaled before we start moving keysBjoern Schiessle2015-05-062-34/+43
|/
* Merge pull request #16067 from owncloud/verbosity-in-app-code-checkLukas Reschke2015-05-061-1/+1
|\ | | | | Add verbosity option to app:check-code
| * Add verbosity option to app:check-codeMorris Jobke2015-05-051-1/+1
| | | | | | | | | | * by default only lists files with errors * option -v lists all files even if there are no errors
* | Merge pull request #16070 from owncloud/enc_update_file_cache_on_copyMorris Jobke2015-05-061-0/+4
|\ \ | | | | | | make sure that we keep the correct encrypted-flag and the (unencrypted)size
| * | make sure that we keep the correct encrypted-flag and the (unencrypted)size ↵Bjoern Schiessle2015-05-051-0/+4
| |/ | | | | | | if a file gets copied
* | Merge pull request #16072 from owncloud/phpdoc-cacheMorris Jobke2015-05-063-29/+139
|\ \ | | | | | | improve phpdoc of cache classes
| * | improve phpdoc of cache classesRobin Appelman2015-05-053-29/+139
| |/
* | Merge pull request #16017 from owncloud/proper-update-notificationMorris Jobke2015-05-061-0/+1
|\ \ | | | | | | Use OC.Notification for update notifications
| * | Use OC.Notification for update notificationsMorris Jobke2015-05-031-0/+1
| | | | | | | | | | | | | | | | | | | | | * instead of a static rendering inside PHP use the JS OC.Notification.showTemporary to hide the notification after 7 seconds automatically * fixes #14811
* | | Merge pull request #16050 from ↵Jörn Friedrich Dreyer2015-05-061-19/+0
|\ \ \ | | | | | | | | | | | | | | | | owncloud/add-workaround-for-populate-raw-post-data Don't display errors and log them
| * | | Don't depend on always_populate_raw_post_dataLukas Reschke2015-05-051-19/+0
| | |/ | |/|
* / | Check usage of != and == - refs #16054Thomas Müller2015-05-052-0/+18
|/ /
* | Check `mbstring.func_overload` only if the mb module is installed.Lukas Reschke2015-05-041-2/+17
| | | | | | | | Fixes https://github.com/owncloud/core/issues/14670
* | Remove PHP 5.4 warning in checkSetupLukas Reschke2015-05-041-9/+0
| | | | | | | | This is catched in index.php as older PHP versions will never execute the code path until there due to 5.4 syntax changes.
* | Merge pull request #16042 from owncloud/fix-output-bufferingThomas Müller2015-05-041-1/+0
|\ \ | | | | | | Remove hard-dependency on disabled output_buffering
| * | Remove hard-dependency on disabled output_bufferingLukas Reschke2015-05-041-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | This removes the hard-dependency on output buffering as requested at https://github.com/owncloud/core/issues/16013 since a lot of distributions such as Debian and Ubuntu decided to use `4096` instead of the PHP recommended and documented default value of `off`. However, we still should encourage disabling this setting for improved performance and reliability thus the setting switches in `.user.ini` and `.htaccess` are remaining there. It is very likely that we in other cases also should disable the output buffering but aren't doing it everywhere and thus causing memory problems. Fixes https://github.com/owncloud/core/issues/16013
* | | Merge pull request #16043 from owncloud/activity-288-log-entry-when-no-favoriteLukas Reschke2015-05-041-0/+1
|\ \ \ | | | | | | | | Fix undefined variable $tagId
| * | | Fix undefined variable $tagIdJoas Schilling2015-05-041-0/+1
| |/ /
* | | Merge pull request #15772 from ↵Joas Schilling2015-05-041-7/+9
|\ \ \ | |/ / |/| | | | | | | | owncloud/issue-15771-dont-restrict-permissions-for-share-owner Do not restrict permissions for the original owner
| * | Ignore "parent" shares when the sharee is the owner of the reshare-sourceJoas Schilling2015-04-291-0/+2
| | |
| * | Correctly select file cache values also when checking group sharesJoas Schilling2015-04-291-7/+7
| | |