Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | Merge pull request #8504 from nextcloud/bugfix/noid/well-its-not-an-array | Roeland Jago Douma | 2018-02-26 | 1 | -1/+1 | |
|\ \ \ \ \ | ||||||
| * | | | | | Dont use $info as array when its not an array | Joas Schilling | 2018-02-22 | 1 | -1/+1 | |
* | | | | | | Merge pull request #8026 from nextcloud/feature/noid/allow-custom-html-in-htm... | Joas Schilling | 2018-02-26 | 3 | -18/+24 | |
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | | ||||||
| * | | | | | Add info also to public interface | Joas Schilling | 2018-02-16 | 1 | -6/+6 | |
| * | | | | | Fix existing usages | Joas Schilling | 2018-02-15 | 1 | -1/+1 | |
| * | | | | | Allow custom HTML in HTML Emails | Joas Schilling | 2018-02-15 | 1 | -11/+17 | |
* | | | | | | Merge pull request #8491 from nextcloud/strict_request | Joas Schilling | 2018-02-26 | 3 | -76/+91 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Fix comments | Roeland Jago Douma | 2018-02-22 | 1 | -2/+2 | |
| * | | | | | | Fix proper types | Roeland Jago Douma | 2018-02-22 | 2 | -3/+11 | |
| * | | | | | | Make Request strict | Roeland Jago Douma | 2018-02-22 | 2 | -73/+80 | |
| | |/ / / / | |/| | | | | ||||||
* | | | | | | Merge pull request #8497 from nextcloud/relax_l10n | Roeland Jago Douma | 2018-02-24 | 2 | -4/+8 | |
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | | ||||||
| * | | | | | Relax what t accepts so we don't break it all | Roeland Jago Douma | 2018-02-22 | 2 | -4/+8 | |
| |/ / / / | ||||||
* / / / / | [tx-robot] updated from transifex | Nextcloud bot | 2018-02-23 | 2 | -8/+8 | |
|/ / / / | ||||||
* | | | | Merge pull request #8476 from nextcloud/strict_l10n | Roeland Jago Douma | 2018-02-22 | 3 | -29/+31 | |
|\ \ \ \ | ||||||
| * | | | | Fix other tests | Roeland Jago Douma | 2018-02-21 | 2 | -5/+6 | |
| * | | | | Proper closure for function | Roeland Jago Douma | 2018-02-21 | 1 | -2/+2 | |
| * | | | | Make OCP\IL10N strict | Roeland Jago Douma | 2018-02-21 | 2 | -23/+24 | |
* | | | | | Merge pull request #8472 from nextcloud/strict_integritycheck | Roeland Jago Douma | 2018-02-22 | 6 | -34/+44 | |
|\ \ \ \ \ | ||||||
| * | | | | | Handle strict typing in Checker and fix tests | Roeland Jago Douma | 2018-02-21 | 1 | -1/+6 | |
| * | | | | | Make OC\IntegrityCheck strict | Roeland Jago Douma | 2018-02-21 | 6 | -33/+38 | |
* | | | | | | Merge pull request #8490 from nextcloud/strict_systemtags | Roeland Jago Douma | 2018-02-22 | 13 | -105/+111 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Make SystemTag strict | Roeland Jago Douma | 2018-02-21 | 13 | -105/+111 | |
* | | | | | | | Merge pull request #8473 from nextcloud/strict_cmr | Roeland Jago Douma | 2018-02-21 | 2 | -30/+33 | |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | ||||||
| * | | | | | | Don't try to match on false | Roeland Jago Douma | 2018-02-21 | 1 | -17/+19 | |
| * | | | | | | Strict OCP\AppFramework\Utility\IControllerMethodReflector | Roeland Jago Douma | 2018-02-21 | 2 | -14/+15 | |
| |/ / / / / | ||||||
* | / / / / | Log exceptions that happen when writing the app store reply to storage | Joas Schilling | 2018-02-21 | 1 | -0/+1 | |
| |/ / / / |/| | | | | ||||||
* | | | | | Merge pull request #8466 from nextcloud/strict_middlewaredipatcher | Roeland Jago Douma | 2018-02-21 | 3 | -15/+13 | |
|\ \ \ \ \ | ||||||
| * | | | | | Make sure that render always returns a string | Roeland Jago Douma | 2018-02-21 | 1 | -2/+2 | |
| * | | | | | Fix tests | Roeland Jago Douma | 2018-02-21 | 2 | -4/+1 | |
| * | | | | | Make the middlewareDispatcher strict | Roeland Jago Douma | 2018-02-21 | 1 | -9/+10 | |
* | | | | | | Merge pull request #8471 from nextcloud/fix_upgrade | Roeland Jago Douma | 2018-02-21 | 2 | -1/+2 | |
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | | ||||||
| * | | | | | getIncompatibleApps needs a string not an array | Roeland Jago Douma | 2018-02-21 | 2 | -1/+2 | |
| |/ / / / | ||||||
* | | | | | Merge pull request #8468 from nextcloud/fix-unicode-avatars | Roeland Jago Douma | 2018-02-21 | 1 | -1/+1 | |
|\ \ \ \ \ | |/ / / / |/| | | | | ||||||
| * | | | | Use mb_* string methods to extract first character for generated avatars | Morris Jobke | 2018-02-21 | 1 | -1/+1 | |
* | | | | | Make AppFramework/Http/Dispatcher strict | Roeland Jago Douma | 2018-02-21 | 1 | -8/+16 | |
|/ / / / | ||||||
* | | | | [tx-robot] updated from transifex | Nextcloud bot | 2018-02-21 | 2 | -2/+12 | |
* | | | | Merge pull request #8206 from nextcloud/bugfix/noid/fix-collaboration-result-... | blizzz | 2018-02-20 | 2 | -0/+4 | |
|\ \ \ \ | ||||||
| * | | | | Better result handling of email search | Joas Schilling | 2018-02-20 | 2 | -0/+4 | |
* | | | | | Merge pull request #8336 from nextcloud/cleanup-unused-parameter | Roeland Jago Douma | 2018-02-20 | 1 | -4/+0 | |
|\ \ \ \ \ | ||||||
| * | | | | | Remove fromMailAddress from MailSettingsController | Morris Jobke | 2018-02-13 | 1 | -4/+0 | |
* | | | | | | [tx-robot] updated from transifex | Nextcloud bot | 2018-02-20 | 4 | -6/+74 | |
* | | | | | | Merge pull request #8314 from nextcloud/openstack | Roeland Jago Douma | 2018-02-19 | 4 | -214/+205 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | fix controller test | Robin Appelman | 2018-02-19 | 2 | -0/+2 | |
| * | | | | | | adjust swift external storage to new openstack sdk | Robin Appelman | 2018-02-19 | 2 | -34/+51 | |
| * | | | | | | adjust swift object storage to new openstack sdk | Robin Appelman | 2018-02-19 | 2 | -212/+184 | |
* | | | | | | | Merge pull request #8428 from nextcloud/fix_8189 | Roeland Jago Douma | 2018-02-19 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | ||||||
| * | | | | | | Avatar generation use ttf (for ancient compatibility) | Roeland Jago Douma | 2018-02-19 | 1 | -1/+1 | |
* | | | | | | | Merge pull request #8424 from nextcloud/fix/update-app | Roeland Jago Douma | 2018-02-19 | 2 | -2/+2 | |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | ||||||
| * | | | | | | Fix updating an up | Christoph Wurst | 2018-02-19 | 2 | -2/+2 | |
* | | | | | | | Merge pull request #8334 from nextcloud/lib-strict-typing | Roeland Jago Douma | 2018-02-19 | 1 | -6/+9 | |
|\ \ \ \ \ \ \ |