Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | Add tests for the base provider | Joas Schilling | 2016-11-30 | 2 | -1/+190 | |
| * | | Move generic tests into namespace | Joas Schilling | 2016-11-30 | 2 | -4/+4 | |
| * | | Deduplicate the provider code | Joas Schilling | 2016-11-30 | 4 | -171/+133 | |
| * | | Add unit tests for ISetting instances | Joas Schilling | 2016-11-30 | 1 | -0/+121 | |
| * | | Add tests for the filters | Joas Schilling | 2016-11-30 | 3 | -0/+278 | |
| * | | Move event and todo parsing to new API | Joas Schilling | 2016-11-29 | 7 | -319/+387 | |
| * | | Deduplicate icon assignment | Joas Schilling | 2016-11-29 | 1 | -18/+3 | |
| * | | Move calendar activity parsing to new API | Joas Schilling | 2016-11-29 | 3 | -73/+288 | |
| * | | Move CalDAV activity settings to new API | Joas Schilling | 2016-11-29 | 5 | -23/+303 | |
| * | | Move CalDAV activity filters to new API | Joas Schilling | 2016-11-29 | 4 | -25/+193 | |
* | | | Merge pull request #1446 from nextcloud/fix-mail-design | Morris Jobke | 2016-11-30 | 2 | -6/+4 | |
|\ \ \ | ||||||
| * | | | Update sharedbymail template | Morris Jobke | 2016-11-30 | 1 | -3/+2 | |
| * | | | Fix mail header logo [fixes #1326] | Felix Epp | 2016-11-30 | 1 | -3/+2 | |
| |/ / | ||||||
* | | | Merge pull request #2414 from nextcloud/version_previews | Lukas Reschke | 2016-11-30 | 4 | -11/+56 | |
|\ \ \ | ||||||
| * | | | Fix js tests | Roeland Jago Douma | 2016-11-29 | 2 | -11/+11 | |
| * | | | Show mimeicon when versions don't have a preview | Roeland Jago Douma | 2016-11-29 | 3 | -3/+48 | |
| |/ / | ||||||
* | | | Merge pull request #2409 from nextcloud/fix-1470 | Roeland Jago Douma | 2016-11-30 | 1 | -8/+11 | |
|\ \ \ | ||||||
| * | | | log exception about user not present on LDAP on login only if loglevel is set... | Arthur Schiwon | 2016-11-29 | 1 | -8/+11 | |
* | | | | Merge pull request #2105 from nextcloud/focus-tags-input-on-toggle | Roeland Jago Douma | 2016-11-30 | 1 | -2/+3 | |
|\ \ \ \ | |_|_|/ |/| | | | ||||||
| * | | | Focus the input after clicking the "Tags" label | Joas Schilling | 2016-11-14 | 1 | -2/+3 | |
* | | | | [tx-robot] updated from transifex | Nextcloud bot | 2016-11-30 | 16 | -4/+136 | |
* | | | | [tx-robot] updated from transifex | Nextcloud bot | 2016-11-29 | 2 | -0/+14 | |
* | | | | Merge pull request #2410 from nextcloud/fix-mobile-text | Lukas Reschke | 2016-11-29 | 1 | -1/+1 | |
|\ \ \ \ | ||||||
| * | | | | Fix missing text for downloads on mobile | Morris Jobke | 2016-11-29 | 1 | -1/+1 | |
| | |/ / | |/| | | ||||||
* / | | | [tx-robot] updated from transifex | Nextcloud bot | 2016-11-29 | 14 | -2/+142 | |
|/ / / | ||||||
* | | | Fix mobile view | John Molakvoæ (skjnldsv) | 2016-11-29 | 1 | -5/+0 | |
* | | | Fix #2384 | John Molakvoæ (skjnldsv) | 2016-11-29 | 1 | -1/+2 | |
| |/ |/| | ||||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2016-11-29 | 104 | -1474/+1348 | |
* | | Merge pull request #2383 from nextcloud/add-icon-for-remote-share-notifications | Roeland Jago Douma | 2016-11-28 | 2 | -5/+9 | |
|\ \ | ||||||
| * | | Add an icon to the federated sharing notification | Joas Schilling | 2016-11-28 | 2 | -5/+9 | |
* | | | Merge pull request #2237 from nextcloud/rich-strings-and-icons-for-mention-no... | blizzz | 2016-11-28 | 2 | -31/+106 | |
|\ \ \ | ||||||
| * | | | Adjust tests | Joas Schilling | 2016-11-23 | 1 | -18/+56 | |
| * | | | Use the comment icon for the notifications | Joas Schilling | 2016-11-23 | 1 | -0/+1 | |
| * | | | Set the rich object string for comment notifications | Joas Schilling | 2016-11-23 | 1 | -13/+49 | |
* | | | | Merge pull request #2378 from nextcloud/fix-preview-image_src | Morris Jobke | 2016-11-28 | 1 | -1/+1 | |
|\ \ \ \ | |_|/ / |/| | | | ||||||
| * | | | Fix image_src link | Lukas Reschke | 2016-11-28 | 1 | -1/+1 | |
* | | | | Merge pull request #2335 from nextcloud/grouping-for-activities | Morris Jobke | 2016-11-28 | 1 | -109/+84 | |
|\ \ \ \ | |/ / / |/| | | | ||||||
| * | | | Add an event merger and use it for the files activities | Joas Schilling | 2016-11-25 | 1 | -1/+16 | |
| * | | | Working towards groups | Joas Schilling | 2016-11-25 | 1 | -108/+68 | |
* | | | | bring back permissions for mail shares | Bjoern Schiessle | 2016-11-28 | 1 | -0/+1 | |
* | | | | Merge pull request #2312 from nextcloud/move-sharebymail-to-new-api | Björn Schießle | 2016-11-28 | 4 | -258/+181 | |
|\ \ \ \ | ||||||
| * | | | | Correctly match the subjects to the parameters | Joas Schilling | 2016-11-25 | 1 | -2/+2 | |
| * | | | | Remove old test | Joas Schilling | 2016-11-25 | 1 | -68/+0 | |
| * | | | | Get user name from contacts if available | Joas Schilling | 2016-11-25 | 1 | -2/+34 | |
| * | | | | Move ShareByMail activities to new API | Joas Schilling | 2016-11-24 | 3 | -195/+154 | |
* | | | | | [tx-robot] updated from transifex | Nextcloud bot | 2016-11-28 | 2 | -2/+2 | |
* | | | | | [tx-robot] updated from transifex | Nextcloud bot | 2016-11-28 | 24 | -4/+120 | |
* | | | | | Merge pull request #2343 from nextcloud/fix-exteranl-storage-redirect | Joas Schilling | 2016-11-27 | 1 | -1/+1 | |
|\ \ \ \ \ | ||||||
| * | | | | | Fix link to external storage settings on error notification | Felix A. Epp | 2016-11-26 | 1 | -1/+1 | |
* | | | | | | [tx-robot] updated from transifex | Nextcloud bot | 2016-11-27 | 34 | -32/+274 | |
|/ / / / / |