aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files/js/files.js
Commit message (Collapse)AuthorAgeFilesLines
* use OC.PERMISSION_X to filter selected drag'n'drop elementsJörn Friedrich Dreyer2012-08-311-5/+10
|
* oc-1548: prevent user from leaving the page while a file upload is in progressThomas Mueller2012-08-311-0/+15
|
* use permissions to quickfix drag selectionsJörn Friedrich Dreyer2012-08-311-2/+5
|
* Whitespace fixes in appsBart Visscher2012-08-291-3/+3
|
* Check if New and Upload buttons exist before adding their width to the total ↵Michael Gapczynski2012-08-061-1/+5
| | | | breadcrumbs width
* Merge branch 'master' into share_apiMichael Gapczynski2012-08-061-0/+59
|\ | | | | | | | | | | Conflicts: apps/contacts/lib/app.php apps/contacts/templates/part.chooseaddressbook.rowfields.php
| * Fix condition checking for resizing breadcrumbsMichael Gapczynski2012-08-041-1/+1
| |
| * Dynamically resize breadcrumbs, fix for bug oc-468Michael Gapczynski2012-08-041-0/+59
| |
* | Merge branch 'master' into share_apiMichael Gapczynski2012-07-251-17/+21
|\| | | | | | | | | | | | | | | | | | | Conflicts: apps/calendar/js/loader.js apps/contacts/index.php apps/contacts/js/loader.js apps/files/js/files.js apps/files_sharing/sharedstorage.php lib/filesystemview.php
| * progressbar for New->From UrlRobin Appelman2012-07-221-16/+20
| |
* | Make file actions permissions awareMichael Gapczynski2012-07-251-2/+3
| |
* | Alert user of errors when creating new files or foldersMichael Gapczynski2012-07-231-12/+20
|/
* - 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
* block slashes only for new files and new folders but not for file upload ↵Bjoern Schiessle2012-06-121-1/+1
| | | | from url (bug #964)
* prevent creating files with a / the nameRobin Appelman2012-06-061-0/+5
|
* Don't allow user to delete, rename and re-share the "Shared" directoryBjoern Schiessle2012-06-041-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 only writable files draggableMichael Gapczynski2012-05-141-1/+1
|
* Use a clean uri param constructor to get filesBrice Maron2012-05-091-1/+1
|
* Correct file move by dropping on folderBrice Maron2012-05-081-7/+7
|
* fix merge conflictsGeorg Ehrke2012-04-261-66/+220
|
* fix security check for the path of the requested fileGeorg Ehrke2012-04-261-1/+1
|
* fix downloading of files in files appGeorg Ehrke2012-04-261-3/+3
|
* move files to app folderGeorg Ehrke2012-04-181-0/+591