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-07-194.0.5v4.0.5Frank Karlitschek
2012-07-13if the '/Shared' was the modified directory, than scan it.Bjoern Schiessle
2012-07-12Fix log write() parameters in wrong orderMichael Gapczynski
2012-07-12Handling exceptionsLukas Reschke
2012-07-12Catch exceptions from PHPMailerMichael Gapczynski
2012-07-12Move line counter so we only count lines towards the offset that are equal or...Michael Gapczynski
2012-07-12Improvements and bug fix for log reading, fixes bug oc-982Michael Gapczynski
2012-07-11use readfile() instead iof fopen() for file download over webdav.Bjoern Schiessle
2012-07-10when checking for updates in the filecache, explicitly state that we are quer...Robin Appelman
2012-07-02Remove the forced download§Lukas Reschke
2012-07-02Restoring stable4...Lukas Reschke
2012-07-02Applying the fixLukas Reschke
2012-07-02Wrong file - Sorry!Lukas Reschke
2012-07-02Merge branch 'stable4' of gitorious.org:owncloud/owncloud into stable4Lukas Reschke
2012-07-02Don't display error messagesLukas Reschke
2012-07-01fix a small PHP failGeorg Ehrke
2012-07-01Disable mimesniffingLukas Reschke
2012-06-28Return login errors for PostgreSQL setupMichael Gapczynski
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