Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | 2 | -6/+80 |
|\ | |||||
| * | Use new constants | Joas Schilling | 2016-01-27 | 1 | -7/+8 |
| * | add IUserMountCache->getMountsForFileId | Robin Appelman | 2016-01-27 | 2 | -0/+73 |
* | | [Share 2.0] Remove setId and setProviderId from the interface | Roeland Jago Douma | 2016-01-28 | 2 | -20/+0 |
* | | [Share 2.0] Fix interfaces and comments | Roeland Jago Douma | 2016-01-28 | 6 | -101/+106 |
* | | [Share 2.0] Add getShareManager to OCP\IServerContainer | Roeland Jago Douma | 2016-01-27 | 3 | -2/+13 |
* | | [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 | 7 | -90/+131 |
* | | [Share 2.0] Fix IShare | Roeland Jago Douma | 2016-01-27 | 3 | -105/+47 |
* | | Merge pull request #21963 from owncloud/fix-installer | Thomas Müller | 2016-01-27 | 2 | -5/+30 |
|\ \ | |||||
| * | | Check whether ownCloud is installed | Lukas Reschke | 2016-01-27 | 2 | -5/+30 |
* | | | Merge pull request #21959 from owncloud/cache-interface-clean | Thomas Müller | 2016-01-27 | 1 | -15/+0 |
|\ \ \ | |/ / |/| | | |||||
| * | | clean cache interface | Robin Appelman | 2016-01-27 | 1 | -15/+0 |
| |/ | |||||
* | | 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 |
* | | | | Ignore GD JPEG warnings | Lukas Reschke | 2016-01-27 | 1 | -0/+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 | 6 | -259/+629 |
|\ \ \ | |||||
| * | | | 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 | 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 | 4 | -99/+163 |
| * | | | Move languageExists() to the factory | Joas Schilling | 2016-01-26 | 3 | -8/+27 |
| * | | | Move findAvailableLanguages() to the factory | Joas Schilling | 2016-01-26 | 3 | -19/+66 |
* | | | | 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 | 4 | -48/+218 |
|\ \ \ \ | |||||
| * | | | | 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 |
| * | | | | Fix Oracle comparisons | Joas Schilling | 2016-01-26 | 3 | -39/+272 |
| * | | | | Adjust comments to the new constants | Joas Schilling | 2016-01-26 | 3 | -3/+5 |
| |/ / / | |||||
* | | | | Merge pull request #21930 from owncloud/less-error-messages | Thomas Müller | 2016-01-27 | 1 | -1/+3 |
|\ \ \ \ | |_|/ / |/| | | | |||||
| * | | | Avoid error message in log during setup because of existing data dir | Morris Jobke | 2016-01-26 | 1 | -1/+3 |
* | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-01-27 | 12 | -0/+14 |
|/ / / | |||||
* | | | Merge pull request #21664 from owncloud/comments-dav | Thomas Müller | 2016-01-26 | 2 | -3/+5 |
|\ \ \ | |_|/ |/| | | |||||
| * | | Comments DAV implementation | Arthur Schiwon | 2016-01-26 | 2 | -3/+5 |
| |/ | |||||
* / | We must resolve to the proper usergroup share | Roeland Jago Douma | 2016-01-26 | 1 | -3/+11 |
|/ | |||||
* | Merge pull request #21901 from owncloud/fix-setup | Thomas Müller | 2016-01-26 | 1 | -5/+8 |
|\ |