Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use new autoloader class | Thomas Tanghus | 2013-05-11 | 2 | -4/+5 |
| | |||||
* | Merge pull request #3296 from owncloud/disable_mbstring.func_overload | Morris Jobke | 2013-05-11 | 1 | -0/+1 |
|\ | | | | | disable mbstring.func_overload | ||||
| * | disable mbstring.func_overload | Thomas Tanghus | 2013-05-10 | 1 | -0/+1 |
| | | |||||
* | | Merge pull request #3257 from owncloud/fix_3251 | Jan-Christoph Borchardt | 2013-05-10 | 1 | -2/+3 |
|\ \ | | | | | | | Fix 3251 | ||||
| * | | Fix #3251 | kondou | 2013-05-09 | 1 | -2/+3 |
| | | | | | | | | | | | | Using ksort now, instead of prefilling the commonlanguages array. | ||||
* | | | Merge pull request #3283 from owncloud/move-legacy-fs | Morris Jobke | 2013-05-10 | 2 | -0/+0 |
|\ \ \ | | | | | | | | | Move legacy filesystem classes | ||||
| * | | | Move legacy filesystem classes | Robin Appelman | 2013-05-08 | 2 | -0/+0 |
| | | | | |||||
* | | | | Merge pull request #3304 from owncloud/fix_bypass_fo_file_blacklist | icewind1991 | 2013-05-10 | 2 | -12/+18 |
|\ \ \ \ | |_|_|/ |/| | | | Properly check file blacklist | ||||
| * | | | don't emit rename hooks on partial file renames | Jörn Friedrich Dreyer | 2013-05-10 | 1 | -2/+2 |
| | | | | |||||
| * | | | rename isIgnoredFile to isPartialFile, remove check of blacklisted files in ↵ | Jörn Friedrich Dreyer | 2013-05-10 | 2 | -10/+16 |
|/ / / | | | | | | | | | | isPartialFile, correct usage of isPartialFile and isFileBlacklisted | ||||
* | | | Merge pull request #3277 from owncloud/fix-change-password | Michael Gapczynski | 2013-05-09 | 2 | -2/+2 |
|\ \ \ | | | | | | | | | fix inconsistent post parameters in change password operation | ||||
| * | | | fix inconsistent post parameters in change password operation | Björn Schießle | 2013-05-08 | 2 | -2/+2 |
| | | | | |||||
* | | | | don't call correctFolder() in touchHook, it will be called later in the ↵ | Björn Schießle | 2013-05-08 | 1 | -1/+0 |
| | | | | | | | | | | | | | | | | writeUpdate() | ||||
* | | | | rename a file if it gets restored so that it no longer exists as a version. ↵ | Björn Schießle | 2013-05-08 | 1 | -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 file | Björn Schießle | 2013-05-08 | 1 | -1/+9 |
| | | | | |||||
* | | | | touch file relative to users file folder, otherwise the hooks will be ignored | Björn Schießle | 2013-05-08 | 1 | -4/+5 |
| |/ / |/| | | |||||
* | | | Merge pull request #3271 from owncloud/fix_for_util_tearDownFS | FlorinPeter | 2013-05-08 | 1 | -0/+1 |
|\ \ \ | |/ / |/| | | fix for tearDownFS, after filesystem::tearDown() in Util | ||||
| * | | fix for tearDownFS, after filesystem::tearDown() the root is not mounted | Florin Peter | 2013-05-07 | 1 | -0/+1 |
| | | | |||||
* | | | Merge pull request #3272 from owncloud/legacy-autoloader | Bart Visscher | 2013-05-08 | 3 | -62/+198 |
|\ \ \ | |/ / |/| | | Move autoloader to it's own class | ||||
| * | | Autoloader: fix loading app clases located in lib/ | Robin Appelman | 2013-05-08 | 2 | -15/+23 |
| | | | |||||
| * | | Autoloader: test cases | Robin Appelman | 2013-05-07 | 1 | -5/+53 |
| | | | |||||
| * | | Autoloader: load the 3rdparty libraries using prefixes | Robin Appelman | 2013-05-07 | 1 | -17/+16 |
| | | | |||||
| * | | check for setlocale after setting up the paths to prevent autoloader confusion | Robin Appelman | 2013-05-07 | 1 | -2/+7 |
| | | | |||||
| * | | Autoloader: add support for custom namespace paths | Robin Appelman | 2013-05-07 | 1 | -1/+19 |
| | | | |||||
| * | | Autoloader: split getting the class paths and loading the class | Robin Appelman | 2013-05-07 | 1 | -7/+20 |
| | | | |||||
| * | | Allow disabling the global classpath in an autoloader | Robin Appelman | 2013-05-07 | 1 | -3/+19 |
| | | | |||||
| * | | Allow the autoloader to try mutliple possible paths for each path | Robin Appelman | 2013-05-07 | 1 | -24/+17 |
| | | | |||||
| * | | Add per-autoloader classPath | Robin Appelman | 2013-05-07 | 1 | -3/+24 |
| | | | |||||
| * | | Move autoloader to it's own class | Robin Appelman | 2013-05-07 | 2 | -56/+71 |
|/ / | |||||
* | | Merge pull request #3050 from owncloud/===_and_!==_in_user_ldap-app | Bart Visscher | 2013-05-07 | 10 | -42/+42 |
|\ \ | | | | | | | Use === and !== in user_ldap app | ||||
| * | | Use !== and === in user_ldap app – Part 2 | kondou | 2013-04-20 | 5 | -23/+23 |
| | | | |||||
| * | | Use !== and === in user_ldap app – Part 1 | kondou | 2013-04-20 | 5 | -19/+19 |
| | | | |||||
* | | | Merge pull request #3044 from owncloud/backgroundwatcher | icewind1991 | 2013-05-07 | 4 | -3/+126 |
|\ \ \ | | | | | | | | | Add a background job to watch for external filesystem changes | ||||
| * | | | Cache: check one folder and one file each time the backgroundwatcher runs | Robin Appelman | 2013-04-20 | 1 | -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 filesystem | Robin Appelman | 2013-04-20 | 5 | -3/+96 |
| | | | | |||||
* | | | | Merge pull request #3025 from owncloud/move-file | Michael Gapczynski | 2013-05-07 | 2 | -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 Appelman | 2013-04-19 | 2 | -15/+19 |
| |/ / / | | | | | | | | | | | | | folder | ||||
* | | | | Merge pull request #2813 from owncloud/improve-lib-check | Bart Visscher | 2013-05-07 | 1 | -1/+1 |
|\ \ \ \ | | | | | | | | | | | added correct check for gd and check for php-intl | ||||
| * | | | | remove hard php-intl requirement | Morris Jobke | 2013-05-07 | 1 | -5/+0 |
| | | | | | |||||
| * | | | | added correct check for gd and check for php-intl | Bernhard Posselt | 2013-04-09 | 1 | -1/+6 |
| | | | | | |||||
* | | | | | Merge pull request #3246 from owncloud/newfile-mimetype | Morris Jobke | 2013-05-07 | 2 | -3/+3 |
|\ \ \ \ \ | | | | | | | | | | | | | Files: set the proper mimetype when creating a new text file | ||||
| * | | | | | Files: set the proper mimetype when creating a new text file | Robin Appelman | 2013-05-06 | 2 | -3/+3 |
| | | | | | | |||||
* | | | | | | allow to set quota to zero, issue #2696 | Björn Schießle | 2013-05-07 | 1 | -5/+1 |
| | | | | | | |||||
* | | | | | | Merge pull request #3245 from owncloud/use-$view | Lukas Reschke | 2013-05-06 | 1 | -2/+1 |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | Use the internal ownCloud view | ||||
| * | | | | | Use $dir instead of $fullpath | Lukas Reschke | 2013-05-06 | 1 | -2/+1 |
| | | | | | | |||||
| * | | | | | Use the internal ownCloud view | Lukas Reschke | 2013-05-06 | 1 | -1/+1 |
|/ / / / / | |||||
* | | | | | LDAP: do not reset UUID attribute setting when guid is detected | Arthur Schiwon | 2013-05-06 | 1 | -1/+3 |
| | | | | | |||||
* | | | | | Merge pull request #3120 from owncloud/ocs_properties | Bart Visscher | 2013-05-05 | 1 | -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 subclassing | Tom Needham | 2013-04-23 | 1 | -1/+1 |
| | | | | | | |||||
* | | | | | | Merge pull request #3177 from owncloud/outerHTML_compatibility | Thomas Tanghus | 2013-05-04 | 2 | -2/+16 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Add compatibility function for outerHTML |