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-255.0.15 RC1v5.0.15RC1Frank Karlitschek
2014-02-25Merge pull request #7387 from owncloud/stable5-fixhostnamewithportVincent Petry
2014-02-25Merge pull request #7268 from owncloud/stable5-fix-ocsprivFrank Karlitschek
2014-02-25Fix case where port is missingVincent Petry
2014-02-22Backport #7259 to stable5Lukas Reschke
2014-02-22Revert "Backport #7259 to stable5"Lukas Reschke
2014-02-22Backport #7259 to stable5Lukas Reschke
2014-02-20Merge pull request #7313 from owncloud/stable5_fix_folder_deleteVincent Petry
2014-02-20don't send delete for every single file if a folder gets deletedBjoern Schiessle
2014-02-18Get rid of the SELECT query. Try UPDATE, on failure INSERT.Andreas Fischer
2014-02-18fixing undefined index in delete()Thomas Müller
2014-02-18PHPDoc comment updated - checkLoggedIn() removedThomas Müller
2014-02-18no need to check if the user is logged inThomas Müller
2014-02-18fixing php notice: Undefined index keyThomas Müller
2014-02-18no need to check if the user is logged in - this is already done in the ocs d...Thomas Müller
2014-02-18fix the privatedata key value storeFrank Karlitschek
2014-02-13initial backport of #6777 - mobile public pages - to stable5Jörn Friedrich Dreyer
2014-02-10getData() always needs to return an array, backport of #6988Bjoern Schiessle
2014-01-21Merge pull request #6859 from owncloud/always_log_db_error_verbose_stable5Jörn Friedrich Dreyer
2014-01-21use 'download.zip' as default name for zip downloads instead of 'owncloud.zip'Jörn Friedrich Dreyer
2014-01-21always be verbose when logging db errorJörn Friedrich Dreyer
2014-01-17Fix mimetype detectionJörn Friedrich Dreyer
2014-01-07remove duplicate exe mimetype, add correct msi mimetypeJörn Friedrich Dreyer
2013-12-185.0.14av5.0.14aFrank Karlitschek
2013-12-175.0.14v5.0.14Frank Karlitschek
2013-12-16add getOwner to Home StorageJörn Friedrich Dreyer
2013-12-135.0.14 RC1Frank Karlitschek
2013-12-08reuse etags when doing a background scanRobin Appelman
2013-12-03make rmdir recursive for mappellocal storage backendRobin Appelman
2013-12-03Make rmdir recursive for local storageRobin Appelman
2013-11-28Add post hooks for filesystem scannerRobin Appelman
2013-11-28Fix getRawPathInfo for the '/' edge caseRobin Appelman
2013-11-28fix custom routes defined by appsRobin Appelman
2013-11-27Merge pull request #6042 from owncloud/backport-6035-oc5Morris Jobke
2013-11-27fixing failing unit testThomas Müller
2013-11-27fixes #6050Thomas Müller
2013-11-25in case uri and script name don't match we better throw an exceptionThomas Müller
2013-11-25handle duplicate slashes in case of reverse proxy configurationThomas Müller
2013-11-25clear permissions cache when scanning a fileRobin Appelman
2013-11-22Merge pull request #5934 from owncloud/stable5-excludeextstoragefromquotaVincent Petry
2013-11-22Merge branch 'stable5' into fixing-4866-stable5Thomas Müller
2013-11-21Emulate touch() for backends that don't support itRobin Appelman
2013-11-19Fixed ext storage free space to not be restricted by quotaVincent Petry
2013-11-19Fixed quota calculation to also exclude ext storageVincent Petry
2013-11-19External storage space is now not counted in total spaceVincent Petry
2013-11-18backport search scrollto & filter to stable5Jörn Friedrich Dreyer
2013-11-15Merge pull request #5883 from owncloud/stable5-singledotdirsVincent Petry
2013-11-15Merge pull request #5307 from nicokaiser/fixing-3694-stable5Frank Karlitschek
2013-11-15Fixed normalizePath() to strip out single dot dirsVincent Petry
2013-11-11fixes #5808Thomas Müller