Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | disable submit button while groupname is empty | Robin Appelman | 2015-03-18 | 1 | -0/+13 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-03-18 | 114 | -270/+8 |
| | |||||
* | 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 |
| | | |||||
* | | add whitespace to prevent file deletion when wanting to scroll | Jan-Christoph Borchardt | 2015-03-17 | 1 | -2/+6 |
|/ | |||||
* | 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 #12085 from owncloud/add-swift-mailer | Lukas Reschke | 2015-03-17 | 3 | -38/+38 |
|\ | | | | | Migrate OC_Mail to SwiftMailer | ||||
| * | Show more detailed error message | Lukas Reschke | 2015-03-16 | 1 | -12/+12 |
| | | |||||
| * | Incorporate review changes | Lukas Reschke | 2015-03-16 | 1 | -3/+2 |
| | | |||||
| * | Migrate to SwiftMail | Lukas Reschke | 2015-03-16 | 3 | -25/+26 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | ||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-03-17 | 24 | -8/+36 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-03-16 | 102 | -102/+16 |
| | | |||||
* | | Put notice about checking logs in setup warning | Robin McCorkell | 2015-03-15 | 1 | -1/+1 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-03-14 | 2 | -0/+12 |
|/ | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-03-13 | 2 | -0/+26 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-03-12 | 6 | -8/+8 |
| | |||||
* | Merge pull request #14705 from rullzer/avatarcontroller | Lukas Reschke | 2015-03-11 | 1 | -1/+1 |
|\ | | | | | Move AvatarController to AppFramework | ||||
| * | Avatar controller moved to AppFrameWork | Roeland Jago Douma | 2015-03-11 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | * Original avatarcontroller migrated to the appframework * Added DataDisplayResponse that show data inline in the browser (used to retrun the image) * Removed some unneeded code * Added unit tests for the avatarcontroller | ||||
* | | display app update error messages - fixes #14611 | Thomas Müller | 2015-03-11 | 1 | -1/+5 |
|/ | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-03-10 | 4 | -38/+280 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-03-09 | 4 | -6/+14 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-03-08 | 4 | -0/+10 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-03-07 | 2 | -0/+2 |
| | |||||
* | adjust list of errors, more compact and readable | Jan-Christoph Borchardt | 2015-03-06 | 3 | -3/+9 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-03-06 | 8 | -0/+20 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-03-05 | 142 | -618/+16 |
| | |||||
* | Merge pull request #14651 from ↵ | Morris Jobke | 2015-03-04 | 5 | -132/+4 |
|\ | | | | | | | | | owncloud/add-some-headers-to-htaccess-for-my-best-friend-jenkins Let users configure security headers in their Webserver | ||||
| * | Let users configure security headers in their Webserver | Lukas Reschke | 2015-03-02 | 5 | -132/+4 |
| | | | | | | | | | | | | | | | | | | | | Doing this in the PHP code is not the right approach for multiple reasons: 1. A bug in the PHP code prevents them from being added to the response. 2. They are only added when something is served via PHP and not in other cases (that makes for example the newest IE UXSS which is not yet patched by Microsoft exploitable on ownCloud) 3. Some headers such as the Strict-Transport-Security might require custom modifications by administrators. This was not possible before and lead to buggy situations. This pull request moves those headers out of the PHP code and adds a security check to the admin settings performed via JS. | ||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-03-04 | 16 | -10/+38 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-03-03 | 24 | -30/+92 |
|/ | |||||
* | Merge pull request #14593 from owncloud/fix/13994 | Morris Jobke | 2015-03-02 | 2 | -0/+23 |
|\ | | | | | Add detection for invalid CLI configuration for settings page | ||||
| * | Add detection for invalid CLI configuration for settings page | Lukas Reschke | 2015-02-27 | 2 | -0/+23 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | This change will log all failures that prevent the CLI cronjob from happening to the database and display a warning to administrators when an error happened. To test: 1. Configure some invalid CLI php.ini settings 2. Enable the CLI cronjob and run php cron.php 3. See the errors printed and also in the admin page 4. Configure the CLI settings correctly 5. Errors should be gone. Fixes https://github.com/owncloud/core/issues/13994 | ||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-03-02 | 76 | -150/+0 |
| | | |||||
* | | Merge pull request #14614 from jakobsack/master | Morris Jobke | 2015-03-01 | 2 | -5/+12 |
|\ \ | | | | | | | Show time difference of last cron run instead of absolute time | ||||
| * | | Improve language on backgroundjob admin page | Jakob Sack | 2015-03-01 | 1 | -2/+2 |
| | | | |||||
| * | | Rename $human_time to $relative_time in cron settings | Jakob Sack | 2015-02-28 | 1 | -3/+3 |
| | | | |||||
| * | | Add absolute time of last cronjob as hover tip | Jakob Sack | 2015-02-28 | 2 | -4/+11 |
| | | | |||||
| * | | Use relative time for cron status | Jakob Sack | 2015-02-28 | 1 | -3/+3 |
| | | | |||||
* | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-03-01 | 8 | -2/+302 |
|/ / | |||||
* / | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-02-28 | 22 | -6/+42 |
|/ | |||||
* | Merge pull request #14530 from owncloud/revert-14403 | Thomas Müller | 2015-02-27 | 35 | -750/+138 |
|\ | | | | | Revert "Updating license headers" | ||||
| * | Revert "Updating license headers" | Morris Jobke | 2015-02-26 | 35 | -750/+138 |
| | | | | | | | | This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36. | ||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-02-27 | 70 | -196/+2 |
| | | |||||
* | | Merge pull request #14527 from owncloud/clarify-link | Morris Jobke | 2015-02-26 | 1 | -1/+1 |
|\ \ | | | | | | | clarify link on apps management to the dev documentation | ||||
| * | | clarify link on apps management to the dev documentation | Morris Jobke | 2015-02-26 | 1 | -1/+1 |
| |/ | |||||
* | | Merge pull request #14474 from owncloud/move-utf-8-check-to-setup | Morris Jobke | 2015-02-26 | 2 | -16/+1 |
|\ \ | |/ |/| | Move UTF-8 check to setup | ||||
| * | Move UTF-8 check to setup | Lukas Reschke | 2015-02-24 | 2 | -16/+1 |
| | | | | | | | | | | | | | | | | Nobody reads the warnings anyways and so we should enforce it at installation time... Also allows us to get rid of some duplicated code. To test change the `default_charset` to something other than `utf-8` or `UTF-8`, both should work fine with that change here. An error should then get shown. We already set those default charsets in the shipped .user.ini and .htaccess | ||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-02-26 | 8 | -94/+150 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-02-25 | 120 | -118/+4 |
|/ |