| Commit message (Expand) | Author | Age | Files | Lines |
* | fix(comments): Fix activity rich subject parametersfix/comments/activity-rich-subject-parameters | provokateurin | 2 days | 1 | -1/+4 |
* | chore: Apply new rector configuration to apps folder | Côme Chilliet | 2025-02-13 | 1 | -2/+4 |
* | fix: Replace isInstalled calls with isEnabledForAnyone or isEnabledForUser | Côme Chilliet | 2025-02-13 | 1 | -1/+1 |
* | refactor(apps): Use constructor property promotion when possible | provokateurin | 2024-10-21 | 1 | -6/+4 |
* | fix(activity): Update more activity providers to use new exceptionsfollowup/48086/fix-more-activity-providers | Joas Schilling | 2024-09-23 | 1 | -5/+5 |
* | chore(deps): Update nextcloud/coding-standard to v1.3.1 | provokateurin | 2024-09-19 | 3 | -3/+3 |
* | refactor: move to new activity exceptionrefactor/move-to-new-activity-exception | Anna Larch | 2024-09-17 | 1 | -4/+5 |
* | style: update codestyle for coding-standard 1.2.3 | Daniel Kesselberg | 2024-08-25 | 3 | -4/+4 |
* | Merge pull request #45950 from nextcloud/chore/remove-depreacted-search | Andy Scherzinger | 2024-08-01 | 1 | -3/+0 |
|\ |
|
| * | chore: Remove deprecated legacy search backend | Julius Härtl | 2024-08-01 | 1 | -3/+0 |
* | | fix(activity): regroup Files and spltit sharing activity | skjnldsv | 2024-08-01 | 1 | -2/+10 |
|/ |
|
* | refactor(comments): Replace security annotations with respective attributes | provokateurin | 2024-07-25 | 1 | -3/+4 |
* | chore: Move comments event handler to use proper event dispatcher | Julius Härtl | 2024-06-26 | 2 | -21/+22 |
* | feat(notifications): Migrate server INotifiers to new exceptions | Joas Schilling | 2024-06-25 | 1 | -5/+6 |
* | chore: Add SPDX header | Andy Scherzinger | 2024-05-27 | 18 | -366/+42 |
* | fix: Apply new coding standard to all files | Côme Chilliet | 2024-04-02 | 1 | -1/+1 |
* | feat: rename users to account or person | Vincent Petry | 2024-02-13 | 1 | -1/+1 |
* | chore: Fix missing template parameter for IEventListener | Côme Chilliet | 2024-01-30 | 3 | -0/+3 |
* | refactor: Migrate IgnoreOpenAPI attributes to OpenAPI | provokateurin | 2024-01-18 | 1 | -2/+2 |
* | chore(comments): Drop dead code from comments app | Ferdinand Thiessen | 2023-12-12 | 2 | -7/+2 |
* | chore: apply changes from Nextcloud coding standards 1.1.1 | Joas Schilling | 2023-11-23 | 3 | -4/+4 |
* | feat(comments): Use activity tab to mount comments sidebar section if available | Ferdinand Thiessen | 2023-11-16 | 1 | -0/+6 |
* | Make adjustments based on the review | Hamid Dehnavi | 2023-09-28 | 4 | -12/+12 |
* | Refactor comments app | Hamid Dehnavi | 2023-09-28 | 15 | -136/+70 |
* | fix: avoid side-effect imports | John Molakvoæ (skjnldsv) | 2023-09-21 | 1 | -0/+1 |
* | comments: Ignore endpoints in OpenAPI | jld3103 | 2023-09-04 | 1 | -0/+2 |
* | fix(comments): Emit CommentsEntityEvent as typed event | Joas Schilling | 2023-07-18 | 1 | -1/+1 |
* | comments: Add OpenAPI spec | jld3103 | 2023-07-10 | 2 | -4/+14 |
* | Merge pull request #38605 from fsamapoor/replace_strpos_calls_in_comments_app | Côme Chilliet | 2023-06-29 | 2 | -3/+3 |
|\ |
|
| * | Refactors "strpos" calls in /apps/comments to improve code readability. | Faraz Samapoor | 2023-06-12 | 2 | -3/+3 |
* | | Cleanup comments code | Carl Schwan | 2023-06-20 | 11 | -143/+49 |
* | | comments: Stop using a service alias for controller | jld3103 | 2023-06-19 | 2 | -6/+3 |
|/ |
|
* | Get rid of all useless calls to setParsedSubject now that setRichSubject is a... | Côme Chilliet | 2022-11-29 | 2 | -27/+4 |
* | Merge pull request #33615 from nextcloud/perf/noid/user-displayname-cache-for... | Joas Schilling | 2022-08-19 | 1 | -15/+1 |
|\ |
|
| * | Use user name cache in activity providers | Joas Schilling | 2022-08-19 | 1 | -15/+1 |
* | | Use user displayname cache for comment mentions | Joas Schilling | 2022-08-19 | 1 | -5/+5 |
|/ |
|
* | Modernize comments app | Carl Schwan | 2022-03-16 | 10 | -152/+52 |
* | Split common vendor chunk | John Molakvoæ (skjnldsv) | 2022-01-08 | 1 | -1/+1 |
* | l10n: Correct spelling | Valdnet | 2021-12-15 | 1 | -2/+2 |
* | Update php licenses | John Molakvoæ (skjnldsv) | 2021-06-04 | 18 | -38/+23 |
* | Move over notification to new registration | Roeland Jago Douma | 2021-04-16 | 1 | -5/+2 |
* | Move comments to initial state | Roeland Jago Douma | 2021-03-22 | 2 | -19/+19 |
* | Bump nextcloud/coding-standard from 0.3.0 to 0.5.0 | dependabot-preview[bot] | 2021-02-18 | 1 | -2/+2 |
* | Improve mention matches | Joas Schilling | 2021-02-06 | 2 | -10/+8 |
* | Remove unneeded casts that were found by Psalm | Morris Jobke | 2021-01-11 | 1 | -1/+1 |
* | Add ICommentsManager::load method | John Molakvoæ (skjnldsv) | 2020-10-20 | 4 | -103/+6 |
* | Init vue comments tab | John Molakvoæ (skjnldsv) | 2020-10-20 | 4 | -0/+109 |
* | Format code to a single space around binary operators | Christoph Wurst | 2020-10-05 | 1 | -1/+1 |
* | Use absolute URLs on search results for the clients | Joas Schilling | 2020-09-15 | 1 | -3/+3 |
* | Update the license headers for Nextcloud 20 | Christoph Wurst | 2020-08-24 | 6 | -6/+15 |