aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files/js/files.js
Commit message (Collapse)AuthorAgeFilesLines
* fix sharing for newly uploaded or created filesRobin Appelman2012-09-261-4/+5
|
* Merge pull request #13 from scambra/safari-fixesicewind19912012-09-201-1/+2
|\ | | | | fix js success callback on safari when uploading files
| * fix js success callback on safari when uploading filesscambra2012-09-201-1/+2
| |
* | add generated unique file name to the uploadingFiles list instead of the ↵Björn Schießle2012-09-191-1/+1
|/ | | | original name
* Enhanced space handling - thx fmmsThomas Müller2012-09-171-4/+4
|
* Adding a few more string to translationThomas Müller2012-09-171-6/+6
|
* show the size of new files when using New->From UrlRobin Appelman2012-09-161-2/+4
|
* Don't pass content for a new text file from UI, fixes bug oc-1660Michael Gapczynski2012-09-061-1/+1
|
* Add missing ; to js codeBart Visscher2012-09-051-1/+1
|
* Implement support for replacing files during upload with the actions: ↵Michael Gapczynski2012-09-051-7/+27
| | | | replace, suggest name, and cancel
* 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