Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Sanitize the exception | Lukas Reschke | 2013-01-19 | 1 | -1/+1 | |
| | | ||||||
* | | Also replace the backslash with a minus | Lukas Reschke | 2013-01-19 | 1 | -1/+2 | |
| | | | | | | | | For Windows systems | |||||
* | | Use GET instead of QUERY_STRING | Lukas Reschke | 2013-01-19 | 1 | -1/+1 | |
| | | ||||||
* | | Merge pull request #1222 from schiesbn/fix_error_message | Thomas Müller | 2013-01-18 | 1 | -1/+1 | |
|\ \ | | | | | | | fix error message, add appid to the output to know which app caused the error | |||||
| * | | fix error message, add appid to the output to know which app caused the error | Björn Schießle | 2013-01-18 | 1 | -1/+1 | |
|/ / | ||||||
* | | Merge pull request #1213 from owncloud/backport-905-stable45 | Frank Karlitschek | 2013-01-17 | 1 | -2/+2 | |
|\ \ | | | | | | | proper escape the mountpoints. Fixes | |||||
| * | | proper escape the mountpoints. Fixes | Thomas Mueller | 2013-01-17 | 1 | -2/+2 | |
|/ / | | | | | | | | | https://github.com/owncloud/core/issues/557 in stable45 | |||||
* / | Group name does't need to be sanitized before storing it in the database | Bart Visscher | 2013-01-15 | 2 | -3/+3 | |
|/ | | | | It should only be sanitized before display | |||||
* | Merge pull request #1134 from owncloud/stable45_fix_1073 | Lukas Reschke | 2013-01-14 | 2 | -3/+3 | |
|\ | | | | | use rawurlencode to fix 1073 | |||||
| * | allow moving into dirs with + chars | Jörn Friedrich Dreyer | 2013-01-09 | 1 | -1/+1 | |
| | | ||||||
| * | use rawurlencode to fix 1073 | Jörn Friedrich Dreyer | 2013-01-09 | 1 | -2/+2 | |
| | | ||||||
* | | interpret http 403 and http 401 as not authorized | Frank Karlitschek | 2013-01-13 | 1 | -1/+1 | |
| | | ||||||
* | | Correct link to the bugtracker in exception.php | Lukas Reschke | 2013-01-11 | 1 | -1/+1 | |
| | | ||||||
* | | Merge pull request #1130 from owncloud/stable45_more_translations | Lukas Reschke | 2013-01-09 | 4 | -31/+33 | |
|\ \ | |/ |/| | more translations for stable45 | |||||
| * | more translations | Jörn Friedrich Dreyer | 2013-01-09 | 4 | -31/+33 | |
| | | ||||||
* | | SQL limit cleanup | Jörn Friedrich Dreyer | 2013-01-09 | 2 | -2/+2 | |
|/ | ||||||
* | Merge pull request #867 from eMerzh/pg_install_db | Thomas Müller | 2013-01-08 | 1 | -53/+58 | |
|\ | | | | | postgresql connect with specify db if 'postgres' does not work | |||||
| * | postgresql connect with specify db if 'postgres' does not work | Brice Maron | 2012-12-13 | 1 | -53/+58 | |
| | | ||||||
* | | Merge pull request #1102 from owncloud/backport-1092-stable45 | Jörn Friedrich Dreyer | 2013-01-08 | 3 | -18/+22 | |
|\ \ | | | | | | | backport of #1092 to stable45 | |||||
| * | | 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 #963 from schiesbn/fix_expire_all_versions | Frank Karlitschek | 2013-01-07 | 1 | -5/+5 | |
|\ \ \ | | | | | | | | | fix the delete all function | |||||
| * | | | fix the delete all function, no need to add user to the path, fixed broken ↵ | Björn Schießle | 2012-12-19 | 1 | -5/+5 | |
| | | | | | | | | | | | | | | | | function calls | |||||
* | | | | use regex which was suggested by dragotin | Georg Ehrke | 2013-01-06 | 1 | -1/+1 | |
| | | | | ||||||
* | | | | fix pattern for database names | Georg Ehrke | 2013-01-06 | 1 | -1/+1 | |
| | | | | ||||||
* | | | | Merge pull request #956 from RandolfCarter/DefaultEmailAddressStable45 | Thomas Müller | 2013-01-06 | 3 | -8/+38 | |
|\ \ \ \ | |_|/ / |/| | | | stable45 fixing default email sender address | |||||
| * | | | Fixes incorrect variable name | Randolph Carter | 2012-12-21 | 1 | -2/+2 | |
| | | | | ||||||
| * | | | backport of fixing default email sender address | Randolph Carter | 2012-12-19 | 3 | -8/+38 | |
| |/ / | ||||||
* | | | Merge pull request #939 from owncloud/stable45_fix_minor_files_annoyances | Thomas Müller | 2013-01-04 | 5 | -34/+65 | |
|\ \ \ | | | | | | | | | Stable45 fix minor files annoyances | |||||
| * | | | use jQuery.parseJSON fallback for IE6/7/8 | Jörn Friedrich Dreyer | 2013-01-02 | 1 | -2/+9 | |
| | | | | ||||||
| * | | | input/form switching cleanup | Jörn Friedrich Dreyer | 2013-01-02 | 1 | -2/+2 | |
| | | | | ||||||
| * | | | remove , at end of js. IE8 chokes on this | Jörn Friedrich Dreyer | 2013-01-02 | 1 | -1/+1 | |
| | | | | ||||||
| * | | | 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 #1083 from owncloud/backport-fix-issue-1075 | Thomas Müller | 2013-01-04 | 1 | -1/+0 | |
|\ \ \ \ | | | | | | | | | | | Backport remove echo from lost password page | |||||
| * | | | | Remove echo from lost password page | Michael Gapczynski | 2013-01-04 | 1 | -1/+0 | |
|/ / / / | ||||||
* | | | | 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 | |||||
* | | | | | add smtp port configuration option | Thomas Mueller | 2013-01-02 | 2 | -6/+11 | |
| |/ / / |/| | | | ||||||
* | | | | 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 | 2 | -2/+12 | |
|\ \ \ \ | | | | | | | | | | | 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 | 2 | -2/+12 | |
| | | | | | | | | | | | | | | | | | | | | http://stackoverflow.com/questions/93551/how-to-encode-the-filename-parameter-of-content-disposition-header-in-http | |||||
* | | | | | Merge pull request #979 from owncloud/fixing-950-stable45 | Frank Karlitschek | 2012-12-21 | 1 | -7/+13 | |
|\ \ \ \ \ | |_|/ / / |/| | | | | backport #970 to stable45 | |||||
| * | | | | backport #970 to stable45 | Thomas Müller | 2012-12-20 | 1 | -7/+13 | |
| | | | | | ||||||
* | | | | | Merge pull request #937 from owncloud/stable45_ignore_autogenerated_testfiles | Bart Visscher | 2012-12-20 | 1 | -0/+6 | |
|\ \ \ \ \ | | | | | | | | | | | | | ignore autogenerated testfiles and folders |