summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | Fix LDAP wizard saveMultiSelect race conditionVincent Petry2015-06-011-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-existsMorris Jobke2015-06-171-0/+7
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | [stable8] Verify if path exists
| * | | | | Throw nicer error message instead 500Lukas Reschke2015-06-171-1/+3
| | | | | |
| * | | | | Verify if path existsLukas Reschke2015-06-171-0/+5
|/ / / / / | | | | | | | | | | | | | | | We need to verify if the specified path exists to gracefully prevent errors.
* | | | | Merge pull request #16978 from owncloud/nomssqlVincent Petry2015-06-171-1/+0
|\ \ \ \ \ | | | | | | | | | | | | remove mssql from supported dbs
| * | | | | remove mssql from supported dbsCarla Schroder2015-06-161-1/+0
|/ / / / /
* | | | | Merge pull request #16744 from owncloud/backport-15260Vincent Petry2015-06-162-1/+61
|\ \ \ \ \ | | | | | | | | | | | | [stable8] Backport scrollbar fixes
| * | | | | fix scrutinizer issuesJan-Christoph Borchardt2015-06-041-6/+9
| | | | | |
| * | | | | adjust controls bar width to not overlay scrollbarJan-Christoph Borchardt2015-06-042-1/+58
| | |/ / / | |/| | |
* | | | | Merge pull request #16862 from owncloud/use-single-actionThomas Müller2015-06-111-3/+3
|\ \ \ \ \ | | | | | | | | | | | | [stable8] Don't use command concatenation
| * | | | | Don't use command concatenationLukas Reschke2015-06-101-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | Possibly fixes https://github.com/owncloud/core/issues/16853
* | | | | | Merge pull request #16861 from owncloud/stable8-backport-16840Morris Jobke2015-06-103-1/+3
|\ \ \ \ \ \ | |/ / / / / |/| | | | | [stable8] Disable video preview if previews are disabled
| * | | | | Disable video preview if previews are disabledMorris Jobke2015-06-103-1/+3
|/ / / / /
* | | | | Merge pull request #16758 from owncloud/backport-16748-stable8Morris Jobke2015-06-101-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 Schiwon2015-06-051-13/+21
| |/ / / / | | | | | | | | | | | | | | | is not available
* | | | | Merge pull request #16630 from owncloud/stable8-quota-onlyforfilesMorris Jobke2015-06-094-19/+108
|\ \ \ \ \ | | | | | | | | | | | | [stable8] Only use quota stream wrapper on "files"
| * | | | | Backported unit tests from 31e94708f86e21174e4bcfaf33f645dbba1efc1eVincent Petry2015-06-011-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 wrappersRobin Appelman2015-06-011-1/+1
| | | | | |
| * | | | | Only use quota stream wrapper on "files"Vincent Petry2015-05-292-14/+28
| | |/ / / | |/| | | | | | | | | | | | | | | | | | Prevent using the quota stream wrapper on trashbin folders and other metadata folders
* | | | | Merge pull request #16738 from rullzer/ocs_set_password_backportMorris Jobke2015-06-094-34/+387
|\ \ \ \ \ | | | | | | | | | | | | [stable8] Set password properly in OCS Share API
| * | | | | Added unit testRoeland Jago Douma2015-06-031-0/+46
| | | | | |
| * | | | | Password set via OCS API should not be double escapedRoeland Jago Douma2015-06-031-1/+1
| | | | | |
| * | | | | Fix unit testRoeland Jago Douma2015-06-031-0/+4
| | | | | |
| * | | | | No injectionsRoeland Jago Douma2015-06-031-3/+7
| | | | | |
| * | | | | OCS Fixes to allow setting of password without removing additional settingsRoeland Jago Douma2015-06-034-34/+333
| | |_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | - Added setPassword to share.php - Fixed OCS API call - Added unit tests
* | | | | Merge pull request #16596 from owncloud/backport-16565Joas Schilling2015-06-092-0/+23
|\ \ \ \ \ | | | | | | | | | | | | Add check for availability of /dev/urandom
| * | | | | Add check for availability of /dev/urandomLukas Reschke2015-05-272-0/+23
| | | | | | | | | | | | | | | | | | | | | | | | Backport of https://github.com/owncloud/core/pull/16565 to stable8
* | | | | | Merge pull request #16660 from owncloud/stable8-returnfileidbugJoas Schilling2015-06-092-0/+10
|\ \ \ \ \ \ | | | | | | | | | | | | | | [stable8] Properly return fileid when scanFile() did not find differences
| * | | | | | Properly return fileid when scanFile() did not find differencesVincent Petry2015-06-012-0/+10
| | | | | | |
* | | | | | | Merge pull request #16680 from owncloud/check-for-arrayJoas Schilling2015-06-091-5/+7
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Check if array
| * | | | | | | Check if arrayLukas Reschke2015-06-021-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-16818Joas Schilling2015-06-098-516/+545
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | [stable8] Upgrade jquery-migrate to 1.2.1
| * | | | | | | | Upgrade jquery-migrate to 1.2.1Morris Jobke2015-06-098-516/+545
| | |_|_|_|_|/ / | |/| | | | | |
* | | | | | | | Merge pull request #16815 from owncloud/stable8-fix-16779Joas Schilling2015-06-091-1/+1
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | [Stable8] Do not use digits in random index names
| * | | | | | | Do not use digits in random index namesVictor Dubiniuk2015-06-091-1/+1
|/ / / / / / /
* | | | / / / 8.0.4v8.0.4Frank Karlitschek2015-06-031-2/+2
| |_|_|/ / / |/| | | | |
* | | | | | Merge pull request #16705 from owncloud/stable8-fix-ie8-ie9Morris Jobke2015-06-031-0/+6
|\ \ \ \ \ \ | | | | | | | | | | | | | | [stable8] fix IE8 & IE9
| * | | | | | Add min-height to login page for IE8 and IE9Morris Jobke2015-06-031-0/+1
| | | | | | |
| * | | | | | Revert "fix theme in IE8 and IE9"Morris Jobke2015-06-031-0/+5
|/ / / / / / | | | | | | | | | | | | | | | | | | This reverts commit bb79a6b4f0a94e82c723b90d193a4391f725fb23.
* / / / / / 8.0.4RC2v8.0.4RC2Frank Karlitschek2015-06-011-2/+2
|/ / / / /
* | | | | Disallow semicolons in passed commandsLukas Reschke2015-06-011-0/+5
| | | | |
* | | | | Ensure that passed argument is always a stringLukas Reschke2015-06-012-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 processingLukas Reschke2015-06-011-0/+2
| | | | |
* | | | | Revert custom patch that can cause problemsLukas Reschke2015-06-011-2/+8
|/ / / /
* | | | Merge pull request #16634 from owncloud/fix-themes-readmeMorris Jobke2015-05-301-1/+0
|\ \ \ \ | | | | | | | | | | [stable8] Fix themes README
| * | | | Fix themes READMEMorris Jobke2015-05-301-1/+0
|/ / / / | | | | | | | | Fixes #16617
* | | | 8.0.4v8.0.4RC1Frank Karlitschek2015-05-291-1/+1
| | | |
* | | | 8.0.4RC1Frank Karlitschek2015-05-291-1/+1
| | | |
* | | | 8.0.4 RC1Frank Karlitschek2015-05-291-2/+2
| |/ / |/| |
* | | Merge pull request #16117 from owncloud/fix-api-when-firewall-app-is-installedThomas Müller2015-05-291-2/+2
|\ \ \ | | | | | | | | Use existing IRequest to not read php://input multiple times