| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge pull request #22028 from owncloud/share_hook_expirationdate | Thomas Müller | 2016-02-01 | 1 | -9/+23 |
|\ |
|
| * | Emit hook for expirationDate verification | Roeland Jago Douma | 2016-01-30 | 1 | -9/+23 |
* | | Merge pull request #21953 from owncloud/make-enable_avatars-more-robust | Thomas Müller | 2016-02-01 | 1 | -1/+1 |
|\ \ |
|
| * | | Make enable_avatars setting more robust | Morris Jobke | 2016-01-27 | 1 | -1/+1 |
* | | | Merge pull request #21989 from owncloud/make-csp-modifiable | Thomas Müller | 2016-02-01 | 5 | -6/+325 |
|\ \ \ |
|
| * | | | Add public API to give developers the possibility to adjust the global CSP de... | Lukas Reschke | 2016-01-28 | 5 | -6/+325 |
* | | | | Merge pull request #22022 from owncloud/share_ocs_filter_path_sharedwithme | Thomas Müller | 2016-02-01 | 2 | -19/+17 |
|\ \ \ \
| |_|_|/
|/| | | |
|
| * | | | Add path filter to OCS Share API ?shared_with_me=true | Roeland Jago Douma | 2016-01-29 | 2 | -19/+17 |
* | | | | Merge pull request #21956 from owncloud/cross-cache-move | Thomas Müller | 2016-01-29 | 2 | -30/+124 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | Add fallback moveFromCache implementation | Robin Appelman | 2016-01-29 | 2 | -30/+124 |
| | |/
| |/| |
|
* | | | Merge pull request #21995 from owncloud/share2_delete_user_defined_group_shares | Thomas Müller | 2016-01-29 | 1 | -9/+9 |
|\ \ \ |
|
| * | | | [Share 2.0] When deleting a group share delete children | Roeland Jago Douma | 2016-01-28 | 1 | -9/+9 |
| | |/
| |/| |
|
* / | | Deprecate the method and warn against using it | Joas Schilling | 2016-01-28 | 1 | -0/+2 |
|/ / |
|
* | | fix cachejail->update | Robin Appelman | 2016-01-28 | 1 | -1/+1 |
* | | cleanup shared cache | Robin Appelman | 2016-01-28 | 3 | -4/+9 |
* | | Merge pull request #21858 from owncloud/getMountsForFileId | Thomas Müller | 2016-01-28 | 1 | -6/+65 |
|\ \ |
|
| * | | Use new constants | Joas Schilling | 2016-01-27 | 1 | -7/+8 |
| * | | add IUserMountCache->getMountsForFileId | Robin Appelman | 2016-01-27 | 1 | -0/+58 |
| |/ |
|
* | | [Share 2.0] Remove setId and setProviderId from the interface | Roeland Jago Douma | 2016-01-28 | 1 | -2/+0 |
* | | [Share 2.0] Fix interfaces and comments | Roeland Jago Douma | 2016-01-28 | 3 | -52/+55 |
* | | [Share 2.0] Add getShareManager to OCP\IServerContainer | Roeland Jago Douma | 2016-01-27 | 2 | -2/+5 |
* | | [Share 2.0] Create IManger interface for share manager | Roeland Jago Douma | 2016-01-27 | 1 | -2/+4 |
* | | [Share 2.0] Move IShare to OCP | Roeland Jago Douma | 2016-01-27 | 7 | -477/+44 |
* | | [Share 2.0] Fix IShare | Roeland Jago Douma | 2016-01-27 | 3 | -105/+47 |
* | | Check whether ownCloud is installed | Lukas Reschke | 2016-01-27 | 2 | -5/+30 |
* | | Merge pull request #21923 from owncloud/fix-errors-after-install | Thomas Müller | 2016-01-27 | 2 | -12/+13 |
|\ \ |
|
| * | | Fix errors after install | Lukas Reschke | 2016-01-26 | 2 | -12/+13 |
* | | | Merge pull request #21940 from owncloud/share2_do_not_returned_removed_group_... | Thomas Müller | 2016-01-27 | 1 | -1/+1 |
|\ \ \
| |_|/
|/| | |
|
| * | | [Share 2.0] Properly handle user deleted group shares | Roeland Jago Douma | 2016-01-27 | 1 | -1/+1 |
* | | | In case the hint of the HintException is empty we better use the exception me... | Thomas Müller | 2016-01-27 | 1 | -0/+3 |
* | | | Merge pull request #21741 from owncloud/l10n-improvements | Thomas Müller | 2016-01-27 | 5 | -259/+586 |
|\ \ \ |
|
| * | | | Move class to legacy folder | Joas Schilling | 2016-01-26 | 1 | -0/+0 |
| * | | | Add tests for findLanguage() | Joas Schilling | 2016-01-26 | 1 | -7/+7 |
| * | | | Add tests for the factory | Joas Schilling | 2016-01-26 | 1 | -8/+8 |
| * | | | Fix the tests | Joas Schilling | 2016-01-26 | 1 | -1/+1 |
| * | | | 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 | 1 | -24/+10 |
| * | | | Move finding the language files and creating the function out of the object | Joas Schilling | 2016-01-26 | 2 | -98/+119 |
| * | | | 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 | 3 | -99/+147 |
| * | | | Move languageExists() to the factory | Joas Schilling | 2016-01-26 | 2 | -8/+19 |
| * | | | Move findAvailableLanguages() to the factory | Joas Schilling | 2016-01-26 | 2 | -19/+57 |
* | | | | Merge pull request #21887 from owncloud/share2_updateShare | Thomas Müller | 2016-01-27 | 2 | -15/+160 |
|\ \ \ \ |
|
| * | | | | Fix comments from Thomas | Roeland Jago Douma | 2016-01-26 | 2 | -16/+16 |
| * | | | | [Share 2.0] Fire off hook | Roeland Jago Douma | 2016-01-26 | 1 | -5/+21 |
| * | | | | [Share 2.0] Add update share | Roeland Jago Douma | 2016-01-26 | 2 | -4/+133 |
| |/ / / |
|
* | | | | Merge pull request #21906 from owncloud/querybuilder-clob-comparison | Thomas Müller | 2016-01-27 | 3 | -23/+145 |
|\ \ \ \ |
|
| * | | | | Move parameter to the right function call | Joas Schilling | 2016-01-26 | 1 | -2/+1 |
| * | | | | Use our OCP constants | Joas Schilling | 2016-01-26 | 1 | -3/+4 |
| * | | | | Introduce helper method | Joas Schilling | 2016-01-26 | 1 | -99/+34 |