summaryrefslogtreecommitdiffstats
path: root/apps/comments/composer
Commit message (Collapse)AuthorAgeFilesLines
* Rebuild autoloaderJoas Schilling2022-09-201-2/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Move findBinaryFinder and isFunctionEnabled away from OC_HelperCarl Schwan2022-08-231-3/+3
| | | | | | | | | | | | findBinaryFinder is now a service that is still private but with some minor optimization (remove the hasKey check). isFunctionEnabled is now in OCP\Util Both function are still keep but all internal usage in nextcloud/server were migrated to the new usage, so that we can remove it in 26 Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* Make Color class publicCarl Schwan2022-07-051-7/+7
| | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* Fix an issue with the search backend updateCarl Schwan2022-04-142-1/+6
| | | | | | And update autoloader Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* Build autoloader with new composer versionCôme Chilliet2022-03-305-15/+8
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Update composer generated files to latest versionCarl Schwan2022-03-141-1/+1
| | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* Update to composer 2.1.11Carl Schwan2021-11-042-2/+15
| | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* Bump autoloaderJoas Schilling2021-10-141-2/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Update generated composer files to latest formatChristoph Wurst2021-09-223-19/+110
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Add missing files for Composer v2Christoph Wurst2021-08-134-0/+383
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Update AutoloaderLouis Chemineau2021-06-211-1/+3
| | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* Move comments to initial stateRoeland Jago Douma2021-03-222-2/+2
| | | | | | | | | * Do not extend the jssettings * Just use the proper intial state * Use it in the js code as well Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>
* Update autoloader filesRoeland Jago Douma2021-03-021-2/+4
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Update all composer autoloader filesChristoph Wurst2021-01-282-1/+33
| | | | | | The format changed between 2.0.8 and 2.0.9. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* rebuild autoloader scripts with 2.0.7Robin Appelman2020-11-264-3/+5
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* Update autloaderRoeland Jago Douma2020-09-241-1/+1
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Show mime icon, bump bundles, make the SearchResultEntry class ↵John Molakvoæ (skjnldsv)2020-08-042-4/+2
| | | | | | non-abstract, Fix header search icon, various fixes Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Migrate comments to unified search APIChristoph Wurst2020-06-242-0/+4
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Migrate Comments to the new bootstrap mechanismChristoph Wurst2020-06-172-0/+2
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Add a capability when file comments are enabledJoas Schilling2020-05-282-0/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Update autoloaders for composer v1.10.1Christoph Wurst2020-03-191-0/+3
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Fix comments app init and LoadSidebar eventJohn Molakvoæ (skjnldsv)2019-11-042-0/+2
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Move over comments to the new eventRoeland Jago Douma2019-09-232-0/+2
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Shorten index name of calendar changes tableJoas Schilling2018-11-141-1/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Bump autoloadersRoeland Jago Douma2018-08-101-1/+1
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Allow to search by commentsJoas Schilling2018-07-252-0/+4
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Update composerMorris Jobke2018-01-122-10/+14
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Composer updatedRoeland Jago Douma2018-01-042-16/+12
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Use proper authorative-autoloader for app autoloadersRoeland Jago Douma2017-12-142-11/+2
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* update autoloaderArthur Schiwon2017-11-012-0/+4
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* Comments AutoloaderRoeland Jago Douma2017-10-249-0/+619
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>