aboutsummaryrefslogtreecommitdiffstats
path: root/apps/comments/lib
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Populate the mention-notification with the actual messageJoas Schilling2018-10-301-41/+99
* Redirect guests to login if they follow the link of a comment mention-notific...Joas Schilling2018-10-021-17/+29
* Add pagination supportJoas Schilling2018-07-251-17/+30
* Allow to search by commentsJoas Schilling2018-07-253-1/+208
* Correctly register everything via the Application classJoas Schilling2018-07-251-0/+51
* Merge pull request #8355 from nextcloud/fix-comments-num-indexMorris Jobke2018-02-261-2/+4
|\
| * fix creating comments when file is accessible to users with numeric idsArthur Schiwon2018-02-141-3/+4
* | Remove unused import statementsMorris Jobke2018-02-142-2/+0
|/
* Fix array method usages with a proper callMorris Jobke2018-01-251-1/+1
* 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-069-21/+36
* Merge branch 'master' into autocomplete-guiArthur Schiwon2017-11-011-0/+6
|\
| * Add a doc why this should not be removedJoas Schilling2017-10-231-0/+6
* | fix comment sorterArthur Schiwon2017-10-301-2/+13
* | configurable amount of autocomplete results in commentsArthur Schiwon2017-10-272-0/+50
* | ensure that sorting is stableArthur Schiwon2017-10-221-3/+14