summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
...
| * dont assume home storage is local in trash testRobin Appelman2015-10-201-13/+15
| |
| * Make shared folder size propagation test work with object home storageRobin Appelman2015-10-202-7/+5
| |
| * Fix shared storage tests for non local home storageRobin Appelman2015-10-201-3/+3
| |
| * fix sabre connector tests when using a non local home storageRobin Appelman2015-10-201-2/+5
| |
* | Merge pull request #19765 from owncloud/backport-19580Morris Jobke2015-10-201-0/+1
|\ \ | | | | | | [8.2.1] Make sure that remote shares use the correct uid casing
| * | Make sure that remote shares use the correct uid casingJoas Schilling2015-10-141-0/+1
| | |
* | | Merge pull request #19844 from owncloud/stable8.2-share-fix-spinner-positionMorris Jobke2015-10-201-3/+11
|\ \ \ | | | | | | | | [stable8.2] Fix spinner positions in share tab
| * | | Fix spinner positions in share tabVincent Petry2015-10-161-3/+11
| | | | | | | | | | | | | | | | Also fix missing spinner when removing link share
* | | | Merge pull request #19819 from ↵Morris Jobke2015-10-203-6/+49
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | owncloud/stable8.2-filelist-preventerrorwhennosidebar [stable8.2] Do not register sidebar panels when no sidebar
| * | | | Do not register sidebar panels when no sidebarVincent Petry2015-10-163-6/+49
| |/ / /
* | | | Merge pull request #19780 from owncloud/stable8.2-files-delete-hidenotifMorris Jobke2015-10-201-0/+2
|\ \ \ \ | | | | | | | | | | [stable8.2] Hide notification on delete
| * | | | Hide notification on deleteVincent Petry2015-10-141-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 #19779 from owncloud/stable8.2-trash-deletesectionposition-2Morris Jobke2015-10-202-13/+18
|\ \ \ \ | | | | | | | | | | [stable8.2] Move trashbin specific CSS that modifies sidebar
| * | | | Move trashbin specific CSS that modifies sidebarVincent Petry2015-10-142-13/+18
| |/ / / | | | | | | | | | | | | | | | | Only when trashbin is enabled, its sidebar nav element must be fixed at the bottom.
* | | | Merge pull request #19772 from owncloud/stable8.2-sidebar-alt-favoriteMorris Jobke2015-10-201-2/+1
|\ \ \ \ | | | | | | | | | | [stable8.2] Move alt text for favorite action to image
| * | | | Move alt text for favorite action to imageVincent Petry2015-10-141-2/+1
| |/ / /
* | | | Merge pull request #19778 from owncloud/stable8.2-files-canceluploaddebounce-reMorris Jobke2015-10-201-6/+5
|\ \ \ \ | | | | | | | | | | [stable8.2] Debounce cancel upload message
| * | | | Debounce cancel upload messageVincent Petry2015-10-141-6/+5
| |/ / /
* | | | Merge pull request #19774 from owncloud/stable8.2-notif-showtemporaryMorris Jobke2015-10-201-20/+8
|\ \ \ \ | | | | | | | | | | [stable8.2] showTemporary instead of show for notifications
| * | | | showTemporary instead of show for notificationsVincent Petry2015-10-141-20/+8
| |/ / /
* | | | Merge pull request #19775 from owncloud/stable8.2-trashbin-removesidebarMorris Jobke2015-10-201-1/+2
|\ \ \ \ | | | | | | | | | | [stable8.2] Remove sidebar for trashbin view
| * | | | Remove sidebar for trashbin viewVincent Petry2015-10-141-1/+2
| |/ / /
* | | | Merge pull request #19770 from owncloud/stable8.2-fix-ie-painMorris Jobke2015-10-201-0/+5
|\ \ \ \ | |_|_|/ |/| | | [stable8.2] Fix more IE issues
| * | | [IE8] Fix "new" button widthVincent Petry2015-10-141-0/+5
| |/ /
* | | Adjust unit testsLukas Reschke2015-10-191-8/+3
| | |
* | | Fix styleLukas Reschke2015-10-191-1/+1
| | |
* | | Revert "adjust to nested group fixFrédéric Fortier2015-10-191-6/+1
| | | | | | | | | | | | This reverts commit 845485cfe, which fixes #19816 regression.
* | | Increase the 2nd digit of shipped apps for 8.2Joas Schilling2015-10-1716-16/+26
| |/ |/|
* | Merge pull request #19796 from owncloud/stable8.2-language-compatMorris Jobke2015-10-151-2/+3
|\ \ | | | | | | [stable8.2] 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
* / apply new checkbox style to admin settingsHendrik Leppelsack2015-10-142-5/+5
|/
* 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