Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Files: prevent people from renaming files to '.' | Robin Appelman | 2013-01-05 | 1 | -1/+1 |
| | |||||
* | fix error when wrong dir was specified | Jörn Friedrich Dreyer | 2013-01-03 | 1 | -2/+2 |
| | |||||
* | move $l to top | Jörn Friedrich Dreyer | 2013-01-03 | 1 | -0/+1 |
|\ | |||||
| * | fixing undefined variable $l | Thomas Mueller | 2013-01-02 | 1 | -1/+3 |
| | | |||||
* | | also translate 'No file was uploaded. Unknown error' | Jörn Friedrich Dreyer | 2013-01-03 | 1 | -2/+2 |
|/ | |||||
* | add translation call for 'Not enough space available' upload error | Jörn Friedrich Dreyer | 2013-01-02 | 1 | -1/+1 |
| | |||||
* | setting the timezone is now part of the login process and true part of the core. | Thomas Müller | 2012-12-20 | 1 | -2/+0 |
| | |||||
* | use json encoding when deleting multiply files instead of using ; as delimiter | Robin Appelman | 2012-12-13 | 1 | -1/+1 |
| | |||||
* | fix checkstyle for files app | Jörn Friedrich Dreyer | 2012-11-29 | 1 | -12/+18 |
| | |||||
* | use normalizePath to have a proper target path | Arthur Schiwon | 2012-11-26 | 1 | -3/+1 |
| | |||||
* | make sure path starts with / | Arthur Schiwon | 2012-11-26 | 1 | -0/+3 |
| | |||||
* | Merge pull request #479 from owncloud/fix_438 | Thomas Müller | 2012-11-23 | 1 | -1/+1 |
|\ | | | | | Do the url encoding once, only in breadcrumbs template | ||||
| * | Do the url encoding once, only in breadcrumbs template | Bart Visscher | 2012-11-16 | 1 | -1/+1 |
| | | | | | | | | fixes issue #438 | ||||
* | | normalize the path once in upload.php is enough - THX Robin for this hint | Thomas Mueller | 2012-11-16 | 1 | -6/+2 |
| | | |||||
* | | refs #461 - drag'n'drop upload to a sub folder is working now | Thomas Mueller | 2012-11-16 | 1 | -0/+6 |
|/ | |||||
* | Checkstyle fixes: NoSpaceAfterComma | Felix Moeller | 2012-11-04 | 2 | -2/+2 |
| | |||||
* | Checkstyle fixes for SpaceBeforeOpenBrace | Felix Moeller | 2012-11-04 | 2 | -2/+2 |
| | |||||
* | Update apps/files/ajax/move.php | denis-b | 2012-10-29 | 1 | -1/+1 |
| | | | fix moving dirs containing "+" | ||||
* | Remove fixme, problem is solved already | Bart Visscher | 2012-10-29 | 1 | -4/+1 |
| | |||||
* | don't move file into subdirectory if a file with the same name already ↵ | Georg Ehrke | 2012-10-28 | 1 | -0/+5 |
| | | | | exists (fixes #92) | ||||
* | dir in newfile has to start with / | Bart Visscher | 2012-10-25 | 1 | -1/+1 |
| | |||||
* | urldecode target directory | Björn Schießle | 2012-10-24 | 1 | -1/+1 |
| | |||||
* | Merge pull request #62 from fmms/master | Lukas Reschke | 2012-10-23 | 1 | -1/+1 |
|\ | | | | | More Checkstyle warnings | ||||
| * | Make Jenkins more happy. | Felix Moeller | 2012-10-23 | 1 | -1/+1 |
| | | | | | | | | This is NoSpaceAfterComma | ||||
* | | Merge pull request #12 from scambra/fixes | icewind1991 | 2012-10-23 | 1 | -1/+1 |
|\ \ | |/ |/| | check free space using folder's owner | ||||
| * | check free space using folder's owner | scambra | 2012-09-19 | 1 | -1/+1 |
| | | |||||
* | | remove debug output | Björn Schießle | 2012-10-08 | 1 | -1/+1 |
| | | |||||
* | | add data-id directly after upload/creation to the file list (bugfix for #1917) | Björn Schießle | 2012-10-08 | 2 | -2/+8 |
| | | |||||
* | | stripsplashes doesn't work if the slash is the only character -> creating ↵ | Björn Schießle | 2012-10-05 | 1 | -4/+3 |
| | | | | | | | | file in root dir leads to "//filename" | ||||
* | | fix sharing for newly uploaded or created files | Robin Appelman | 2012-09-26 | 2 | -5/+12 |
| | | |||||
* | | use post to delete files, get has a limit and fails with many files | scambra | 2012-09-20 | 1 | -3/+3 |
|/ | |||||
* | show the size of new files when using New->From Url | Robin Appelman | 2012-09-16 | 1 | -1/+1 |
| | |||||
* | Don't get metadata directly from the 'cached' file cache after upload | Michael Gapczynski | 2012-09-12 | 1 | -1/+1 |
| | |||||
* | adding space between) and { | Thomas Mueller | 2012-09-07 | 2 | -4/+4 |
| | |||||
* | Whitespace fixes in apps | Bart Visscher | 2012-08-29 | 5 | -10/+8 |
| | |||||
* | apply coding style | Thomas Mueller | 2012-08-29 | 2 | -3/+3 |
| | |||||
* | apply coding style | Thomas Mueller | 2012-08-29 | 8 | -44/+45 |
| | |||||
* | apply coding style | Thomas Mueller | 2012-08-29 | 1 | -12/+12 |
| | |||||
* | Remove useless setting of RUNTIME_NOAPPS | Bart Visscher | 2012-08-08 | 1 | -6/+0 |
| | |||||
* | CSRF protection for eventsource | Robin Appelman | 2012-07-22 | 1 | -0/+2 |
| | |||||
* | progressbar for New->From Url | Robin Appelman | 2012-07-22 | 1 | -11/+45 |
| | |||||
* | cache fileid's in oc_cache | Robin Appelman | 2012-07-22 | 1 | -0/+5 |
| | |||||
* | remove superfluous ?> at the end of .php files (left out apps/*/templates) | Jörn Friedrich Dreyer | 2012-07-09 | 10 | -18/+1 |
| | |||||
* | CSRF checks | Lukas Reschke | 2012-07-07 | 6 | -0/+6 |
| | |||||
* | write_close the session when scanning files or music | Robin Appelman | 2012-06-16 | 1 | -0/+1 |
| | |||||
* | cleanup oc_filecache, splitting it in several parts and using the new hasUpdated | Robin Appelman | 2012-06-15 | 1 | -1/+1 |
| | |||||
* | Make some apps compatible | Lukas Reschke | 2012-06-11 | 1 | -1/+1 |
| | |||||
* | fixed var name, $filename should be $foldername | Bjoern Schiessle | 2012-06-06 | 1 | -1/+1 |
| | |||||
* | prevent creating files with a / the name | Robin Appelman | 2012-06-06 | 2 | -0/+8 |
| | |||||
* | don´t start a session here. I don´t think it´s needed. Let´s see if it ↵ | Frank Karlitschek | 2012-06-01 | 1 | -1/+1 |
| | | | | breaks something |