Commit Graph

5930 Commits (5b552c84daed2f2dff60a6df26dfdb49bb4b94aa)

Author SHA1 Message Date
Morris Jobke e4069e1553 Emit event after setting a new expiration for a share 13 years ago
Thomas Müller f1b085df01 adding @method annotation to declare methods which can be called on the wrapped statement object 13 years ago
Thomas Müller 2d592ddc8f Fix CURLOPT_FOLLOWLOCATION bug with open_basedir or safe_mode restriction enabled. 13 years ago
Vincent Petry b48510c978 Use the correct resolve method to resolve file storage 13 years ago
Thomas Müller 93b984ecf8 css files are not to be routed through index.php anymore 13 years ago
Robin Appelman 9b2bb7c6ab fix undefined index warning in router 13 years ago
Vincent Petry e76be308eb Remove unused setUserVars utility method 13 years ago
Jenkins for ownCloud 75d8de378c [tx-robot] updated from transifex 13 years ago
Thomas Müller 6bfeb342db fixing code style 13 years ago
Bjoern Schiessle 31681a3a27 finally fix the paths for the OCS Share API 13 years ago
Bjoern Schiessle 3653a51af2 fix path creation for re-shares, issue #7662 13 years ago
Bjoern Schiessle 2d8607fae9 don't assign variables in if condition 13 years ago
Bjoern Schiessle 5db3b049fd add todo 13 years ago
Bjoern Schiessle bc0292c16d always return an array 13 years ago
Bjoern Schiessle 154277ab11 seperate formatResults() 13 years ago
Bjoern Schiessle ecde48fce8 don't assign variables in if conditions 13 years ago
Bjoern Schiessle 078fafdc5a use variable 13 years ago
Bjoern Schiessle 3a459db358 seperate transformDBResults 13 years ago
Bjoern Schiessle 6607f7cb5e seperate creation of select statement 13 years ago
Bjoern Schiessle 6afd496d9b remove prepFileTarget() seems that it is no longer in use 13 years ago
Bjoern Schiessle b602662578 add a "helper" and a "hooks" class. Move constants needed by multiple classes 13 years ago
Bjoern Schiessle 8b6d1d3bf2 added private share api 13 years ago
Robin Appelman d75c3d5f9a Fix routes getting lost when loading app routes twice 13 years ago
Robin Appelman e1d3d0e948 fix incorect array 13 years ago
Robin Appelman c17f415356 Only load core routes for ocs and settings 13 years ago
Jenkins for ownCloud b92dad992f [tx-robot] updated from transifex 13 years ago
Robin Appelman 9e89ad07c6 Only load core routes when matching a core route 13 years ago
Robin Appelman 0e1cb001b6 Cache generated urls for routes 13 years ago
Robin Appelman f17674fef2 Only load routes from the apps we need 13 years ago
Thomas Müller 3eb5898f7b use \OC_Mail::validateAddress() to validate the email address - fixes #7862 13 years ago
Robin Appelman 0d0aac6fff Load the routes when matching or generating a route instead of when creating the router 13 years ago
Thomas Müller fb7f3008d3 idn have to be converted before being used 13 years ago
Vincent Petry 10c9b8eb99 Cache folder is now configurable 13 years ago
Vincent Petry a25b86a30e Log exception when PostgreSQL version check failed 13 years ago
Jenkins for ownCloud abdc823bb6 [tx-robot] updated from transifex 13 years ago
Thomas Müller 96e6cb3db4 all authentication apps are loaded at first - everything else relies on these apps 13 years ago
Robin Appelman 7a8f1389fe fix temporary file based common hash 13 years ago
Robin Appelman fffe330bbc Fix parameter order for Storage\Local::hash 13 years ago
Vincent Petry 6de9033d86 Added warning for Mac OS on setup page 13 years ago
Thomas Tanghus 51fe3b8ccd Fix 'Undefined variable: message' in OCP\Util::logException 13 years ago
Vincent Petry 66bc0f0848 Still return quota value when free space is unknown 13 years ago
Lukas Reschke 9abe6b7f87 Add mimetype for MKV videos 13 years ago
Vincent Petry 4cb53f77b2 Moved external storage mounting code to files_external app 13 years ago
Vincent Petry 80180bea32 Added IV for ext storage password encryption 13 years ago
Jenkins for ownCloud 7b1d52f5b9 [tx-robot] updated from transifex 13 years ago
Thomas Müller 6b9ae27b90 drop file cache migration OC5 -> OC6 13 years ago
Thomas Müller effea790c7 redefine reopen() in class \OC\Session\Internal to avoid accidental calls in productive code 13 years ago
Thomas Müller 6bbbf8536f introduce reopen() method to be used for unit test execution only - right after a unit test has been executed the session will be reopened 13 years ago
Vincent Petry 3cd09f2b09 Added PostgreSQL version warning on upgrade 13 years ago
Lukas Reschke 239069c838 Use $installedVersion instead of $currentVersion 13 years ago