Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-02-28 | 64 | -36/+654 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-02-27 | 68 | -44/+90 |
| | |||||
* | Merge pull request #22669 from owncloud/fix-email-form | Thomas Müller | 2016-02-26 | 1 | -3/+3 |
|\ | | | | | Fix email form on personal page | ||||
| * | Email endpoint is controlled by the username setting, not password | Joas Schilling | 2016-02-26 | 1 | -1/+1 |
| | | |||||
| * | Correctly indent uneditable email/display name fields | Joas Schilling | 2016-02-26 | 1 | -2/+2 |
| | | |||||
* | | Merge pull request #22660 from owncloud/fix_22656 | Thomas Müller | 2016-02-26 | 3 | -0/+42 |
|\ \ | | | | | | | Do not allow sharing of the users root folder | ||||
| * | | Do not allow sharing of the root folder | Roeland Jago Douma | 2016-02-25 | 3 | -0/+42 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Sharing of the users root folder should not be allowed as it is very weird UX. Also many of our clients have no proper way of displaying this. Added unit test Also added intergration tests to make sure we won't allow it in the future. | ||||
* | | | Merge pull request #22671 from owncloud/issue-22670 | Thomas Müller | 2016-02-26 | 2 | -26/+26 |
|\ \ \ | | | | | | | | | Move the tag filter at the end for now | ||||
| * | | | Move the tag filter at the end for now | Joas Schilling | 2016-02-26 | 2 | -26/+26 |
| | |/ | |/| | |||||
* | | | Merge pull request #22646 from owncloud/fix_22642 | Thomas Müller | 2016-02-26 | 2 | -22/+43 |
|\ \ \ | | | | | | | | | Set default expiration date if none given on share creation | ||||
| * | | | Set default expiration date if none given on share creation | Roeland Jago Douma | 2016-02-25 | 2 | -22/+43 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | When we create a share for the first time we should set the default expiration date. If none is given. Fixes #22642 | ||||
* | | | | Merge pull request #22640 from owncloud/fix_22587 | Thomas Müller | 2016-02-26 | 2 | -0/+129 |
|\ \ \ \ | | | | | | | | | | | Remove delete permissions for read-only federated reshares | ||||
| * | | | | Remove delete permissions for read-only federated reshares | Roeland Jago Douma | 2016-02-25 | 2 | -0/+129 |
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | An incomming federated share is just a mount point. Therefor if we request the permissions on the mountpoint DELETE permissions will be returned (among others). Since we can always remove a mountpoint, update a mount point. However now when trying to reshare we will try to reshare with DELETE permissions. Which is false. This PR removes the delete permissions if it is a shared storage. Basically a quick hack. Fixes #22587 | ||||
* | | | | Merge pull request #22608 from owncloud/collaborative-tags | Thomas Müller | 2016-02-26 | 3 | -4/+5 |
|\ \ \ \ | | | | | | | | | | | Rename system tags app to collaborative tags | ||||
| * | | | | Rename system tags app to collaborative tags | Joas Schilling | 2016-02-26 | 3 | -4/+5 |
| | |/ / | |/| | | |||||
* | | | | Merge pull request #22461 from owncloud/fix_6773 | Thomas Müller | 2016-02-26 | 16 | -77/+166 |
|\ \ \ \ | | | | | | | | | | | Allow theming of actions | ||||
| * | | | | Fix favorite icon unit test for icon image | Vincent Petry | 2016-02-25 | 1 | -2/+4 |
| | | | | | |||||
| * | | | | Make more action icons themable + style fixes | Vincent Petry | 2016-02-25 | 6 | -24/+25 |
| | | | | | | | | | | | | | | | | | | | | | | | | | Action icons now appear properly in public link page. More actions are now CSS icons. | ||||
| * | | | | Close class | Roeland Jago Douma | 2016-02-25 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | Make file actions use icon CSS classes | Roeland Jago Douma | 2016-02-25 | 10 | -54/+140 |
| | | | | | | | | | | | | | | | | | | | | This makes theming of file actions possible | ||||
* | | | | | Merge pull request #22650 from owncloud/fix_hook | Thomas Müller | 2016-02-26 | 2 | -3/+4 |
|\ \ \ \ \ | |_|/ / / |/| | | | | Fix verifyExpirationDate passwordSet argument | ||||
| * | | | | Fix verifyExpirationDate passwordSet argument | Roeland Jago Douma | 2016-02-25 | 2 | -3/+4 |
| | |/ / | |/| | | | | | | | | | | | | | | | | | | Password set should be false if the password is null. Also updated the unit tests to tests this now. | ||||
* | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-02-26 | 56 | -34/+210 |
| |/ / |/| | | |||||
* | | | Merge pull request #22584 from owncloud/fix-app-load-order-fixes-22508 | Thomas Müller | 2016-02-25 | 2 | -4/+4 |
|\ \ \ | | | | | | | | | Before installing new shipped apps we need to load authentication apps | ||||
| * | | | Fix PHPDoc of OC_App::loadApps() | Thomas Müller | 2016-02-23 | 1 | -1/+1 |
| | | | | |||||
| * | | | Install new shipped apps after upgrading all existing apps | Thomas Müller | 2016-02-23 | 1 | -4/+4 |
| | | | | |||||
| * | | | Before installing new shipped apps we need to load authentication apps - ↵ | Thomas Müller | 2016-02-23 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | fixes #22508 | ||||
* | | | | Merge pull request #22653 from owncloud/integration-tests-for-dav-csrf | Thomas Müller | 2016-02-25 | 2 | -2/+127 |
|\ \ \ \ | | | | | | | | | | | Add integration test for CSRF protection on DAV | ||||
| * | | | | Fix typo | Lukas Reschke | 2016-02-25 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | Add integration test for CSRF protection on DAV | Lukas Reschke | 2016-02-25 | 2 | -2/+127 |
| | |_|/ | |/| | | | | | | | | | | | | | | | | | | This adds the integration tests for the CSRF protection on the DAV backend introduced with 9.0. Fixes https://github.com/owncloud/core/issues/22598 | ||||
* | | | | Merge pull request #22654 from owncloud/icon-fixes | Thomas Müller | 2016-02-25 | 3 | -0/+17 |
|\ \ \ \ | | | | | | | | | | | add download icon for image detail view, ref gallery issue 51 | ||||
| * | | | | add download icon for image detail view, ref gallery issue 51 | Jan-Christoph Borchardt | 2016-02-25 | 3 | -0/+17 |
| | | | | | |||||
* | | | | | Merge pull request #22659 from owncloud/fix-formatting | Thomas Müller | 2016-02-25 | 2 | -54/+62 |
|\ \ \ \ \ | | | | | | | | | | | | | Fix formatting of response | ||||
| * | | | | | Fix formatting of response | Lukas Reschke | 2016-02-25 | 2 | -54/+62 |
| | |/ / / | |/| | | | | | | | | | | | | | The elements are expected to be within a `service` array as per specification. | ||||
* | | | | | Merge pull request #22658 from owncloud/exclude-ocs-provider-from-rewrite-rules | Thomas Müller | 2016-02-25 | 1 | -0/+1 |
|\ \ \ \ \ | |/ / / / |/| | | | | Exclude ocs-provider from rewrite rule | ||||
| * | | | | Exclude ocs-provider from rewrite rule | Lukas Reschke | 2016-02-25 | 1 | -0/+1 |
|/ / / / | | | | | | | | | | | | | | | | | Otherwise `localhost/ocs-provider/` cannot be accessed if mod_rewrite is install ed. Only affects master. | ||||
* | | | | Merge pull request #22644 from owncloud/external-share-manager | Thomas Müller | 2016-02-25 | 1 | -3/+4 |
|\ \ \ \ | | | | | | | | | | | inject the correct external share manager into the storage | ||||
| * | | | | inject the correct external share manager into the storage | Robin Appelman | 2016-02-25 | 1 | -3/+4 |
| | | | | | |||||
* | | | | | Merge pull request #21854 from owncloud/fix-share-hook-group-add | Thomas Müller | 2016-02-25 | 1 | -0/+17 |
|\ \ \ \ \ | | | | | | | | | | | | | Fix addUserToGroup hook of the share code | ||||
| * | | | | | Fix addUserToGroup hook of the share code | Morris Jobke | 2016-01-22 | 1 | -0/+17 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * sets up the filesystem of the user that is added to a group to properly accept shares * fixes #18499 | ||||
* | | | | | | Merge pull request #22628 from owncloud/fix-thrashbin-cronjob | Thomas Müller | 2016-02-25 | 1 | -0/+6 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Skip users with no trashbin | ||||
| * | | | | | | Skip users with no trashbin | Victor Dubiniuk | 2016-02-24 | 1 | -0/+6 |
| | |_|/ / / | |/| | | | | |||||
* | | | | | | Merge pull request #22611 from owncloud/add-uid-on-hover | Thomas Müller | 2016-02-25 | 2 | -3/+12 |
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | | Add the uid on hover for sharing autocomplete | ||||
| * | | | | | Tweak tooltip style for recipients | Vincent Petry | 2016-02-25 | 2 | -2/+10 |
| | | | | | | |||||
| * | | | | | Add the uid on hover for sharing autocomplete | Joas Schilling | 2016-02-24 | 1 | -1/+2 |
| | | | | | | |||||
* | | | | | | Merge pull request #22636 from owncloud/fix-ssl-on-external-storages | Thomas Müller | 2016-02-25 | 4 | -12/+45 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Fix HTTPS support on external storages | ||||
| * | | | | | | Properly cast type | Lukas Reschke | 2016-02-24 | 3 | -11/+40 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The current logic is checking whether: 1. The returned value is a boolen 2. The returned value is a string and then matches for "true" Since the config is now written to the database the data is now a string with the value "1" if HTTPS is set to true. Effectively this option was thus always disabled at the moment, falling back to plain HTTP. This change casts the data to a boolean if it is defined as boolean. Fixes https://github.com/owncloud/core/issues/22605 Fixes https://github.com/owncloud/core/issues/22016 | ||||
| * | | | | | | Add proxy support to external storage | Lukas Reschke | 2016-02-24 | 1 | -1/+5 |
| | |/ / / / | |/| | | | | | | | | | | | | | | | | Otherwise debugging issues is a PITA | ||||
* | | | | | | Merge pull request #22604 from owncloud/fix-google-drive-encryption | Thomas Müller | 2016-02-25 | 1 | -5/+11 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Copy into local file | ||||
| * | | | | | | More error handling | Lukas Reschke | 2016-02-25 | 1 | -2/+6 |
| | | | | | | |