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 (Expand)Author
2014-01-16Unshare all will now delete all shares for the item, instead of only for a si...ben-denham
2014-01-15in order to work properly with encryption ocTransferId is added to the file p...Thomas Müller
2014-01-15Adding a random postfix to the part file.Thomas Müller
2014-01-15keep response messageBjoern Schiessle
2014-01-15Use storage_mtime when determining if we can reuse cached data while scanningRobin Appelman
2014-01-14Fix calculated folder size to use unencrypted sizeVincent Petry
2014-01-14Merge pull request #6612 from owncloud/user-no-change-displayname-stableicewind1991
2014-01-13remove ru_RU - it's almost untranslatedThomas Müller
2014-01-13fixing typo in redirection query stringst3so
2014-01-10Prevent deleting storage rootVincent Petry
2014-01-09Infowarning about 32bitArthur Schiwon
2014-01-09add tests for user countingArthur Schiwon
2014-01-09if backends have the same class name, sum their users up instead of overwritingArthur Schiwon
2014-01-09Introduce user count action to user managementArthur Schiwon
2014-01-09Removed special handling of part files in shared storage renameVincent Petry
2014-01-09rename user-id to loginname to stay consistentThomas Müller
2014-01-09set login name within apache auth backendThomas Müller
2014-01-09fixing PHPDoc and use cameCase namesThomas Müller
2014-01-08turn off mod_pagespeedThomas Müller
2014-01-08trimming all array elementsThomas Müller
2014-01-08we shall explode on ',' onlyThomas Müller
2014-01-08reuse existing helper function OC_Helper::is_function_enabledThomas Müller
2014-01-08Now also preventing to override "files" dir size with -1Vincent Petry
2014-01-08Added isUserAgent() method to requestVincent Petry
2014-01-08Added workaround for Android content dispositionVincent Petry
2014-01-08Moved content disposition code+workarounds to OCP\ResponseVincent Petry
2014-01-07Merge pull request #6666 from ogasser/decimal_precision_scale_stable6_bpThomas Müller
2014-01-07DB: Support DECIMAL(precision,scale) syntax in XMLOliver Gasser
2014-01-07remove duplicate exe mimetype, add correct msi mimetypeJörn Friedrich Dreyer
2014-01-03Fix APCIterator syntax in \OC\Memcache\APCU::clearRobin Appelman
2014-01-02Return SPACE_UNKNOWN if disk_free_space is disabled when getting the free spa...Robin Appelman
2014-01-02Replace static usage of OC_Config and OC_Preferences with the injected \OC\Co...Robin Appelman
2014-01-02fix the config option to remove the ability for users to set their displaynameRobin Appelman
2014-01-02fix fallback overwriting result of getHomeRobin Appelman
2014-01-02cache the home folder of a UserRobin Appelman
2014-01-02Also add default to the \OCP\IConfig interfaceRobin Appelman
2014-01-02add default parameter for AllConfig->get*Value()Robin Appelman
2013-12-20Backport of PR #4378: Don't use xcache in case admin auth is enabled.Andreas Fischer
2013-12-20Do not use xcache variable cache if cache size is 0.Andreas Fischer
2013-12-18check if a $_SESSION entry exists before we try to remove itRobin Appelman
2013-12-18preserve 3rd party values in in the Session destructorRobin Appelman
2013-12-17Do not use L10n when logging exceptionsVincent Petry
2013-12-16Use DEBUG instead of ERROR when favourites not found. Fix #6419Thomas Tanghus
2013-12-13ignore comments on schema as a quickfix for oc6Jörn Friedrich Dreyer
2013-12-13dont try to register background jobs if we haven't upgraded yetRobin Appelman
2013-12-13Merge pull request #6308 from owncloud/fix_webdav_session_login_user_comparisonblizzz
2013-12-13Merge pull request #6367 from owncloud/fix_expiration_date_conversionVincent Petry
2013-12-13Fix webroot for update pageVincent Petry
2013-12-12rely only on php DateTime to parse the db datetime stringJörn Friedrich Dreyer
2013-12-12Send "SET NAMES utf8" to MySQL for PHP below 5.3.6Andreas Fischer