summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | [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
| * | 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
* | | Merge pull request #19611 from owncloud/fix-public-scrollThomas Müller2015-10-082-33/+38
|\ \ \ | | | | | | | | Fix scrollbars in public template
| * | | move footer to bottom of public pageHendrik Leppelsack2015-10-071-0/+2
| | | |
| * | | fix public empty messageHendrik Leppelsack2015-10-061-1/+0
| | | |
| * | | fix scrollbars in public templateHendrik Leppelsack2015-10-062-32/+36
| | | |
* | | | [tx-robot] updated from transifexJenkins for ownCloud2015-10-0820-2/+122
| | | |
* | | | Merge pull request #19589 from owncloud/shares-external-mount-providerThomas Müller2015-10-076-55/+123
|\ \ \ \ | | | | | | | | | | Move the setup of external share mounts to a mountprovider
| * | | | Fix getEtag for roots of shared storagesRobin Appelman2015-10-061-3/+0
| | | | |
| * | | | sanitize mountpointRobin Appelman2015-10-051-1/+1
| | | | |
| * | | | fix testRobin Appelman2015-10-051-1/+6
| | | | |
| * | | | extract the mount provider from the managerRobin Appelman2015-10-053-24/+91
| | | | |
| * | | | register the external share mount providerRobin Appelman2015-10-051-0/+1
| | | | |
| * | | | Make the external share manager a mount providerRobin Appelman2015-10-053-46/+44
| | | | |
* | | | | Merge pull request #19489 from owncloud/fix-18297Thomas Müller2015-10-073-1/+106
|\ \ \ \ \ | |_|_|_|/ |/| | | | fix possible infinite loop when reading groups in the wizard
| * | | | fix possible infinite loop when reading groups in the wizardArthur Schiwon2015-10-053-1/+106
| | | | |
* | | | | [tx-robot] updated from transifexJenkins for ownCloud2015-10-0726-14/+384
| | | | |
* | | | | Merge pull request #19610 from owncloud/ext-deletestoragefromdatabaseThomas Müller2015-10-063-4/+94
|\ \ \ \ \ | | | | | | | | | | | | Remove oc_storages entries after removing ext storages
| * | | | | Remove oc_storages entries after removing ext storagesVincent Petry2015-10-063-4/+94
| | |_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When removing external storages, either system-wide or user-wide, automatically remove the matching oc_storages and oc_filecache entries. This can only work if the backend configuration doesn't contain any substitution variable $user in which case the storage id cannot be computed, so this case is ignored for now.
* | | | | Merge pull request #19511 from owncloud/etag-share-permissions-updateRobin Appelman2015-10-064-4/+28
|\ \ \ \ \ | |/ / / / |/| | | | Mark shares as dirty when changing permissions
| * | | | fix phpdocRobin Appelman2015-10-061-1/+1
| | | | |
| * | | | use microtimeRobin Appelman2015-10-061-1/+1
| | | | |
| * | | | clear hooks for testsRobin Appelman2015-10-061-0/+1
| | | | |
| * | | | Mark shares as dirty when changing permissionsRobin Appelman2015-10-063-3/+26
| | | | |