]> BookStack Code Mirror - bookstack/log
bookstack
3 years agoFixed failing webhook test cases 3139/head
Dan Brown [Mon, 3 Jan 2022 19:51:13 +0000 (19:51 +0000)]
Fixed failing webhook test cases

3 years agoAdded timeout and debugging statuses to webhooks
Dan Brown [Mon, 3 Jan 2022 19:42:48 +0000 (19:42 +0000)]
Added timeout and debugging statuses to webhooks

- Added a user-configurable timeout option to webhooks.
- Added webhook fields for last-call/error datetime, in addition to last
  error string, which are shown on  webhook edit view.

Related to #3122

3 years agoAdded webhook call http exception handling
Dan Brown [Mon, 3 Jan 2022 18:37:05 +0000 (18:37 +0000)]
Added webhook call http exception handling

Will now catch and log errors on events such as http timeouts.
For #3122

3 years agoAdded webhook_call_before theme event hook 3138/head
Dan Brown [Mon, 3 Jan 2022 18:22:03 +0000 (18:22 +0000)]
Added webhook_call_before theme event hook

3 years agoFixed linked images being micro on pdf export
Dan Brown [Sat, 1 Jan 2022 18:18:37 +0000 (18:18 +0000)]
Fixed linked images being micro on pdf export

Was caused by max-width: 100% causing confusion when images were
inside an anchor. This change resets that property on PDF
exports allowing full width images to be shown as so
without affecting smaller sizes.

Fixes #3120

3 years agoUpdated webhooks list to not squash events/status
Dan Brown [Sat, 1 Jan 2022 17:43:33 +0000 (17:43 +0000)]
Updated webhooks list to not squash events/status

Closes #3135

3 years agoUpdated sponsors in readme
Dan Brown [Thu, 30 Dec 2021 16:43:28 +0000 (16:43 +0000)]
Updated sponsors in readme

3 years agoUpdated translator contribution before v21.12 release
Dan Brown [Wed, 22 Dec 2021 16:30:48 +0000 (16:30 +0000)]
Updated translator contribution before v21.12 release

3 years agoApplied latest StyleCI changes
Dan Brown [Mon, 20 Dec 2021 17:40:27 +0000 (17:40 +0000)]
Applied latest StyleCI changes

3 years agoMerge pull request #3118 from BookStackApp/copy_stuff
Dan Brown [Mon, 20 Dec 2021 17:39:44 +0000 (17:39 +0000)]
Merge pull request #3118 from BookStackApp/copy_stuff

Additional copy/clone abilities

3 years agoAdded copy considerations 3118/head
Dan Brown [Mon, 20 Dec 2021 17:33:19 +0000 (17:33 +0000)]
Added copy considerations

Show to the user when copying stuff to highlight important things such
as what's not copied or change in permissions.

3 years agoAdded ability to clone books
Dan Brown [Sun, 19 Dec 2021 19:20:31 +0000 (19:20 +0000)]
Added ability to clone books

3 years agoAdded ability to copy/clone chapters
Dan Brown [Sun, 19 Dec 2021 15:40:52 +0000 (15:40 +0000)]
Added ability to copy/clone chapters

Builds upon page clone work. Takes permissions into account to decide
if child pages should be copied.

3 years agoExtracted page copy to new cloner class
Dan Brown [Sun, 19 Dec 2021 12:56:27 +0000 (12:56 +0000)]
Extracted page copy to new cloner class

Fundemental refactor for planned additional clone operations.
No behaviour change intended in this commit.

3 years agoAdded ability to copy a role
Dan Brown [Sun, 19 Dec 2021 12:27:14 +0000 (12:27 +0000)]
Added ability to copy a role

- Copies via loading in model on create view.
- Updated role views while editing to bring up to similar format as
  that used for more modern app areas.
- Added tests to cover.

Related to #1123

3 years agoUpdated failing tests, Applied StyleCI changes
Dan Brown [Sat, 18 Dec 2021 16:41:42 +0000 (16:41 +0000)]
Updated failing tests, Applied StyleCI changes

3 years agoAligned password length requirements
Dan Brown [Sat, 18 Dec 2021 16:31:48 +0000 (16:31 +0000)]
Aligned password length requirements

Updated all password validation to use central password defaults
system while updating length requirements to now all match
at 8 characters minimum.

Some language text was technically correct (More than 7 characters)
but this has been updated for clarity and to prompt other translations
to be updated.

Closes #2237

3 years agoApplied latest StyleCI changes
Dan Brown [Sat, 18 Dec 2021 11:43:05 +0000 (11:43 +0000)]
Applied latest StyleCI changes

3 years agoMerge branch 'webhooks'
Dan Brown [Sat, 18 Dec 2021 11:40:08 +0000 (11:40 +0000)]
Merge branch 'webhooks'

3 years agoAligned notification capitalisation 3099/head
Dan Brown [Sat, 18 Dec 2021 11:24:58 +0000 (11:24 +0000)]
Aligned notification capitalisation

3 years agoUpdated auditlog IP search test
Dan Brown [Sat, 18 Dec 2021 11:05:41 +0000 (11:05 +0000)]
Updated auditlog IP search test

To ensure the test covers filtering logic.
Related to #3081.

3 years agoMerge branch 'search-by-ip' of https://github.com/johnroyer/BookStack into johnroyer...
Dan Brown [Sat, 18 Dec 2021 10:58:07 +0000 (10:58 +0000)]
Merge branch 'search-by-ip' of https://github.com/johnroyer/BookStack into johnroyer-search-by-ip

3 years agoReverted unrequired use of mb_ function
Dan Brown [Sat, 18 Dec 2021 10:43:43 +0000 (10:43 +0000)]
Reverted unrequired use of mb_ function

3 years agoMerge branch 'fix/multibyte-safe-search'
Dan Brown [Sat, 18 Dec 2021 10:40:38 +0000 (10:40 +0000)]
Merge branch 'fix/multibyte-safe-search'

3 years agoAdded test case for multibyte search highlighting
Dan Brown [Sat, 18 Dec 2021 10:38:33 +0000 (10:38 +0000)]
Added test case for multibyte search highlighting

Related to #3113

3 years agoMake building of search results work for multi-byte encoded characters 3113/head
Kristian Krastev [Wed, 15 Dec 2021 14:29:43 +0000 (16:29 +0200)]
Make building of search results work for multi-byte encoded characters

3 years agoUpdated translator attribution before release v21.11.3
Dan Brown [Wed, 15 Dec 2021 14:07:54 +0000 (14:07 +0000)]
Updated translator attribution before release v21.11.3

3 years agoUpdated php deps
Dan Brown [Wed, 15 Dec 2021 14:00:30 +0000 (14:00 +0000)]
Updated php deps

3 years agoAltered mysql start command in workflows
Dan Brown [Wed, 15 Dec 2021 13:56:21 +0000 (13:56 +0000)]
Altered mysql start command in workflows

Due to https://github.com/actions/virtual-environments/issues/4732

3 years agoApplied latest StyleCI changes
Dan Brown [Wed, 15 Dec 2021 13:49:20 +0000 (13:49 +0000)]
Applied latest StyleCI changes

3 years agoMerge branch 'user_list_control'
Dan Brown [Wed, 15 Dec 2021 13:47:48 +0000 (13:47 +0000)]
Merge branch 'user_list_control'

3 years agoNew Crowdin updates (#3093)
Dan Brown [Wed, 15 Dec 2021 13:46:49 +0000 (13:46 +0000)]
New Crowdin updates (#3093)

* New translations auth.php (Vietnamese)

* New translations entities.php (Norwegian Bokmal)

* New translations common.php (Norwegian Bokmal)

* New translations entities.php (Norwegian Bokmal)

* New translations auth.php (Spanish, Argentina)

* New translations entities.php (Spanish, Argentina)

* New translations errors.php (Spanish, Argentina)

* New translations auth.php (Ukrainian)

* New translations auth.php (Ukrainian)

* New translations common.php (Ukrainian)

* New translations entities.php (Ukrainian)

* New translations errors.php (Ukrainian)

* New translations settings.php (Ukrainian)

* New translations validation.php (Ukrainian)

* New translations entities.php (Japanese)

* New translations common.php (Japanese)

* New translations entities.php (Japanese)

* New translations auth.php (Portuguese)

* New translations auth.php (Portuguese)

* New translations common.php (Portuguese)

* New translations entities.php (Portuguese)

3 years agoAddressed user detail harvesting issue
Dan Brown [Tue, 14 Dec 2021 18:47:22 +0000 (18:47 +0000)]
Addressed user detail harvesting issue

Altered access & usage of the /search/users/select endpoint with the
following changes:
- Removed searching of email address to prevent email detail discovery
  via hunting via search queries.
- Required the user to be logged in and have permission to manage users
  or manage permissions on items in some way.
- Removed the user migration option on user delete unless they have
  permission to manage users.

For #3108
Reported in https://huntr.dev/bounties/135f2d7d-ab0b-4351-99b9-889efac46fca/
Reported by @haxatron

3 years agoAllowed database queue usage where desired
Dan Brown [Mon, 13 Dec 2021 18:34:18 +0000 (18:34 +0000)]
Allowed database queue usage where desired

3 years agoAdded testing to cover webhook calling
Dan Brown [Sun, 12 Dec 2021 19:01:50 +0000 (19:01 +0000)]
Added testing to cover webhook calling

Migrated call logic to Laravel's HTTP client for easier testing
capabilities.

3 years agoUpdated REST API docs with links to webhooks & theme-systems
Dan Brown [Sun, 12 Dec 2021 18:14:22 +0000 (18:14 +0000)]
Updated REST API docs with links to webhooks & theme-systems

3 years agoAdded webhook format example to webhook management views
Dan Brown [Sun, 12 Dec 2021 18:02:08 +0000 (18:02 +0000)]
Added webhook format example to webhook management views

3 years agoAdded active toggle to webhooks
Dan Brown [Sun, 12 Dec 2021 17:39:06 +0000 (17:39 +0000)]
Added active toggle to webhooks

To allow easy temporary de-activation without deletion or other
workarounds. Updated tests to cover.

3 years agoAdded webhook call functionality
Dan Brown [Sat, 11 Dec 2021 22:29:33 +0000 (22:29 +0000)]
Added webhook call functionality

3 years agoRefactored the activity service
Dan Brown [Sat, 11 Dec 2021 17:29:33 +0000 (17:29 +0000)]
Refactored the activity service

- Renamed to "ActivityLogger" to be more focused in usage.
- Extracted out query elements to seperate "ActivityQueries" class.
- Removed old 'addForEntity' activity method to limit activity record
  points.

3 years agoAdded missing migration down table drop
Dan Brown [Fri, 10 Dec 2021 14:58:14 +0000 (14:58 +0000)]
Added missing migration down table drop

3 years agoAdded testing for webhook management interface
Dan Brown [Fri, 10 Dec 2021 14:54:58 +0000 (14:54 +0000)]
Added testing for webhook management interface

3 years agoAdd unit test for ip addess searching 3081/head
Zero [Fri, 10 Dec 2021 07:03:17 +0000 (15:03 +0800)]
Add unit test for ip addess searching

3 years agoFix PHP CS
Zero [Tue, 7 Dec 2021 09:42:10 +0000 (17:42 +0800)]
Fix PHP CS

3 years agoFix UI error of IP searching input box
Zero [Tue, 7 Dec 2021 09:29:41 +0000 (17:29 +0800)]
Fix UI error of IP searching input box

3 years agoUpdate translation setting in blade
Zero [Tue, 7 Dec 2021 09:22:49 +0000 (17:22 +0800)]
Update translation setting in blade

3 years agoDelete duplicated translation
Zero [Tue, 7 Dec 2021 09:21:50 +0000 (17:21 +0800)]
Delete duplicated translation

3 years agoSearch IP by partial-equal
Zero [Tue, 7 Dec 2021 09:04:11 +0000 (17:04 +0800)]
Search IP by partial-equal

3 years agoUpdate index name to 'activities_ip_index'
Zero [Mon, 29 Nov 2021 07:50:55 +0000 (15:50 +0800)]
Update index name to 'activities_ip_index'

3 years agoAdd index for user IP address
Zero [Fri, 26 Nov 2021 07:10:39 +0000 (15:10 +0800)]
Add index for user IP address

3 years agoShow current search IP
Zero [Fri, 26 Nov 2021 06:38:06 +0000 (14:38 +0800)]
Show current search IP

3 years agoAdd an hidden submit
Zero [Fri, 26 Nov 2021 05:58:00 +0000 (13:58 +0800)]
Add an hidden submit

This hidden submit makes auto submit while user press Enter on IP
input field.

3 years agoAdd margin right for IP input box
Zero [Fri, 26 Nov 2021 05:17:49 +0000 (13:17 +0800)]
Add margin right for IP input box

3 years agoAdd filter of user IP
Zero [Fri, 26 Nov 2021 05:08:04 +0000 (13:08 +0800)]
Add filter of user IP

3 years agoAdd label translation
Zero [Sun, 14 Nov 2021 04:48:50 +0000 (12:48 +0800)]
Add label translation

3 years agoFix label and input box error
Zero [Sun, 14 Nov 2021 04:48:33 +0000 (12:48 +0800)]
Fix label and input box error

3 years agoAdd IP address search field mock
Zero [Tue, 9 Nov 2021 04:05:02 +0000 (12:05 +0800)]
Add IP address search field mock

3 years agoCompleted webhook management interface
Dan Brown [Wed, 8 Dec 2021 17:35:58 +0000 (17:35 +0000)]
Completed webhook management interface

Got webhook CRUD actions in place within the interface.
Quick manual test pass done, Needs automated tests.

3 years agoInitial controller/views for webhooks management
Dan Brown [Wed, 8 Dec 2021 14:29:42 +0000 (14:29 +0000)]
Initial controller/views for webhooks management

3 years agoStarted webhook implementation
Dan Brown [Tue, 7 Dec 2021 14:55:11 +0000 (14:55 +0000)]
Started webhook implementation

3 years agoAdded link to OIDC docs in .env.example.complete
Dan Brown [Tue, 7 Dec 2021 13:45:43 +0000 (13:45 +0000)]
Added link to OIDC docs in .env.example.complete

3 years agoAdded url and preview_html params to search API results
Dan Brown [Mon, 6 Dec 2021 20:42:04 +0000 (20:42 +0000)]
Added url and preview_html params to search API results

Allows easy direct linking and usage of the HTML preview content
we show in the UI when viewing search results.
Note: preview_html content is a rough representation only, it does not
match exactly what was matched in the database-search-operation which
finds the results.

For #3096 and #3080

3 years agoMerge branch 'master' of github.com:BookStackApp/BookStack
Dan Brown [Tue, 30 Nov 2021 14:25:27 +0000 (14:25 +0000)]
Merge branch 'master' of github.com:BookStackApp/BookStack

3 years agoApplied StyleCI changes
Dan Brown [Tue, 30 Nov 2021 14:25:09 +0000 (14:25 +0000)]
Applied StyleCI changes

3 years agoNew Crowdin updates (#3076)
Dan Brown [Tue, 30 Nov 2021 14:24:35 +0000 (14:24 +0000)]
New Crowdin updates (#3076)

* New translations entities.php (Chinese Simplified)

* New translations settings.php (Portuguese, Brazilian)

* New translations validation.php (Portuguese, Brazilian)

* New translations common.php (Chinese Simplified)

* New translations settings.php (Chinese Simplified)

* New translations auth.php (Turkish)

3 years agoUpdated API session auth to consider public access setting
Dan Brown [Tue, 30 Nov 2021 13:55:56 +0000 (13:55 +0000)]
Updated API session auth to consider public access setting

For #3091

3 years agoFixed related permissions query not considering drafts
Dan Brown [Tue, 30 Nov 2021 00:06:17 +0000 (00:06 +0000)]
Fixed related permissions query not considering drafts

Page-related items added on drafts could be visible in certain scenarios
since the applied permissions query filters would not consider
page draft visibility.
This commit alters queries on related items to apply such filtering.

Included test to cover API scenario.
Thanks to @haxatron for reporting.

3 years agoTweaked pdf export iframe replacement to fix compatibility
Dan Brown [Sun, 28 Nov 2021 21:01:35 +0000 (21:01 +0000)]
Tweaked pdf export iframe replacement to fix compatibility

Was using a method that wasn't a proper available part of the
DomElement API.

3 years agoAdded conversion of iframes to anchors on PDF export
Dan Brown [Thu, 25 Nov 2021 15:12:32 +0000 (15:12 +0000)]
Added conversion of iframes to anchors on PDF export

- Replaced iframe elements with anchor elements wrapped in a paragraph.
- Extracted PDF generation action to seperate class for easier mocking
  within testing.
- Added test to cover.

For #3077

3 years agoFixed up logical theme docs a tad
Dan Brown [Wed, 24 Nov 2021 18:58:46 +0000 (18:58 +0000)]
Fixed up logical theme docs a tad

- Added link to video guide on YouTube.
- Formalised the customCommand docs parts I hastily added before.

3 years agoUpdated translators and merged styleci fixes
Dan Brown [Tue, 23 Nov 2021 20:41:12 +0000 (20:41 +0000)]
Updated translators and merged styleci fixes

3 years agoNew Crowdin updates (#3057)
Dan Brown [Tue, 23 Nov 2021 20:38:52 +0000 (20:38 +0000)]
New Crowdin updates (#3057)

* New translations auth.php (Chinese Simplified)

* New translations common.php (Chinese Simplified)

* New translations entities.php (Chinese Simplified)

* New translations common.php (Chinese Simplified)

* New translations settings.php (Chinese Simplified)

* New translations activities.php (Chinese Simplified)

* New translations entities.php (Chinese Simplified)

* New translations auth.php (Russian)

* New translations common.php (Russian)

* New translations common.php (Russian)

* New translations entities.php (Russian)

* New translations errors.php (Russian)

* New translations settings.php (Russian)

* New translations auth.php (Italian)

* New translations common.php (Italian)

* New translations entities.php (Italian)

* New translations entities.php (Italian)

* New translations auth.php (Estonian)

3 years agoChanged homepage card header links to be bottom-card-links
Dan Brown [Tue, 23 Nov 2021 18:18:49 +0000 (18:18 +0000)]
Changed homepage card header links to be bottom-card-links

The old links in the headers were not obvious. This changes the
header-based links to instead be a link at the bottom of the card.

Related to #3046

3 years agoAdded use of the prefers-contrast media query
Dan Brown [Tue, 23 Nov 2021 15:48:55 +0000 (15:48 +0000)]
Added use of the prefers-contrast media query

Used upon areas we usually fade-out to provide a focused user
experience. If the user desires more contrasted we prevent this
behaviour using the prefers-contrast media query.

Related to #2634

3 years agoApplied another round of static analysis updates
Dan Brown [Mon, 22 Nov 2021 23:33:55 +0000 (23:33 +0000)]
Applied another round of static analysis updates

3 years agoTweaked custom command registration, Added StyleCI fixes
Dan Brown [Mon, 22 Nov 2021 22:22:31 +0000 (22:22 +0000)]
Tweaked custom command registration, Added StyleCI fixes

Old command registration method was interfering with default commands,
causing only a limited subset of commands to show overall.
This change follows the method the frameworks uses when loading in from a
directory to prevent issues with run/load order.

3 years agoMerge pull request #3072 from BookStackApp/logical_theme_commands
Dan Brown [Mon, 22 Nov 2021 19:08:15 +0000 (19:08 +0000)]
Merge pull request #3072 from BookStackApp/logical_theme_commands

Support custom commands via logical theme system

3 years agoAdded test for logical-theme-system command registration 3072/head
Dan Brown [Mon, 22 Nov 2021 19:03:04 +0000 (19:03 +0000)]
Added test for logical-theme-system command registration

Changed how the command registration was handled due to complications of
action order found during testing. Now the theme service will resolve
and directly register the command on the Kernel instead of them being
fetched from the ThemeService from within Kernel.
More direct, Seems to work.

3 years agoSupport custom commands via logical theme system
Dan Brown [Mon, 22 Nov 2021 18:30:58 +0000 (18:30 +0000)]
Support custom commands via logical theme system

Added initial work to support registering commands through the logical
theme system. Includes docs changes and example.

Not yet covered via testing.

3 years agoMerge branch 'assign_ids_to_nested_headers' of https://github.com/Julesdevops/BookSta...
Dan Brown [Mon, 22 Nov 2021 16:34:28 +0000 (16:34 +0000)]
Merge branch 'assign_ids_to_nested_headers' of https://github.com/Julesdevops/BookStack into Julesdevops-assign_ids_to_nested_headers

3 years agoUpdated test to ensure autofocus is set on TOTP input
Dan Brown [Mon, 22 Nov 2021 13:28:46 +0000 (13:28 +0000)]
Updated test to ensure autofocus is set on TOTP input

3 years agoUpdate verify-totp.blade.php 3068/head
Robert Accettura [Mon, 22 Nov 2021 04:15:37 +0000 (23:15 -0500)]
Update verify-totp.blade.php

3 years agofeat(PageContent): set unique ids on nested headers 3069/head
julesdevops [Thu, 18 Nov 2021 22:01:37 +0000 (23:01 +0100)]
feat(PageContent): set unique ids on nested headers

3 years agoSet taborder for TOTP Verification
Robert Accettura [Sun, 21 Nov 2021 20:40:11 +0000 (15:40 -0500)]
Set taborder for TOTP Verification

Adding tabindex=0 means when pressing tab the focus goes right to the TOTP input field.  When using a Password Manager this makes it easier than having to hit tab 3X to get the right focus.

3 years agoApplied another set of static analysis improvements
Dan Brown [Sat, 20 Nov 2021 14:03:56 +0000 (14:03 +0000)]
Applied another set of static analysis improvements

3 years agoAdded video guide link to visual theme system docs
Dan Brown [Thu, 18 Nov 2021 21:04:25 +0000 (21:04 +0000)]
Added video guide link to visual theme system docs

3 years agoNew Crowdin updates (#3040)
Dan Brown [Tue, 16 Nov 2021 12:31:37 +0000 (12:31 +0000)]
New Crowdin updates (#3040)

3 years agoUpdated translators and made StyleCI changes
Dan Brown [Tue, 16 Nov 2021 12:29:50 +0000 (12:29 +0000)]
Updated translators and made StyleCI changes

3 years agoFixed tags listing grouping by name only on search
Dan Brown [Mon, 15 Nov 2021 19:00:37 +0000 (19:00 +0000)]
Fixed tags listing grouping by name only on search

Included test to cover case

3 years agoUpdated php packages
Dan Brown [Mon, 15 Nov 2021 18:39:38 +0000 (18:39 +0000)]
Updated php packages

3 years agoRemoved extra border around markdown editor box
Dan Brown [Mon, 15 Nov 2021 11:37:17 +0000 (11:37 +0000)]
Removed extra border around markdown editor box

3 years agoFixed page editor back button sometimes going nowhere
Dan Brown [Mon, 15 Nov 2021 11:17:27 +0000 (11:17 +0000)]
Fixed page editor back button sometimes going nowhere

Updated the back button to be a proper link instead of a reference to
the last viewed URL since it could break if the last page was the
current one (On validation for example).

Includes test to cover.
Also applied some styleCI changes.

Fixes #2834

3 years agoPrevented auto-login from direct email confirmation actions
Dan Brown [Mon, 15 Nov 2021 10:50:28 +0000 (10:50 +0000)]
Prevented auto-login from direct email confirmation actions

Was done for convenience but could potentially be exploited by an
attacker using signing up via one of these routes, then forwarding
an email confirmation to another user so they unknowingly utilise
an account someone else controls.

Tweaks the flow of confirming email, and the user invite flow.

For #3050

3 years agoUpdated page includes to be top-level for code blocks
Dan Brown [Mon, 15 Nov 2021 00:48:05 +0000 (00:48 +0000)]
Updated page includes to be top-level for code blocks

This change means that code blocks are now included still wrapped in
their pre tags, as we do for tables and lists.
Previously the <code> inner content would be included which would lead
to a generally bad/broken presentation.

Hopefully should not be a breaking change as section include tags for
code was tricky to get to, and it was in a semi-broken state.

For #2406

3 years agoAdded an env configurable file upload size limit
Dan Brown [Sun, 14 Nov 2021 22:03:22 +0000 (22:03 +0000)]
Added an env configurable file upload size limit

Replaces the old suggestion of setting JS head 'window.uploadLimit'
variable. This new env option will be used by back-end validation and
front-end libs/logic too.

Limits already likely exist within prod environments at a PHP and
webserver level but this allows an app-level limit and centralises the
option on the BookStack side into the .env

Closes #3033

3 years agoChanged logout routes to POST instead of GET
Dan Brown [Sun, 14 Nov 2021 21:13:24 +0000 (21:13 +0000)]
Changed logout routes to POST instead of GET

As per #3047.

Also made some SAML specific fixes:
- IDP initiated login was broken due to forced default session value.
  Double checked against OneLogin lib docs that this reverted logic was fine.
- Changed how the saml login flow works to use 'withoutMiddleware' on
  the route instead of hacking out the session driver. This was due to
  the array driver (previously used for the hack) no longer being
  considered non-persistent.

3 years agoFixed sponsor image logo paths
Dan Brown [Sun, 14 Nov 2021 16:53:01 +0000 (16:53 +0000)]
Fixed sponsor image logo paths

Broke due to website branch name change

3 years agoAdded API search endpoint
Dan Brown [Sun, 14 Nov 2021 16:28:01 +0000 (16:28 +0000)]
Added API search endpoint

Is a little awkward, emulates a 'list' API endpoint but has unstable
paging and does not support filters/sort. This is detailed on the
endpoint though.

Made some updates to the docs system to better support parameters
and examples on GET requests.

Includes tests to cover.

For #909

3 years agoAdded /api => /api/docs redirect for convenience.
Dan Brown [Sun, 14 Nov 2021 15:20:04 +0000 (15:20 +0000)]
Added /api => /api/docs redirect for convenience.

3 years agoRemoved prefix route groups, applyed styleci changes
Dan Brown [Sun, 14 Nov 2021 15:16:18 +0000 (15:16 +0000)]
Removed prefix route groups, applyed styleci changes

Removing prefix route groups out of visual preference.
Those don't really save much and I prefer seeing the complete
paths when going down the list to better guage where I am.

Morty Proxy This is a proxified and sanitized view of the page, visit original site.