Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Collapse)Author
2014-03-21Merge branch 'master' into load-apps-proper-masterThomas Müller
Conflicts: apps/files/ajax/rawlist.php cron.php ocs/v1.php
2014-03-21Merge pull request #7611 from owncloud/fix-updaterVincent Petry
Use $installedVersion instead of $currentVersion
2014-03-20Merge pull request #7794 from owncloud/extstorage-obfuscatepasswordsLukas Reschke
Obfuscate passwords in ext storage config
2014-03-20Merge pull request #7808 from owncloud/quota-usequotaevenwhenfreespaceunknownVincent Petry
Still return quota value when free space is unknown
2014-03-20Merge pull request #7732 from owncloud/datafolderexistenceVincent Petry
Added .ocdata file to check for data folder validity
2014-03-20Merge pull request #7818 from owncloud/logException_undefined_variableMorris Jobke
Fix 'Undefined variable: message' in OCP\Util::logException
2014-03-20Merge pull request #7651 from owncloud/close-session-faster-masterThomas Müller
Close session faster
2014-03-20Fix 'Undefined variable: message' in OCP\Util::logExceptionThomas Tanghus
2014-03-19Still return quota value when free space is unknownVincent Petry
Fixed the quota storage wrapper to correctly return the quota value when the free space is not known (which usually happens when the disk_free_space function is disabled)
2014-03-19Add mimetype for MKV videosLukas Reschke
This will make oC create previews for MKVs. Test file: http://www.auby.no/files/video_tests/h264_720p_hp_5.1_3mbps_vorbis_styled_and_unstyled_subs_suzumiya.mkv To test this just apply this change and upload the test file, if an preview is generated this change is most likely working as expecting.
2014-03-19Moved external storage mounting code to files_external appVincent Petry
Moved the mounting code for external storage from OC\Filesystem::initMountPoint to files_external using the post_initMountPoints hook
2014-03-19Merge branch 'master' into close-session-faster-masterThomas Müller
Conflicts: apps/files/ajax/upgrade.php
2014-03-19Added IV for ext storage password encryptionVincent Petry
2014-03-19Merge pull request #7790 from owncloud/fix/7788Thomas Müller
drop file cache migration OC5 -> OC6
2014-03-19[tx-robot] updated from transifexJenkins for ownCloud
2014-03-18drop file cache migration OC5 -> OC6Thomas Müller
2014-03-18redefine reopen() in class \OC\Session\Internal to avoid accidental calls in ↵Thomas Müller
productive code
2014-03-18Merge branch 'master' into close-session-faster-masterThomas Müller
2014-03-18introduce reopen() method to be used for unit test execution only - right ↵Thomas Müller
after a unit test has been executed the session will be reopened
2014-03-18Merge pull request #7649 from owncloud/routing-publicThomas Müller
Move routing classes to an interface and expose it in the public api
2014-03-17Merge pull request #7764 from owncloud/datadir-chmodicewind1991
use a non-recursive chmod on the datadir
2014-03-17Merge pull request #7760 from owncloud/core-roundbytesicewind1991
Correctly round bytes when converted from human readable format
2014-03-17Use $installedVersion instead of $currentVersionLukas Reschke
2014-03-17Merge pull request #7727 from owncloud/cli-trusteddomainupgradewarningicewind1991
Added warning for trusted_domains after CLI upgrade
2014-03-17Merge pull request #7704 from ↵Vincent Petry
owncloud/preview_use_pre_instead_of_post_delete_hook_2 use preDelete instead of postDelete hook
2014-03-17Merge pull request #7728 from owncloud/oc_image_show_save_custom_mimeVincent Petry
make it possible to influence output type of \OC_Image
2014-03-17use a non-recursive chmod on the datadirRobin Appelman
2014-03-17Correctly round bytes when converted from human readable formatVincent Petry
Instead of leave two decimal places which is confusing, round the byte values correctly to the closest byte.
2014-03-17unit tests for specific image type output addedThomas Müller
2014-03-17fixing PHPDocThomas Müller
2014-03-16[tx-robot] updated from transifexJenkins for ownCloud
2014-03-15[tx-robot] updated from transifexJenkins for ownCloud
2014-03-15Return 503 when a config/data dir error existsVincent Petry
2014-03-14OC_Image::_output() - throw exception instead of falling back to pngGeorg Ehrke
2014-03-14remove image/pjpeg from OC_Image::_outputGeorg Ehrke
2014-03-14Added .ocdata file to check for data folder validityVincent Petry
In environments where the data folder is mount from another partition, it is important to check that the data folder we see is actually the real one. If the mount failed for some reasons, this fix will make ownCloud temporarily unavailable instead of causing unpredictable behavior.
2014-03-14don't change mimetype of whole image objectGeorg Ehrke
2014-03-14Added warning for trusted_domains after CLI upgradeVincent Petry
If trusted_domains is not set after a CLI upgrade, show a warning in the output.
2014-03-14always output a pngGeorg Ehrke
2014-03-14make it possible to influence output type of \OC_ImageGeorg Ehrke
2014-03-14[tx-robot] updated from transifexJenkins for ownCloud
2014-03-13finally fix the paths for the OCS Share APIBjoern Schiessle
2014-03-13improve validation of getFileInfo in \OC\PreviewGeorg Ehrke
2014-03-13[tx-robot] updated from transifexJenkins for ownCloud
2014-03-13use preDelete instead of postDelete hookGeorg Ehrke
2014-03-12Merge pull request #6632 from eduardosan/masterVincent Petry
Fix PostgreSQL port configuration on install
2014-03-12Merge pull request #7683 from owncloud/proper-content-type-on-ocs-exceptionsVincent Petry
set content-type on ocs exceptions
2014-03-12fixing method namesThomas Müller
2014-03-12Merge pull request #7682 from owncloud/sanitize-fallbackid-masterLukas Reschke
sanitize fallbackId
2014-03-12[tx-robot] updated from transifexJenkins for ownCloud