Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add test mountprovider logic to a trait | Robin Appelman | 2015-08-20 | 2 | -31/+60 |
* | allow moving common test logic into traits | Robin Appelman | 2015-08-20 | 3 | -14/+68 |
* | Merge pull request #18380 from owncloud/files-sidebar-selectbar | Robin McCorkell | 2015-08-20 | 1 | -0/+5 |
|\ | |||||
| * | Fix files select bar width when app sidebar is visible | Vincent Petry | 2015-08-18 | 1 | -0/+5 |
* | | Merge pull request #18439 from owncloud/fix-appmanagement-install | Morris Jobke | 2015-08-20 | 1 | -1/+1 |
|\ \ | |||||
| * | | [app management] fix dependency check on install | Morris Jobke | 2015-08-19 | 1 | -1/+1 |
* | | | Merge pull request #18369 from owncloud/occ-log | Morris Jobke | 2015-08-20 | 6 | -4/+605 |
|\ \ \ | |||||
| * | | | Unit tests for occ log:* commands | Robin McCorkell | 2015-08-19 | 2 | -0/+302 |
| * | | | config.sample.php logging documentation clarification | Robin McCorkell | 2015-08-19 | 1 | -4/+5 |
| * | | | Introduce occ command to manage owncloud log backend | Robin McCorkell | 2015-08-19 | 2 | -0/+125 |
| * | | | Introduce occ command for logging management | Robin McCorkell | 2015-08-19 | 2 | -0/+173 |
* | | | | Merge pull request #18437 from owncloud/ext-auth-trigger | Vincent Petry | 2015-08-20 | 1 | -0/+9 |
|\ \ \ \ | |||||
| * | | | | Trigger storage recheck on auth mechanism change | Robin McCorkell | 2015-08-19 | 1 | -0/+9 |
* | | | | | Merge pull request #17434 from owncloud/update-showappnameonappupdate | Morris Jobke | 2015-08-20 | 5 | -24/+199 |
|\ \ \ \ \ | |||||
| * | | | | | Additions to update page | Vincent Petry | 2015-08-20 | 5 | -15/+27 |
| * | | | | | Display app names in update page for app updates | Vincent Petry | 2015-08-19 | 4 | -21/+184 |
* | | | | | | Merge pull request #18447 from owncloud/ext-fix-empty-var | Morris Jobke | 2015-08-20 | 1 | -2/+2 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Don't use `empty()` with a return value, PHP 5.4 | Robin McCorkell | 2015-08-20 | 1 | -2/+2 |
| | |_|_|/ / | |/| | | | | |||||
* | | | | | | Merge pull request #18438 from owncloud/ext-session-fix | Vincent Petry | 2015-08-20 | 1 | -1/+1 |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | |||||
| * | | | | | Fix 'Declaration of SessionStorageWrapper::__construct()...' | Robin McCorkell | 2015-08-19 | 1 | -1/+1 |
| | |/ / / | |/| | | | |||||
* | | | | | Merge pull request #18403 from owncloud/do-not-delete-group-if-empty | Morris Jobke | 2015-08-19 | 3 | -14/+2 |
|\ \ \ \ \ | |/ / / / |/| | | | | |||||
| * | | | | do not remove empty group in gui by js | michag86 | 2015-08-19 | 1 | -11/+0 |
| * | | | | hide delete icon on group for subadmins | michag86 | 2015-08-18 | 1 | -0/+2 |
| * | | | | do not remove group if it is empty | michag86 | 2015-08-18 | 1 | -3/+0 |
* | | | | | Merge pull request #18432 from owncloud/ext-backends.simple | Morris Jobke | 2015-08-19 | 15 | -105/+505 |
|\ \ \ \ \ | |||||
| * | | | | | Migrate SFTP external storage to new API | Robin McCorkell | 2015-08-19 | 3 | -11/+51 |
| * | | | | | Migrate OwnCloud external storage to new API | Robin McCorkell | 2015-08-19 | 3 | -13/+53 |
| * | | | | | Migrate DAV external storage to new API | Robin McCorkell | 2015-08-19 | 3 | -13/+54 |
| * | | | | | Migrate SMB external storage to new API | Robin McCorkell | 2015-08-19 | 3 | -13/+58 |
| * | | | | | Migrate FTP external storage to new API | Robin McCorkell | 2015-08-19 | 3 | -13/+54 |
| * | | | | | Migrate Local external storage to new API | Robin McCorkell | 2015-08-19 | 3 | -14/+53 |
| * | | | | | Revert "Fix mounting wrapped storages resulting in many-layered wrapping" | Robin McCorkell | 2015-08-19 | 2 | -27/+1 |
| * | | | | | Allow builtin auth mechanism to be overridden | Robin McCorkell | 2015-08-19 | 1 | -1/+1 |
| * | | | | | Implement password authentication mechanisms | Robin McCorkell | 2015-08-19 | 5 | -0/+180 |
* | | | | | | Merge pull request #18433 from owncloud/get-mountpoints-return | Robin Appelman | 2015-08-19 | 1 | -0/+4 |
|\ \ \ \ \ \ | |||||
| * | | | | | | add missing return statements in getSystem/getPersonalMountPoints | Robin Appelman | 2015-08-19 | 1 | -0/+4 |
| |/ / / / / | |||||
* | | | | | | Merge pull request #18427 from owncloud/fix-format-ocs | Thomas Müller | 2015-08-19 | 1 | -1/+2 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Fix format of log/private/ocs.php | Morris Jobke | 2015-08-19 | 1 | -1/+2 |
* | | | | | | | Merge pull request #18430 from owncloud/add-warning-ca-bundle | Morris Jobke | 2015-08-19 | 1 | -0/+7 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | Add warning for not existing CA bundle when updating | Lukas Reschke | 2015-08-19 | 1 | -0/+7 |
| | |/ / / / / | |/| | | | | | |||||
* | | | | | | | Merge pull request #18424 from owncloud/filter-objectstore-password-from-conf... | Morris Jobke | 2015-08-19 | 2 | -10/+52 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | Filter the objectstore password from the config list as well | Joas Schilling | 2015-08-19 | 2 | -10/+52 |
* | | | | | | | | Merge pull request #18114 from owncloud/fix-delete-user-feedback | Morris Jobke | 2015-08-19 | 2 | -12/+35 |
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | | | |||||
| * | | | | | | | fixing the unit tests | Morris Jobke | 2015-08-17 | 1 | -2/+25 |
| * | | | | | | | [user mgnt] fix delete user feedback on failure | Morris Jobke | 2015-08-07 | 1 | -10/+10 |
* | | | | | | | | Merge pull request #18378 from owncloud/files-delete-spinner | Vincent Petry | 2015-08-19 | 1 | -2/+2 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | Fix spinner when deleting all files in a folder | Vincent Petry | 2015-08-18 | 1 | -2/+2 |
| | |_|_|_|_|_|/ | |/| | | | | | | |||||
* | | | | | | | | Merge pull request #18354 from owncloud/files-fixdnd | Vincent Petry | 2015-08-19 | 2 | -2/+7 |
|\ \ \ \ \ \ \ \ | |_|_|_|/ / / / |/| | | | | | | | |||||
| * | | | | | | | Fix file drag and drop JS error | Vincent Petry | 2015-08-17 | 2 | -2/+7 |
* | | | | | | | | Merge pull request #15914 from owncloud/ext-backend-register | Morris Jobke | 2015-08-19 | 55 | -2193/+4245 |
|\ \ \ \ \ \ \ \ |