aboutsummaryrefslogtreecommitdiffstats
path: root/apps/comments/lib/Notification
Commit message (Expand)AuthorAgeFilesLines
* chore(deps): Update nextcloud/coding-standard to v1.3.1provokateurin2024-09-192-2/+2
* feat(notifications): Migrate server INotifiers to new exceptionsJoas Schilling2024-06-251-5/+6
* chore: Add SPDX headerAndy Scherzinger2024-05-272-41/+8
* feat: rename users to account or personVincent Petry2024-02-131-1/+1
* Refactor comments appHamid Dehnavi2023-09-282-23/+7
* Merge pull request #38605 from fsamapoor/replace_strpos_calls_in_comments_appCôme Chilliet2023-06-291-2/+2
|\
| * Refactors "strpos" calls in /apps/comments to improve code readability.Faraz Samapoor2023-06-121-2/+2
* | Cleanup comments codeCarl Schwan2023-06-201-16/+7
|/
* Get rid of all useless calls to setParsedSubject now that setRichSubject is a...Côme Chilliet2022-11-291-19/+0
* Use user displayname cache for comment mentionsJoas Schilling2022-08-191-5/+5
* Modernize comments appCarl Schwan2022-03-162-21/+7
* l10n: Correct spellingValdnet2021-12-151-2/+2
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-042-2/+0
* Bump nextcloud/coding-standard from 0.3.0 to 0.5.0dependabot-preview[bot]2021-02-181-2/+2
* Improve mention matchesJoas Schilling2021-02-061-1/+5
* Update license headers for 19Christoph Wurst2020-04-292-0/+2
* Format control structures, classes, methods and functionChristoph Wurst2020-04-102-14/+12
* Use elseif instead of else ifChristoph Wurst2020-04-101-1/+1
* Remove trailing and in between spacesChristoph Wurst2020-04-091-2/+2
* Update license headersChristoph Wurst2019-12-052-2/+2
* Update shipped implementations of the INotifierJoas Schilling2019-07-151-2/+25
* Populate the mention-notification with the actual messageJoas Schilling2018-11-081-41/+86
* Revert "Populate the mention-notification with the actual message"Arthur Schiwon2018-10-311-99/+41
* Populate the mention-notification with the actual messageJoas Schilling2018-10-301-41/+99
* Fix unit testsMorris Jobke2017-11-271-1/+1
* that has since been deleted, ID to nodeAllan Nordhøy2017-11-271-3/+3
* Update license headersMorris Jobke2017-11-062-2/+7
* Fix CommentsRoeland Jago Douma2017-08-011-1/+1
* Get the user folder of the correct userJoas Schilling2017-03-091-6/+7
* Cleanup comment testsJoas Schilling2017-01-091-8/+1
* Set the comment link on render instead of creationJoas Schilling2017-01-092-6/+6
* Use the comment icon for the notificationsJoas Schilling2016-11-231-0/+1
* Set the rich object string for comment notificationsJoas Schilling2016-11-231-13/+49
* move mention extraction to (I)Comment and report mentions via DAVArthur Schiwon2016-10-191-13/+17
* apply some polishArthur Schiwon2016-10-141-6/+0
* emit pre-update event for commentsArthur Schiwon2016-10-121-1/+3
* adjust wording of the notificationArthur Schiwon2016-10-081-3/+3
* Notificacations for simple @-mentioning in commentsArthur Schiwon2016-10-072-0/+245