Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | Fix LDAP wizard saveMultiSelect race condition | Vincent Petry | 2015-06-01 | 1 | -2/+17 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Whenever a checkbox is ticked in a multiselect box, it will trigger the saving and retrieving ajax calls at the same time. This fix makes sure that it will first save, and only once saving is done, do the call that retrieves the filter. | |||||
* | | | | | | Merge pull request #16992 from owncloud/stable8-verify-if-path-exists | Morris Jobke | 2015-06-17 | 1 | -0/+7 | |
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | | [stable8] 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 #16978 from owncloud/nomssql | Vincent Petry | 2015-06-17 | 1 | -1/+0 | |
|\ \ \ \ \ | | | | | | | | | | | | | remove mssql from supported dbs | |||||
| * | | | | | remove mssql from supported dbs | Carla Schroder | 2015-06-16 | 1 | -1/+0 | |
|/ / / / / | ||||||
* | | | | | Merge pull request #16744 from owncloud/backport-15260 | Vincent Petry | 2015-06-16 | 2 | -1/+61 | |
|\ \ \ \ \ | | | | | | | | | | | | | [stable8] Backport scrollbar fixes | |||||
| * | | | | | fix scrutinizer issues | Jan-Christoph Borchardt | 2015-06-04 | 1 | -6/+9 | |
| | | | | | | ||||||
| * | | | | | adjust controls bar width to not overlay scrollbar | Jan-Christoph Borchardt | 2015-06-04 | 2 | -1/+58 | |
| | |/ / / | |/| | | | ||||||
* | | | | | Merge pull request #16862 from owncloud/use-single-action | Thomas Müller | 2015-06-11 | 1 | -3/+3 | |
|\ \ \ \ \ | | | | | | | | | | | | | [stable8] 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 #16861 from owncloud/stable8-backport-16840 | Morris Jobke | 2015-06-10 | 3 | -1/+3 | |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | [stable8] Disable video preview if previews are disabled | |||||
| * | | | | | Disable video preview if previews are disabled | Morris Jobke | 2015-06-10 | 3 | -1/+3 | |
|/ / / / / | ||||||
* | | | | | Merge pull request #16758 from owncloud/backport-16748-stable8 | Morris Jobke | 2015-06-10 | 1 | -13/+21 | |
|\ \ \ \ \ | | | | | | | | | | | | | Backport stable8: port detection needs to take care of now thrown exceptions when LDAP … | |||||
| * | | | | | port detection needs to take care of now thrown exceptions when LDAP server ↵ | Arthur Schiwon | 2015-06-05 | 1 | -13/+21 | |
| |/ / / / | | | | | | | | | | | | | | | | is not available | |||||
* | | | | | Merge pull request #16630 from owncloud/stable8-quota-onlyforfiles | Morris Jobke | 2015-06-09 | 4 | -19/+108 | |
|\ \ \ \ \ | | | | | | | | | | | | | [stable8] Only use quota stream wrapper on "files" | |||||
| * | | | | | Backported unit tests from 31e94708f86e21174e4bcfaf33f645dbba1efc1e | Vincent Petry | 2015-06-01 | 1 | -4/+79 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Partial backport, only took the unit tests from 31e94708f86e21174e4bcfaf33f645dbba1efc1e to simulate failure using mocks instead of the quota storage wrapper. | |||||
| * | | | | | Make getSourcePath accessible for storage wrappers | Robin Appelman | 2015-06-01 | 1 | -1/+1 | |
| | | | | | | ||||||
| * | | | | | Only use quota stream wrapper on "files" | Vincent Petry | 2015-05-29 | 2 | -14/+28 | |
| | |/ / / | |/| | | | | | | | | | | | | | | | | | | Prevent using the quota stream wrapper on trashbin folders and other metadata folders | |||||
* | | | | | Merge pull request #16738 from rullzer/ocs_set_password_backport | Morris Jobke | 2015-06-09 | 4 | -34/+387 | |
|\ \ \ \ \ | | | | | | | | | | | | | [stable8] Set password properly in OCS Share API | |||||
| * | | | | | Added unit test | Roeland Jago Douma | 2015-06-03 | 1 | -0/+46 | |
| | | | | | | ||||||
| * | | | | | Password set via OCS API should not be double escaped | Roeland Jago Douma | 2015-06-03 | 1 | -1/+1 | |
| | | | | | | ||||||
| * | | | | | Fix unit test | Roeland Jago Douma | 2015-06-03 | 1 | -0/+4 | |
| | | | | | | ||||||
| * | | | | | No injections | Roeland Jago Douma | 2015-06-03 | 1 | -3/+7 | |
| | | | | | | ||||||
| * | | | | | OCS Fixes to allow setting of password without removing additional settings | Roeland Jago Douma | 2015-06-03 | 4 | -34/+333 | |
| | |_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | - Added setPassword to share.php - Fixed OCS API call - Added unit tests | |||||
* | | | | | Merge pull request #16596 from owncloud/backport-16565 | Joas Schilling | 2015-06-09 | 2 | -0/+23 | |
|\ \ \ \ \ | | | | | | | | | | | | | Add check for availability of /dev/urandom | |||||
| * | | | | | Add check for availability of /dev/urandom | Lukas Reschke | 2015-05-27 | 2 | -0/+23 | |
| | | | | | | | | | | | | | | | | | | | | | | | | Backport of https://github.com/owncloud/core/pull/16565 to stable8 | |||||
* | | | | | | Merge pull request #16660 from owncloud/stable8-returnfileidbug | Joas Schilling | 2015-06-09 | 2 | -0/+10 | |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | [stable8] Properly return fileid when scanFile() did not find differences | |||||
| * | | | | | | Properly return fileid when scanFile() did not find differences | Vincent Petry | 2015-06-01 | 2 | -0/+10 | |
| | | | | | | | ||||||
* | | | | | | | Merge pull request #16680 from owncloud/check-for-array | Joas Schilling | 2015-06-09 | 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 | |||||
* | | | | | | | | Merge pull request #16822 from owncloud/stable8-backport-16818 | Joas Schilling | 2015-06-09 | 8 | -516/+545 | |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | [stable8] Upgrade jquery-migrate to 1.2.1 | |||||
| * | | | | | | | | Upgrade jquery-migrate to 1.2.1 | Morris Jobke | 2015-06-09 | 8 | -516/+545 | |
| | |_|_|_|_|/ / | |/| | | | | | | ||||||
* | | | | | | | | Merge pull request #16815 from owncloud/stable8-fix-16779 | Joas Schilling | 2015-06-09 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | [Stable8] Do not use digits in random index names | |||||
| * | | | | | | | Do not use digits in random index names | Victor Dubiniuk | 2015-06-09 | 1 | -1/+1 | |
|/ / / / / / / | ||||||
* | | | / / / | 8.0.4v8.0.4 | Frank Karlitschek | 2015-06-03 | 1 | -2/+2 | |
| |_|_|/ / / |/| | | | | | ||||||
* | | | | | | Merge pull request #16705 from owncloud/stable8-fix-ie8-ie9 | Morris Jobke | 2015-06-03 | 1 | -0/+6 | |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | [stable8] fix IE8 & IE9 | |||||
| * | | | | | | Add min-height to login page for IE8 and IE9 | Morris Jobke | 2015-06-03 | 1 | -0/+1 | |
| | | | | | | | ||||||
| * | | | | | | Revert "fix theme in IE8 and IE9" | Morris Jobke | 2015-06-03 | 1 | -0/+5 | |
|/ / / / / / | | | | | | | | | | | | | | | | | | | This reverts commit bb79a6b4f0a94e82c723b90d193a4391f725fb23. | |||||
* / / / / / | 8.0.4RC2v8.0.4RC2 | Frank Karlitschek | 2015-06-01 | 1 | -2/+2 | |
|/ / / / / | ||||||
* | | | | | 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/+10 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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. | |||||
* | | | | | Clean application identifier before processing | Lukas Reschke | 2015-06-01 | 1 | -0/+2 | |
| | | | | | ||||||
* | | | | | Revert custom patch that can cause problems | Lukas Reschke | 2015-06-01 | 1 | -2/+8 | |
|/ / / / | ||||||
* | | | | Merge pull request #16634 from owncloud/fix-themes-readme | Morris Jobke | 2015-05-30 | 1 | -1/+0 | |
|\ \ \ \ | | | | | | | | | | | [stable8] Fix themes README | |||||
| * | | | | Fix themes README | Morris Jobke | 2015-05-30 | 1 | -1/+0 | |
|/ / / / | | | | | | | | | Fixes #16617 | |||||
* | | | | 8.0.4v8.0.4RC1 | Frank Karlitschek | 2015-05-29 | 1 | -1/+1 | |
| | | | | ||||||
* | | | | 8.0.4RC1 | Frank Karlitschek | 2015-05-29 | 1 | -1/+1 | |
| | | | | ||||||
* | | | | 8.0.4 RC1 | Frank Karlitschek | 2015-05-29 | 1 | -2/+2 | |
| |/ / |/| | | ||||||
* | | | Merge pull request #16117 from owncloud/fix-api-when-firewall-app-is-installed | Thomas Müller | 2015-05-29 | 1 | -2/+2 | |
|\ \ \ | | | | | | | | | Use existing IRequest to not read php://input multiple times |