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
2013-09-065.0.11v5.0.11Frank Karlitschek
2013-09-06remove some more debug outputBjoern Schiessle
2013-09-06Merge branch 'stable5' into fix_4533Bjoern Schiessle
2013-09-05remove some error_logsBjoern Schiessle
2013-09-05remove error logsBjoern Schiessle
2013-09-05if the files doesn't exist yet we start with the parent to search for sharesBjoern Schiessle
2013-09-015.0.11 RC2Frank Karlitschek
2013-09-04Merge pull request #4701 from owncloud/fix_4667blizzz
2013-09-04one check is enoughArthur Schiwon
2013-09-03Merge pull request #4700 from owncloud/stable5_ocp_files_searchbymimeBart Visscher
2013-09-03fix unknown var in if clauseArthur Schiwon
2013-09-02Check variable type before using readdir to avoid surprises and fix #4667 #46...Arthur Schiwon
2013-09-02add searchByMime to public apiJörn Friedrich Dreyer
2013-09-02backport autoloader magic trying to find class in lib folderJörn Friedrich Dreyer
2013-08-30Merge pull request #4654 from owncloud/fix_4616blizzz
2013-08-30Use the real username in preferences and magic cookie instead of case-insensi...Arthur Schiwon
2013-08-30whitespacesArthur Schiwon
2013-08-29Merge pull request #4634 from owncloud/backport-4360-stable5Owen Winkler
2013-08-29backport of #4360Thomas Müller
2013-08-29webdav quota information contains the values for used and free - not totalThomas Müller
2013-08-29better variable namingRobin Appelman
2013-08-29Cache: don't check if the parent exists in the cache if we are already sure i...Robin Appelman
2013-08-285.0.11 RC1Frank Karlitschek
2013-08-27lacy initialization of fileView - in case basic auth is used FileSystem is no...Thomas Müller
2013-08-27adding unit tests for quota checksThomas Müller
2013-08-27adding unit tests to determine lengthThomas Müller
2013-08-27fixes #4343Thomas Müller
2013-08-27storage information is path specificThomas Müller
2013-08-27webdav quota now displays the same values as the web interface doesThomas Müller
2013-08-22Merge pull request #4541 from owncloud/backport-4512-stable5Thomas Müller
2013-08-22additional readdir check in mappedlocalThomas Müller
2013-08-22use strict equals in readdir loops to prevent issues with '0' filesRobin Appelman
2013-08-17Sharing: only determine path root if owner is availableArthur Schiwon
2013-08-16Merge pull request #4458 from owncloud/dav_principal_groupmembersetThomas Tanghus
2013-08-16Don't barf on OC_Connector_Sabre_Principal::getGroupMemberSetThomas Tanghus
2013-08-14Merge pull request #4306 from owncloud/stable5-googledriveThomas Müller
2013-08-12Scanner: correctly pass trough reuse options when doing a recursive scanRobin Appelman
2013-08-08oc_cache needs to disable file proxys for read/write operation. Otherwise the...Bjoern Schiessle
2013-08-08Merge pull request #4358 from owncloud/rm_debug_msgMorris Jobke
2013-08-08Remove noisy Log/Debug messageArthur Schiwon
2013-08-07Backport #3487 Basic Auth fixThomas Tanghus
2013-08-07fixing PHPDocThomas Müller
2013-08-07app migrate: Use = instead of LIKE as described in the comment above.Andreas Fischer
2013-08-07Port log level filtering from OC_Log_Owncloud to OC_Log_Syslog.Andreas Fischer
2013-08-055.0.10v5.0.10Frank Karlitschek
2013-08-055.0.10 RC1Frank Karlitschek
2013-08-06Merge pull request #4179 from owncloud/ldap_oracle_fixesblizzz
2013-08-06Merge pull request #4317 from owncloud/backport-cli-scanner-stable5Thomas Müller
2013-08-05use isset to prevent undefined indexThomas Müller
2013-08-05Remember the contructed OC\Files\Cache\* classes in OC\Files\Storage\CommonBart Visscher