aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files/js
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #319 from owncloud/fileactions_newfileicewind19912012-11-121-6/+10
|\ | | | | Add fileactions to new files and folders
| * add actions to newly created files and foldersRobin Appelman2012-11-071-0/+2
| | | | | | | | closes #231
| * reuse jquery object when adding files to the file listRobin Appelman2012-11-071-6/+8
| |
* | add i18n for cancel buttonJörn Friedrich Dreyer2012-11-121-2/+5
| |
* | Merge pull request #261 from owncloud/fix_opera_file_deleteGeorg Ehrke2012-11-081-0/+3
|\ \ | |/ |/| fix file delete in opera - fixes #188
| * fix file delete in opera - fixes #188Georg Ehrke2012-11-051-0/+3
| |
* | Revert "fix blocking drag & drop upload of folders"Robin Appelman2012-11-071-2/+2
| | | | | | | | | | | | Fixes #150 This reverts commit 5b2f3c7f72a002b38da31a6748c0de22cb335203.
* | Merge pull request #306 from owncloud/crumb_drop_fixBjörn Schießle2012-11-071-1/+1
|\ \ | | | | | | extract the right file name for drag&drop.
| * | get the right file name for drag&drop. This was necessary after the switch ↵Björn Schießle2012-11-071-1/+1
| |/ | | | | | | to css to show/hide file actions, otherwise the actions where part of the extracted file name.
* / Moved relative_modified_date from file/js to core/jsAlessandro Cosentino2012-11-061-21/+0
|/
* remove debug statementsRobin Appelman2012-11-051-2/+0
|
* this line shouldn't be hereRobin Appelman2012-11-041-1/+0
|
* some more code reuse for fileactionsRobin Appelman2012-11-041-16/+13
| | | | also fixes an issue where some fileactions always worked on the last file in the list
* Fix shared status iconsMichael Gapczynski2012-10-281-1/+1
|
* properly replace fileaction icons with pngs when neededRobin Appelman2012-10-281-2/+2
|
* use css to show/hide fileactionsRobin Appelman2012-10-282-28/+10
|
* code styleRobin Appelman2012-10-281-93/+101
|
* Fix download url generationBart Visscher2012-10-271-1/+1
|
* Merge branch 'routing'Bart Visscher2012-10-272-2/+2
|\ | | | | | | | | | | Conflicts: core/lostpassword/index.php core/lostpassword/resetpassword.php
| * Merge branch 'master' into routingBart Visscher2012-10-172-34/+49
| |\ | | | | | | | | | | | | | | | | | | Conflicts: lib/search/provider/file.php settings/ajax/changepassword.php settings/settings.php
| * \ Merge branch 'master' into routingBart Visscher2012-09-281-1/+1
| |\ \
| * \ \ Merge branch 'master' into routingBart Visscher2012-09-283-61/+73
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: apps/files/js/filelist.js core/js/js.js lib/ocs.php
| * \ \ \ Merge branch 'master' into routingBart Visscher2012-09-073-84/+170
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: apps/files/js/fileactions.js lib/base.php lib/helper.php lib/ocs.php
| * \ \ \ \ Merge branch 'master' into routingBart Visscher2012-08-301-3/+3
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: apps/contacts/js/contacts.js apps/contacts/lib/search.php apps/files_archive/js/archive.js apps/gallery/lib/tiles.php apps/gallery/templates/index.php lib/ocs.php
| * \ \ \ \ \ Merge remote-tracking branch 'gitorious/master' into routingBart Visscher2012-08-293-51/+84
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: apps/files/js/fileactions.js apps/files_archive/js/archive.js
| * | | | | | | Fix linkTo calls for new routingBart Visscher2012-08-152-2/+2
| | | | | | | |
| * | | | | | | Check if New and Upload buttons exist before adding their width to the total ↵Michael Gapczynski2012-08-061-1/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | breadcrumbs width
* | | | | | | | 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
* | | | | | | | fix oc-605Jörn Friedrich Dreyer2012-10-181-7/+9
| | | | | | | |
* | | | | | | | use interpolation for some translations in jsscambra2012-10-162-14/+14
|/ / / / / / /
* | | | | | | Whitespace cleanupBart Visscher2012-10-142-5/+5
| | | | | | |
* | | | | | | fix blocking drag & drop upload of foldersRobin Appelman2012-10-121-2/+2
| | | | | | |
* | | | | | | Sanitize user inputLukas Reschke2012-10-121-6/+6
| | | | | | |
* | | | | | | check if ID was assignedBjörn Schießle2012-10-081-1/+3
| | | | | | |
* | | | | | | add data-id directly after upload/creation to the file list (bugfix for #1917)Björn Schießle2012-10-082-3/+8
| | | | | | |
* | | | | | | 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)
* | | | | | | remove textbox after pressing "enter" even if the name is the sameBjörn Schießle2012-10-021-16/+15
| |_|_|_|_|/ |/| | | | |
* | | | | | Correctly fix oc-1016 and fix downloading of filesBart Visscher2012-09-281-1/+1
| |_|_|_|/ |/| | | |
* | | | | fix sharing for newly uploaded or created filesRobin Appelman2012-09-261-4/+5
| | | | |
* | | | | some js style fixesRobin Appelman2012-09-231-20/+22
| | | | |
* | | | | Merge pull request #15 from scambra/delete-fixesThomas Müller2012-09-211-0/+1
|\ \ \ \ \ | | | | | | | | | | | | use post to delete files, get has a limit and fails with many files
| * | | | | use post to delete files, get has a limit and fails with many filesscambra2012-09-201-0/+1
| | | | | |
* | | | | | translate rename and history actionsscambra2012-09-211-0/+1
| | | | | |
* | | | | | 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
| |/ / / / /
* | | | | | fix for bug #1752 (Renaming of folders in files view does not work correctly ↵Björn Schießle2012-09-191-17/+19
| | | | | | | | | | | | | | | | | | | | | | | | in firefox 15)