Commit Graph

104 Commits (e6b093bfb9bdf609a1a5743c8f80915dbd53ae35)

Author SHA1 Message Date
Vincent Petry 2fec6cbd5b Remove forgotten debug log 12 years ago
Vincent Petry 3e78f41d00 Use getAbsoluteUrl for redirection URL 12 years ago
Vincent Petry c005515ebd Support for multiple default apps 12 years ago
Vincent Petry 894d69184a Add bak defaultapp setting 12 years ago
Volkan Gezer ae68a773c0 more strings to translate in utils also some fixes in defaults 12 years ago
Jörn Friedrich Dreyer 5cae863408 change architecture from inheritance to composition 12 years ago
Jörn Friedrich Dreyer 4e65889f54 only use one config option 'objectstore' for root and home storage configuration 12 years ago
Jörn Friedrich Dreyer 7493ff0624 fix unit test by always initializing the root of the storage in the constructor 12 years ago
Jörn Friedrich Dreyer 10de4a7b90 move creation of / and users 'files' from storage constructor to setupFS / mount initialization 12 years ago
Jörn Friedrich Dreyer 85ccfad37c change 'object_storage' config param to 'root_storage' 12 years ago
Jörn Friedrich Dreyer 2bf7e5c02f make objectstore setup more robust, don't pass user to object store mounted as root 12 years ago
Jörn Friedrich Dreyer 3c66a8c8ed allow configuring objectstore as home and root storage 12 years ago
Vincent Petry 799205488c Prevent loadApps on upgrade 12 years ago
Lukas Reschke ac7fb1b23e Remove legacy routing code 12 years ago
Thomas Müller ec7225da66 remove file locking - code will continue to live in it's own app 12 years ago
Thomas Müller 76e04027bc Upgrade SabreDAV to 1.8.10 12 years ago
Bjoern Schiessle ab6680e9ab name the storage wrapper to make sure that we don't apply the wrapper multiple times 12 years ago
ringmaster 5365ae416e flock changes. Work in progress. 12 years ago
Robin Appelman 99d46af0b4 Use instanceOfStorage instead of instanceof 12 years ago
Bjoern Schiessle 12338e0ef0 allow admin to disable sharing for specific groups of users 12 years ago
Thomas Müller 06af8e09da adding annotation check to checkServer() 12 years ago
Morris Jobke dc36d30953 Remove all occurences of @brief and @returns from PHPDoc 12 years ago
Bjoern Schiessle b6e14af861 allow admin to enforce passwords for public link shares 12 years ago
Robin McCorkell f7e777f7d2 Fix various code errors detected by Scrutinizer 12 years ago
Robin McCorkell 87b548ed91 Fix all PHPDoc types and variable names, in /lib 12 years ago
Robin McCorkell b5bc37d2e4 Fix @return array PHPDocs, in /lib 12 years ago
Bjoern Schiessle a9ac11718e backup the encryption key after the encryption was disabled so that the user 12 years ago
Thomas Tanghus 287c8981bc Check if ReflectionMethod::getDocComment is working 12 years ago
Lukas Reschke 5cfc9d973d Fix PHP Doc and use readable variable name 12 years ago
Lukas Reschke d091cca636 Fix typo 12 years ago
Lukas Reschke e88731a477 Some more PHPDoc fixes 12 years ago
kondou d98ae4f9b2 Fix a wrong WebDAV Warning with self-signed-certs 12 years ago
Lukas Reschke 77ecfdd1a4 Only encode dangerous dangerous characters 12 years ago
Thomas Tanghus 7278f2f567 Sub-dir was prepended twice 12 years ago
Thomas Tanghus c14107550d Use UrlGenerator in OC\Util::redirectToDefaultPage(). Fix #7936 12 years ago
Thomas Müller 2d592ddc8f Fix CURLOPT_FOLLOWLOCATION bug with open_basedir or safe_mode restriction enabled. 12 years ago
Thomas Müller 6bfeb342db fixing code style 12 years ago
Vincent Petry a25b86a30e Log exception when PostgreSQL version check failed 12 years ago
Vincent Petry 6de9033d86 Added warning for Mac OS on setup page 12 years ago
Vincent Petry 3cd09f2b09 Added PostgreSQL version warning on upgrade 12 years ago
Robin Appelman 166dfbf58b use a non-recursive chmod on the datadir 12 years ago
Vincent Petry 3c46dcd7dd Added .ocdata file to check for data folder validity 12 years ago
Thomas Müller fbea02bebb kill $coreStyles and $coreScripts 12 years ago
Scrutinizer Auto-Fixer adaee6a5a1 Scrutinizer Auto-Fixes 12 years ago
Vincent Petry 797e0a614c Added extra checks for invalid file chars in newfile.php and newfolder.php 12 years ago
Robin Appelman 181bbd4325 Remove usage of legacy OC_Appconfig 12 years ago
Joas Schilling b330d07b51 Fix more documentation failes 12 years ago
Jörn Friedrich Dreyer 2a6a9a8cef polish documentation based on scrutinizer patches 12 years ago
Thomas Müller 0db5fead8e remove some more global variable $RUNTIME_NOAPPS 12 years ago
Robin Appelman a521949baf Allow passing a root folder to get the used space from in the quota wrapper 12 years ago