Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add create permission, fixes #780 | Thomas Mueller | 2013-01-28 | 1 | -0/+3 |
| | |||||
* | Merge pull request #1134 from owncloud/stable45_fix_1073 | Lukas Reschke | 2013-01-14 | 1 | -1/+1 |
|\ | | | | | use rawurlencode to fix 1073 | ||||
| * | allow moving into dirs with + chars | Jörn Friedrich Dreyer | 2013-01-09 | 1 | -1/+1 |
| | | |||||
* | | more translations | Jörn Friedrich Dreyer | 2013-01-09 | 4 | -31/+33 |
|/ | |||||
* | fixing string concatenation in javascript | Thomas Mueller | 2013-01-07 | 1 | -1/+1 |
| | |||||
* | fix wrong return value for isFileNameValid() | Jörn Friedrich Dreyer | 2013-01-07 | 1 | -2/+2 |
| | |||||
* | minor whitespace & allow special translation for wrong urls | Jörn Friedrich Dreyer | 2013-01-07 | 2 | -22/+18 |
| | |||||
* | backport of #1092 to stable45 | Thomas Mueller | 2013-01-06 | 3 | -9/+17 |
| | |||||
* | Merge pull request #939 from owncloud/stable45_fix_minor_files_annoyances | Thomas Müller | 2013-01-04 | 3 | -31/+55 |
|\ | | | | | Stable45 fix minor files annoyances | ||||
| * | input/form switching cleanup | Jörn Friedrich Dreyer | 2013-01-02 | 1 | -2/+2 |
| | | |||||
| * | abort rename on ESC keyup | Jörn Friedrich Dreyer | 2013-01-02 | 1 | -0/+7 |
| | | |||||
| * | show notification when renaming a file to '' | Jörn Friedrich Dreyer | 2013-01-02 | 1 | -0/+4 |
| | | |||||
| * | enable enter in ie by using .submit()+form instead of .change(), use ↵ | Jörn Friedrich Dreyer | 2013-01-02 | 2 | -16/+29 |
| | | | | | | | | notifications when name is empty | ||||
| * | whitespace cleanup | Jörn Friedrich Dreyer | 2013-01-02 | 1 | -14/+14 |
| | | |||||
* | | Merge pull request #1040 from owncloud/fixing-856-stable45 | Thomas Müller | 2013-01-02 | 2 | -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 Mueller | 2012-12-28 | 2 | -1/+7 |
| | | | | | | | | | | for a 64 bit system we have no such limitation refs #856 | ||||
* | | Merge pull request #1001 from owncloud/backport_fix_438 | Lukas Reschke | 2012-12-30 | 3 | -6/+7 |
|\ \ | |/ |/| | Backport: Do the url encoding once, only in breadcrumbs template | ||||
| * | Do the url encoding once, only in breadcrumbs template | Bart Visscher | 2012-12-21 | 3 | -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_download | Thomas Müller | 2012-12-25 | 1 | -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 Dreyer | 2012-12-17 | 1 | -1/+6 |
| | | | | | | | | http://stackoverflow.com/questions/93551/how-to-encode-the-filename-parameter-of-content-disposition-header-in-http | ||||
* | | remove unneeded line | Robin Appelman | 2012-12-15 | 1 | -1/+0 |
| | | |||||
* | | use json encoding when deleting multiply files instead of using ; as delimiter | Robin Appelman | 2012-12-15 | 2 | -1/+2 |
| | | |||||
* | | fix mimetype icons for new files | Robin Appelman | 2012-12-14 | 1 | -1/+1 |
| | | |||||
* | | fix checking quota in webdav, adding a sabredav plugin | scambra | 2012-12-12 | 1 | -0/+1 |
| | | |||||
* | | Merge pull request #705 from schiesbn/fix_674 | Björn Schießle | 2012-12-12 | 1 | -0/+5 |
|\ \ | | | | | | | detect '/Shared' as directory | ||||
| * | | fix warning if the size of the Shared-folder gets calculated | Björn Schießle | 2012-12-12 | 1 | -0/+5 |
| | | | |||||
* | | | Merge pull request #602 from butonic/add_drag_shadow_in_firefox_stable45 | Jörn Friedrich Dreyer | 2012-12-04 | 1 | -1/+1 |
|\ \ \ | | | | | | | | | show drag shadow in firefox by using helper:'clone' | ||||
| * | | | show drag shadow in firefox by using helper:'clone' | Jörn Friedrich Dreyer | 2012-11-29 | 1 | -1/+1 |
| | |/ | |/| | |||||
* | | | fix oc-605 | Jörn Friedrich Dreyer | 2012-12-04 | 2 | -9/+11 |
| |/ |/| | |||||
* | | use new obEnd function instead of ob_end_clean | Robin Appelman | 2012-11-29 | 2 | -2/+2 |
|/ | |||||
* | use normalizePath to have a proper target path | Arthur Schiwon | 2012-11-26 | 1 | -3/+1 |
| | |||||
* | all but the first parameter are introduced by & | Arthur Schiwon | 2012-11-26 | 1 | -2/+2 |
| | |||||
* | make sure path starts with / | Arthur Schiwon | 2012-11-26 | 1 | -0/+3 |
| | |||||
* | make sure the output buffer is closed when handeling webdav | Robin Appelman | 2012-11-25 | 1 | -0/+2 |
| | |||||
* | introduce Files.containsInvalidCharacters(), use when creating or renaming files | Jörn Friedrich Dreyer | 2012-11-23 | 2 | -9/+17 |
| | | | | | Conflicts: apps/files/js/files.js | ||||
* | some more invalid characters have been added | Thomas Mueller | 2012-11-23 | 1 | -10/+15 |
| | | | | | Conflicts: apps/files/js/files.js | ||||
* | Also reject names with \ in the name | Bart Visscher | 2012-11-23 | 1 | -2/+2 |
| | | | | fixes issues #435 and #437 | ||||
* | Show error message to prevent adding a shared folder in the root dir fix #468 | Brice Maron | 2012-11-22 | 1 | -0/+4 |
| | |||||
* | backport of PR #471 | Thomas Mueller | 2012-11-16 | 3 | -5/+21 |
| | |||||
* | closes #466 - manual backport of translations | Thomas Mueller | 2012-11-16 | 1 | -1/+1 |
| | |||||
* | also set 'renaming' to false if renaming was aborted, this fixes issue #442 | Björn Schießle | 2012-11-15 | 1 | -1/+1 |
| | |||||
* | fix file delete in opera - fixes #188 | Georg Ehrke | 2012-11-08 | 1 | -0/+3 |
| | |||||
* | Revert "fix blocking drag & drop upload of folders" | Robin Appelman | 2012-11-07 | 1 | -2/+2 |
| | | | | | | Fixes #150 This reverts commit 5b2f3c7f72a002b38da31a6748c0de22cb335203. | ||||
* | prepare SQL query only once, that's what prepared statements are for. Should ↵ | Arthur Schiwon | 2012-11-06 | 1 | -2/+2 |
| | | | | improve upgrade time with larger setups | ||||
* | Add CSRF check | Lukas Reschke | 2012-11-02 | 2 | -1/+2 |
| | |||||
* | Merge pull request #171 from owncloud/load_logging_apps | Thomas Müller | 2012-10-31 | 2 | -4/+4 |
|\ | | | | | load logging apps for webdav connections | ||||
| * | adapted comments to the code changes | Björn Schießle | 2012-10-31 | 2 | -2/+2 |
| | | |||||
| * | load logging apps for webdav connections | Björn Schießle | 2012-10-31 | 2 | -2/+2 |
| | | |||||
* | | Backport of pull request #155 | Lukas Reschke | 2012-10-31 | 1 | -0/+2 |
|/ | | | | | | Send the requesttoken as form value Fixes #98 | ||||
* | Revert "Fix urlencoding in the breadcrumb" | Lukas Reschke | 2012-10-24 | 1 | -1/+1 |
| | | | | This reverts commit 552aee93fa7174f541d0d4e6ef7d736819f2fc70. |