summaryrefslogtreecommitdiffstats
path: root/apps/files/ajax
Commit message (Collapse)AuthorAgeFilesLines
* Files: prevent people from renaming files to '.'Robin Appelman2013-01-051-1/+1
|
* fix error when wrong dir was specifiedJörn Friedrich Dreyer2013-01-031-2/+2
|
* move $l to topJörn Friedrich Dreyer2013-01-031-0/+1
|\
| * fixing undefined variable $lThomas Mueller2013-01-021-1/+3
| |
* | also translate 'No file was uploaded. Unknown error'Jörn Friedrich Dreyer2013-01-031-2/+2
|/
* add translation call for 'Not enough space available' upload errorJörn Friedrich Dreyer2013-01-021-1/+1
|
* setting the timezone is now part of the login process and true part of the core.Thomas Müller2012-12-201-2/+0
|
* use json encoding when deleting multiply files instead of using ; as delimiterRobin Appelman2012-12-131-1/+1
|
* fix checkstyle for files appJörn Friedrich Dreyer2012-11-291-12/+18
|
* use normalizePath to have a proper target pathArthur Schiwon2012-11-261-3/+1
|
* make sure path starts with /Arthur Schiwon2012-11-261-0/+3
|
* Merge pull request #479 from owncloud/fix_438Thomas Müller2012-11-231-1/+1
|\ | | | | Do the url encoding once, only in breadcrumbs template
| * Do the url encoding once, only in breadcrumbs templateBart Visscher2012-11-161-1/+1
| | | | | | | | fixes issue #438
* | normalize the path once in upload.php is enough - THX Robin for this hintThomas Mueller2012-11-161-6/+2
| |
* | refs #461 - drag'n'drop upload to a sub folder is working nowThomas Mueller2012-11-161-0/+6
|/
* Checkstyle fixes: NoSpaceAfterCommaFelix Moeller2012-11-042-2/+2
|
* Checkstyle fixes for SpaceBeforeOpenBraceFelix Moeller2012-11-042-2/+2
|
* Update apps/files/ajax/move.phpdenis-b2012-10-291-1/+1
| | | fix moving dirs containing "+"
* Remove fixme, problem is solved alreadyBart Visscher2012-10-291-4/+1
|
* don't move file into subdirectory if a file with the same name already ↵Georg Ehrke2012-10-281-0/+5
| | | | exists (fixes #92)
* dir in newfile has to start with /Bart Visscher2012-10-251-1/+1
|
* urldecode target directoryBjörn Schießle2012-10-241-1/+1
|
* Merge pull request #62 from fmms/masterLukas Reschke2012-10-231-1/+1
|\ | | | | More Checkstyle warnings
| * Make Jenkins more happy.Felix Moeller2012-10-231-1/+1
| | | | | | | | This is NoSpaceAfterComma
* | Merge pull request #12 from scambra/fixesicewind19912012-10-231-1/+1
|\ \ | |/ |/| check free space using folder's owner
| * check free space using folder's ownerscambra2012-09-191-1/+1
| |
* | remove debug outputBjörn Schießle2012-10-081-1/+1
| |
* | add data-id directly after upload/creation to the file list (bugfix for #1917)Björn Schießle2012-10-082-2/+8
| |
* | stripsplashes doesn't work if the slash is the only character -> creating ↵Björn Schießle2012-10-051-4/+3
| | | | | | | | file in root dir leads to "//filename"
* | fix sharing for newly uploaded or created filesRobin Appelman2012-09-262-5/+12
| |
* | use post to delete files, get has a limit and fails with many filesscambra2012-09-201-3/+3
|/
* show the size of new files when using New->From UrlRobin Appelman2012-09-161-1/+1
|
* Don't get metadata directly from the 'cached' file cache after uploadMichael Gapczynski2012-09-121-1/+1
|
* adding space between) and {Thomas Mueller2012-09-072-4/+4
|
* Whitespace fixes in appsBart Visscher2012-08-295-10/+8
|
* apply coding styleThomas Mueller2012-08-292-3/+3
|
* apply coding styleThomas Mueller2012-08-298-44/+45
|
* apply coding styleThomas Mueller2012-08-291-12/+12
|
* Remove useless setting of RUNTIME_NOAPPSBart Visscher2012-08-081-6/+0
|
* CSRF protection for eventsourceRobin Appelman2012-07-221-0/+2
|
* progressbar for New->From UrlRobin Appelman2012-07-221-11/+45
|
* cache fileid's in oc_cacheRobin Appelman2012-07-221-0/+5
|
* remove superfluous ?> at the end of .php files (left out apps/*/templates)Jörn Friedrich Dreyer2012-07-0910-18/+1
|
* CSRF checksLukas Reschke2012-07-076-0/+6
|
* write_close the session when scanning files or musicRobin Appelman2012-06-161-0/+1
|
* cleanup oc_filecache, splitting it in several parts and using the new hasUpdatedRobin Appelman2012-06-151-1/+1
|
* Make some apps compatibleLukas Reschke2012-06-111-1/+1
|
* fixed var name, $filename should be $foldernameBjoern Schiessle2012-06-061-1/+1
|
* prevent creating files with a / the nameRobin Appelman2012-06-062-0/+8
|
* don´t start a session here. I don´t think it´s needed. Let´s see if it ↵Frank Karlitschek2012-06-011-1/+1
| | | | breaks something