Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-01-24 | 80 | -6/+190 |
| | |||||
* | Merge pull request #13637 from owncloud/s2s_notification_new_defaults | Björn Schießle | 2015-01-23 | 2 | -3/+75 |
|\ | | | | | by default send mail for new server-to-server share | ||||
| * | by default send mail for new server-to-server share | Bjoern Schiessle | 2015-01-23 | 2 | -3/+75 |
|/ | |||||
* | Merge pull request #13626 from owncloud/check-for-hhvm | Clark Tomlinson | 2015-01-23 | 1 | -0/+14 |
|\ | | | | | Don't check for `always_populate_raw_post_data` on HHVM | ||||
| * | Don't check for `always_populate_raw_post_data` on HHVM | Lukas Reschke | 2015-01-23 | 1 | -0/+14 |
| | | | | | | | | | | | | HHVM seems to have problems with this at the moment (even setting those values in the php.ini of HHVM doesn't have helped much) and thus the unit test execution failed. So it's better if we disable this check for now for HHVM. | ||||
* | | Merge pull request #13463 from owncloud/share-getitemsharedwithuser-emptygroup | Lukas Reschke | 2015-01-23 | 2 | -21/+48 |
|\ \ | |/ |/| | Do not retrieve shares through group if user has no group | ||||
| * | Do not retrieve shares through group if user has no group | Vincent Petry | 2015-01-23 | 2 | -21/+48 |
|/ | |||||
* | Merge pull request #13479 from ↵ | Lukas Reschke | 2015-01-23 | 2 | -3/+19 |
|\ | | | | | | | | | owncloud/issue/13475-favorites-and-unavailable-external-storages Ignore favorites that are not available when creating the favorites list | ||||
| * | Ignore favorites that are not available when creating the favorites list | Joas Schilling | 2015-01-23 | 2 | -3/+19 |
| | | | | | | | | Also correctly return the exception for all cases when adding/removing favos | ||||
* | | Merge pull request #13590 from owncloud/sabredav-1.8.12 | Morris Jobke | 2015-01-23 | 1 | -0/+0 |
|\ \ | |/ |/| | Update SabreDAV to 1.8.12 | ||||
| * | Update SabreDAV to 1.8.12 | Thomas Müller | 2015-01-23 | 1 | -0/+0 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-01-23 | 22 | -6/+58 |
| | | |||||
* | | Merge pull request #13593 from owncloud/add-check-for-raw-post-data | Morris Jobke | 2015-01-22 | 3 | -2/+19 |
|\ \ | | | | | | | Add check for `HTTP_RAW_POST_DATA` setting for >= 5.6 | ||||
| * | | add always_populate_raw_post_data to .user.ini | Morris Jobke | 2015-01-22 | 1 | -0/+1 |
| | | | |||||
| * | | translate error messages | Morris Jobke | 2015-01-22 | 1 | -4/+4 |
| | | | |||||
| * | | Add check for `HTTP_RAW_POST_DATA` setting for >= 5.6 | Lukas Reschke | 2015-01-22 | 2 | -0/+16 |
| |/ | | | | | | | | | | | PHP 5.6 otherwise throws notices for perfectly valid code which results in broken endpoints. Fixes https://github.com/owncloud/core/issues/13592 | ||||
* | | Merge pull request #13314 from owncloud/login-hook-logout | Morris Jobke | 2015-01-22 | 5 | -12/+41 |
|\ \ | | | | | | | Return false if the login is canceled in a hook | ||||
| * | | Throw an exception when login is canceled by an app | Robin Appelman | 2015-01-22 | 3 | -11/+33 |
| | | | |||||
| * | | Allow custom error messages for the login page | Robin Appelman | 2015-01-22 | 2 | -1/+8 |
| | | | |||||
| * | | Return false if the login is canceled in a hook | Robin Appelman | 2015-01-13 | 1 | -1/+1 |
| | | | |||||
* | | | Merge pull request #13449 from owncloud/image_preview_limit | Thomas Müller | 2015-01-22 | 2 | -0/+19 |
|\ \ \ | | | | | | | | | add config-option for an image's maximum filesize when generating previews | ||||
| * | | | add config-option for an image's maximum filesize when generating previews | Georg Ehrke | 2015-01-22 | 2 | -0/+19 |
| | | | | |||||
* | | | | Merge pull request #13614 from owncloud/oc_image_log_fix | Thomas Müller | 2015-01-22 | 1 | -1/+0 |
|\ \ \ \ | | | | | | | | | | | remove insane debug-log from OC_Image | ||||
| * | | | | remove insane debug-log from OC_Image | Georg Ehrke | 2015-01-22 | 1 | -1/+0 |
|/ / / / | |||||
* | | | | Merge pull request #13598 from owncloud/fix-undefined-offset | Thomas Müller | 2015-01-22 | 2 | -12/+27 |
|\ \ \ \ | | | | | | | | | | | Fix undefined offset 1 for wrong user mail address | ||||
| * | | | | Fix undefined offset 1 for wrong user mail address | Morris Jobke | 2015-01-22 | 2 | -12/+27 |
| | |_|/ | |/| | | | | | | | | | | * fixes Undefined offset: 1 at lib/private/mail.php#143 | ||||
* | | | | Merge pull request #13600 from owncloud/server-warning | Thomas Müller | 2015-01-22 | 1 | -39/+36 |
|\ \ \ \ | |/ / / |/| | | | Get rid of log warning when using servercontainer | ||||
| * | | | get rid of log warning when using servercontainer | Bernhard Posselt | 2015-01-22 | 1 | -39/+36 |
| | | | | |||||
* | | | | Merge pull request #13509 from owncloud/share-deletechildrenwhenunsharefromgroup | Morris Jobke | 2015-01-22 | 3 | -9/+68 |
|\ \ \ \ | | | | | | | | | | | Fix reshare permission change to not impair other deletion code | ||||
| * | | | | Fix reshare permission change to not impair other deletion code | Vincent Petry | 2015-01-22 | 3 | -9/+68 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | A recent change that prevents reshare permission changes to delete group share children had the side-effect of also preventing group share children deletion when it needed to be done. This fix adds an extra flag to isolate the "reshare permission change" deletion case and keep the other ones as they were before, not only to fix the regression but also fix other potential regressions in code that uses this method. Also updated the comment because now Helper::delete() is no longer limited to reshares but also applies to group share children. | ||||
* | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-01-22 | 136 | -236/+186 |
| | | | | | |||||
* | | | | | Merge pull request #13517 from owncloud/keymanager-storage | Morris Jobke | 2015-01-22 | 1 | -12/+9 |
|\ \ \ \ \ | | | | | | | | | | | | | Bypass the view when storing encryption keys | ||||
| * | | | | | Bypass the view when storing encryption keys | Robin Appelman | 2015-01-20 | 1 | -12/+9 |
| | |/ / / | |/| | | | |||||
* | | | | | Merge pull request #13568 from owncloud/s2s_delete_shares_jenkins | Morris Jobke | 2015-01-22 | 4 | -0/+144 |
|\ \ \ \ \ | | | | | | | | | | | | | [ignore] delete all server-to-server shares if a user gets deleted | ||||
| * | | | | | delete all server-to-server shares if a user gets deleted | Bjoern Schiessle | 2015-01-21 | 4 | -0/+144 |
| | | | | | | |||||
* | | | | | | Merge pull request #13581 from owncloud/make-naming-consistent | Morris Jobke | 2015-01-22 | 2 | -2/+10 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Make naming of encryption app consistent | ||||
| * | | | | | | Make naming of encryption app consistent | Lukas Reschke | 2015-01-21 | 2 | -2/+10 |
|/ / / / / / | | | | | | | | | | | | | | | | | | | Fixes https://github.com/owncloud/core/issues/13580 | ||||
* | | | | | | Merge pull request #13552 from owncloud/request-uri-double-slash | Thomas Müller | 2015-01-21 | 2 | -0/+3 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Remove duplicated slashes from the requested url | ||||
| * | | | | | | Add unit test | Robin Appelman | 2015-01-21 | 1 | -0/+1 |
| | | | | | | | |||||
| * | | | | | | Remove duplicated slashes from the requested url | Robin Appelman | 2015-01-21 | 1 | -0/+2 |
| | | | | | | | |||||
* | | | | | | | Merge pull request #13519 from Sugaroverdose/fix_#13500 | Thomas Müller | 2015-01-21 | 1 | -1/+2 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Do not clear fields until request return success in users admin page on user creation | ||||
| * | | | | | | | do not clear fields until request return success | Sugaroverdose | 2015-01-20 | 1 | -1/+2 |
| | | | | | | | | |||||
* | | | | | | | | Merge pull request #13559 from owncloud/increase-log-table-margin | Morris Jobke | 2015-01-21 | 1 | -1/+4 |
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | | | add margin to log table - fixes #13558 | ||||
| * | | | | | | | add margin to log table - fixes #13558 | Morris Jobke | 2015-01-21 | 1 | -1/+4 |
| | |/ / / / / | |/| | | | | | |||||
* | | | | | | | Merge pull request #13432 from owncloud/animate_gifs_public_sharing | Thomas Müller | 2015-01-21 | 5 | -3/+30 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | show animated gifs on public sharing page | ||||
| * | | | | | | | show animated gifs on public sharing page | Georg Ehrke | 2015-01-19 | 5 | -3/+30 |
| | | | | | | | | |||||
* | | | | | | | | Merge pull request #13563 from owncloud/proper-title | Thomas Müller | 2015-01-21 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | use title instead of name | ||||
| * | | | | | | | | use title instead of name | Morris Jobke | 2015-01-21 | 1 | -1/+1 |
| | |/ / / / / / | |/| | | | | | | |||||
* | | | | | | | | Merge pull request #13540 from owncloud/s2s-fixpasswordfromdialog | Thomas Müller | 2015-01-21 | 3 | -59/+204 |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | External share dialog must properly read entered password | ||||
| * | | | | | | | | Add unit test for external share JS dialog | Vincent Petry | 2015-01-21 | 3 | -58/+202 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Moved external share JS code into a small plugin to make it testable. Added unit test for the external share dialog logic + ajax calls. |