aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/Comments/Comment.php
Commit message (Expand)AuthorAgeFilesLines
* chore: Add SPDX headerAndy Scherzinger2024-05-241-22/+4
* fix: Apply new coding standard to all filesCôme Chilliet2024-04-021-1/+1
* feat(comments): Allow mentions of federated users, groups and teams in the fu...Joas Schilling2024-02-271-1/+11
* feat(comments): Add a meta data column for commentsJoas Schilling2023-12-141-0/+29
* Throw if creation date is read before inserting into databaseCôme Chilliet2023-06-201-1/+5
* Cleanup comments codeCarl Schwan2023-06-201-83/+50
* Refactors "strpos" calls in lib/private to improve code readability.Faraz Samapoor2023-05-151-2/+2
* composer run cs:fixCôme Chilliet2023-01-201-2/+2
* Merge pull request #32865 from nextcloud/bugfix/remove-unecessary-rowblizzz2022-07-081-6/+2
|\
| * Set as optional argumentVitor Mattos2022-06-131-1/+1
| * Remove unecessary row and make compatible with db schemaVitor Mattos2022-06-131-5/+1
* | Add comments expire dateVitor Mattos2022-06-151-0/+16
|/
* Add comments reactionsVitor Mattos2022-01-211-0/+16
* Prepare for group mentionsJoas Schilling2021-10-081-9/+11
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-1/+0
* Fix linterJoas Schilling2021-02-061-1/+1
* Make Psalm happyJoas Schilling2021-02-061-1/+3
* Improve mention matchesJoas Schilling2021-02-061-0/+1
* Format code to a single space around binary operatorsChristoph Wurst2020-10-051-16/+16
* Update license headers for 19Christoph Wurst2020-04-291-0/+1
* Format control structures, classes, methods and functionChristoph Wurst2020-04-101-16/+15
* Fix (array) indent style to always use one tabChristoph Wurst2020-04-091-4/+4
* Allow to set and get the reference idJoas Schilling2020-03-311-0/+31
* Update license headersChristoph Wurst2019-12-051-1/+1
* Some php-cs fixesRoeland Jago Douma2019-11-221-0/+1
* Fix user with id 0 to be able to commentJoas Schilling2019-09-251-3/+3
* Allow guest mentions of talk to be parsedJoas Schilling2019-07-101-2/+7
* Allow apps to store longer messages in the comments APIJoas Schilling2019-06-261-3/+4
* Match mentions when the username is wrapped in quotesJoas Schilling2018-11-071-2/+2
* New regex to match mentionsMario Danic2018-06-081-1/+1
* Remove unsupported modifierMario Danic2018-06-081-1/+1
* Fix mentions regexMario Danic2018-06-081-1/+1
* comments should compile mentions also if done by authorArthur Schiwon2018-01-171-4/+0
* Update license headersMorris Jobke2017-11-061-0/+1
* @since 9.2.0 to @since 11.0.0Roeland Jago Douma2016-11-151-1/+1
* move mention extraction to (I)Comment and report mentions via DAVArthur Schiwon2016-10-191-0/+37
* Fix phpdoc in CommentsRoeland Jago Douma2016-08-161-3/+3
* Fix othersJoas Schilling2016-07-211-2/+3
* Update license headersLukas Reschke2016-05-261-1/+2
* Move \OC\Comments to PSR-4Roeland Jago Douma2016-04-151-0/+382