summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | Sanitize the exceptionLukas Reschke2013-01-191-1/+1
| |
* | Also replace the backslash with a minusLukas Reschke2013-01-191-1/+2
| | | | | | | | For Windows systems
* | Use GET instead of QUERY_STRINGLukas Reschke2013-01-191-1/+1
| |
* | Merge pull request #1222 from schiesbn/fix_error_messageThomas Müller2013-01-181-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 errorBjörn Schießle2013-01-181-1/+1
|/ /
* | Merge pull request #1213 from owncloud/backport-905-stable45Frank Karlitschek2013-01-171-2/+2
|\ \ | | | | | | proper escape the mountpoints. Fixes
| * | proper escape the mountpoints. FixesThomas Mueller2013-01-171-2/+2
|/ / | | | | | | | | https://github.com/owncloud/core/issues/557 in stable45
* / Group name does't need to be sanitized before storing it in the databaseBart Visscher2013-01-152-3/+3
|/ | | | It should only be sanitized before display
* Merge pull request #1134 from owncloud/stable45_fix_1073Lukas Reschke2013-01-142-3/+3
|\ | | | | use rawurlencode to fix 1073
| * allow moving into dirs with + charsJörn Friedrich Dreyer2013-01-091-1/+1
| |
| * use rawurlencode to fix 1073Jörn Friedrich Dreyer2013-01-091-2/+2
| |
* | interpret http 403 and http 401 as not authorizedFrank Karlitschek2013-01-131-1/+1
| |
* | Correct link to the bugtracker in exception.phpLukas Reschke2013-01-111-1/+1
| |
* | Merge pull request #1130 from owncloud/stable45_more_translationsLukas Reschke2013-01-094-31/+33
|\ \ | |/ |/| more translations for stable45
| * more translationsJörn Friedrich Dreyer2013-01-094-31/+33
| |
* | SQL limit cleanupJörn Friedrich Dreyer2013-01-092-2/+2
|/
* Merge pull request #867 from eMerzh/pg_install_dbThomas Müller2013-01-081-53/+58
|\ | | | | postgresql connect with specify db if 'postgres' does not work
| * postgresql connect with specify db if 'postgres' does not workBrice Maron2012-12-131-53/+58
| |
* | Merge pull request #1102 from owncloud/backport-1092-stable45Jörn Friedrich Dreyer2013-01-083-18/+22
|\ \ | | | | | | backport of #1092 to stable45
| * | 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 #963 from schiesbn/fix_expire_all_versionsFrank Karlitschek2013-01-071-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ßle2012-12-191-5/+5
| | | | | | | | | | | | | | | | function calls
* | | | use regex which was suggested by dragotinGeorg Ehrke2013-01-061-1/+1
| | | |
* | | | fix pattern for database namesGeorg Ehrke2013-01-061-1/+1
| | | |
* | | | Merge pull request #956 from RandolfCarter/DefaultEmailAddressStable45Thomas Müller2013-01-063-8/+38
|\ \ \ \ | |_|/ / |/| | | stable45 fixing default email sender address
| * | | Fixes incorrect variable nameRandolph Carter2012-12-211-2/+2
| | | |
| * | | backport of fixing default email sender addressRandolph Carter2012-12-193-8/+38
| |/ /
* | | Merge pull request #939 from owncloud/stable45_fix_minor_files_annoyancesThomas Müller2013-01-045-34/+65
|\ \ \ | | | | | | | | Stable45 fix minor files annoyances
| * | | use jQuery.parseJSON fallback for IE6/7/8Jörn Friedrich Dreyer2013-01-021-2/+9
| | | |
| * | | input/form switching cleanupJörn Friedrich Dreyer2013-01-021-2/+2
| | | |
| * | | remove , at end of js. IE8 chokes on thisJörn Friedrich Dreyer2013-01-021-1/+1
| | | |
| * | | 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 #1083 from owncloud/backport-fix-issue-1075Thomas Müller2013-01-041-1/+0
|\ \ \ \ | | | | | | | | | | Backport remove echo from lost password page
| * | | | Remove echo from lost password pageMichael Gapczynski2013-01-041-1/+0
|/ / / /
* | | | 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
* | | | | add smtp port configuration optionThomas Mueller2013-01-022-6/+11
| |/ / / |/| | |
* | | | 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-252-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 Dreyer2012-12-172-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-stable45Frank Karlitschek2012-12-211-7/+13
|\ \ \ \ \ | |_|/ / / |/| | | | backport #970 to stable45
| * | | | backport #970 to stable45Thomas Müller2012-12-201-7/+13
| | | | |
* | | | | Merge pull request #937 from owncloud/stable45_ignore_autogenerated_testfilesBart Visscher2012-12-201-0/+6
|\ \ \ \ \ | | | | | | | | | | | | ignore autogenerated testfiles and folders