summaryrefslogtreecommitdiffstats
path: root/apps/comments/lib
Commit message (Expand)AuthorAgeFilesLines
* refactor: Migrate IgnoreOpenAPI attributes to OpenAPIprovokateurin2024-01-191-2/+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
* Fix unified searchJohn Molakvoæ (skjnldsv)2020-08-031-9/+22
* Adjust apps' code to use the ContainerInterfaceChristoph Wurst2020-07-212-8/+11
* Migrate comments to unified search APIChristoph Wurst2020-06-245-77/+218
* Migrate Comments to the new bootstrap mechanismChristoph Wurst2020-06-172-36/+76
* Add a capability when file comments are enabledJoas Schilling2020-05-282-0/+38
* Update license headers for 19Christoph Wurst2020-04-298-0/+8
* Add visibility to all constantsChristoph Wurst2020-04-101-1/+1
* Format control structures, classes, methods and functionChristoph Wurst2020-04-109-29/+22
* Use elseif instead of else ifChristoph Wurst2020-04-101-1/+1
* Remove trailing and in between spacesChristoph Wurst2020-04-094-5/+5
* Unify function spacing to PSR2 recommendationChristoph Wurst2020-04-092-4/+4
* Use exactly one empty line after the namespace declarationChristoph Wurst2020-04-094-4/+0
* Fix (array) indent style to always use one tabChristoph Wurst2020-04-091-5/+5
* Update the license headers for Nextcloud 19Christoph Wurst2020-03-311-0/+1
* Merge pull request #20170 from nextcloud/techdebt/remove-unused-importsChristoph Wurst2020-03-271-1/+0
|\
| * Remove unused importsChristoph Wurst2020-03-251-1/+0