Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 6.0.9v6.0.9 | C Montero-Luque | 2015-07-03 | 1 | -2/+2 |
| | |||||
* | 6.0.9RC1v6.0.9RC1 | C Montero-Luque | 2015-06-30 | 1 | -2/+2 |
| | |||||
* | Merge pull request #17237 from owncloud/oc-version-to-app-store-stable6 | Morris Jobke | 2015-06-29 | 4 | -19/+33 |
|\ | | | | | Add oc version to app store requests in stable6 | ||||
| * | Add oc version to app store requests in stable6 | Joas Schilling | 2015-06-29 | 4 | -19/+33 |
|/ | |||||
* | Version 6.0.9 betav6.0.9beta | C Montero-Luque | 2015-06-23 | 1 | -2/+2 |
| | |||||
* | Merge pull request #17023 from owncloud/stable6-verify-path | Thomas Müller | 2015-06-19 | 1 | -0/+4 |
|\ | | | | | [stable6] Verify if path exists | ||||
| * | Verify if path exists | Lukas Reschke | 2015-06-18 | 1 | -0/+4 |
|/ | | | | We need to check if the path exists and throw an error instead of handling this situation ungraciously. | ||||
* | Merge pull request #16990 from owncloud/stable6-fix-verify-if-path-exists | Morris Jobke | 2015-06-17 | 1 | -0/+7 |
|\ | | | | | [stable6] Verify if path exists | ||||
| * | Throw nicer error message instead 500 | Lukas Reschke | 2015-06-17 | 1 | -1/+3 |
| | | |||||
| * | Verify if path exists | Lukas Reschke | 2015-06-17 | 1 | -0/+5 |
|/ | | | | We need to verify if the specified path exists to gracefully prevent errors. | ||||
* | Merge pull request #16865 from owncloud/backport-concatenation-6 | Thomas Müller | 2015-06-11 | 1 | -3/+3 |
|\ | | | | | [stable6] Don't use command concatenation | ||||
| * | Don't use command concatenation | Lukas Reschke | 2015-06-10 | 1 | -3/+3 |
|/ | | | | Possibly fixes https://github.com/owncloud/core/issues/16853 | ||||
* | Merge pull request #16683 from owncloud/stable6-check-array | Morris Jobke | 2015-06-10 | 1 | -5/+7 |
|\ | | | | | Check if array | ||||
| * | Check if array | Lukas Reschke | 2015-06-02 | 1 | -5/+7 |
| | | | | | | | | | | | | The great library that we use apparently uses mixed types for everything because :see_no_evil: Fixes https://github.com/owncloud/core/issues/16679 | ||||
* | | 6.0.8v6.0.8 | Frank Karlitschek | 2015-06-03 | 1 | -2/+2 |
|/ | |||||
* | 6.0.8RC2v6.0.8RC2 | Frank Karlitschek | 2015-06-01 | 1 | -2/+2 |
| | |||||
* | Merge pull request #16674 from owncloud/update-phpunit | Thomas Müller | 2015-06-01 | 4 | -9/+22 |
|\ | | | | | Upgrade to use latest phpunit - fixes #16669 | ||||
| * | Upgrade to use latest phpunit - fixes #16669 | Thomas Müller | 2015-06-01 | 4 | -9/+22 |
|/ | |||||
* | Disallow semicolons in passed commands | Lukas Reschke | 2015-06-01 | 1 | -0/+5 |
| | |||||
* | Ensure that passed argument is always a string | Lukas Reschke | 2015-06-01 | 2 | -1/+9 |
| | | | | | | Some code paths called the `normalizePath` functionality with types other than a string which resulted in unexpected behaviour. Thus the function is now manually casting the type to a string and I corrected the usage in list.php as well. | ||||
* | Revert custom patch that can cause problems | Lukas Reschke | 2015-06-01 | 1 | -2/+8 |
| | |||||
* | 6.0.8 RC1v6.0.8RC1 | Frank Karlitschek | 2015-05-29 | 1 | -2/+2 |
| | |||||
* | Merge pull request #14499 from owncloud/kill-substr-mssql-stable6 | Lukas Reschke | 2015-03-26 | 1 | -99/+0 |
|\ | | | | | [stable6] Remove hacky Substring support for MSSQL | ||||
| * | Remove hacky Substring support for MSSQL | Lukas Reschke | 2015-02-25 | 1 | -99/+0 |
| | | | | | | | | Substring() is not required for the core functionality and this allows us to get rid of a huge hack... | ||||
* | | Merge pull request #14729 from owncloud/stable6-versioning_fix_path | Morris Jobke | 2015-03-24 | 1 | -2/+2 |
|\ \ | |/ |/| | [stable6] make sure that the versions array contains the correct path | ||||
| * | make sure that the versions array contains the correct path | Bjoern Schiessle | 2015-03-06 | 1 | -2/+2 |
|/ | |||||
* | 6.0.7v6.0.7 | Frank Karlitschek | 2015-02-16 | 1 | -2/+2 |
| | |||||
* | Merge pull request #14150 from owncloud/no-whitespace-from-themes-stable6 | Thomas Müller | 2015-02-19 | 1 | -5/+5 |
|\ | | | | | catch any whitespaces which might get written to the output buffer while... | ||||
| * | catch any whitespaces which might get written to the output buffer while ↵ | Thomas Müller | 2015-02-12 | 1 | -5/+5 |
| | | | | | | | | loading a theme | ||||
* | | Merge pull request #14255 from owncloud/console-execution-time-stable6 | Morris Jobke | 2015-02-16 | 1 | -0/+3 |
|\ \ | |/ |/| | [backport-14243-stable6] console commands shall not be limited with respect to execution time | ||||
| * | console commands shall not be limited with respect to execution time | Thomas Müller | 2015-02-16 | 1 | -0/+3 |
|/ | |||||
* | Normalize before processing | Lukas Reschke | 2015-02-06 | 4 | -6/+39 |
| | |||||
* | 6.0.7 RC1 | Frank Karlitschek | 2015-02-06 | 1 | -2/+2 |
| | |||||
* | Merge pull request #12736 from owncloud/temp-handling-stable6 | Morris Jobke | 2015-01-09 | 8 | -90/+352 |
|\ | | | | | [stable6] Cleanup handling of temporary files | ||||
| * | Use the TempManager to handle temporary files | Robin Appelman | 2015-01-08 | 3 | -90/+7 |
| | | |||||
| * | Add \OC\TempManager to handle creating and cleaning temporary files | Robin Appelman | 2015-01-08 | 5 | -0/+345 |
| | | |||||
* | | Merge pull request #13177 from ↵ | Morris Jobke | 2015-01-09 | 1 | -1/+3 |
|\ \ | |/ |/| | | | | | owncloud/stable6-extstorage-fixsharedmountpointrootleadingslash [stable6] Fix source path when share is a mount point | ||||
| * | Fix source path when share is a mount point | Vincent Petry | 2015-01-08 | 1 | -1/+3 |
|/ | | | | | | | Whenever an external storage mount point is shared directly, its path is empty which causes a leading slash to appear in the source path. This fix removes the bogus leading slash in such situation. | ||||
* | Added error check to lib/private/image.php | Byron Marohn | 2015-01-02 | 1 | -0/+6 |
| | | | | | | | This checks that imagecreatetruecolor actually creates an image, rather than returning FALSE. Without this check, subsequent loop might create billions of ERROR-level log messages. Signed-off-by: Byron Marohn <combustible@live.com> | ||||
* | Skip headers that can not be split | Victor Dubiniuk | 2014-12-10 | 1 | -0/+3 |
| | |||||
* | 6.0.6v6.0.6 | Frank Karlitschek | 2014-11-07 | 1 | -2/+2 |
| | |||||
* | logging changes | Craig Morrissey | 2014-11-07 | 1 | -0/+3 |
| | |||||
* | Merge pull request #11706 from owncloud/fix_trash_stable6 | Björn Schießle | 2014-10-23 | 1 | -0/+3 |
|\ | | | | | [oc6] make sure that trash bin is initialized correctly | ||||
| * | make sure that trash bin is initialized for both the current user and the ↵ | Bjoern Schiessle | 2014-10-22 | 1 | -0/+3 |
|/ | | | | file owner | ||||
* | no error if we try to delete a file which no longer exists | Bjoern Schiessle | 2014-10-21 | 1 | -1/+3 |
| | |||||
* | backport of #11494 | Arthur Schiwon | 2014-10-20 | 4 | -34/+65 |
| | | | | | | | | | | | | | | | | | | | fix retrievel of group members and cache group members fix changed variable name with several backends, more than limit can be returned make performance less bad. Still far from good, but at least it works add one simple cache test adjust group manager tests Conflicts: apps/user_ldap/group_ldap.php apps/user_ldap/lib/access.php apps/user_ldap/tests/group_ldap.php | ||||
* | Merge pull request #11217 from owncloud/backport-9225-stable6 | blizzz | 2014-10-20 | 6 | -44/+465 |
|\ | | | | | Backport of #9225 to stable6 | ||||
| * | Merge branch 'voxsim-backport-9225-stable6' into backport-9225-stable6 | Arthur Schiwon | 2014-10-16 | 6 | -22/+137 |
| |\ | |||||
| | * | Fix in stable6 after backport of #9225 | Simon Vocella | 2014-09-24 | 1 | -1/+3 |
| | | | |||||
| | * | ask implementsAction instead of checking method_exists for easier testing | Arthur Schiwon | 2014-09-24 | 1 | -1/+1 |
| | | |