aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files/js/files.js
Commit message (Collapse)AuthorAgeFilesLines
* use css to show/hide fileactionsRobin Appelman2012-10-281-8/+0
|
* Merge pull request #39 from scambra/date-l10n-fixesThomas Müller2012-10-181-5/+4
|\ | | | | Date l10n fixes
| * Translate modification date when file is created/uploaded, use same strings ↵scambra2012-10-161-5/+4
| | | | | | | | as lib/template.php
* | use interpolation for some translations in jsscambra2012-10-161-8/+8
|/
* Whitespace cleanupBart Visscher2012-10-141-1/+1
|
* fix blocking drag & drop upload of foldersRobin Appelman2012-10-121-2/+2
|
* add data-id directly after upload/creation to the file list (bugfix for #1917)Björn Schießle2012-10-081-2/+6
|
* add ID to upload form and check if ID exist to avoid loading invalid ↵Björn Schießle2012-10-081-2/+3
| | | | javascript code for read-only views.
* Revert part of 5beca59b, fixes file upload bug oc-1926Michael Gapczynski2012-10-071-4/+1
|
* enable user to download selected files from publically shared directoryBjörn Schießle2012-10-051-1/+6
|
* check if element really exists before calling it. (e.g. for public shared ↵Björn Schießle2012-10-051-2/+8
| | | | files view, elements like "navigation" doesn't exist)
* 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