summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 5.0.11v5.0.11Frank Karlitschek2013-09-061-2/+2
* Merge pull request #4551 from owncloud/fix_4533Björn Schießle2013-09-064-49/+60
|\
| * remove some more debug outputBjoern Schiessle2013-09-061-2/+0
| * Merge branch 'stable5' into fix_4533Bjoern Schiessle2013-09-0616-81/+131
| |\ | |/ |/|
* | 5.0.11 RC2Frank Karlitschek2013-09-011-2/+2
* | Merge pull request #4701 from owncloud/fix_4667blizzz2013-09-0412-77/+108
|\ \
| * | one check is enoughArthur Schiwon2013-09-041-7/+5
| * | fix unknown var in if clauseArthur Schiwon2013-09-021-1/+2
| * | Check variable type before using readdir to avoid surprises and fix #4667 #46...Arthur Schiwon2013-09-0212-82/+114
* | | Merge pull request #4700 from owncloud/stable5_ocp_files_searchbymimeBart Visscher2013-09-031-0/+10
|\ \ \
| * | | add searchByMime to public apiJörn Friedrich Dreyer2013-09-021-0/+10
| |/ /
* | | Merge pull request #4699 from owncloud/stable5_autoloader_try_lib_folderJörn Friedrich Dreyer2013-09-031-1/+10
|\ \ \
| * | | backport autoloader magic trying to find class in lib folderJörn Friedrich Dreyer2013-09-021-1/+10
| |/ /
* | | Merge pull request #4693 from owncloud/encryption_improved_error_messages_sta...blizzz2013-09-021-1/+1
|\ \ \ | |/ / |/| |
| * | improved error message to reflect the case when the app was re-eanbled during...Bjoern Schiessle2013-09-021-1/+1
|/ /
| * remove some error_logsBjoern Schiessle2013-09-051-1/+0
| * remove error logsBjoern Schiessle2013-09-051-2/+2
| * coding style fixesBjoern Schiessle2013-09-051-1/+2
| * if the files doesn't exist yet we start with the parent to search for sharesBjoern Schiessle2013-09-051-4/+12
| * fix part file handling and real size calculation, this should also solve #4581Bjoern Schiessle2013-09-043-41/+20
| * Merge branch 'stable5' into fix_4533Bjoern Schiessle2013-08-3024-129/+325
| |\ | |/ |/|
* | Merge pull request #4654 from owncloud/fix_4616blizzz2013-08-301-7/+8
|\ \
| * | Use the real username in preferences and magic cookie instead of case-insensi...Arthur Schiwon2013-08-301-3/+4
| * | whitespacesArthur Schiwon2013-08-301-4/+4
* | | Merge pull request #4633 from owncloud/backport-4610-stable5Raghu Nayyar2013-08-303-5/+12
|\ \ \
| * | | fix shadow style of username input boxJan-Christoph Borchardt2013-08-291-0/+10
| * | | remove show password toggle from log in page, ref #4577 #4580Jan-Christoph Borchardt2013-08-292-5/+2
| |/ /
* | | Merge pull request #4539 from owncloud/fix_4201Thomas Müller2013-08-291-8/+7
|\ \ \
| * | | WhitespacesArthur Schiwon2013-08-211-2/+2
| * | | Use Group methods for searching, fixes #4201Arthur Schiwon2013-08-211-6/+5
* | | | Merge pull request #4634 from owncloud/backport-4360-stable5Owen Winkler2013-08-292-2/+28
|\ \ \ \
| * | | | backport of #4360Thomas Müller2013-08-292-2/+28
| | |/ / | |/| |
* | | | Merge pull request #4635 from owncloud/fixing-quota-stable5Thomas Müller2013-08-291-1/+1
|\ \ \ \ | |/ / / |/| | |
| * | | webdav quota information contains the values for used and free - not totalThomas Müller2013-08-291-1/+1
|/ / /
* | | better variable namingRobin Appelman2013-08-281-3/+3
* | | Cache: don't check if the parent exists in the cache if we are already sure i...Robin Appelman2013-08-281-3/+4
* | | 5.0.11 RC1Frank Karlitschek2013-08-281-2/+2
* | | Merge pull request #4357 from owncloud/fixing-4341-stable5Thomas Müller2013-08-273-40/+46
|\ \ \
| * | | use dir to determine the proper permissionsThomas Müller2013-08-101-1/+1
| * | | in case the file is new isCreatable() is checkedThomas Müller2013-08-081-1/+5
| * | | proper response in case the upload fails - e.g. in case permissions on shared...Thomas Müller2013-08-082-39/+41
* | | | Merge pull request #4595 from owncloud/ldap_robust_replaceblizzz2013-08-271-1/+1
|\ \ \ \
| * | | | LDAP: case insensitive replace for more robustnessArthur Schiwon2013-08-271-1/+1
* | | | | lacy initialization of fileView - in case basic auth is used FileSystem is no...Thomas Müller2013-08-271-4/+16
* | | | | adding unit tests for quota checksThomas Müller2013-08-272-33/+98
* | | | | adding unit tests to determine lengthThomas Müller2013-08-272-1/+48
* | | | | fixes #4343Thomas Müller2013-08-271-2/+16
|/ / / /
* | | | storage information is path specificThomas Müller2013-08-274-5/+8
* | | | webdav quota now displays the same values as the web interface doesThomas Müller2013-08-272-8/+16
* | | | Merge pull request #4364 from ringmaster/fix_4351Owen Winkler2013-08-264-22/+29
|\ \ \ \