Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | 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 | |
|\ \ | ||||||
| * | | Fix setup page | Morris Jobke | 2016-01-26 | 1 | -5/+8 | |
* | | | Merge pull request #21845 from owncloud/sync-system-addressbook-on-avatar-change | Thomas Müller | 2016-01-26 | 3 | -19/+30 | |
|\ \ \ | ||||||
| * | | | Trigger change on avatar delete | Thomas Müller | 2016-01-25 | 1 | -0/+1 | |
| * | | | Changing the avatar of the user emits the changeUser event which triggers upd... | Thomas Müller | 2016-01-25 | 3 | -19/+29 | |
* | | | | Merge pull request #21894 from owncloud/refactor-csrf | Thomas Müller | 2016-01-26 | 11 | -70/+350 | |
|\ \ \ \ | |_|_|/ |/| | | | ||||||
| * | | | Regenerate CSRF token upon login | Lukas Reschke | 2016-01-25 | 1 | -0/+2 | |
| * | | | Add new CSRF manager for unit testing purposes | Lukas Reschke | 2016-01-25 | 11 | -70/+348 | |
* | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-01-26 | 78 | -80/+4 | |
* | | | | Merge pull request #21892 from owncloud/issue-21890-parameters | Thomas Müller | 2016-01-25 | 7 | -18/+59 | |
|\ \ \ \ | |_|/ / |/| | | | ||||||
| * | | | Replace other usages | Joas Schilling | 2016-01-25 | 6 | -18/+20 | |
| * | | | Add parameters to public interface | Joas Schilling | 2016-01-25 | 1 | -0/+39 | |
| | |/ | |/| | ||||||
* / | | Adding support of -1 as size to be passed into get and getFile | Thomas Müller | 2016-01-25 | 2 | -14/+14 | |
|/ / | ||||||
* | | Merge pull request #21424 from owncloud/appversions | Thomas Müller | 2016-01-25 | 2 | -21/+11 | |
|\ \ | ||||||
| * | | Faster AppConfig->getValues | Robin Appelman | 2016-01-11 | 1 | -7/+6 | |
| * | | Use appconfig for getAppVersions | Robin Appelman | 2016-01-11 | 1 | -14/+5 | |
* | | | Merge pull request #21806 from owncloud/mdusher-master | Thomas Müller | 2016-01-25 | 1 | -3/+3 | |
|\ \ \ | ||||||
| * | | | fix error message and comment | Morris Jobke | 2016-01-20 | 1 | -2/+2 | |
| * | | | Added ' to characters allowed in the username | Michael U | 2016-01-20 | 1 | -2/+2 | |
* | | | | Merge pull request #21844 from owncloud/drop-image-path | Thomas Müller | 2016-01-25 | 4 | -30/+18 | |
|\ \ \ \ | ||||||
| * | | | | Remove OC_Helper::imagePath and use the proper public interface | Morris Jobke | 2016-01-24 | 4 | -30/+18 | |
* | | | | | remove unused variable | Morris Jobke | 2016-01-25 | 1 | -1/+0 | |
| |_|_|/ |/| | | | ||||||
* | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-01-25 | 2 | -4/+4 | |
|/ / / | ||||||
* | | | Merge pull request #21841 from owncloud/share2_deletefromself | Thomas Müller | 2016-01-22 | 3 | -0/+104 | |
|\ \ \ |