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-02-27Also delete legacy storages when deleting a userRobin Appelman
2014-02-26Also quote old column name during DB migrationVincent Petry
2014-02-26fix path in sharing results if it is a file in the Shared folderBjoern Schiessle
2014-02-26introduce new theme function to allow full creation of documentation links: b...Thomas Müller
2014-02-25Replace deleteAll call with unlink callVincent Petry
2014-02-25don't overwrite keys if rename was done by a stream copyBjoern Schiessle
2014-02-25Fix case where port is missingVincent Petry
2014-02-22Adjust version for stable6Lukas Reschke
2014-02-22Add overwritehost config on setup and upgradeLukas Reschke
2014-02-21Fix "headers are already sent" introduced with #6519Lukas Reschke
2014-02-20Test if $url is already prefixed by '/'Thomas Tanghus
2014-02-20Add missing slash in URLGenerator::getAbsoluteURL(). Refs. #6840Thomas Tanghus
2014-02-20Update user.php to fix duplicate session-duplicatenhirokinet
2014-02-20Security Update: session fixationNARUKAWA Hiroki
2014-02-12Also clean up the filecache table when deleting a storage entryRobin Appelman
2014-02-12Also remove the user's home storage from the storage table when deleting a userRobin Appelman
2014-02-11Merge pull request #7157 from owncloud/stable6-xsendfilequotacheckVincent Petry
2014-02-11Fix xsendfile local storage detection with quotaVincent Petry
2014-02-11Merge pull request #6778 from owncloud/fix_6430blizzz
2014-02-10getData() always needs to return an arrayBjoern Schiessle
2014-02-10fix DIArthur Schiwon
2014-02-10Inject loggerArthur Schiwon
2014-02-10wrong tldArthur Schiwon
2014-02-10sort following entries in alphabetical orderArthur Schiwon
2014-02-10move sorter into a classArthur Schiwon
2014-02-07replace 'size' with 'unencrypted_size' if encryption is enabledBjoern Schiessle
2014-02-07change order of issubdirectory() calls to avoid error messages for non-appsBjoern Schiessle
2014-02-06add icons.css file, first step to get rid of %webroot%Jan-Christoph Borchardt
2014-02-05Allow getting info or renaming part files through WebDAVVincent Petry
2014-02-04add test for password remove methodBjoern Schiessle
2014-02-03also load error handler if debugging is enabledBjoern Schiessle
2014-02-03remove passwords in URLs from all log messagesBjoern Schiessle
2014-01-28Added exception logger plugin for sabre connectorVincent Petry
2014-01-28Add check for apc.enabled optionOtto Sabart
2014-01-24show link to app documentationBjoern Schiessle
2014-01-21fixing comment + adding unit test for checkPasswordProtectedShareThomas Müller
2014-01-21in case no share is found for the given token we can return right awayThomas Müller
2014-01-21adding password protection check to getShareByToken()Thomas Müller
2014-01-21Merge pull request #6869 from owncloud/fix-setupfs-only-for-existing-users-st...Thomas Müller
2014-01-21OC_Util::setupFS($user) will create a data dir for the given string - no matt...Thomas Müller
2014-01-21add getOwner impementation to Home StorageJörn Friedrich Dreyer
2014-01-21use 'download.zip' as default name for zip downloads instead of 'owncloud.zip'Jörn Friedrich Dreyer
2014-01-20Fixed quota wrapper to not wrap failed fopen streamsVincent Petry
2014-01-17add needUpgrade() check to addQueuedTask()Jörn Friedrich Dreyer
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