Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #14995 from owncloud/remove-unrequired-backtick-removal | Vincent Petry | 2015-03-18 | 2 | -3/+22 |
|\ | | | | | Remove unrequired backtick removal | ||||
| * | Add test for backticks in path and etag | Joas Schilling | 2015-03-18 | 1 | -0/+22 |
| | | |||||
| * | Remove unreqired backtick removal | Lukas Reschke | 2015-03-18 | 1 | -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.php | Morris Jobke | 2015-03-18 | 1 | -1/+1 |
| | | |||||
* | | Merge pull request #14997 from owncloud/newgroup-empty-disable | Morris Jobke | 2015-03-18 | 1 | -0/+13 |
|\ \ | | | | | | | disable submit button while groupname is empty | ||||
| * | | disable submit button while groupname is empty | Robin Appelman | 2015-03-18 | 1 | -0/+13 |
| |/ | |||||
* | | Merge pull request #14999 from owncloud/kill-fileoperations-proxy | Robin Appelman | 2015-03-18 | 2 | -40/+0 |
|\ \ | | | | | | | kill fileoperations proxy | ||||
| * | | kill fileoperations proxy | Robin Appelman | 2015-03-18 | 2 | -40/+0 |
| |/ | | | | | | | check is now handled by storage backends | ||||
* | | Merge pull request #14994 from owncloud/sabre-customprops-softfail | Lukas Reschke | 2015-03-18 | 2 | -2/+42 |
|\ \ | | | | | | | Soft fail in custom properties backend | ||||
| * | | Soft fail in custom properties backend | Vincent Petry | 2015-03-18 | 2 | -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-memcachbe | Morris Jobke | 2015-03-18 | 1 | -10/+19 |
|\ \ | |/ |/| | Use ArrayCache if ownCloud is not installed | ||||
| * | Use ArrayCache if ownCloud is not installed | Lukas Reschke | 2015-03-18 | 1 | -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/master | Jan-Christoph Borchardt | 2015-03-18 | 12 | -74/+61 |
|\ \ | |/ |/| | addressing #14978 - remove html root classes targeting IE6/IE7 | ||||
| * | addressing #14984 removing redundant type attributes | Volker E | 2015-03-18 | 3 | -6/+6 |
| | | |||||
| * | addressing #14983 obsolete Google Chrome Frame | Volker E | 2015-03-18 | 3 | -3/+3 |
| | | |||||
| * | addressing #14982 self-closing tags ending slash doesn't have a purpose & ↵ | Volker E | 2015-03-17 | 12 | -49/+49 |
| | | | | | | | | should be removed | ||||
| * | adressing #14979 meta charset declaration should be first in head | Volker E | 2015-03-17 | 3 | -3/+3 |
| | | |||||
| * | addressing #14978 - remove html root classes targeting IE6/IE7 | Volker E | 2015-03-17 | 1 | -6/+2 |
| | | |||||
| * | addressing #14978 - remove html root classes targeting IE6/IE7 | Volker E | 2015-03-17 | 2 | -13/+4 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-03-18 | 180 | -352/+272 |
| | | |||||
* | | Merge pull request #14972 from owncloud/add-group-style | Morris Jobke | 2015-03-18 | 1 | -2/+21 |
|\ \ | | | | | | | User management design details | ||||
| * | | slight positioning fixes in user mgmt controls bar | Jan-Christoph Borchardt | 2015-03-17 | 1 | -1/+4 |
| | | | |||||
| * | | improve style of 'Add group' input and button | Jan-Christoph Borchardt | 2015-03-17 | 1 | -1/+17 |
| | | | |||||
* | | | Merge pull request #14967 from owncloud/checkbox-alignment | Morris Jobke | 2015-03-18 | 1 | -2/+5 |
|\ \ \ | |_|/ |/| | | Share dropdown: fix checkbox alignment, more whitespace | ||||
| * | | add more whitespace to share link options in dropdown for better ↵ | Jan-Christoph Borchardt | 2015-03-17 | 1 | -2/+4 |
| | | | | | | | | | | | | clickability and look | ||||
| * | | fix checkbox alignment in share dialog, fix #11515 | Jan-Christoph Borchardt | 2015-03-17 | 1 | -0/+1 |
| |/ | |||||
* | | Merge pull request #14968 from owncloud/files-reallowsinglequote | Thomas Müller | 2015-03-17 | 2 | -1/+27 |
|\ \ | | | | | | | Reallow single quote in file names | ||||
| * | | Use `FILTER_UNSAFE_RAW` instead of `FILTER_SANITIZE_STRING` | Lukas Reschke | 2015-03-17 | 1 | -1/+1 |
| | | | | | | | | | | | | `FILTER_SANITIZE_STRING` will still encode everything else. | ||||
| * | | Add positive test for path verification | Vincent Petry | 2015-03-17 | 1 | -0/+26 |
| |/ | |||||
* | | Merge pull request #14975 from owncloud/add-smtp-debug-mode | Thomas Müller | 2015-03-17 | 1 | -1/+16 |
|\ \ | | | | | | | Add debug mode back to mailer | ||||
| * | | Add debug mode back to mailer | Lukas Reschke | 2015-03-17 | 1 | -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/onlyrequireinfo | Bernhard Posselt | 2015-03-17 | 1 | -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.php | Bernhard Posselt | 2015-03-17 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | | fix comment | ||||
* | | | | Merge pull request #14954 from owncloud/cache-image-path | Robin McCorkell | 2015-03-17 | 4 | -24/+51 |
|\ \ \ \ | |_|/ / |/| | | | Cache \OC\URLGenerator::imagePath | ||||
| * | | | Reuse cache result | Lukas Reschke | 2015-03-17 | 1 | -2/+2 |
| | | | | |||||
| * | | | Read theme only if required | Lukas Reschke | 2015-03-17 | 1 | -3/+3 |
| | | | | |||||
| * | | | Cache \OC\URLGenerator::imagePath | Lukas Reschke | 2015-03-17 | 4 | -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-deletion | Morris Jobke | 2015-03-17 | 2 | -3/+7 |
|\ \ \ \ | |_|_|/ |/| | | | Add whitespace to right of list to prevent accidental deletion when scrolling | ||||
| * | | | add whitespace to prevent file deletion when wanting to scroll | Jan-Christoph Borchardt | 2015-03-17 | 2 | -3/+7 |
|/ / / | |||||
* | | | Merge pull request #14957 from owncloud/remove-unused-section | Lukas Reschke | 2015-03-17 | 1 | -1/+0 |
|\ \ \ | | | | | | | | | Remove unused section | ||||
| * | | | Remove unused section | Lukas Reschke | 2015-03-17 | 1 | -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-memcache | Thomas Müller | 2015-03-17 | 2 | -1/+9 |
|\ \ \ \ | |/ / / |/| | | | Add version and path to cache prefix | ||||
| * | | | Add version and path to cache prefix | Lukas Reschke | 2015-03-17 | 2 | -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-up | Thomas Müller | 2015-03-17 | 3 | -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 methods | Joas Schilling | 2015-03-17 | 3 | -45/+38 |
|/ / | |||||
* | | Merge pull request #14944 from owncloud/fix-php-doc-and-co | Thomas Müller | 2015-03-17 | 1 | -4/+12 |
|\ \ | | | | | | | Fix PHPDoc and Co. | ||||
| * | | Fix PHPDoc and Co. | Lukas Reschke | 2015-03-17 | 1 | -4/+12 |
| | | | | | | | | | | | | Ref https://github.com/owncloud/core/pull/14929#discussion_r26501240 | ||||
* | | | Merge pull request #14927 from oparoz/raw-mimetypes | Thomas Müller | 2015-03-17 | 4 | -2/+137 |
|\ \ \ | | | | | | | | | Introducing the Raw media types | ||||
| * | | | Introducing the Raw mimetypes | Olivier Paroz | 2015-03-16 | 4 | -2/+137 |
| | | | | |||||
* | | | | Merge pull request #14931 from ↵ | Lukas Reschke | 2015-03-17 | 3 | -4/+182 |
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | owncloud/issue/14881-closures-for-navigation-entries Issue/14881 closures for navigation entries |