summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* add test case if a file gets moved out from the shared folderBjoern Schiessle2014-02-252-1/+129
|
* don't overwrite keys if rename was done by a stream copyBjoern Schiessle2014-02-251-4/+13
|
* Fixed missing files on SMB storageVincent Petry2014-02-241-1/+1
| | | | | | Files with attribute "N" weren't parsed out of the file list returned by smbclient. It seems that these files appear when created on a Linux SMB mount directly and that have no executable bit.
* Added extra checks for ext storage classVincent Petry2014-02-222-1/+32
|
* fix test so that it doesn't depend on the array orderBjoern Schiessle2014-02-211-14/+25
|
* fix usersPath and add unit testsBjoern Schiessle2014-02-212-10/+110
|
* LDAP: fix and extend testsArthur Schiwon2014-02-212-3/+169
|
* LDAP: improve compilation of filtersArthur Schiwon2014-02-212-0/+14
|
* LDAP: prevent other configuration from being deleted when deleting the first ↵Arthur Schiwon2014-02-201-0/+6
| | | | one which has an empty prefix for historical reasons
* Make google drive client secret and dropbox api secret a password fieldJoas Schilling2014-02-181-2/+2
| | | | | | Fix issue #5794 Backport of 828985d
* External FTP Storage should request hostname instead of URLJoas Schilling2014-02-181-1/+1
| | | | | | Fix issue #6277 Backport of 658af62
* don't block login forever if we are stuck in the middle of the initial ↵Bjoern Schiessle2014-02-175-10/+24
| | | | encryption
* catch errors during decryptionBjoern Schiessle2014-02-172-16/+105
| | | | | Conflicts: apps/files_encryption/tests/util.php
* catch errors during initial encryptionBjoern Schiessle2014-02-172-26/+47
|
* Send correct path on file upload when using public appJoas Schilling2014-02-141-4/+12
| | | | Fix issue #7152
* Load authentication apps to get users from all backends - fixes #7019Thomas Müller2014-02-111-0/+1
|
* refuse login as long as the initial encryption is runningBjoern Schiessle2014-02-101-1/+8
|
* Merge pull request #7124 from owncloud/fix_6541blizzz2014-02-101-7/+26
|\ | | | | LDAP: also try MS AD's thumbnailPhoto when looking for an avatar image
| * LDAP: improve debug messageArthur Schiwon2014-02-101-1/+2
| |
| * LDAP: also try MS AD's thumbnailPhoto when looking for an avatar imageArthur Schiwon2014-02-101-6/+24
| |
* | Only add files to file list when uploading to current directoryJoas Schilling2014-02-102-4/+6
| | | | | | | | Fix Issue #6683
* | Merge pull request #7081 from owncloud/fix_6670blizzz2014-02-105-5/+13
|\ \ | |/ |/| LDAP: Wizard cannot determine Base DN in some cases, fixes #6670
| * Rephrase and clarify log messageArthur Schiwon2014-02-051-1/+1
| |
| * Wizard: enable base DN for editing, if not base DN could have been detected. ↵Arthur Schiwon2014-02-051-0/+1
| | | | | | | | Also part of fix for #6670
| * Wizard: disable LDAP referrals, fixes #6670Arthur Schiwon2014-02-051-0/+1
| |
| * throw an info message, when base dn test failedArthur Schiwon2014-02-041-0/+4
| |
| * LDAP: extend LDAP wrapper search method for sizelimit, improves performance ↵Arthur Schiwon2014-02-042-4/+6
| | | | | | | | in wizard
* | Merge pull request #7130 from owncloud/enc_fix_unit_testsBjörn Schießle2014-02-071-2/+2
|\ \ | | | | | | name users after test
| * | name users after testBjoern Schiessle2014-02-071-2/+2
| | |
* | | Merge pull request #7129 from owncloud/ldap_info_docThomas Müller2014-02-071-0/+3
|\ \ \ | | | | | | | | LDAP: add documentation info in info.xml
| * | | LDAP: add documentation info in info.xmlArthur Schiwon2014-02-071-0/+3
| |/ /
* | | Merge pull request #7083 from owncloud/backport_6777_stable6Thomas Müller2014-02-079-137/+122
|\ \ \ | |/ / |/| | Backport 6777 stable6
| * | Merge branch 'stable6' into backport_6777_stable6Thomas Müller2014-02-0716-147/+599
| |\ \ | | | | | | | | | | | | | | | | | | | | Conflicts: apps/files_sharing/css/public.css apps/files_sharing/templates/public.php
| * | | make header scroll up for single shares, more view of content on small screensJörn Friedrich Dreyer2014-02-051-0/+4
| | | |
| * | | adding class to header div: share-folder or share-fileJörn Friedrich Dreyer2014-02-051-1/+1
| | | |
| * | | adjust file type icon placement for when no preview can be generatedJörn Friedrich Dreyer2014-02-053-2/+12
| | | |
| * | | permanently show download action on mobile, only iconJörn Friedrich Dreyer2014-02-052-8/+19
| | | |
| * | | fix horizontal scrollbar appearing when footer is too long, footer wraps nowJörn Friedrich Dreyer2014-02-051-2/+1
| | | |
| * | | fix multiselect bar being too short on big displaysJörn Friedrich Dreyer2014-02-051-1/+1
| | | |
| * | | Instead of 'No preview available for ...' we simple display the mime-type iconJörn Friedrich Dreyer2014-02-052-21/+10
| | | |
| * | | remove background and width from multiselect bar, fix Download button not ↵Jörn Friedrich Dreyer2014-02-052-4/+3
| | | | | | | | | | | | | | | | showing on mobile
| * | | focus link text only on click in the input field - closes #6817Jörn Friedrich Dreyer2014-02-051-1/+4
| | | |
| * | | remove unused variableJörn Friedrich Dreyer2014-02-051-1/+0
| | | |
| * | | fix input element closing tagJörn Friedrich Dreyer2014-02-051-2/+2
| | | |
| * | | make sure there's enough room for the file actionsJörn Friedrich Dreyer2014-02-051-0/+8
| | | |
| * | | on mobile, show single shared image at full width without marginJörn Friedrich Dreyer2014-02-051-0/+7
| | | |
| * | | fix public share download button widthJörn Friedrich Dreyer2014-02-051-1/+8
| | | |
| * | | tweak color and position of username in public shareJörn Friedrich Dreyer2014-02-051-9/+8
| | | |
| * | | improvements to public files mobile viewJörn Friedrich Dreyer2014-02-052-6/+11
| | | |
| * | | remove min-width rule to fix mobile viewsJörn Friedrich Dreyer2014-02-051-3/+0
| | | |