Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixing ctor calls and ctor itself to not break usage in calendar and ↵ | Thomas Müller | 2015-06-29 | 3 | -3/+3 |
| | | | | contacts ..... | ||||
* | Unit tests added for MaintenancePlugin | Thomas Müller | 2015-06-29 | 2 | -3/+90 |
| | |||||
* | Merge pull request #17030 from owncloud/lock-posthooks | Joas Schilling | 2015-06-29 | 6 | -25/+706 |
|\ | | | | | Keep shared lock for post-hooks | ||||
| * | Remove test-specific method to make Bjoern and Joas happy | Vincent Petry | 2015-06-26 | 2 | -10/+1 |
| | | |||||
| * | Release locks after class in tests | Vincent Petry | 2015-06-25 | 1 | -0/+8 |
| | | |||||
| * | Keep shared locks in post hooks | Vincent Petry | 2015-06-25 | 7 | -25/+707 |
| | | | | | | | | | | | | | | | | Instead of unlocking after the file operation, change exclusive locks back to shared locks during post hooks, and unlock after that. Also added unit tests to test locking in pre-hooks, during operation and post-hooks. | ||||
* | | Merge pull request #17226 from owncloud/webdav-add-message-on-maintenance | Morris Jobke | 2015-06-29 | 1 | -11/+13 |
|\ \ | | | | | | | In case of maintenance we should add a message to the exception | ||||
| * | | In case of maintenance we should add a message to the exception | Thomas Müller | 2015-06-29 | 1 | -11/+13 |
| | | | |||||
* | | | Merge pull request #17050 from owncloud/request-status-from-ocs | Lukas Reschke | 2015-06-29 | 3 | -0/+21 |
|\ \ \ | |/ / |/| | | Request approved state for disabled apps with ocsid | ||||
| * | | Also load enabled apps | Lukas Reschke | 2015-06-29 | 1 | -0/+9 |
| | | | |||||
| * | | Request approved state for disabled apps with ocsid | Lukas Reschke | 2015-06-19 | 3 | -0/+12 |
| | | | | | | | | | | | | | | | | | | | | | | | | In case an application gets disabled the level is set to "experimental" if it does not contain a `shipped` tag. This can for example be reproduced by installing the documents app from the appstore and then disabling it. Or cloning an app from git. With this change the controller will now load the level of the application from the appstore if a valid OCSID has been provided. Fixes https://github.com/owncloud/core/issues/17003 | ||||
* | | | Merge pull request #17217 from owncloud/use-new-updater-url | Thomas Müller | 2015-06-29 | 2 | -86/+335 |
|\ \ \ | | | | | | | | | Use new updater URL + add unit tests | ||||
| * | | | Build base URL | Lukas Reschke | 2015-06-28 | 1 | -5/+13 |
| | | | | |||||
| * | | | Use new updater URL + add unit tests | Lukas Reschke | 2015-06-28 | 2 | -86/+327 |
| | | | | | | | | | | | | | | | | Uses the new updater url "https://updates.owncloud.com/server/" | ||||
* | | | | Merge pull request #17083 from owncloud/share-etag-update-target | Vincent Petry | 2015-06-29 | 2 | -10/+38 |
|\ \ \ \ | | | | | | | | | | | take share target into account when updating recipient etags | ||||
| * | | | | Unit test for etag update on custom share folder | Vincent Petry | 2015-06-26 | 1 | -8/+36 |
| | | | | | |||||
| * | | | | take share target into account when updating recipient etags | Robin Appelman | 2015-06-22 | 1 | -2/+2 |
| | | | | | |||||
* | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-06-29 | 64 | -14/+164 |
| | | | | | |||||
* | | | | | Merge pull request #17219 from owncloud/LukasReschke-patch-1 | Thomas Müller | 2015-06-28 | 1 | -1/+1 |
|\ \ \ \ \ | |_|/ / / |/| | | | | Increase timeout again | ||||
| * | | | | Update comment | Lukas Reschke | 2015-06-28 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | Increase timeout again | Lukas Reschke | 2015-06-28 | 1 | -1/+1 |
|/ / / / | | | | | | | | | Our test execution is terribly slow and now also exceeds more than one hour on our CI system. This means that Scrutinizer fails hard on a lot of PRs such as https://github.com/owncloud/core/pull/17217#issuecomment-116252420 | ||||
* | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-06-28 | 48 | -10/+142 |
| | | | | |||||
* | | | | Merge pull request #17214 from owncloud/fix-php-doc-user-interface | Lukas Reschke | 2015-06-27 | 6 | -50/+67 |
|\ \ \ \ | | | | | | | | | | | Fix PHPDoc + Indentation | ||||
| * | | | | Fix indentation | Lukas Reschke | 2015-06-27 | 1 | -15/+15 |
| | | | | | |||||
| * | | | | Add missing annotations for parameters | Lukas Reschke | 2015-06-27 | 6 | -35/+52 |
| | | | | | |||||
* | | | | | Merge pull request #17212 from owncloud/ocs-spec | Lukas Reschke | 2015-06-27 | 5 | -0/+298 |
|\ \ \ \ \ | |/ / / / |/| | | | | Add endpoint with list of OCS providers | ||||
| * | | | | Add endpoint with list of OCS providers | Lukas Reschke | 2015-06-27 | 5 | -0/+298 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This adds a OCS provider list at `ocs-provider/` to enable a somewhat autodiscovery of services. In the moment it is not possible for applications to add own entries and it is basically hard-coded in the controller. I'm aware that this is not an optimal solution and I'm happy for any pragmatic input that won't pollute our public API too much. (and is not a big super hack, this is already hacky enough ;-)) That said, I'd consider it as a first step also feasible to go with this somewhat hard-coded list and see if this gets adopted... | ||||
* | | | | | Merge pull request #17163 from owncloud/update-licenses | Lukas Reschke | 2015-06-27 | 304 | -228/+631 |
|\ \ \ \ \ | |/ / / / |/| | | | | Update license headers | ||||
| * | | | | add additional email address for Georg | Morris Jobke | 2015-06-25 | 1 | -0/+1 |
| | | | | | |||||
| * | | | | update license headers and authors | Morris Jobke | 2015-06-25 | 302 | -227/+629 |
| | | | | | |||||
| * | | | | [license script] sort names case insensitive | Morris Jobke | 2015-06-25 | 1 | -1/+1 |
| | | | | | |||||
* | | | | | Merge pull request #17206 from oparoz/bpg-media-type | Roeland Douma | 2015-06-27 | 1 | -0/+1 |
|\ \ \ \ \ | | | | | | | | | | | | | Adding BPG media type | ||||
| * | | | | | Adding BPG media type | Olivier Paroz | 2015-06-26 | 1 | -0/+1 |
| | | | | | | |||||
* | | | | | | Merge pull request #17199 from ↵ | Lukas Reschke | 2015-06-27 | 2 | -0/+19 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | owncloud/feature/show-error-when-shareservice-dies add check if server returns a 500 and display error | ||||
| * | | | | | | add check if server returns a 500 and display error | Clark Tomlinson | 2015-06-26 | 2 | -0/+19 |
| |/ / / / / | | | | | | | | | | | | | | | | | | | resolves https://github.com/owncloud/core/issues/17170 | ||||
* | | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-06-27 | 56 | -74/+72 |
| | | | | | | |||||
* | | | | | | Merge pull request #17202 from oparoz/repair-scan-signature | Joas Schilling | 2015-06-27 | 1 | -1/+1 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Signature of overriding method should match the parent | ||||
| * | | | | | | Signature of overriding method should match the parent | Olivier Paroz | 2015-06-26 | 1 | -1/+1 |
| |/ / / / / | |||||
* | | | | | | Merge pull request #17203 from owncloud/fix-share-autocomplete | Björn Schießle | 2015-06-26 | 1 | -0/+1 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | fix z-index of share-autocomplete | ||||
| * | | | | | | fix z-index of share-autocomplete | Jan-Christoph Borchardt | 2015-06-26 | 1 | -0/+1 |
| |/ / / / / | |||||
* | | | | | | Merge pull request #17071 from owncloud/share-get-users-non-existing | Vincent Petry | 2015-06-26 | 1 | -2/+2 |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | fix getUsersSharingFile with locking | ||||
| * | | | | | fix getUsersSharingFile with locking | Robin Appelman | 2015-06-26 | 1 | -2/+2 |
| | | | | | | |||||
* | | | | | | Merge pull request #17191 from owncloud/issue-17188-group-share-part-file | Thomas Müller | 2015-06-26 | 2 | -10/+24 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Correctly check if the real file exists, otherwise try the part file | ||||
| * | | | | | | Correctly check if the real file exists, otherwise try the part file | Joas Schilling | 2015-06-26 | 2 | -10/+24 |
| | | | | | | | |||||
* | | | | | | | Merge pull request #17008 from owncloud/fix-17006 | Björn Schießle | 2015-06-26 | 7 | -49/+152 |
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | Improve splitting of username and remote adress when username contains an `@` | ||||
| * | | | | | | Use \OC\HintException and translate the hint | Joas Schilling | 2015-06-22 | 8 | -35/+46 |
| | | | | | | | |||||
| * | | | | | | Merge spliteUserRemote with fixRemoteUrlInShareWith | Joas Schilling | 2015-06-22 | 3 | -74/+75 |
| | | | | | | | |||||
| * | | | | | | make sure that we split username and server address at the first '@' from ↵ | Bjoern Schiessle | 2015-06-22 | 4 | -1/+92 |
| | |_|/ / / | |/| | | | | | | | | | | | | | | | | the right to allow usernames containing '@' | ||||
* | | | | | | Merge pull request #17009 from owncloud/lock-downloadfile | Thomas Müller | 2015-06-26 | 1 | -6/+21 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Lock file during download | ||||
| * | | | | | | Enable x-sendfile only if we do not lock the file system | Thomas Müller | 2015-06-22 | 1 | -4/+8 |
| | | | | | | |