Commit Graph

25 Commits

Author SHA1 Message Date
John Molakvoæ (skjnldsv) 03eda33eda Update github actions and add php-cs
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2020-08-04 17:13:41 +02:00
dependabot-preview[bot] 5975b2ab53 Bump doctrine/inflector from 1.3.1 to 1.4.1
Bumps [doctrine/inflector](https://github.com/doctrine/inflector) from 1.3.1 to 1.4.1.
- [Release notes](https://github.com/doctrine/inflector/releases)
- [Commits](https://github.com/doctrine/inflector/compare/1.3.1...1.4.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-05-24 15:18:04 +02:00
dependabot-preview[bot] c80d816b07 Bump phpunit/phpunit from 7.5.20 to 8.5.5
Bumps [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) from 7.5.20 to 8.5.5.
- [Release notes](https://github.com/sebastianbergmann/phpunit/releases)
- [Changelog](https://github.com/sebastianbergmann/phpunit/blob/master/ChangeLog-8.5.md)
- [Commits](https://github.com/sebastianbergmann/phpunit/compare/7.5.20...8.5.5)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-05-24 15:07:39 +02:00
Morris Jobke bd5b4f5940 Use proper exit code for composer lint
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2020-05-13 23:17:56 +02:00
dependabot-preview[bot] 2e33be4430 Bump doctrine/inflector from 1.1.0 to 1.3.1
Bumps [doctrine/inflector](https://github.com/doctrine/inflector) from 1.1.0 to 1.3.1.
- [Release notes](https://github.com/doctrine/inflector/releases)
- [Commits](https://github.com/doctrine/inflector/compare/v1.1.0...1.3.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-04-23 14:36:25 +02:00
dependabot-preview[bot] 6d656d3242 Bump rowbot/url from 2.0.3 to 3.0.1
Bumps [rowbot/url](https://github.com/TRowbotham/URL-Parser) from 2.0.3 to 3.0.1.
- [Release notes](https://github.com/TRowbotham/URL-Parser/releases)
- [Changelog](https://github.com/TRowbotham/URL-Parser/blob/master/CHANGELOG.md)
- [Commits](https://github.com/TRowbotham/URL-Parser/compare/2.0.3...3.0.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-04-02 16:36:35 +02:00
John Molakvoæ ea3cc3baa9
Move to github actions
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2020-03-31 15:53:57 +02:00
Marcel Klehr 6bc94b7430 BookmarkController: Fix delete and getBookmarks 2020-03-24 10:43:08 +01:00
Marcel Klehr 8145f560d2 Fix HtmlImporterTest 2019-11-23 22:47:32 +01:00
Marcel Klehr 8770351825 Refactor stuff into services
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
2019-11-23 22:47:32 +01:00
Marcel Klehr 22f07bb4a3 Fix findByUrl tests
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
2019-11-23 22:47:32 +01:00
Marcel Klehr 915aacd32c More tests
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
2019-11-23 22:47:32 +01:00
Marcel Klehr 2d9d2cdb24 Reapply breaking changes
of switching to WHATWG URL normalizer
2019-08-30 22:39:19 +02:00
Marcel Klehr 8a1e94b000 Revert "Use WHATWG URL normalization"
This reverts commit 1bcf76094f.
2019-08-30 22:27:53 +02:00
Marcel Klehr 1bcf76094f Use WHATWG URL normalization 2019-07-21 03:22:34 +02:00
Marcel Klehr 3d9c8d256d Re-implement url normalizer based on python implementation 2018-11-29 18:37:19 +01:00
Marcel Klehr ba377535c6 Replace url normalizer
fixes fragment normalization
2018-11-04 14:15:33 +01:00
Marcel Klehr 06d3ce7263 Refactor HTTP I/O to use nextcloud's IClient
=> Compat with NC 14
2018-09-01 23:12:31 +02:00
Marcel Klehr 1b4c499f2e Fix deps 2018-08-13 17:33:35 +02:00
Marcel Klehr 2f3e4303ce Update dependencies 2018-08-13 17:27:40 +02:00
Marcel Klehr 2968f7c1e3 Refactor preview fetching
- fully rely on cache instead of storing some stuff in the db forever.
- allow switching out the implementation
2018-07-20 23:39:44 +02:00
Marcel Klehr 2692d9ee0f Fix LinkExplorer: Always return absolute URLs 2018-06-21 23:49:30 +02:00
Marcel Klehr 788703690f Fix support for php5 2018-05-27 17:10:35 +02:00
Marcel Klehr 647e1a337d Normalize URLs before writing to or querying db
fixes #478
2018-04-26 23:51:37 +02:00
Marcel Klehr b2da69c251 Use a fork of link-preview
backported to use guzzle 5.3
2018-03-12 19:11:35 +01:00