summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #14995 from owncloud/remove-unrequired-backtick-removalVincent Petry2015-03-182-3/+22
|\ | | | | Remove unrequired backtick removal
| * Add test for backticks in path and etagJoas Schilling2015-03-181-0/+22
| |
| * Remove unreqired backtick removalLukas Reschke2015-03-181-3/+0
| | | | | | | | | | | | | | | | Without this files with a ` (backtick) in the beginning of the filenames where simply not correctly referenced as the ` got removed. This can lead to all possible havoc situations. Should get backported to stable8 and in future we might consider if it is really worth to backport such changes when it is just for SQLite :see_no_evil: Regression of https://github.com/owncloud/core/pull/14734
* | fix typo in config.sample.phpMorris Jobke2015-03-181-1/+1
| |
* | Merge pull request #14997 from owncloud/newgroup-empty-disableMorris Jobke2015-03-181-0/+13
|\ \ | | | | | | disable submit button while groupname is empty
| * | disable submit button while groupname is emptyRobin Appelman2015-03-181-0/+13
| |/
* | Merge pull request #14999 from owncloud/kill-fileoperations-proxyRobin Appelman2015-03-182-40/+0
|\ \ | | | | | | kill fileoperations proxy
| * | kill fileoperations proxyRobin Appelman2015-03-182-40/+0
| |/ | | | | | | check is now handled by storage backends
* | Merge pull request #14994 from owncloud/sabre-customprops-softfailLukas Reschke2015-03-182-2/+42
|\ \ | | | | | | Soft fail in custom properties backend
| * | Soft fail in custom properties backendVincent Petry2015-03-182-2/+42
| |/ | | | | | | | | This makes it possible for clients to still receive a file list (minus the broken files) instead of getting no list at all
* | Merge pull request #14992 from owncloud/add-exception-to-memcachbeMorris Jobke2015-03-181-10/+19
|\ \ | |/ |/| Use ArrayCache if ownCloud is not installed
| * Use ArrayCache if ownCloud is not installedLukas Reschke2015-03-181-10/+19
| | | | | | | | | | | | | | | | If ownCloud has not been installed yet the prefix might otherwise change at this point quite some time and thus the cache runs havoc. This made installing ownCloud impossible on systems where APCu or so was available. However, I was not able to reproduce the same problem for application upgrades so this patch seems to work fine for this situation as well. Fixes itself.
* | Merge pull request #14981 from Volker-E/masterJan-Christoph Borchardt2015-03-1812-74/+61
|\ \ | |/ |/| addressing #14978 - remove html root classes targeting IE6/IE7
| * addressing #14984 removing redundant type attributesVolker E2015-03-183-6/+6
| |
| * addressing #14983 obsolete Google Chrome FrameVolker E2015-03-183-3/+3
| |
| * addressing #14982 self-closing tags ending slash doesn't have a purpose & ↵Volker E2015-03-1712-49/+49
| | | | | | | | should be removed
| * adressing #14979 meta charset declaration should be first in headVolker E2015-03-173-3/+3
| |
| * addressing #14978 - remove html root classes targeting IE6/IE7Volker E2015-03-171-6/+2
| |
| * addressing #14978 - remove html root classes targeting IE6/IE7Volker E2015-03-172-13/+4
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2015-03-18180-352/+272
| |
* | Merge pull request #14972 from owncloud/add-group-styleMorris Jobke2015-03-181-2/+21
|\ \ | | | | | | User management design details
| * | slight positioning fixes in user mgmt controls barJan-Christoph Borchardt2015-03-171-1/+4
| | |
| * | improve style of 'Add group' input and buttonJan-Christoph Borchardt2015-03-171-1/+17
| | |
* | | Merge pull request #14967 from owncloud/checkbox-alignmentMorris Jobke2015-03-181-2/+5
|\ \ \ | |_|/ |/| | Share dropdown: fix checkbox alignment, more whitespace
| * | add more whitespace to share link options in dropdown for better ↵Jan-Christoph Borchardt2015-03-171-2/+4
| | | | | | | | | | | | clickability and look
| * | fix checkbox alignment in share dialog, fix #11515Jan-Christoph Borchardt2015-03-171-0/+1
| |/
* | Merge pull request #14968 from owncloud/files-reallowsinglequoteThomas Müller2015-03-172-1/+27
|\ \ | | | | | | Reallow single quote in file names
| * | Use `FILTER_UNSAFE_RAW` instead of `FILTER_SANITIZE_STRING`Lukas Reschke2015-03-171-1/+1
| | | | | | | | | | | | `FILTER_SANITIZE_STRING` will still encode everything else.
| * | Add positive test for path verificationVincent Petry2015-03-171-0/+26
| |/
* | Merge pull request #14975 from owncloud/add-smtp-debug-modeThomas Müller2015-03-171-1/+16
|\ \ | | | | | | Add debug mode back to mailer
| * | Add debug mode back to mailerLukas Reschke2015-03-171-1/+16
| | | | | | | | | | | | This re-adds the debug mode for the mailer which will log the whole SMTP traffic within the log file if enabled.
* | | Merge pull request #14961 from owncloud/onlyrequireinfoBernhard Posselt2015-03-171-3/+3
|\ \ \ | | | | | | | | Only hard depend on the info.xml and not the app.php
| * | | only hard depend on the info.xml and not the app.phpBernhard Posselt2015-03-171-3/+3
| | | | | | | | | | | | | | | | fix comment
* | | | Merge pull request #14954 from owncloud/cache-image-pathRobin McCorkell2015-03-174-24/+51
|\ \ \ \ | |_|/ / |/| | | Cache \OC\URLGenerator::imagePath
| * | | Reuse cache resultLukas Reschke2015-03-171-2/+2
| | | |
| * | | Read theme only if requiredLukas Reschke2015-03-171-3/+3
| | | |
| * | | Cache \OC\URLGenerator::imagePathLukas Reschke2015-03-174-24/+51
| | | | | | | | | | | | | | | | \OC\URLGenerator::imagePath is a really expensive operation due to all the I/O handling and can really benefit from caching.
* | | | Merge pull request #14962 from owncloud/safer-deletionMorris Jobke2015-03-172-3/+7
|\ \ \ \ | |_|_|/ |/| | | Add whitespace to right of list to prevent accidental deletion when scrolling
| * | | add whitespace to prevent file deletion when wanting to scrollJan-Christoph Borchardt2015-03-172-3/+7
|/ / /
* | | Merge pull request #14957 from owncloud/remove-unused-sectionLukas Reschke2015-03-171-1/+0
|\ \ \ | | | | | | | | Remove unused section
| * | | Remove unused sectionLukas Reschke2015-03-171-1/+0
| | | | | | | | | | | | | | | | This section is now unused as the security configuration has to happen on the webserver layer since https://github.com/owncloud/core/pull/14651
* | | | Merge pull request #14948 from owncloud/prefix-memcacheThomas Müller2015-03-172-1/+9
|\ \ \ \ | |/ / / |/| | | Add version and path to cache prefix
| * | | Add version and path to cache prefixLukas Reschke2015-03-172-1/+9
| |/ / | | | | | | | | | | | | | | | Prevents to have the cache reused by other instances on the server which have possible the same instance ID and also invalidates older cache entries after an upgrade which can cause unwanted side-effects. Impact for deployment: The same cache will only get used if ownCloud is installed with the same version and under the same path. But this should be a basic requirement anyways.
* | | Merge pull request #14952 from owncloud/issue/14881-files-app-follow-upThomas Müller2015-03-173-45/+38
|\ \ \ | |/ / |/| | Use a closure for the files app entry and deprecate old methods
| * | Use a closure for the files app entry and deprecate old methodsJoas Schilling2015-03-173-45/+38
|/ /
* | Merge pull request #14944 from owncloud/fix-php-doc-and-coThomas Müller2015-03-171-4/+12
|\ \ | | | | | | Fix PHPDoc and Co.
| * | Fix PHPDoc and Co.Lukas Reschke2015-03-171-4/+12
| | | | | | | | | | | | Ref https://github.com/owncloud/core/pull/14929#discussion_r26501240
* | | Merge pull request #14927 from oparoz/raw-mimetypesThomas Müller2015-03-174-2/+137
|\ \ \ | | | | | | | | Introducing the Raw media types
| * | | Introducing the Raw mimetypesOlivier Paroz2015-03-164-2/+137
| | | |
* | | | Merge pull request #14931 from ↵Lukas Reschke2015-03-173-4/+182
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | owncloud/issue/14881-closures-for-navigation-entries Issue/14881 closures for navigation entries