summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Use new autoloader classThomas Tanghus2013-05-112-4/+5
|
* Merge pull request #3296 from owncloud/disable_mbstring.func_overloadMorris Jobke2013-05-111-0/+1
|\ | | | | disable mbstring.func_overload
| * disable mbstring.func_overloadThomas Tanghus2013-05-101-0/+1
| |
* | Merge pull request #3257 from owncloud/fix_3251Jan-Christoph Borchardt2013-05-101-2/+3
|\ \ | | | | | | Fix 3251
| * | Fix #3251kondou2013-05-091-2/+3
| | | | | | | | | | | | Using ksort now, instead of prefilling the commonlanguages array.
* | | Merge pull request #3283 from owncloud/move-legacy-fsMorris Jobke2013-05-102-0/+0
|\ \ \ | | | | | | | | Move legacy filesystem classes
| * | | Move legacy filesystem classesRobin Appelman2013-05-082-0/+0
| | | |
* | | | Merge pull request #3304 from owncloud/fix_bypass_fo_file_blacklisticewind19912013-05-102-12/+18
|\ \ \ \ | |_|_|/ |/| | | Properly check file blacklist
| * | | don't emit rename hooks on partial file renamesJörn Friedrich Dreyer2013-05-101-2/+2
| | | |
| * | | rename isIgnoredFile to isPartialFile, remove check of blacklisted files in ↵Jörn Friedrich Dreyer2013-05-102-10/+16
|/ / / | | | | | | | | | isPartialFile, correct usage of isPartialFile and isFileBlacklisted
* | | Merge pull request #3277 from owncloud/fix-change-passwordMichael Gapczynski2013-05-092-2/+2
|\ \ \ | | | | | | | | fix inconsistent post parameters in change password operation
| * | | fix inconsistent post parameters in change password operationBjörn Schießle2013-05-082-2/+2
| | | |
* | | | don't call correctFolder() in touchHook, it will be called later in the ↵Björn Schießle2013-05-081-1/+0
| | | | | | | | | | | | | | | | writeUpdate()
* | | | rename a file if it gets restored so that it no longer exists as a version. ↵Björn Schießle2013-05-081-1/+1
| | | | | | | | | | | | | | | | Otherwise it can happen that the expire() function removes all other versions so that we end up with only one version which is exactly the same as the original file
* | | | update etag for for the touched fileBjörn Schießle2013-05-081-1/+9
| | | |
* | | | touch file relative to users file folder, otherwise the hooks will be ignoredBjörn Schießle2013-05-081-4/+5
| |/ / |/| |
* | | Merge pull request #3271 from owncloud/fix_for_util_tearDownFSFlorinPeter2013-05-081-0/+1
|\ \ \ | |/ / |/| | fix for tearDownFS, after filesystem::tearDown() in Util
| * | fix for tearDownFS, after filesystem::tearDown() the root is not mountedFlorin Peter2013-05-071-0/+1
| | |
* | | Merge pull request #3272 from owncloud/legacy-autoloaderBart Visscher2013-05-083-62/+198
|\ \ \ | |/ / |/| | Move autoloader to it's own class
| * | Autoloader: fix loading app clases located in lib/Robin Appelman2013-05-082-15/+23
| | |
| * | Autoloader: test casesRobin Appelman2013-05-071-5/+53
| | |
| * | Autoloader: load the 3rdparty libraries using prefixesRobin Appelman2013-05-071-17/+16
| | |
| * | check for setlocale after setting up the paths to prevent autoloader confusionRobin Appelman2013-05-071-2/+7
| | |
| * | Autoloader: add support for custom namespace pathsRobin Appelman2013-05-071-1/+19
| | |
| * | Autoloader: split getting the class paths and loading the classRobin Appelman2013-05-071-7/+20
| | |
| * | Allow disabling the global classpath in an autoloaderRobin Appelman2013-05-071-3/+19
| | |
| * | Allow the autoloader to try mutliple possible paths for each pathRobin Appelman2013-05-071-24/+17
| | |
| * | Add per-autoloader classPathRobin Appelman2013-05-071-3/+24
| | |
| * | Move autoloader to it's own classRobin Appelman2013-05-072-56/+71
|/ /
* | Merge pull request #3050 from owncloud/===_and_!==_in_user_ldap-appBart Visscher2013-05-0710-42/+42
|\ \ | | | | | | Use === and !== in user_ldap app
| * | Use !== and === in user_ldap app – Part 2kondou2013-04-205-23/+23
| | |
| * | Use !== and === in user_ldap app – Part 1kondou2013-04-205-19/+19
| | |
* | | Merge pull request #3044 from owncloud/backgroundwatchericewind19912013-05-074-3/+126
|\ \ \ | | | | | | | | Add a background job to watch for external filesystem changes
| * | | Cache: check one folder and one file each time the backgroundwatcher runsRobin Appelman2013-04-201-8/+39
| | | | | | | | | | | | | | | | Because there are usually way less folders than files it walks trought the list of all folder quicker, this causes new files to be detected quicker
| * | | Cache: add a backgroundjob to check for external changes to the filesystemRobin Appelman2013-04-205-3/+96
| | | |
* | | | Merge pull request #3025 from owncloud/move-fileMichael Gapczynski2013-05-072-14/+18
|\ \ \ \ | | | | | | | | | | Cache: only look for child entires when doing a move operation when moving a folder
| * | | | Cache: only look for child entires when doing a move operation when moving a ↵Robin Appelman2013-04-192-15/+19
| |/ / / | | | | | | | | | | | | folder
* | | | Merge pull request #2813 from owncloud/improve-lib-checkBart Visscher2013-05-071-1/+1
|\ \ \ \ | | | | | | | | | | added correct check for gd and check for php-intl
| * | | | remove hard php-intl requirementMorris Jobke2013-05-071-5/+0
| | | | |
| * | | | added correct check for gd and check for php-intlBernhard Posselt2013-04-091-1/+6
| | | | |
* | | | | Merge pull request #3246 from owncloud/newfile-mimetypeMorris Jobke2013-05-072-3/+3
|\ \ \ \ \ | | | | | | | | | | | | Files: set the proper mimetype when creating a new text file
| * | | | | Files: set the proper mimetype when creating a new text fileRobin Appelman2013-05-062-3/+3
| | | | | |
* | | | | | allow to set quota to zero, issue #2696Björn Schießle2013-05-071-5/+1
| | | | | |
* | | | | | Merge pull request #3245 from owncloud/use-$viewLukas Reschke2013-05-061-2/+1
|\ \ \ \ \ \ | |/ / / / / |/| | | | | Use the internal ownCloud view
| * | | | | Use $dir instead of $fullpathLukas Reschke2013-05-061-2/+1
| | | | | |
| * | | | | Use the internal ownCloud viewLukas Reschke2013-05-061-1/+1
|/ / / / /
* | | | | LDAP: do not reset UUID attribute setting when guid is detectedArthur Schiwon2013-05-061-1/+3
| | | | |
* | | | | Merge pull request #3120 from owncloud/ocs_propertiesBart Visscher2013-05-051-1/+1
|\ \ \ \ \ | | | | | | | | | | | | Allow subclassing of OC_OCS_Result class by changing properties from 'private' to 'protected'
| * | | | | Make class properties protected instead of private to allow subclassingTom Needham2013-04-231-1/+1
| | | | | |
* | | | | | Merge pull request #3177 from owncloud/outerHTML_compatibilityThomas Tanghus2013-05-042-2/+16
|\ \ \ \ \ \ | | | | | | | | | | | | | | Add compatibility function for outerHTML