summaryrefslogtreecommitdiffstats
path: root/composer.json
AgeCommit message (Collapse)Author
2024-02-03Chore(deps-dev): Bump nextcloud/coding-standard from 1.1.1 to 1.2.1dependabot[bot]
Bumps [nextcloud/coding-standard](https://github.com/nextcloud/coding-standard) from 1.1.1 to 1.2.1. - [Release notes](https://github.com/nextcloud/coding-standard/releases) - [Changelog](https://github.com/nextcloud/coding-standard/blob/master/CHANGELOG.md) - [Commits](https://github.com/nextcloud/coding-standard/compare/v1.1.1...v1.2.1) --- updated-dependencies: - dependency-name: nextcloud/coding-standard dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
2024-01-14chore(dev-deps): Bump nextcloud/ocp packagenextcloud-command
Signed-off-by: GitHub <noreply@github.com>
2023-12-12Rationalize dependenciesLouis Chemineau
Signed-off-by: Louis Chemineau <louis@chmn.me>
2023-08-08Chore(deps-dev): Bump nextcloud/coding-standard from 1.0.0 to 1.1.1dependabot[bot]
Bumps [nextcloud/coding-standard](https://github.com/nextcloud/coding-standard) from 1.0.0 to 1.1.1. - [Release notes](https://github.com/nextcloud/coding-standard/releases) - [Changelog](https://github.com/nextcloud/coding-standard/blob/master/CHANGELOG.md) - [Commits](https://github.com/nextcloud/coding-standard/compare/v1.0.0...v1.1.1) --- updated-dependencies: - dependency-name: nextcloud/coding-standard dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
2023-02-24perf(autoloader): Force own autoloaderJohn Molakvoæ
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
2023-02-22Add commands and listeners to generate location data of files:Louis Chemineau
The location data is stored inside `oc_files_metadata`. - `occ photos:update-1000-cities` to update the cities1000 file. - `occ photos:map-media-to-location`to map picture coordinates to a location - `ReverseGeoCoderService` download the necessary files and build the `KDTree` - `UpdateReverseGeocodingFilesCommand` command to allow to manually create the needed reverse geocoding files - `MediaLocationManager` to manager the location mappings - `MapMediaToLocationCommand` command to manually trigger location data mapping. Useful for pre-existing pictures. - `LocationManagerNodeEventListener` to react to node, user and share events. - `MapMediaToLocationJob` to reduce the load in event listeners ```php ┌─────────────────────┐ ┌────────────►│MapMediaToLocationJob│ │ └─────────┬───────────┘ │ │ ┌────────────────────────┴───────┐ │ │LocationManagerNodeEventListener├──┐ ▼ └────────────────────────────────┘ │ ┌────────────────────┐ ┌──────────────┐ ├─►│MediaLocationManager├────►│LocationMapper│ ┌─────────────────────────┐ │ └─────────┬──────────┘ └──────────────┘ │MapMediaToLocationCommand├─────────┘ │ └─────────────────────────┘ │ ▼ ┌──────────────────────────────────┐ ┌──────────────────────┐ │UpdateReverseGeocodingFilesCommand├──►│ReverseGeoCoderService│ └──────────────────────────────────┘ └──────────────────────┘ ``` Signed-off-by: Louis Chemineau <louis@chmn.me>
2023-01-16chore(CI): Update master php testing versions and workflow templatesJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-09-23Migrate to nextcloud/ocpJohn Molakvoæ
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
2022-08-23Use stub implementationCarl Schwan
Signed-off-by: Carl Schwan <carl@carlschwan.eu> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2022-08-23Address reviewsLouis Chemineau
Signed-off-by: Louis Chemineau <louis@chmn.me>
2022-08-22Add Albums viewLouis Chemineau
Signed-off-by: Louis Chemineau <louis@chmn.me>
2022-05-10Update php styling for 7.4John Molakvoæ
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
2022-02-09Update master php enviromentJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-02-06Bump phpunit/phpunit from 7.5.20 to 9.5.2dependabot[bot]
Bumps [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) from 7.5.20 to 9.5.2. - [Release notes](https://github.com/sebastianbergmann/phpunit/releases) - [Changelog](https://github.com/sebastianbergmann/phpunit/blob/master/ChangeLog-9.5.md) - [Commits](https://github.com/sebastianbergmann/phpunit/compare/7.5.20...9.5.2) Signed-off-by: dependabot[bot] <support@github.com>
2021-01-16Bump nextcloud/coding-standard from 0.4.0 to 0.5.0dependabot[bot]
Bumps [nextcloud/coding-standard](https://github.com/nextcloud/coding-standard) from 0.4.0 to 0.5.0. - [Release notes](https://github.com/nextcloud/coding-standard/releases) - [Changelog](https://github.com/nextcloud/coding-standard/blob/master/CHANGELOG.md) - [Commits](https://github.com/nextcloud/coding-standard/compare/v0.4.0...v0.5.0) Signed-off-by: dependabot[bot] <support@github.com>
2021-01-04Add psalmRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2020-12-29Bump nextcloud/coding-standard from 0.3.0 to 0.4.0dependabot[bot]
Bumps [nextcloud/coding-standard](https://github.com/nextcloud/coding-standard) from 0.3.0 to 0.4.0. - [Release notes](https://github.com/nextcloud/coding-standard/releases) - [Changelog](https://github.com/nextcloud/coding-standard/blob/master/CHANGELOG.md) - [Commits](https://github.com/nextcloud/coding-standard/compare/v0.3.0...v0.4.0) Signed-off-by: dependabot[bot] <support@github.com>
2020-12-29Master is php7.3Roeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2020-09-04Add composer min phpv20.0.0beta4John Molakvoæ (skjnldsv)
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2020-07-13Add php csJohn Molakvoæ (skjnldsv)
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2020-01-23Update composer.jsonJohn Molakvoæ
2020-01-23Create composer.jsonJohn Molakvoæ