Libraries tagged by visible
zippendo/zippendo-php
9 Downloads
Public API documentation for Zippendo. Authenticate using your API token (Bearer token prefixed with zipp_). **Brands (sub-accounts).** An organization can be split into brands, each keeping its own orders, shipments and configuration separate. There are two ways to scope requests to one brand, and NEITHER changes any request body: 1. **Bind the token.** Create an API token with a `brandId` and every request it makes is confined to that brand — reads filtered, writes stamped. This is the recommended way to give a single brand's team its own credential. 2. **Send the `X-Zippendo-Brand` header.** An organization-wide token can scope an individual request by sending the brand's id or slug in this header. Most SDKs let you set it once on the client so every call inherits it. A brand-bound token that receives an `X-Zippendo-Brand` header naming a different brand is rejected with `403 BRAND_ACCESS_DENIED` — the binding is never widened. Omit both and requests cover the whole organization, which is the behaviour of every existing token. Records that belong to no brand carry `brandId: null`. Configuration (carriers, shipping rules, addresses) with a null brand is organization-wide and remains visible inside every brand; orders and shipments with a null brand are only visible organization-wide. List endpoints additionally take a `?brandScope=own|shared|both` parameter to narrow further within whichever brand context already applies. `own` returns only rows assigned to that brand, and requires a brand context — a brand-bound token, a resolved brand session, or the `X-Zippendo-Brand` header above — otherwise `400`. `shared` returns only the organization-wide rows (equivalent to filtering `brandId=none`). The default, `both`, keeps the existing behaviour: a brand context sees its own rows plus the organization-wide ones. Set `X-Zippendo-Brand-Scope` as a client default to apply the same choice to every request instead of repeating the query parameter on each call — an explicit `brandScope` query parameter always wins over the header, and a blank header value is ignored. Brands themselves are managed under the **Brands** tag. Retiring a brand is done with `POST /orgs/{orgId}/brands/{brandId}/archive` — permanent deletion is a dashboard-only action, since it is refused while any order, shipment, member or token still references the brand. Brands require a plan that includes them; creating one beyond your plan's limit returns `403`.
vse/browsehappy
26 Downloads
Displays an Outdated Browser Banner on your phpBB forum's index page, visible only to Internet Explorer 6/7/8/9 users, to encourage them to upgrade to a modern browser.
thejoshsmith/craft-fab-permissions
11464 Downloads
Give yourself better control over your sections with Craft Field and Tab (FAB) Permissions. Restrict which tabs and fields are visible to different user groups.
letone/contao-ai-image-marker-bundle
7 Downloads
AI Image Marker adds visible watermarks and embedded AI notices to images managed by Contao.
lafayettecollege/moodle-tool_hidecourses
24 Downloads
This admin tool allows managers to set all courses in a category (including subcategories) to either hidden from, or visible to, students.
justoverclock/edit-posts
2203 Downloads
Edit Posts button always visible
justinholtweb/craft-queuebert
32 Downloads
A live control panel bar that surfaces running and queued jobs across Craft's default queue and any custom queue runners — visible only while there's queue activity.
hirasso/html-obfuscator
104 Downloads
Obfuscate emails, phone numbers and other sensitive data using PHP and modern web features. Visible to humans, hidden from crawlers and headless bots until they interact.
clivewalkden/magento2-checkoutsuccess
1307 Downloads
A plugin for Magento 2 that keeps the Checkout Success page visible for styling on refresh
bixgomez/gutenview
9 Downloads
Makes the WordPress block editor's hidden editing affordances visible and discoverable.
sozodesign/checkout-success
152 Downloads
A plugin for Magento 2 that keeps the Checkout Success page visible for styling on refresh
silverstripe/gridfielddetailformwithsearch
3146 Downloads
GridFieldDetailForm that has a search sidebar always visible
neuecommerce/visible-records
326 Downloads
Handle visibility state on your Laravel Eloquent model records.
jedenweb/visible
208 Downloads
Visibility management of Doctrine entities in Nette
madand/yii2-jquery-visible
6 Downloads
jquery-visible plugin asset for Yii2