summaryrefslogtreecommitdiffstats
path: root/apps/comments/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Use the short array syntax, everywhereChristoph Wurst2020-03-261-1/+1
|/
* Update license headers for 18Christoph Wurst2019-12-201-0/+1
* Fix comments search result to work with multibyte stringsMichał Węgrzynek2019-12-091-5/+5
* Update license headersChristoph Wurst2019-12-0515-20/+31
* Some php-cs fixesRoeland Jago Douma2019-11-221-1/+0
* Fix comments app init and LoadSidebar eventJohn Molakvoæ (skjnldsv)2019-11-043-7/+64
* Move over comments to the new eventRoeland Jago Douma2019-09-232-9/+49
* Keep the old method as a fallback and adjust the testsJoas Schilling2019-07-161-1/+1
* Update shipped implementations of the INotifierJoas Schilling2019-07-152-11/+26
* Move comments to webpackRoeland Jago Douma2019-02-261-3/+1
* Merge pull request #13819 from nextcloud/bugfix/noid/unify-html-encoding-hand...Morris Jobke2019-02-071-1/+0
|\
| * Unify the HTML encoding handling with other ROS appsJoas Schilling2019-01-251-1/+0
* | No need to explicitly load bundle dependenciesRoeland Jago Douma2019-02-041-1/+0
|/
* Merge the str_replacementsJoas Schilling2019-01-241-1/+1
* Populate the mention-notification with the actual messageJoas Schilling2018-11-081-41/+86
* Fix the comments UI and activities for space-mentionsJoas Schilling2018-11-071-1/+6
* Revert "Populate the mention-notification with the actual message"Arthur Schiwon2018-10-311-99/+41