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
2012-06-264.0.4v4.0.4Frank Karlitschek
2012-06-25Maybe fix out of memory..?Thomas Tanghus
2012-06-244.0.3aFrank Karlitschek
2012-06-24fix 'files' entries showing up in Files before the users files are scanned pr...Robin Appelman
2012-06-24fix duplicates showing up in the filecacheRobin Appelman
2012-06-23work with non existing apps directory. thanks toAntonio for the hintFrank Karlitschek
2012-06-22Fix initialization of OC_Filesystem setup from DAVBart Visscher
2012-06-22Correct File cache error with postgresqlBrice Maron
2012-06-224.0.3Frank Karlitschek
2012-06-21Prefer requested app before redirecting to default pageBart Visscher
2012-06-21Remember result of OC_User::isLoggedIn, can be very expensive to checkBart Visscher
2012-06-21Only check for apps owncloud version requirment when there is a new owncloud ...Bart Visscher
2012-06-21fix saved file size for uploaded filesRobin Appelman
2012-06-21truncate decrypted files based on sizeRobin Appelman
2012-06-21check if the data directory is accessible via http. Show a big security warni...Frank Karlitschek
2012-06-21fix mimetype for cdr files - bugfix for oc 559Georg Ehrke
2012-06-21Only call OC_FileCache::get('/Shared') if it exists in the file cache, preven...Michael Gapczynski
2012-06-20fix encryption for binary filesRobin Appelman
2012-06-20use absolute path for file proxiesRobin Appelman
2012-06-20use new sanitize HTML function backportedBjoern Schiessle
2012-06-20backport of sanitizeHTML() functionBjoern Schiessle
2012-06-20don't show other users file if the filesystem is not index alreadyRobin Appelman
2012-06-20Fix webdav property name compareBart Visscher
2012-06-20Load app before running update scriptBart Visscher
2012-06-20Don't use substr to get first char of stringBart Visscher
2012-06-20Smarter code for OC_FileProxyBart Visscher
2012-06-20Add cache for getStorage and getInternalPath functions.Bart Visscher
2012-06-20Add stat cache to OC_Connector_Sabre_Node and OC_Connector_Sabre_FileBart Visscher
2012-06-20Make check for writable apps dir configurableBart Visscher
2012-06-20fixes oc-668Thomas Mueller
2012-06-19quota calculation fixedBjoern Schiessle
2012-06-19Reverting 249190c89bc1c2effd8aaad1052d9a0ccf0bfe37. Fixed in masterVictor Dubiniuk
2012-06-19Fix mime-type detectionVictor Dubiniuk
2012-06-18fixed broken function callBjoern Schiessle
2012-06-18ignore "Shared"-directory when calculating free spaceBjoern Schiessle
2012-06-16Move user import to personal settings. Fix user migration between servers.Tom Needham
2012-06-14Backport CSRF prevention.Thomas Tanghus
2012-06-13Allow same host redirects (/somepath).Thomas Tanghus
2012-06-11Categories: Turned the debugging down a bit.Thomas Tanghus
2012-06-104.0.2Frank Karlitschek
2012-06-10fix variable name and undefined index noticeBartek Przybylski
2012-06-10add function in filesystem to strip webrootBartek Przybylski
2012-06-10handle encrypted images files in oc_imageBartek Przybylski
2012-06-10removing app access check, fix title for links in tilesBartek Przybylski
2012-06-10git statusBartek Przybylski
2012-06-10paging not yet implemented. increasing pagesize to 100 as a temporary quickfixFrank Karlitschek
2012-06-09finally fix the updater. next is an automatic updater. but this is a bit more...Frank Karlitschek
2012-06-09fix infinite redirect during setup for windows hostsRobin Appelman
2012-06-09fix loading of OC::$REQUESTEDAPP if WTFE the app parameter is given but empty...Georg Ehrke
2012-06-08backport the password salting fix.Frank Karlitschek