summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* Consolidate webdav code - move all to one appThomas Müller2015-10-1652-11/+7438
|
* [tx-robot] updated from transifexJenkins for ownCloud2015-10-166-22/+186
|
* Merge pull request #19814 from owncloud/filelist-preventerrorwhennosidebarThomas Müller2015-10-153-6/+49
|\ | | | | Do not register sidebar panels when no sidebar
| * Do not register sidebar panels when no sidebarVincent Petry2015-10-153-6/+49
| |
* | Merge pull request #19795 from owncloud/fix-language-level-compatThomas Müller2015-10-151-2/+3
|\ \ | |/ |/| Remove arbitrary expression in empty
| * Remove arbitrary expression in emptyLukas Reschke2015-10-141-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 classesJoas Schilling2015-10-157-28/+25
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2015-10-1510-14/+112
|/
* Merge pull request #19630 from owncloud/fix-ie-painThomas Müller2015-10-141-0/+5
|\ | | | | Fix more IE issues
| * [IE8] Fix "new" button widthVincent Petry2015-10-071-0/+5
| |
* | Merge pull request #19633 from owncloud/sidebar-alt-favoriteThomas Müller2015-10-141-2/+1
|\ \ | | | | | | Move alt text for favorite action to image
| * | Move alt text for favorite action to imageVincent Petry2015-10-071-2/+1
| |/
* | Merge pull request #19634 from owncloud/notif-showtemporaryThomas Müller2015-10-141-20/+8
|\ \ | | | | | | showTemporary instead of show for notifications
| * | showTemporary instead of show for notificationsVincent Petry2015-10-081-20/+8
| |/
* | Merge pull request #19647 from owncloud/trashbin-removesidebarThomas Müller2015-10-141-1/+2
|\ \ | | | | | | Remove sidebar for trashbin view
| * | Remove sidebar for trashbin viewVincent Petry2015-10-081-1/+2
| |/
* | Merge pull request #19710 from owncloud/files-canceluploaddebounce-reThomas Müller2015-10-141-6/+5
|\ \ | | | | | | Debounce cancel upload message
| * | Debounce cancel upload messageVincent Petry2015-10-121-6/+5
| | |
* | | Merge pull request #19714 from owncloud/trash-deletesectionposition-2Thomas Müller2015-10-142-13/+18
|\ \ \ | | | | | | | | Revert "Revert "Move trashbin specific CSS that modifies sidebar""
| * | | Revert "Revert "Move trashbin specific CSS that modifies sidebar""Thomas Müller2015-10-122-13/+18
| |/ / | | | | | | | | | This reverts commit 0738ddfb768c541e8a6b112fb2cd12d15676a0ab.
* | | Merge pull request #19747 from owncloud/files-delete-hidenotifThomas Müller2015-10-141-0/+2
|\ \ \ | | | | | | | | Hide notification on delete
| * | | Hide notification on deleteVincent Petry2015-10-131-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üller2015-10-141-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 casingJoas Schilling2015-10-061-0/+1
| | | | |
* | | | | Merge pull request #19701 from owncloud/trash-restoreactioninlineThomas Müller2015-10-141-13/+21
|\ \ \ \ \ | | | | | | | | | | | | Make trashbin's "Restore" an inline action
| * | | | | Make trashbin's "Restore" an inline actionVincent Petry2015-10-121-13/+21
| | | | | |
* | | | | | Merge pull request #19733 from owncloud/remove-controls-whennotneededThomas Müller2015-10-144-9/+9
|\ \ \ \ \ \ | | | | | | | | | | | | | | Remove controls for file lists that don't need it
| * | | | | | Remove controls for file lists that don't need itVincent Petry2015-10-134-9/+9
| | |_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | Remove controls from sharing overview and favorite file lists which don't display paths.
* | | | | | apply new checkbox style to admin settingsHendrik Leppelsack2015-10-142-5/+5
| | | | | |
* | | | | | [tx-robot] updated from transifexJenkins for ownCloud2015-10-1414-14/+36
| | | | | |
* | | | | | Merge pull request #19635 from owncloud/fix-ldap-value-limitationThomas Müller2015-10-137-52/+59
|\ \ \ \ \ \ | | | | | | | | | | | | | | allow an attribute to return more than one value
| * | | | | | adjust fetchList with a single requested attribute accordinglyArthur Schiwon2015-10-091-1/+3
| | | | | | |
| * | | | | | adjust testsArthur Schiwon2015-10-092-4/+4
| | | | | | |
| * | | | | | fix primary group retrievalArthur Schiwon2015-10-091-1/+1
| | | | | | |
| * | | | | | treat dn as any other attribute when building the search() return arrayArthur Schiwon2015-10-083-6/+6
| | | | | | |
| * | | | | | adjust handling changed return array structure from search() and fetchList()Arthur Schiwon2015-10-084-13/+33
| | | | | | |
| * | | | | | allow an attribute to return more than one valueArthur Schiwon2015-10-072-29/+14
| | |_|_|_|/ | |/| | | |
* | | | | | Fix testDeleteStorage signature to match the one from the base classVincent Petry2015-10-131-2/+3
| |/ / / / |/| | | | | | | | | | | | | | Prevents Strict warning when running autotest-external.sh
* | | | | [tx-robot] updated from transifexJenkins for ownCloud2015-10-1314-2/+58
| |_|_|/ |/| | |
* | | | Revert "Debounce cancel upload message"Thomas Müller2015-10-121-5/+6
| |/ / |/| |
* | | Merge pull request #19628 from owncloud/files-canceluploaddebounceRobin Appelman2015-10-121-6/+5
|\ \ \ | | | | | | | | Debounce cancel upload message
| * | | Debounce cancel upload messageVincent Petry2015-10-071-6/+5
| |/ /
* | | [tx-robot] updated from transifexJenkins for ownCloud2015-10-126-8/+8
| | |
* | | [tx-robot] updated from transifexJenkins for ownCloud2015-10-114-22/+38
| | |
* | | [tx-robot] updated from transifexJenkins for ownCloud2015-10-1010-6/+22
| | |
* | | Merge pull request #19643 from owncloud/public-download-spinnerThomas Müller2015-10-091-1/+15
|\ \ \ | | | | | | | | Set download cookie on public download
| * | | Set download cookie on public downloadVincent Petry2015-10-081-1/+15
| |/ /
* | | [tx-robot] updated from transifexJenkins for ownCloud2015-10-0910-0/+30
| | |
* | | Merge pull request #19414 from owncloud/swift_primary_storage_testsThomas Müller2015-10-083-1/+9
|\ \ \ | | | | | | | | Swift primary storage tests
| * | | test objectstore with ceph dockerJörn Friedrich Dreyer2015-10-063-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