joomlatools-pages icon indicating copy to clipboard operation
joomlatools-pages copied to clipboard

Joomlatools Pages is an easy to use page generator (for Joomla)

Results 38 joomlatools-pages issues
Sort by recently updated
recently updated
newest added

Allow loading partials using a html component syntax. Inspiration: https://laravel.com/docs/8.x/blade#components Also: https://github.com/protonemedia/laravel-form-components Also: https://jinjax.scaletti.dev/ Also: https://enhance.dev/docs/learn/starter-project/elements Ideas: https://www.youtube.com/watch?v=NoP9oY7kdy8

feature

Implement support for cursor based pagination: - https://laravel-json-api.readthedocs.io/en/latest/fetching/pagination/#cursor-based-pagination - https://stripe.com/docs/api/pagination - https://slack.engineering/evolving-api-pagination-at-slack-1c1f644f8e12 - https://docs.github.com/en/rest/guides/traversing-with-pagination Additional changes: - [ ] Add 'number' and 'size to the JSONAPI metadata. Could consider adding...

feature

This PR closes #364 and implements **readonly** support for K2: `articles`, `categories` and `fields` and `attachments` through the `ext:k2` extension namespace. Following collection models are available: ### Collection models -...

invalid
feature

At the moment page, redirect and file routing works independently through different event subscribers. Refactor the implementation to route through the http dispatcher. - [ ] Allow to attach different...

refactor

Improve error handling by implementing: https://tools.ietf.org/html/rfc7807 Resources: - https://blog.restcase.com/rest-api-error-handling-problem-details-response/ - https://www.javacodegeeks.com/2019/05/http-status-code-enough-tackling-web-apis-error-reporting.html - https://apisyouwonthate.com/blog/creating-good-api-errors-in-rest-graphql-and-grpc - https://jsonapi.org/format/#error-objects Also investigate: https://github.com/paragonie/corner

feature

Implement the ability to route and serve static files (images, documents, videos etc.) from the filesystem ### Todo - [x] Implement file router - [x] Implement file downloader - [x]...

feature

This PR closes #372 and implements a specialised rewrite router for url's generated by the Joomla router. The url rewrite router offers support for both [pattern](https://github.com/joomlatools/joomlatools-pages/wiki/Routes) and [callback](https://github.com/joomlatools/joomlatools-pages/pull/344) based routing....

feature

Implement a url rewriting mechanism to allow rewriting url's generated by the Joomla router. Ensure proper redirect handling to maintain page rank rewritten url's. ### Todo - [ ] Move...

feature

Implement an extendible user authentication mechanism. - [ ] Basic (or API key only, username is apikey) - [ ] Social auth (https://github.com/hybridauth/hybridauth) - [ ] Digest (https://tools.ietf.org/html/rfc7616) - [...

feature