summaryrefslogtreecommitdiffstats
path: root/apps/files/js
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #261 from owncloud/fix_opera_file_deleteGeorg Ehrke2012-11-081-0/+3
|\
| * 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
* | Merge pull request #306 from owncloud/crumb_drop_fixBjörn Schießle2012-11-071-1/+1
|\ \
| * | get the right file name for drag&drop. This was necessary after the switch to...Björn Schießle2012-11-071-1/+1
| |/
* / 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
* 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
|\
| * Merge branch 'master' into routingBart Visscher2012-10-172-34/+49
| |\
| * \ Merge branch 'master' into routingBart Visscher2012-09-281-1/+1
| |\ \
| * \ \ Merge branch 'master' into routingBart Visscher2012-09-283-61/+73
| |\ \ \
| * \ \ \ Merge branch 'master' into routingBart Visscher2012-09-073-84/+170
| |\ \ \ \
| * \ \ \ \ Merge branch 'master' into routingBart Visscher2012-08-301-3/+3
| |\ \ \ \ \
| * \ \ \ \ \ Merge remote-tracking branch 'gitorious/master' into routingBart Visscher2012-08-293-51/+84
| |\ \ \ \ \ \
| * | | | | | | 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
* | | | | | | | Merge pull request #39 from scambra/date-l10n-fixesThomas Müller2012-10-181-5/+4
|\ \ \ \ \ \ \ \
| * | | | | | | | Translate modification date when file is created/uploaded, use same strings a...scambra2012-10-161-5/+4
| | |_|_|_|_|_|/ | |/| | | | | |
* | | | | | | | 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 javascri...Björn Schießle2012-10-081-2/+3
* | | | | | | 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 fil...Björn Schießle2012-10-051-2/+8
* | | | | | | 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 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 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
* | | | | | Merge branch 'master' of github.com:owncloud/coreBjörn Schießle2012-09-191-2/+2
|\| | | | |
| * | | | | Fix oc-1769, renaming folders with extensionsTom Needham2012-09-181-2/+2
* | | | | | add generated unique file name to the uploadingFiles list instead of the orig...Björn Schießle2012-09-191-1/+1
* | | | | | execute lastAction() before add new oneBjörn Schießle2012-09-191-9/+12
|/ / / / /