summaryrefslogtreecommitdiffstats
path: root/apps/files
Commit message (Collapse)AuthorAgeFilesLines
* Add create permission, fixes #780Thomas Mueller2013-01-281-0/+3
|
* Merge pull request #1134 from owncloud/stable45_fix_1073Lukas Reschke2013-01-141-1/+1
|\ | | | | use rawurlencode to fix 1073
| * allow moving into dirs with + charsJörn Friedrich Dreyer2013-01-091-1/+1
| |
* | more translationsJörn Friedrich Dreyer2013-01-094-31/+33
|/
* fixing string concatenation in javascriptThomas Mueller2013-01-071-1/+1
|
* fix wrong return value for isFileNameValid()Jörn Friedrich Dreyer2013-01-071-2/+2
|
* minor whitespace & allow special translation for wrong urlsJörn Friedrich Dreyer2013-01-072-22/+18
|
* backport of #1092 to stable45Thomas Mueller2013-01-063-9/+17
|
* Merge pull request #939 from owncloud/stable45_fix_minor_files_annoyancesThomas Müller2013-01-043-31/+55
|\ | | | | Stable45 fix minor files annoyances
| * input/form switching cleanupJörn Friedrich Dreyer2013-01-021-2/+2
| |
| * abort rename on ESC keyupJörn Friedrich Dreyer2013-01-021-0/+7
| |
| * show notification when renaming a file to ''Jörn Friedrich Dreyer2013-01-021-0/+4
| |
| * enable enter in ie by using .submit()+form instead of .change(), use ↵Jörn Friedrich Dreyer2013-01-022-16/+29
| | | | | | | | notifications when name is empty
| * whitespace cleanupJörn Friedrich Dreyer2013-01-021-14/+14
| |
* | Merge pull request #1040 from owncloud/fixing-856-stable45Thomas Müller2013-01-022-1/+7
|\ \ | |/ |/| only show the max possible upload of 2GB on a 32 bit system.
| * only show the max possible upload of 2GB on a 32 bit system.Thomas Mueller2012-12-282-1/+7
| | | | | | | | | | for a 64 bit system we have no such limitation refs #856
* | Merge pull request #1001 from owncloud/backport_fix_438Lukas Reschke2012-12-303-6/+7
|\ \ | |/ |/| Backport: Do the url encoding once, only in breadcrumbs template
| * Do the url encoding once, only in breadcrumbs templateBart Visscher2012-12-213-6/+7
| | | | | | | | | | | | | | | | fixes issue #438 Conflicts: apps/files/index.php apps/files/templates/part.breadcrumb.php
* | Merge pull request #931 from owncloud/stable45_fix_utf8_filenames_in_ie_downloadThomas Müller2012-12-251-1/+6
|\ \ | |/ |/| fix utf8 filenames in ie download response header according to rfc5987, ...
| * fix utf8 filenames in ie download response header according to rfc5987, see ↵Jörn Friedrich Dreyer2012-12-171-1/+6
| | | | | | | | http://stackoverflow.com/questions/93551/how-to-encode-the-filename-parameter-of-content-disposition-header-in-http
* | remove unneeded lineRobin Appelman2012-12-151-1/+0
| |
* | use json encoding when deleting multiply files instead of using ; as delimiterRobin Appelman2012-12-152-1/+2
| |
* | fix mimetype icons for new filesRobin Appelman2012-12-141-1/+1
| |
* | fix checking quota in webdav, adding a sabredav pluginscambra2012-12-121-0/+1
| |
* | Merge pull request #705 from schiesbn/fix_674Björn Schießle2012-12-121-0/+5
|\ \ | | | | | | detect '/Shared' as directory
| * | fix warning if the size of the Shared-folder gets calculatedBjörn Schießle2012-12-121-0/+5
| | |
* | | Merge pull request #602 from butonic/add_drag_shadow_in_firefox_stable45Jörn Friedrich Dreyer2012-12-041-1/+1
|\ \ \ | | | | | | | | show drag shadow in firefox by using helper:'clone'
| * | | show drag shadow in firefox by using helper:'clone'Jörn Friedrich Dreyer2012-11-291-1/+1
| | |/ | |/|
* | | fix oc-605Jörn Friedrich Dreyer2012-12-042-9/+11
| |/ |/|
* | use new obEnd function instead of ob_end_cleanRobin Appelman2012-11-292-2/+2
|/
* use normalizePath to have a proper target pathArthur Schiwon2012-11-261-3/+1
|
* all but the first parameter are introduced by &Arthur Schiwon2012-11-261-2/+2
|
* make sure path starts with /Arthur Schiwon2012-11-261-0/+3
|
* make sure the output buffer is closed when handeling webdavRobin Appelman2012-11-251-0/+2
|
* introduce Files.containsInvalidCharacters(), use when creating or renaming filesJörn Friedrich Dreyer2012-11-232-9/+17
| | | | | Conflicts: apps/files/js/files.js
* some more invalid characters have been addedThomas Mueller2012-11-231-10/+15
| | | | | Conflicts: apps/files/js/files.js
* Also reject names with \ in the nameBart Visscher2012-11-231-2/+2
| | | | fixes issues #435 and #437
* Show error message to prevent adding a shared folder in the root dir fix #468Brice Maron2012-11-221-0/+4
|
* backport of PR #471Thomas Mueller2012-11-163-5/+21
|
* closes #466 - manual backport of translationsThomas Mueller2012-11-161-1/+1
|
* also set 'renaming' to false if renaming was aborted, this fixes issue #442Björn Schießle2012-11-151-1/+1
|
* fix file delete in opera - fixes #188Georg Ehrke2012-11-081-0/+3
|
* Revert "fix blocking drag & drop upload of folders"Robin Appelman2012-11-071-2/+2
| | | | | | Fixes #150 This reverts commit 5b2f3c7f72a002b38da31a6748c0de22cb335203.
* prepare SQL query only once, that's what prepared statements are for. Should ↵Arthur Schiwon2012-11-061-2/+2
| | | | improve upgrade time with larger setups
* Add CSRF checkLukas Reschke2012-11-022-1/+2
|
* Merge pull request #171 from owncloud/load_logging_appsThomas Müller2012-10-312-4/+4
|\ | | | | load logging apps for webdav connections
| * adapted comments to the code changesBjörn Schießle2012-10-312-2/+2
| |
| * load logging apps for webdav connectionsBjörn Schießle2012-10-312-2/+2
| |
* | Backport of pull request #155Lukas Reschke2012-10-311-0/+2
|/ | | | | | Send the requesttoken as form value Fixes #98
* Revert "Fix urlencoding in the breadcrumb"Lukas Reschke2012-10-241-1/+1
| | | | This reverts commit 552aee93fa7174f541d0d4e6ef7d736819f2fc70.