summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Add check for Magic QuotesBart Visscher2013-05-251-0/+5
* Merge branch 'backport_ldap_configurable_username_n_uuid' into stable5Arthur Schiwon2013-05-259-4/+143
|\
| * LDAP: fix display of numerical display namesArthur Schiwon2013-05-161-1/+1
| * LDAP: Implement clear mappings functionalityArthur Schiwon2013-05-164-1/+91
| * LDAP: implement UUID and internal username overrideArthur Schiwon2013-05-161-1/+19
| * LDAP: better variable nameArthur Schiwon2013-05-162-7/+11
| * LDAP: implement r+w for new settingsArthur Schiwon2013-05-161-2/+11
| * LDAP: add settings for UUID overrideArthur Schiwon2013-05-161-2/+5
| * LDAP: prepare settings for internal username attribute and clearing user mapp...Arthur Schiwon2013-05-162-0/+13
| * LDAP: Coypright infoArthur Schiwon2013-05-161-0/+2
* | preview of stable5 including the new encryption appFrank Karlitschek2013-05-251-2/+2
* | increase version and add warningFrank Karlitschek2013-05-252-2/+2
* | Merge pull request #3484 from owncloud/files_encryption_stable5Björn Schießle2013-05-2470-2887/+7848
|\ \
| * | improved trashbin test againFlorin Peter2013-05-241-0/+1
| * | improved trashbin testFlorin Peter2013-05-241-1/+1
| * | added files_encryption tests at first positionFlorin Peter2013-05-241-1/+1
| * | fixed missing directory creation in files_trashbinFlorin Peter2013-05-241-0/+1
| * | fix first time encryption after app was enabledBjörn Schießle2013-05-241-23/+12
| * | no use the recoveryPassword var instead of accessing the POST arrayBjörn Schießle2013-05-241-1/+1
| * | Merge branch 'stable5' into files_encryption_stable5Florin Peter2013-05-241-0/+1
| |\ \ | |/ / |/| |
* | | backport of #3271Florin Peter2013-05-241-0/+1
| * | port css for recovery passwd input to stable5Björn Schießle2013-05-241-0/+2
| * | handle recovery passwordBjörn Schießle2013-05-241-3/+4
| * | enable files_encryption for testingBjörn Schießle2013-05-241-0/+1
| * | remove unneeded hooksBjörn Schießle2013-05-241-6/+1
| * | increase ownCloud version number to upgrade file cache tableBjörn Schießle2013-05-241-1/+1
| * | backport file cache changes from master to stable5, needed for encryption appBjörn Schießle2013-05-244-7/+19
| * | add post hooks to share API, needed by the encryption appBjörn Schießle2013-05-241-5/+25
| * | add post hooks to share API, needed by the encryption appBjörn Schießle2013-05-241-0/+13
| * | backport trashbin: enable trashbin to handle encryption keysBjörn Schießle2013-05-242-223/+494
| * | backport changes to share.php to enable the encryption app to get all users w...Björn Schießle2013-05-241-0/+106
| * | backport: enable admin to recover encrypted filesBjörn Schießle2013-05-244-3/+26
| * | add new files encryption appBjörn Schießle2013-05-2494-0/+9193
| * | move old files_encryption out of the wayBjörn Schießle2013-05-2478-4667/+0
|/ /
* | Switch to calling deleteAll via storage to avoid emitting delete hookMichael Gapczynski2013-05-231-1/+2
* | Remove user name addition to paths in deleteAllMichael Gapczynski2013-05-231-12/+6
* | Add data-dir attribute to home breadcrumbMichael Gapczynski2013-05-231-1/+1
* | Fix undefined variable for copying empty foldersMichael Gapczynski2013-05-231-1/+1
* | Add support for copying/moving folders between storages, move isIgnoredDir() ...Michael Gapczynski2013-05-233-22/+39
* | RUNTIME_NOSETUPFS no longer exists, using tearDownFS() in public links insteadMichael Gapczynski2013-05-222-2/+1
* | Have the filecache updater testcase clean the filesystem properlyRobin Appelman2013-05-222-6/+4
* | cleanup after people who don't test in ieJörn Friedrich Dreyer2013-05-201-3/+3
* | Set storage id for openstack swift backendRobin Appelman2013-05-171-0/+1
* | Initialize collectionTypes variable as falseMichael Gapczynski2013-05-171-0/+1
* | only connect share hooks if installation OC is installedFlorin Peter2013-05-171-4/+6
* | Add Compound property to avoid double escaping values.Thomas Tanghus2013-05-162-0/+89
* | StringProperty unittestThomas Tanghus2013-05-161-0/+19
* | Add OC\VObject\StringProperty. Partial fix for owncloud/apps#762Thomas Tanghus2013-05-161-0/+80
|/
* Merge pull request #3355 from owncloud/filepicker_escape_namesThomas Tanghus2013-05-151-1/+1
|\
| * Escape file names and types in filepicker.Thomas Tanghus2013-05-151-1/+1