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-15Delete old session files, suggested by Torben Nehmer, see bug oc-736Michael Gapczynski
2012-07-15Check if user is already logged in for DAV auth, instead of logging in and cr...Michael Gapczynski
2012-07-14fix remote and public.phpRobin Appelman
2012-07-13allow command line based installation/setupThomas Mueller
2012-07-11Fix log write() parameters in wrong orderMichael Gapczynski
2012-07-11Handling exceptionsLukas Reschke
2012-07-11Catch exceptions from PHPMailerMichael Gapczynski
2012-07-10use readfile() instead iof fopen() for file download over webdav.Bjoern Schiessle
2012-07-10fixed typoJohannes Willnecker
2012-07-10Fix for oc-972, oc-1144 and oc-1191Johannes Willnecker
2012-07-09remove superfluous ?> at the end of .php files (left out apps/*/templates)Jörn Friedrich Dreyer
2012-07-09revert performance improvements in userExists() because it breaks new user cr...Bjoern Schiessle
2012-07-09webdav ssl cleanupBjoern Schiessle
2012-07-09Added default parameter $reset to allow for incremental rescan.Thomas Tanghus
2012-07-07Uninitialized variableLukas Reschke
2012-07-07Fixes a problem with the user creation ("User already existed" even if the us...Lukas Reschke
2012-07-07Move line counter so we only count lines towards the offset that are equal or...Michael Gapczynski
2012-07-06Improvements and bug fix for log reading, fixes bug oc-982Michael Gapczynski
2012-07-06allow user to upload his own root certificate for secure webdav mountBjoern Schiessle
2012-07-06introduce subclassed client.php and revert changes to 3rdpartyBjoern Schiessle
2012-07-05moved performance improvement from isLoggedIn() to userExists() to avoid webd...Bjoern Schiessle
2012-07-04More helpfull debug msg for redirectToDefaultPageBart Visscher
2012-07-04Remove referer check, this is unreliable. The header doesnt need te exist, or...Bart Visscher
2012-07-04Correct Postgresql connection with space in password. Work around php bugBrice Maron
2012-07-03use filesystem abstraction layer to copy file versionsBjoern Schiessle
2012-07-03wrong var name fixedBjoern Schiessle
2012-07-03Escape pg connection string on setupBrice Maron
2012-07-02provide multibyte aware helper functions mb_str_replace, mb_substr_replace an...Arthur Schiwon
2012-07-02Remove forced downloadLukas Reschke
2012-07-02Don't display error messagesLukas Reschke
2012-07-02fix a small PHP failGeorg Ehrke
2012-07-01Disable mimesniffingLukas Reschke
2012-07-01Fixed app pathTom Needham
2012-07-01Return correct json response, fix syntaxTom Needham
2012-06-30fixed linkTo()Florian Hülsmann
2012-06-29typo fixedBjoern Schiessle
2012-06-29- when creating a new text file or directory which name already exist use the...Bjoern Schiessle
2012-06-29Spelling fixBart Visscher
2012-06-29Remember the app root information.Bart Visscher
2012-06-29Remove redundant code from OC_Helper::linkToBart Visscher
2012-06-28Pg setup enhancementBrice Maron
2012-06-28Return login errors for PostgreSQL setupMichael Gapczynski
2012-06-28Migration: fix app pathsTom Needham
2012-06-28Set table prefix if not set in postgresql installBrice Maron
2012-06-27Fix recursion when running an update scriptBart Visscher
2012-06-27fix running tests from cliRobin Appelman
2012-06-27fix webdav errors for empty foldersRobin Appelman
2012-06-27Cache result of OC_App::getAppVersionsBart Visscher
2012-06-27Move app upgrade check to loading of appsBart Visscher
2012-06-27Make Categories a bit quieter.Thomas Tanghus