Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Consolidate webdav code - move all to one app | Thomas Müller | 2015-10-16 | 52 | -11/+7438 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-10-16 | 6 | -22/+186 |
| | |||||
* | Merge pull request #19814 from owncloud/filelist-preventerrorwhennosidebar | Thomas Müller | 2015-10-15 | 3 | -6/+49 |
|\ | | | | | Do not register sidebar panels when no sidebar | ||||
| * | Do not register sidebar panels when no sidebar | Vincent Petry | 2015-10-15 | 3 | -6/+49 |
| | | |||||
* | | Merge pull request #19795 from owncloud/fix-language-level-compat | Thomas Müller | 2015-10-15 | 1 | -2/+3 |
|\ \ | |/ |/| | Remove arbitrary expression in empty | ||||
| * | Remove arbitrary expression in empty | Lukas Reschke | 2015-10-14 | 1 | -2/+3 |
| | | | | | | | | | | | | Those are only allowed in PHP 5.5, thus making our code incompatible with PHP 5.4 Fixes https://github.com/owncloud/core/issues/19793 | ||||
* | | Fix doc blocks of LDAP classes | Joas Schilling | 2015-10-15 | 7 | -28/+25 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-10-15 | 10 | -14/+112 |
|/ | |||||
* | Merge pull request #19630 from owncloud/fix-ie-pain | Thomas Müller | 2015-10-14 | 1 | -0/+5 |
|\ | | | | | Fix more IE issues | ||||
| * | [IE8] Fix "new" button width | Vincent Petry | 2015-10-07 | 1 | -0/+5 |
| | | |||||
* | | Merge pull request #19633 from owncloud/sidebar-alt-favorite | Thomas Müller | 2015-10-14 | 1 | -2/+1 |
|\ \ | | | | | | | Move alt text for favorite action to image | ||||
| * | | Move alt text for favorite action to image | Vincent Petry | 2015-10-07 | 1 | -2/+1 |
| |/ | |||||
* | | Merge pull request #19634 from owncloud/notif-showtemporary | Thomas Müller | 2015-10-14 | 1 | -20/+8 |
|\ \ | | | | | | | showTemporary instead of show for notifications | ||||
| * | | showTemporary instead of show for notifications | Vincent Petry | 2015-10-08 | 1 | -20/+8 |
| |/ | |||||
* | | Merge pull request #19647 from owncloud/trashbin-removesidebar | Thomas Müller | 2015-10-14 | 1 | -1/+2 |
|\ \ | | | | | | | Remove sidebar for trashbin view | ||||
| * | | Remove sidebar for trashbin view | Vincent Petry | 2015-10-08 | 1 | -1/+2 |
| |/ | |||||
* | | Merge pull request #19710 from owncloud/files-canceluploaddebounce-re | Thomas Müller | 2015-10-14 | 1 | -6/+5 |
|\ \ | | | | | | | Debounce cancel upload message | ||||
| * | | Debounce cancel upload message | Vincent Petry | 2015-10-12 | 1 | -6/+5 |
| | | | |||||
* | | | Merge pull request #19714 from owncloud/trash-deletesectionposition-2 | Thomas Müller | 2015-10-14 | 2 | -13/+18 |
|\ \ \ | | | | | | | | | Revert "Revert "Move trashbin specific CSS that modifies sidebar"" | ||||
| * | | | Revert "Revert "Move trashbin specific CSS that modifies sidebar"" | Thomas Müller | 2015-10-12 | 2 | -13/+18 |
| |/ / | | | | | | | | | | This reverts commit 0738ddfb768c541e8a6b112fb2cd12d15676a0ab. | ||||
* | | | Merge pull request #19747 from owncloud/files-delete-hidenotif | Thomas Müller | 2015-10-14 | 1 | -0/+2 |
|\ \ \ | | | | | | | | | Hide notification on delete | ||||
| * | | | Hide notification on delete | Vincent Petry | 2015-10-13 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In case a permanent notification "storage full" was displayed, it will be hidden after deleting a file. Directly after that a getstoragestats.php call is made that will decide whether to reshow the notification based on the new free space. | ||||
* | | | | Merge pull request #19580 from ↵ | Thomas Müller | 2015-10-14 | 1 | -0/+1 |
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | owncloud/issue-19399-remote-shares-case-sensitivity Make sure that remote shares use the correct uid casing | ||||
| * | | | | Make sure that remote shares use the correct uid casing | Joas Schilling | 2015-10-06 | 1 | -0/+1 |
| | | | | | |||||
* | | | | | Merge pull request #19701 from owncloud/trash-restoreactioninline | Thomas Müller | 2015-10-14 | 1 | -13/+21 |
|\ \ \ \ \ | | | | | | | | | | | | | Make trashbin's "Restore" an inline action | ||||
| * | | | | | Make trashbin's "Restore" an inline action | Vincent Petry | 2015-10-12 | 1 | -13/+21 |
| | | | | | | |||||
* | | | | | | Merge pull request #19733 from owncloud/remove-controls-whennotneeded | Thomas Müller | 2015-10-14 | 4 | -9/+9 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Remove controls for file lists that don't need it | ||||
| * | | | | | | Remove controls for file lists that don't need it | Vincent Petry | 2015-10-13 | 4 | -9/+9 |
| | |_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | Remove controls from sharing overview and favorite file lists which don't display paths. | ||||
* | | | | | | apply new checkbox style to admin settings | Hendrik Leppelsack | 2015-10-14 | 2 | -5/+5 |
| | | | | | | |||||
* | | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-10-14 | 14 | -14/+36 |
| | | | | | | |||||
* | | | | | | Merge pull request #19635 from owncloud/fix-ldap-value-limitation | Thomas Müller | 2015-10-13 | 7 | -52/+59 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | allow an attribute to return more than one value | ||||
| * | | | | | | adjust fetchList with a single requested attribute accordingly | Arthur Schiwon | 2015-10-09 | 1 | -1/+3 |
| | | | | | | | |||||
| * | | | | | | adjust tests | Arthur Schiwon | 2015-10-09 | 2 | -4/+4 |
| | | | | | | | |||||
| * | | | | | | fix primary group retrieval | Arthur Schiwon | 2015-10-09 | 1 | -1/+1 |
| | | | | | | | |||||
| * | | | | | | treat dn as any other attribute when building the search() return array | Arthur Schiwon | 2015-10-08 | 3 | -6/+6 |
| | | | | | | | |||||
| * | | | | | | adjust handling changed return array structure from search() and fetchList() | Arthur Schiwon | 2015-10-08 | 4 | -13/+33 |
| | | | | | | | |||||
| * | | | | | | allow an attribute to return more than one value | Arthur Schiwon | 2015-10-07 | 2 | -29/+14 |
| | |_|_|_|/ | |/| | | | | |||||
* | | | | | | Fix testDeleteStorage signature to match the one from the base class | Vincent Petry | 2015-10-13 | 1 | -2/+3 |
| |/ / / / |/| | | | | | | | | | | | | | | Prevents Strict warning when running autotest-external.sh | ||||
* | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-10-13 | 14 | -2/+58 |
| |_|_|/ |/| | | | |||||
* | | | | Revert "Debounce cancel upload message" | Thomas Müller | 2015-10-12 | 1 | -5/+6 |
| |/ / |/| | | |||||
* | | | Merge pull request #19628 from owncloud/files-canceluploaddebounce | Robin Appelman | 2015-10-12 | 1 | -6/+5 |
|\ \ \ | | | | | | | | | Debounce cancel upload message | ||||
| * | | | Debounce cancel upload message | Vincent Petry | 2015-10-07 | 1 | -6/+5 |
| |/ / | |||||
* | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-10-12 | 6 | -8/+8 |
| | | | |||||
* | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-10-11 | 4 | -22/+38 |
| | | | |||||
* | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-10-10 | 10 | -6/+22 |
| | | | |||||
* | | | Merge pull request #19643 from owncloud/public-download-spinner | Thomas Müller | 2015-10-09 | 1 | -1/+15 |
|\ \ \ | | | | | | | | | Set download cookie on public download | ||||
| * | | | Set download cookie on public download | Vincent Petry | 2015-10-08 | 1 | -1/+15 |
| |/ / | |||||
* | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-10-09 | 10 | -0/+30 |
| | | | |||||
* | | | Merge pull request #19414 from owncloud/swift_primary_storage_tests | Thomas Müller | 2015-10-08 | 3 | -1/+9 |
|\ \ \ | | | | | | | | | Swift primary storage tests | ||||
| * | | | test objectstore with ceph docker | Jörn Friedrich Dreyer | 2015-10-06 | 3 | -1/+9 |
| | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | use default config for swift primary storage test config allow testsuite to complete fix timeout, script cleanup, enable debug for now use btrfs loopback device, requires privileged container and absolute path throw exception when storage has problems debug by echo ... sleep more, more debug |