Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | ||||
| * | | | | Add tests for the navigation manager (closure) behaviour | Joas Schilling | 2015-03-16 | 1 | -0/+160 |
| | | | | | |||||
| * | | | | Allow registering closures for navigation entries | Joas Schilling | 2015-03-16 | 2 | -4/+22 |
| | | | | | | | | | | | | | | | | | | | | | | | | | This speeds up all pages that don't use the navigation by 0.04sec per app, because we don't need to create the routing anymore, unless we really need to. | ||||
* | | | | | Merge pull request #12085 from owncloud/add-swift-mailer | Lukas Reschke | 2015-03-17 | 19 | -319/+1027 |
|\ \ \ \ \ | |_|_|/ / |/| | | | | Migrate OC_Mail to SwiftMailer | ||||
| * | | | | Don't fallback to Plaintext per default for legacy class | Lukas Reschke | 2015-03-16 | 1 | -6/+15 |
| | | | | | |||||
| * | | | | Add debug log message back | Lukas Reschke | 2015-03-16 | 3 | -5/+23 |
| | | | | | |||||
| * | | | | Show more detailed error message | Lukas Reschke | 2015-03-16 | 4 | -35/+16 |
| | | | | | |||||
| * | | | | Adjust unit test | Lukas Reschke | 2015-03-16 | 1 | -1/+6 |
| | | | | | |||||
| * | | | | Incorporate review changes | Lukas Reschke | 2015-03-16 | 8 | -116/+63 |
| | | | | | |||||
| * | | | | Use new IMailer and add unit-tests for lostcontroller | Lukas Reschke | 2015-03-16 | 3 | -20/+111 |
| | | | | | |||||
| * | | | | Migrate to SwiftMail | Lukas Reschke | 2015-03-16 | 20 | -286/+943 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Replaces the OC_Mail and phpmailer with SwiftMail allowing us to mock it properly. Fixes the unit test execution on master on local machines and https://github.com/owncloud/core/issues/12014 Conflicts: 3rdparty lib/private/server.php lib/public/iservercontainer.php tests/lib/mail.php tests/settings/controller/mailsettingscontrollertest.php Conflicts: 3rdparty lib/private/mail.php lib/private/server.php lib/public/iservercontainer.php settings/ajax/lostpassword.php settings/application.php | ||||
* | | | | | Merge pull request #14929 from owncloud/s2s-scanner-warnings | Vincent Petry | 2015-03-17 | 1 | -1/+1 |
|\ \ \ \ \ | | | | | | | | | | | | | Fix scanFile signature warnings | ||||
| * | | | | | Fix scanFile signature warnings | Vincent Petry | 2015-03-16 | 1 | -1/+1 |
| | |/ / / | |/| | | | |||||
* | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-03-17 | 102 | -228/+68 |
| | | | | | |||||
* | | | | | Merge pull request #14936 from owncloud/fix-setup-config | Morris Jobke | 2015-03-16 | 1 | -1/+1 |
|\ \ \ \ \ | | | | | | | | | | | | | Fix setup config namespace | ||||
| * | | | | | Fix setup config | Vincent Petry | 2015-03-16 | 1 | -1/+1 |
|/ / / / / | |||||
* | | | | | Merge pull request #14923 from owncloud/fix-preference-key-definition | Vincent Petry | 2015-03-16 | 6 | -1/+6 |
|\ \ \ \ \ | | | | | | | | | | | | | Fix user preference key definition for insertIfNotExists() | ||||
| * | | | | | Also add a note that clob does not work in the compare array | Joas Schilling | 2015-03-16 | 5 | -0/+5 |
| | | | | | | |||||
| * | | | | | The key is over configkey, user and app, not the value | Joas Schilling | 2015-03-16 | 1 | -1/+1 |
| |/ / / / | | | | | | | | | | | | | | | | stupid me :( | ||||
* | | | | | Merge pull request #13733 from ↵ | Thomas Müller | 2015-03-16 | 1 | -0/+5 |
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | mmattel/Try_to_write_logtimezone_during_installation Write the parameter 'logtimezone' into config.php during setup | ||||
| * | | | | | Write the parameter 'logtimezone' into config.php during setup | Martin | 2015-01-28 | 1 | -0/+5 |
| | | | | | |