Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | | | | Merge pull request #3309 from owncloud/no_explicit_autoload | icewind1991 | 2013-05-11 | 2 | -4/+5 | |
| | |\ \ \ \ | ||||||
| | | * | | | | 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 | 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 | kondou | 2013-05-09 | 1 | -2/+3 | |
| | * | | | | | | Merge pull request #3283 from owncloud/move-legacy-fs | Morris Jobke | 2013-05-10 | 2 | -0/+0 | |
| | |\ \ \ \ \ \ | ||||||
| | | * | | | | | | 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 | |
| | |\ \ \ \ \ \ \ | | | |_|_|/ / / / | | |/| | | | | | | ||||||
| | | * | | | | | | 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 i... | Jörn Friedrich Dreyer | 2013-05-10 | 2 | -10/+16 | |
| | |/ / / / / / | ||||||
| | * | | | | | | 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 | Björn Schießle | 2013-05-08 | 2 | -2/+2 | |
| | * | | | | | | don't call correctFolder() in touchHook, it will be called later in the write... | Björn Schießle | 2013-05-08 | 1 | -1/+0 | |
| | * | | | | | | rename a file if it gets restored so that it no longer exists as a version. O... | Björn Schießle | 2013-05-08 | 1 | -1/+1 | |
| | * | | | | | | 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() 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 | |
| | |\ \ \ \ \ | | | |/ / / / | | |/| | | | | ||||||
| | | * | | | | 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 – 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 | |
| | |\ \ \ \ \ | ||||||
| | | * | | | | | Cache: check one folder and one file each time the backgroundwatcher runs | Robin Appelman | 2013-04-20 | 1 | -8/+39 | |
| | | * | | | | | 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 ... | Robin Appelman | 2013-04-19 | 2 | -15/+19 | |
| | | |/ / / / / | ||||||
| | * | | | | | | Merge pull request #2813 from owncloud/improve-lib-check | Bart Visscher | 2013-05-07 | 1 | -1/+1 | |
| | |\ \ \ \ \ \ | ||||||
| | | * | | | | | | 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 | 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 $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 | |
| | |\ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | Make class properties protected instead of private to allow subclassing | Tom Needham | 2013-04-23 | 1 | -1/+1 |