summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* merge master into filesystemRobin Appelman2012-10-23117-795/+3069
|\
| * Merge pull request #12 from scambra/fixesicewind19912012-10-236-26/+50
| |\
| | * check free space using folder's ownerscambra2012-09-196-26/+50
| * | Merge pull request #59 from fmms/mastericewind19912012-10-238-12/+12
| |\ \
| | * | Correct a first issue Checkstyle is complaining about ...Felix Moeller2012-10-228-12/+12
| * | | Files: urldecode urlencoded dir names, fixes oc-2111Arthur Schiwon2012-10-231-1/+1
| * | | Merge pull request #58 from fmms/masterLukas Reschke2012-10-231-5/+6
| |\| |
| | * | Adding the t() function to have the labels in the search results translatedFelix Moeller2012-10-221-5/+6
| * | | get effective username after webdav login, fixes oc-2108Arthur Schiwon2012-10-231-1/+1
| |/ /
| * | Merge pull request #38 from scambra/datepicker-l10nLukas Reschke2012-10-227-7/+28
| |\ \
| | * | Translate formatDate using jquery datepickerscambra2012-10-196-3/+7
| | * | translate datepickerscambra2012-10-196-4/+21
| * | | [tx-robot] updated from transifexJenkins for ownCloud2012-10-2375-823/+1381
| * | | LDAP: fix db update for PostgresArthur Schiwon2012-10-232-2/+2
| * | | Disable enhancedauth by defaultLukas Reschke2012-10-222-4/+4
| * | | LDAP: fix cache save and check, fixes oc-2118Arthur Schiwon2012-10-221-4/+5
| * | | Fixing undefined $languageThomas Müller2012-10-221-1/+3
| * | | add parameter to specify user for which OC_Filesystem should be initialized.Björn Schießle2012-10-222-3/+6
| * | | [tx-robot] updated from transifexJenkins for ownCloud2012-10-2230-145/+1810
* | | | automatically scan files when neededRobin Appelman2012-10-212-225/+265
* | | | postpone the cost of setting up some of the external storage backends untill ...Robin Appelman2012-10-216-8/+81
* | | | Merge branch 'master' into filesystemRobin Appelman2012-10-2134-182/+305
|\| | |
| * | | [tx-robot] updated from transifexJenkins for ownCloud2012-10-2133-179/+303
| * | | Check for file exists before loading app version fileBart Visscher2012-10-201-3/+2
* | | | use OC_Files::getFileInfo and OC_Files::getDirectoryContent as high level api...Robin Appelman2012-10-214-71/+204
* | | | remove chroot from filesystem apiRobin Appelman2012-10-212-21/+0
* | | | add getCache and getScanner to storage api in order to allow storage backends...Robin Appelman2012-10-212-72/+48
* | | | some namespaces fixed for the shared backendRobin Appelman2012-10-211-18/+7
* | | | drop depricated is_readable and is_writableRobin Appelman2012-10-214-36/+1
* | | | drop filectime from the filesystem api'sRobin Appelman2012-10-2013-55/+1
* | | | Merge branch 'master' into filesystemRobin Appelman2012-10-20178-2434/+2821
|\| | |
| * | | Fix font family for textareaMichael Gapczynski2012-10-201-1/+1
| * | | Apply textbox CSS rules to textarea as wellMichael Gapczynski2012-10-201-2/+3
| * | | [tx-robot] updated from transifexJenkins for ownCloud2012-10-2092-524/+775
| |/ /
| * | Filter added to get all files into coderage reportThomas Müller2012-10-191-0/+7
| * | [tx-robot] updated from transifexJenkins for ownCloud2012-10-19129-1995/+2122
| * | cleanup report folderThomas Mueller2012-10-181-3/+3
| * | adding coverage htmlThomas Mueller2012-10-181-3/+4
* | | merge master into filesystemRobin Appelman2012-10-18232-4816/+3833
|\| |
| * | Fixing typoThomas Müller2012-10-181-1/+1
| * | Fixing expectation - comma was stupid anyhowThomas Müller2012-10-181-1/+1
| * | Removing strange characterThomas Müller2012-10-181-1/+1
| * | unset UserID after UpdateArthur Schiwon2012-10-181-0/+1
| * | Expectation should be first parameterLukas Reschke2012-10-181-6/+6
| * | Expectation should be first parameterLukas Reschke2012-10-181-2/+2
| * | check if mount point was already loaded to avoid redundant read operationsBjörn Schießle2012-10-181-1/+8
| * | typo from previous commit fixedBjörn Schießle2012-10-181-1/+1
| * | load system wide configured mount points before accessing shared filesBjörn Schießle2012-10-182-48/+57
| * | check for mount points if file was shared from a different userBjörn Schießle2012-10-182-15/+28
| * | Merge pull request #39 from scambra/date-l10n-fixesThomas Müller2012-10-186-14/+26
| |\ \