summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #5991 from owncloud/extstorage-mountpointvalidationMorris Jobke2013-11-252-0/+56
|\
| * Now also preventing the user of "Shared" as mountpointVincent Petry2013-11-222-2/+4
| * Added unit test for root mount point validationVincent Petry2013-11-211-0/+49
| * Prevent using root as mount point for external storageVincent Petry2013-11-211-0/+5
* | Merge pull request #5995 from owncloud/extstorage-isreadablefixVincent Petry2013-11-247-52/+0
|\ \
| * | Moved default isReadable/isUpdatable impl into Common classVincent Petry2013-11-227-57/+0
| * | Return plausible isReadable() default impl for ext storageVincent Petry2013-11-221-2/+7
* | | [tx-robot] updated from transifexJenkins for ownCloud2013-11-248-4/+25
|/ /
* | fixed documentationThomas Müller2013-11-221-1/+1
* | [tx-robot] updated from transifexJenkins for ownCloud2013-11-215-1/+7
* | Merge pull request #5970 from owncloud/extstorage-webdavdotdirfixVincent Petry2013-11-211-5/+3
|\ \
| * | Fixed path normalization to prevent dot dirsVincent Petry2013-11-211-5/+3
* | | [tx-robot] updated from transifexJenkins for ownCloud2013-11-2124-53/+170
* | | Merge pull request #5715 from owncloud/quota-sharing-wrapotherusershomeVincent Petry2013-11-211-0/+15
|\ \ \ | |_|/ |/| |
| * | Quota storage wrapper is now used for all users in sharing modeVincent Petry2013-11-211-0/+15
* | | Merge pull request #5988 from owncloud/files-mobilequickfixMorris Jobke2013-11-211-0/+3
|\ \ \ | |_|/ |/| |
| * | Added min width to files tableVincent Petry2013-11-211-0/+3
| |/
* | Merge pull request #5979 from owncloud/fix5881blizzz2013-11-211-1/+1
|\ \
| * | LDAP Wizard: add objectclass for group detection in ZimbraArthur Schiwon2013-11-211-1/+1
| |/
* | disable trahs in files_sharing/public.phpBjoern Schiessle2013-11-212-1/+2
* | fix undefined index errors if public share viewBjoern Schiessle2013-11-212-2/+9
|/
* Merge pull request #5897 from hkjolhede/masterVincent Petry2013-11-211-6/+8
|\
| * Fixed error-checking error in sftp.phphkjolhede2013-11-151-6/+8
* | Fixed move operation to pass the whole URL as expectedVincent Petry2013-11-201-2/+2
* | Merge pull request #5967 from owncloud/encryption-extstorage-fixsizeresetVincent Petry2013-11-202-1/+5
|\ \
| * | Fix for extstorage + encryption where unencrypted size is not keptVincent Petry2013-11-202-1/+5
* | | check if it is a cached file or a version to resolve the correct path to the ...Bjoern Schiessle2013-11-201-1/+5
* | | only check if the key file exists to decide if it is an encrypted file or not.Bjoern Schiessle2013-11-204-25/+17
|/ /
* | make sure that the owners home is mounted correctlyBjoern Schiessle2013-11-191-0/+4
* | Fixed SMB file deletion success detectionVincent Petry2013-11-191-0/+12
* | Removing trailing dot in path that samba doesn't seem to likeVincent Petry2013-11-192-1/+47
* | Fixed delete action to show error message as notificationVincent Petry2013-11-191-1/+11
* | Merge pull request #5916 from owncloud/extstorage-smb-ignorenetbioserrorMorris Jobke2013-11-181-1/+8
|\ \
| * | SMB ignore connection errors when NetBIOS is disabledVincent Petry2013-11-181-1/+8
* | | Merge pull request #5923 from owncloud/font-weightJan-Christoph Borchardt2013-11-181-0/+1
|\ \ \
| * | | change bold 'deleted files' button to normal for less focusJan-Christoph Borchardt2013-11-181-0/+1
* | | | fix filtering number like filenames in filelistJörn Friedrich Dreyer2013-11-181-1/+1
|/ / /
* | | Merge pull request #5908 from owncloud/fix_errorpage_callVincent Petry2013-11-181-1/+1
|\ \ \ | |/ / |/| |
| * | call error page with session as parameterBjoern Schiessle2013-11-171-1/+1
* | | [tx-robot] updated from transifexJenkins for ownCloud2013-11-1519-19/+134
| |/ |/|
* | Merge pull request #5894 from owncloud/readd_sharing_tokenVincent Petry2013-11-152-0/+2
|\ \
| * | readd sharing token to public templateJörn Friedrich Dreyer2013-11-152-0/+2
| |/
* | Merge pull request #5772 from owncloud/fix5741blizzz2013-11-153-22/+92
|\ \
| * | LDAP Wizard: make 'Configuration OK' and 'Help' texts grey so they don't take...Arthur Schiwon2013-11-132-0/+7
| * | LDAP Wizard: move status indicator in one line with back and continue buttonsArthur Schiwon2013-11-131-3/+2
| * | LDAP Wizard: introduce configuration status indicator, fixes #5741Arthur Schiwon2013-11-133-22/+86
* | | Merge pull request #5833 from owncloud/encryption_fixesBjörn Schießle2013-11-153-22/+83
|\ \ \
| * | | remove debug outputBjoern Schiessle2013-11-141-6/+0
| * | | test encryptAll() and decryptAll() to make sure that mtime and etag stay the ...Bjoern Schiessle2013-11-141-0/+64
| * | | Merge branch 'master' into encryption_fixesBjoern Schiessle2013-11-138-72/+111
| |\ \ \