aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files
Commit message (Collapse)AuthorAgeFilesLines
* Change read only check to isCreatableMichael Gapczynski2012-07-242-6/+6
|
* Alert user of errors when creating new files or foldersMichael Gapczynski2012-07-231-12/+20
|
* Sanitizing file namesLukas Reschke2012-07-111-1/+1
|
* Call exit() to prevent further code execution if directory does not existMichael Gapczynski2012-07-111-0/+1
|
* remove superfluous ?> at the end of .php files (left out apps/*/templates)Jörn Friedrich Dreyer2012-07-0913-23/+1
|
* CSRF checksLukas Reschke2012-07-076-0/+6
|
* - when creating a new text file or directory which name already exist use ↵Bjoern Schiessle2012-06-291-3/+10
| | | | | | the same pattern as for file uploads in such a case (add a (N) to the name) - don't allow renaming if a file/directory with the name already exists
* use new sanitizeHTML() functionBjoern Schiessle2012-06-211-1/+1
|
* 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
|
* Files: Double encode download links. Fix for oc-1016.Thomas Tanghus2012-06-151-1/+1
|
* Merge commit 'refs/merge-requests/127' of ↵Michael Gapczynski2012-06-133-9/+9
|\ | | | | | | | | | | | | | | git://gitorious.org/owncloud/owncloud into merge-requests/127 Conflicts: apps/files_external/templates/settings.php lib/template.php
| * Removed some unessecary sanitizationsLukas Reschke2012-06-111-1/+1
| |
| * Make some apps compatibleLukas Reschke2012-06-112-8/+8
| |
| * RevertLukas Reschke2012-06-112-18/+18
| |
| * First try of implementing assignHTMLLukas Reschke2012-06-112-18/+18
| |
* | Label the delete operation "unshare" for files in the "Shared" folder to reduceBjoern Schiessle2012-06-121-1/+5
| | | | | | | | confusion about the operation.
* | block slashes only for new files and new folders but not for file upload ↵Bjoern Schiessle2012-06-121-1/+1
| | | | | | | | from url (bug #964)
* | committed patch (bug #967) to add missing translations for file actionsBjoern Schiessle2012-06-121-2/+2
|/
* fixed var name, $filename should be $foldernameBjoern Schiessle2012-06-061-1/+1
|
* update translationsRobin Appelman2012-06-0645-134/+316
|
* dont show config option for file upload size if we cant write the new valueRobin Appelman2012-06-062-2/+4
|
* prevent creating files with a / the nameRobin Appelman2012-06-063-0/+13
|
* Merge branch 'unstable'Bart Visscher2012-06-041-1/+1
|\ | | | | | | | | | | | | | | | | | | | | | | Conflicts: apps/files_external/tests/config.php apps/files_versions/ajax/getVersions.php apps/files_versions/appinfo/app.php apps/files_versions/history.php apps/files_versions/js/versions.js apps/files_versions/templates/history.php apps/files_versions/versions.php lib/base.php
| * fixed 'delete' label so it doesn't break translationsSam Tuke2012-05-151-1/+1
| |
* | Don't allow user to delete, rename and re-share the "Shared" directoryBjoern Schiessle2012-06-042-3/+5
| |
* | 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
* | fix the breadcrumbFrank Karlitschek2012-05-311-2/+2
| |
* | linkTo instead of hard links in Files and Files_Archive. Hope that makes sense.Arthur Schiwon2012-05-312-3/+3
| |
* | Remove OC_App::register functionBart Visscher2012-05-311-1/+0
| | | | | | | | The data supplied is never used in OwnCloud. Removed the call from all the apps, and made the public API function empty.
* | update copyrightFrank Karlitschek2012-05-261-1/+1
| |
* | Add HEAD request management for files ajax/download.phpBrice Maron2012-05-241-1/+1
| |
* | Add translation for error messageBrice Maron2012-05-241-1/+1
| |
* | Add error message when uploading folder or null files. ref oc-739Brice Maron2012-05-241-0/+5
| |
* | Add pending line in file list before trying to upload. Correct indentationBrice Maron2012-05-241-111/+110
| |
* | Make sure sharing and versions dropdowns come down in the same location for ↵v4.0.0Michael Gapczynski2012-05-191-1/+1
| | | | | | | | all files
* | make upload work with IE againArthur Schiwon2012-05-181-1/+1
| |
* | mark the apps as part of the shipped package and increase the requirement to ↵Frank Karlitschek2012-05-181-1/+2
| | | | | | | | ownCloud 4
* | Merge commit 'refs/merge-requests/115' of ↵Michael Gapczynski2012-05-172-3/+3
|\ \ | | | | | | | | | | | | | | | | | | git://gitorious.org/owncloud/owncloud into merge-requests/115 Conflicts: apps/files/templates/index.php
| * | Fix some non-utf8-friendly htmlentities (resulting in wrong display of ↵Vitaly Kuznetsov2012-05-102-3/+3
| |/ | | | | | | utf8-encoded directory names for example)
* | update translationsRobin Appelman2012-05-178-6/+125
| |
* | try to remove deprecated files from /files on updateArthur Schiwon2012-05-161-0/+34
| |
* | No multiple file sharing in this next release, sharing UI isn't ready for it :(Michael Gapczynski2012-05-151-1/+1
| |
* | Make only writable files draggableMichael Gapczynski2012-05-141-1/+1
| |
* | removing executable bit - againThomas Mueller2012-05-1520-0/+0
| |
* | cache app types during install or updateRobin Appelman2012-05-141-1/+1
| |
* | Call is_writable explicitly on folders for readonly checkMichael Gapczynski2012-05-141-1/+1
| |
* | selective app loading for remote/publicRobin Appelman2012-05-142-0/+4
| |
* | update translationsRobin Appelman2012-05-1317-16/+212
| |
* | oc-627, calling base function instead of loading too much useless functionsBartek Przybylski2012-05-121-1/+1
| |