summaryrefslogtreecommitdiffstats
path: root/apps/files
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexJenkins for ownCloud2013-03-0446-90/+48
|
* Merge pull request #2034 from owncloud/fix_bug47Michael Gapczynski2013-03-031-18/+19
|\ | | | | Fix #47 - Duplicate files create a (2) when multiples are uploaded
| * fix oc#47Georg Ehrke2013-03-011-18/+19
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2013-03-038-31/+39
| |
* | Merge branch 'master' into from-insane-autoescape-to-pThomas Mueller2013-03-011-0/+1
|\ \ | | | | | | | | | | | | Conflicts: apps/files/templates/index.php
| * | fixes #2001 - in case the user has no permissions to upload/create ↵Thomas Mueller2013-03-011-1/+2
| | | | | | | | | | | | files/folders a clear warning is displayed
* | | Sed was wrongLukas Reschke2013-02-281-1/+1
| | |
* | | [Files] Use p() instead of echoLukas Reschke2013-02-271-2/+1
| | |
* | | Merge masterLukas Reschke2013-02-271-2/+2
|\| |
| * | Update apps/files/templates/part.list.phpj-ed2013-02-271-2/+2
| | | | | | | | | prevent multiple slashes in a row when building URLs.
* | | [files] Unescape file sizeLukas Reschke2013-02-271-1/+1
| | |
* | | [Files] Use htmlspecialchars()Lukas Reschke2013-02-271-2/+2
| | |
* | | [Files] Use p() instead of echoLukas Reschke2013-02-276-83/+83
|/ /
* | [tx-robot] updated from transifexJenkins for ownCloud2013-02-273-1/+7
| |
* | Merge pull request #1905 from owncloud/fix-share-iconsThomas Müller2013-02-271-6/+0
|\ \ | | | | | | Fix adding share icons to share action
| * | remove general CSS from IE specific rules, displays Shared state permanently ↵Jan-Christoph Borchardt2013-02-261-6/+0
| | | | | | | | | | | | again
* | | [tx-robot] updated from transifexJenkins for ownCloud2013-02-271-1/+1
| | |
* | | [tx-robot] updated from transifexJenkins for ownCloud2013-02-262-1/+8
|/ /
* | fixed bug that prevented a newly created file to be opened with registered ↵Bernhard Posselt2013-02-251-1/+1
| | | | | | | | files actions
* | Merge pull request #1892 from owncloud/files_remove_row_on_deleteBjörn Schießle2013-02-251-1/+1
|\ \ | | | | | | delete table row if file was deleted instead of just hide it
| * | delete table row if file was deleted instead of just hide itBjörn Schießle2013-02-251-1/+1
| | |
* | | use distance option to delay dragging in sane browsersJörn Friedrich Dreyer2013-02-251-0/+4
|/ /
* | Merge pull request #1832 from owncloud/fix_1779Thomas Müller2013-02-251-0/+18
|\ \ | | | | | | use :hover pseudo class to set opacity
| * | use :hover pseudo class to set opacityJörn Friedrich Dreyer2013-02-211-0/+18
| | |
* | | Merge pull request #1833 from owncloud/fix_1465Thomas Müller2013-02-251-1/+1
|\ \ \ | | | | | | | | Fix 1465
| * | | IE8 does not support window.onclickJörn Friedrich Dreyer2013-02-211-1/+1
| |/ /
* | | Merge pull request #1882 from owncloud/required_versionFrank Karlitschek2013-02-251-1/+1
|\ \ \ | | | | | | | | Set required owncloud version to 4.93
| * | | Set required owncloud version to 4.93Robin Appelman2013-02-241-1/+1
| | |/ | |/|
* / | [tx-robot] updated from transifexJenkins for ownCloud2013-02-251-0/+1
|/ /
* | Whitespace fixesBart Visscher2013-02-222-17/+17
| |
* | Merge pull request #1711 from owncloud/style-cleanupJörn Friedrich Dreyer2013-02-221-2/+1
|\ \ | | | | | | Codestyle cleanup
| * | Join split translated stringsBart Visscher2013-02-211-2/+1
| |/
* / [tx-robot] updated from transifexJenkins for ownCloud2013-02-222-0/+9
|/
* [tx-robot] updated from transifexJenkins for ownCloud2013-02-213-2/+7
|
* replaced for in loops with normal enumerating loops to fix #1803Bernhard Posselt2013-02-201-2/+2
|
* Merge pull request #1753 from owncloud/Extra_infoFrank Karlitschek2013-02-201-3/+4
|\ | | | | Ability for the action handler to get more info on the current file
| * Add Ability to the app to detect more details on the fileVicDeo2013-02-181-3/+4
| |
* | Merge pull request #1731 from owncloud/unknown-freespaceFrank Karlitschek2013-02-191-1/+1
|\ \ | | | | | | Give storage backends the option to define having no known free space
| * | Give storage backends the option to define having no known free spaceRobin Appelman2013-02-161-1/+1
| | | | | | | | | | | | When this is the case only the configured max upload size is taking into account for uploading
* | | [tx-robot] updated from transifexJenkins for ownCloud2013-02-202-0/+3
| | |
* | | [tx-robot] updated from transifexJenkins for ownCloud2013-02-193-1/+14
| |/ |/|
* | [tx-robot] updated from transifexJenkins for ownCloud2013-02-184-3/+7
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2013-02-173-0/+3
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2013-02-1610-2/+12
|/
* Merge pull request #1683 from owncloud/ie-fixesJan-Christoph Borchardt2013-02-151-0/+5
|\ | | | | IE fixes
| * always show checkbox when selected, also in IE8, fix #1621Jan-Christoph Borchardt2013-02-141-0/+5
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2013-02-1526-25/+16
| |
* | Merge pull request #1662 from owncloud/style-cleanupBart Visscher2013-02-141-1/+1
|\ \ | | | | | | Style cleanup
| * | Fix NoSpaceAfterComma and SpaceBeforeCommaBart Visscher2013-02-141-1/+1
| |/
* | Merge pull request #1682 from owncloud/fix-ie8-masterBart Visscher2013-02-141-7/+6
|\ \ | | | | | | Fix ie8 master