aboutsummaryrefslogtreecommitdiffstats
path: root/apps/comments/lib
Commit message (Expand)AuthorAgeFilesLines
* refactor(apps): Use constructor property promotion when possibleprovokateurin2024-10-211-6/+4
* fix(activity): Update more activity providers to use new exceptionsfollowup/48086/fix-more-activity-providersJoas Schilling2024-09-231-5/+5
* chore(deps): Update nextcloud/coding-standard to v1.3.1provokateurin2024-09-193-3/+3
* refactor: move to new activity exceptionrefactor/move-to-new-activity-exceptionAnna Larch2024-09-171-4/+5
* style: update codestyle for coding-standard 1.2.3Daniel Kesselberg2024-08-253-4/+4
* Merge pull request #45950 from nextcloud/chore/remove-depreacted-searchAndy Scherzinger2024-08-011-3/+0
|\
| * chore: Remove deprecated legacy search backendJulius Härtl2024-08-011-3/+0
* | fix(activity): regroup Files and spltit sharing activityskjnldsv2024-08-011-2/+10
|/
* refactor(comments): Replace security annotations with respective attributesprovokateurin2024-07-251-3/+4
* chore: Move comments event handler to use proper event dispatcherJulius Härtl2024-06-262-21/+22
* feat(notifications): Migrate server INotifiers to new exceptionsJoas Schilling2024-06-251-5/+6
* chore: Add SPDX headerAndy Scherzinger2024-05-2718-366/+42
* fix: Apply new coding standard to all filesCôme Chilliet2024-04-021-1/+1
* feat: rename users to account or personVincent Petry2024-02-131-1/+1
* chore: Fix missing template parameter for IEventListenerCôme Chilliet2024-01-303-0/+3
* refactor: Migrate IgnoreOpenAPI attributes to OpenAPIprovokateurin2024-01-181-2/+2
* chore(comments): Drop dead code from comments appFerdinand Thiessen2023-12-122-7/+2
* chore: apply changes from Nextcloud coding standards 1.1.1Joas Schilling2023-11-233-4/+4
* feat(comments): Use activity tab to mount comments sidebar section if availableFerdinand Thiessen2023-11-161-0/+6
* Make adjustments based on the reviewHamid Dehnavi2023-09-284-12/+12
* Refactor comments appHamid Dehnavi2023-09-2815-136/+70
* fix: avoid side-effect importsJohn Molakvoæ (skjnldsv)2023-09-211-0/+1
* comments: Ignore endpoints in OpenAPIjld31032023-09-041-0/+2
* fix(comments): Emit CommentsEntityEvent as typed eventJoas Schilling2023-07-181-1/+1
* comments: Add OpenAPI specjld31032023-07-102-4/+14
* Merge pull request #38605 from fsamapoor/replace_strpos_calls_in_comments_appCôme Chilliet2023-06-292-3/+3
|\
| * Refactors "strpos" calls in /apps/comments to improve code readability.Faraz Samapoor2023-06-122-3/+3
* | Cleanup comments codeCarl Schwan2023-06-2011-143/+49
* | comments: Stop using a service alias for controllerjld31032023-06-192-6/+3
|/
* Get rid of all useless calls to setParsedSubject now that setRichSubject is a...Côme Chilliet2022-11-292-27/+4
* Merge pull request #33615 from nextcloud/perf/noid/user-displayname-cache-for...Joas Schilling2022-08-191-15/+1
|\
| * Use user name cache in activity providersJoas Schilling2022-08-191-15/+1
* | Use user displayname cache for comment mentionsJoas Schilling2022-08-191-5/+5
|/
* Modernize comments appCarl Schwan2022-03-1610-152/+52
* Split common vendor chunkJohn Molakvoæ (skjnldsv)2022-01-081-1/+1
* l10n: Correct spellingValdnet2021-12-151-2/+2
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-0418-38/+23
* Move over notification to new registrationRoeland Jago Douma2021-04-161-5/+2
* Move comments to initial stateRoeland Jago Douma2021-03-222-19/+19
* Bump nextcloud/coding-standard from 0.3.0 to 0.5.0dependabot-preview[bot]2021-02-181-2/+2
* Improve mention matchesJoas Schilling2021-02-062-10/+8
* Remove unneeded casts that were found by PsalmMorris Jobke2021-01-111-1/+1
* Add ICommentsManager::load methodJohn Molakvoæ (skjnldsv)2020-10-204-103/+6
* Init vue comments tabJohn Molakvoæ (skjnldsv)2020-10-204-0/+109
* Format code to a single space around binary operatorsChristoph Wurst2020-10-051-1/+1
* Use absolute URLs on search results for the clientsJoas Schilling2020-09-151-3/+3
* Update the license headers for Nextcloud 20Christoph Wurst2020-08-246-6/+15
* Hand in the route and the parameters of the requestJoas Schilling2020-08-051-1/+5
* Make apps handle the order logicJohn Molakvoæ (skjnldsv)2020-08-051-1/+1
* Show mime icon, bump bundles, make the SearchResultEntry class non-abstract,...John Molakvoæ (skjnldsv)2020-08-043-35/+21