Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Share 2.0] Fix interfaces and comments | Roeland Jago Douma | 2016-01-28 | 12 | -207/+213 |
| | | | | | | | | * Made comments more clear * Removed unneeded methods * IShares shareTime is now a proper DateTime object * IShares getPath -> getNode & setPath -> setNode * Fix unit tests | ||||
* | [Share 2.0] Add getShareManager to OCP\IServerContainer | Roeland Jago Douma | 2016-01-27 | 4 | -2/+15 |
| | |||||
* | [Share 2.0] Create IManger interface for share manager | Roeland Jago Douma | 2016-01-27 | 2 | -2/+214 |
| | |||||
* | [Share 2.0] Move IShare to OCP | Roeland Jago Douma | 2016-01-27 | 13 | -150/+192 |
| | |||||
* | [Share 2.0] Fix IShare | Roeland Jago Douma | 2016-01-27 | 4 | -108/+50 |
| | |||||
* | Merge pull request #21963 from owncloud/fix-installer | Thomas Müller | 2016-01-27 | 5 | -82/+225 |
|\ | | | | | Check whether ownCloud is installed | ||||
| * | Check whether ownCloud is installed | Lukas Reschke | 2016-01-27 | 5 | -82/+225 |
| | | | | | | | | | | | | ownCloud might not yet be setup. This causes an issue as the user config requires a setup ownCloud. Thus this needs a block whether ownCloud is installed or not. Fixes https://github.com/owncloud/core/issues/21955 | ||||
* | | Merge pull request #21959 from owncloud/cache-interface-clean | Thomas Müller | 2016-01-27 | 1 | -15/+0 |
|\ \ | | | | | | | clean cache interface | ||||
| * | | clean cache interface | Robin Appelman | 2016-01-27 | 1 | -15/+0 |
| | | | |||||
* | | | Merge pull request #21895 from owncloud/calendar-sharing | Thomas Müller | 2016-01-27 | 12 | -132/+912 |
|\ \ \ | |_|/ |/| | | Migrate from CardDAV sharing to more general DAV sharing | ||||
| * | | Extract sharing functionality into own backend class for reusability | Thomas Müller | 2016-01-27 | 6 | -96/+203 |
| | | | |||||
| * | | Fix server ctor including unit test - this shall never happen again | Thomas Müller | 2016-01-27 | 2 | -1/+25 |
| | | | |||||
| * | | Migrate from CardDAV sharing to more generalk DAV sharing | Thomas Müller | 2016-01-27 | 9 | -36/+685 |
| | | | |||||
* | | | Merge pull request #21923 from owncloud/fix-errors-after-install | Thomas Müller | 2016-01-27 | 2 | -12/+13 |
|\ \ \ | | | | | | | | | Fix errors after install | ||||
| * | | | Fix errors after install | Lukas Reschke | 2016-01-26 | 2 | -12/+13 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When installing ownCloud the first time the first thing that an admin saw was an error message: > Error PHP touch(): Unable to create file owncloud.log because Permission denied at /var/www/owncloud/lib/private/log/owncloud.php#48 Or something related. This lead to a lot confusion as can be seen in our forum and in our issue tracker. This change should make the error messages disappear in most cases (e.g. where the file can actually be written). To test this: 1. On master install ownCloud and check owncloud.log => Error message 2. On this branch install ownCloud and check owncloud.log => No error message Fixes https://github.com/owncloud/core/issues/13736 and https://github.com/owncloud/core/issues/12893 | ||||
* | | | | Merge pull request #21940 from ↵ | Thomas Müller | 2016-01-27 | 3 | -9/+16 |
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | owncloud/share2_do_not_returned_removed_group_shares [Share 2.0] Properly handle user deleted group shares | ||||
| * | | | | [Share 2.0] Properly handle user deleted group shares | Roeland Jago Douma | 2016-01-27 | 3 | -9/+16 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If a user deletes a group share we create a special share entry. To the API this is just a normal group share for that user with permissions 0. But we should not return this. | ||||
* | | | | | Merge pull request #21950 from owncloud/ignore-gd-jped-warnings | Thomas Müller | 2016-01-27 | 1 | -0/+1 |
|\ \ \ \ \ | |_|_|_|/ |/| | | | | Ignore GD JPEG warnings | ||||
| * | | | | Ignore GD JPEG warnings | Lukas Reschke | 2016-01-27 | 1 | -0/+1 |
|/ / / / | | | | | | | | | Fixes https://github.com/owncloud/core/issues/21873 | ||||
* | | | | Merge pull request #21942 from owncloud/use-message-if-hint-is-empty | Thomas Müller | 2016-01-27 | 1 | -0/+3 |
|\ \ \ \ | | | | | | | | | | | In case the hint of the HintException is empty we better use the exce… | ||||
| * | | | | In case the hint of the HintException is empty we better use the exception ↵ | Thomas Müller | 2016-01-27 | 1 | -0/+3 |
| | |_|/ | |/| | | | | | | | | | | message | ||||
* | | | | Merge pull request #21947 from owncloud/oc-backbone-webdav-put-bool-tojson | Thomas Müller | 2016-01-27 | 5 | -18/+63 |
|\ \ \ \ | | | | | | | | | | | Fix system tags proppatch with booleans | ||||
| * | | | | Fix system tags proppatch with booleans | Vincent Petry | 2016-01-27 | 5 | -18/+63 |
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | Backbone webdav adapter now converts booleans and ints to strings. Fixed system tags to use "true" / "false" strings for booleans instead of 1 / 0. | ||||
* | | | | Merge pull request #21856 from owncloud/sync-federated-cloud-users-in-cron | Thomas Müller | 2016-01-27 | 11 | -39/+246 |
|\ \ \ \ | |/ / / |/| | | | Sync federated clouds using a cron job | ||||
| * | | | Fix PHPDoc and signature | Lukas Reschke | 2016-01-26 | 3 | -3/+10 |
| | | | | |||||
| * | | | Adding unit tests | Thomas Müller | 2016-01-25 | 6 | -8/+72 |
| | | | | |||||
| * | | | Sync federated clouds using a cron job | Thomas Müller | 2016-01-22 | 7 | -35/+171 |
| | | | | |||||
* | | | | Merge pull request #21741 from owncloud/l10n-improvements | Thomas Müller | 2016-01-27 | 16 | -316/+1167 |
|\ \ \ \ | | | | | | | | | | | Move methods to the factory that are not related to translating, but to guessing/finding the language | ||||
| * | | | | Move class to legacy folder | Joas Schilling | 2016-01-26 | 1 | -0/+0 |
| | | | | | |||||
| * | | | | Fix tests | Joas Schilling | 2016-01-26 | 1 | -3/+5 |
| | | | | | |||||
| * | | | | Add tests for findAvailableLanguages | Joas Schilling | 2016-01-26 | 1 | -0/+22 |
| | | | | | |||||
| * | | | | Add tests for findLanguage() | Joas Schilling | 2016-01-26 | 3 | -13/+140 |
| | | | | | |||||
| * | | | | Remove tests for wrapper | Joas Schilling | 2016-01-26 | 1 | -43/+0 |
| | | | | | |||||
| * | | | | Add tests for the factory | Joas Schilling | 2016-01-26 | 2 | -8/+209 |
| | | | | | |||||
| * | | | | Add tests for the new l10n class | Joas Schilling | 2016-01-26 | 1 | -0/+162 |
| | | | | | |||||
| * | | | | Move legacy test file to new location | Joas Schilling | 2016-01-26 | 1 | -5/+11 |
| | | | | | |||||
| * | | | | Fix the tests | Joas Schilling | 2016-01-26 | 2 | -1/+5 |
| | | | | | |||||
| * | | | | Deprecate OC_L10N in favor of a namespaces and DI version | Joas Schilling | 2016-01-26 | 4 | -15/+229 |
| | | | | | |||||
| * | | | | Deprecate getFirstWeekDay() and getDateFormat() in favor of l() | Joas Schilling | 2016-01-26 | 2 | -26/+12 |
| | | | | | |||||
| * | | | | Move finding the language files and creating the function out of the object | Joas Schilling | 2016-01-26 | 3 | -98/+129 |
| | | | | | |||||
| * | | | | Move validation and fallbacks of app and lang to the constructor/factory | Joas Schilling | 2016-01-26 | 2 | -14/+23 |
| | | | | | |||||
| * | | | | Move findLanguage() and setLanguageFromRequest() to factory | Joas Schilling | 2016-01-26 | 7 | -102/+166 |
| | | | | | |||||
| * | | | | Move languageExists() to the factory | Joas Schilling | 2016-01-26 | 3 | -8/+27 |
| | | | | | |||||
| * | | | | Move findAvailableLanguages() to the factory | Joas Schilling | 2016-01-26 | 5 | -21/+68 |
| | | | | | |||||
* | | | | | Merge pull request #21887 from owncloud/share2_updateShare | Thomas Müller | 2016-01-27 | 6 | -86/+888 |
|\ \ \ \ \ | | | | | | | | | | | | | [Sharing 2.0] update share | ||||
| * | | | | | Fix comments from Thomas | Roeland Jago Douma | 2016-01-26 | 4 | -37/+38 |
| | | | | | | |||||
| * | | | | | [share 2.0] manager unit tests | Roeland Jago Douma | 2016-01-26 | 1 | -1/+245 |
| | | | | | | |||||
| * | | | | | [Share 2.0] Fire off hook | Roeland Jago Douma | 2016-01-26 | 1 | -5/+21 |
| | | | | | | |||||
| * | | | | | [Share 2.0] Fix unit tests | Roeland Jago Douma | 2016-01-26 | 1 | -46/+52 |
| | | | | | | |||||
| * | | | | | [Share 2.0] Add unit test for the default share provider | Roeland Jago Douma | 2016-01-26 | 1 | -7/+346 |
| | | | | | |