summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Expand)AuthorAgeFilesLines
...
* | Fixed configkey casing for PostgreSQLVincent Petry2014-03-041-1/+1
* | Merge pull request #7464 from owncloud/enc_fseek_fallback_stable6Vincent Petry2014-03-045-10/+159
|\ \
| * | add test for the stream wrapper to read encrypted files from the system folde...Bjoern Schiessle2014-02-271-0/+39
| * | test for isEncryptedPath()Bjoern Schiessle2014-02-271-0/+35
| * | extend the encryption stream wrapper to handle local files and add a fall bac...Bjoern Schiessle2014-02-273-8/+60
| * | implement ftell stream wrapper and fix return value from fseek stream wrapperBjoern Schiessle2014-02-271-1/+12
| * | fall back to getLocalFile if storage doesn't support fseekBjoern Schiessle2014-02-271-2/+14
* | | Merge pull request #7462 from owncloud/ldap_proxy_accessThomas Müller2014-02-281-4/+13
|\ \ \
| * | | remove remaining testing artefactArthur Schiwon2014-02-281-1/+1
| * | | intendetion. where did the whitespaces come from?Arthur Schiwon2014-02-271-2/+2
| * | | LDAP: let proxy for multiple server access methods from AccessArthur Schiwon2014-02-271-4/+13
* | | | remember original fopen access type in pre-proxy because sometimes they changeBjoern Schiessle2014-02-282-6/+28
* | | | Merge pull request #7468 from owncloud/stable6-enc-fixfieldnametypoVincent Petry2014-02-271-1/+1
|\ \ \ \ | |_|/ / |/| | |
| * | | Fixed wrong field nameVincent Petry2014-02-271-1/+1
* | | | close encryption session after decryption was finishedBjoern Schiessle2014-02-272-0/+16
| |/ / |/| |
* | | disable autocomplete for shared link password input, fix #7419Jan-Christoph Borchardt2014-02-261-1/+4
|/ /
* | fix path in sharing results if it is a file in the Shared folderBjoern Schiessle2014-02-262-0/+69
* | only add "received_from" if a share was foundBjoern Schiessle2014-02-261-6/+6
* | 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
* | 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
|/
* Make google drive client secret and dropbox api secret a password fieldJoas Schilling2014-02-181-2/+2
* External FTP Storage should request hostname instead of URLJoas Schilling2014-02-181-1/+1
* don't block login forever if we are stuck in the middle of the initial encryp...Bjoern Schiessle2014-02-175-10/+24
* catch errors during decryptionBjoern Schiessle2014-02-172-16/+105
* 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
* 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: 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
* | Merge pull request #7081 from owncloud/fix_6670blizzz2014-02-105-5/+13
|\ \ | |/ |/|
| * 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
| * 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 i...Arthur Schiwon2014-02-042-4/+6
* | Merge pull request #7130 from owncloud/enc_fix_unit_testsBjörn Schießle2014-02-071-2/+2
|\ \
| * | 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.xmlArthur Schiwon2014-02-071-0/+3
| |/ /
* | | Merge pull request #7083 from owncloud/backport_6777_stable6Thomas Müller2014-02-079-137/+122
|\ \ \ | |/ / |/| |