Skip to main content
Advanced Search
Search Terms
Content Type

Exact Matches
Tag Searches
Date Options
Updated after
Updated before
Created after
Created before

Search Results

615 total results found

General Bookstack overview and Training

Software Bookstack Training

Default Permissions By default, all Revverers have edit permissions (note; this is a recent change; previously everyone was a view by default). Having edit permissions give you the ability to create, access, and edit all Books, Chapters and Pages, UNLESS rest...

Rat is short for Ratthew

Sandbox

Permissions Test

Sandbox

Cool beans. this was hayden Brian was here The Folk

Folk's Page

Sandbox

people love to edit this page

Abe's Secret Page

Sandbox

It's not a secret anymore! 

This is my first page

Sandbox Starting a new chapter

Frosty, the snowman was a jolly happy soulWith a corncob pipe and a button noseAnd eyes made out of coal Frosty, the snowman is a fairy tale, they sayHe was made of snow, but the children knowThat he came to life one day There must have been some magicIn tha...

Another Page

Sandbox Starting a new chapter

Welp, who knew we would be here at this moment, but here we are.

Final Page

Sandbox Starting a new chapter

The end is near, continue on and you'll reach the end.

Nautilus UI

Atlantis Component Library

Nautilus UI Nautilus UI is located in the Atlantis-Component-Library repo alongside efc-atlantis-components and revver-comp-sandbox and is the location for new components (pending POC completion). Initial Setup Pull down and open the Atlantis-Componen...

Creating VMs in Azure

Azure

Creating/configuring the VM Navigate to portal.azure.com and sign in. Once logged in, open the hamburger menu, and select Resource Groups (if it isn’t already in your “recents” bar on the home page) In the list of resource groups, look for PrivateC...

Code Scanning

Development Windows Desktop Client

Resources Code Scan Pipeline: https://dev.azure.com/eFileCabinet/Utopia/_apps/hub/ms.vss-ciworkflow.build-ci-hub?_a=edit-build-definition&id=132&view=Tab_Tasks Migrating from packages.config: https://learn.microsoft.com/en-us/nuget/consume-packages/migrate...

Interfaces

Development Unit Testing

For interfaces that we've created exclusively for unit testing, put the interface in the same file as the implementing class.

How To Run (locally pointed at staging)

Atlantis Search

this is how to run utopia and atlantis-search pointed at demo but running locally for debugging.  connect to VPN (or be in office)  change the Utopia appsettings.json DbConnectionConfigurationData to the staging db  temporarily add an AtlantisSearchBase...

Azure App Config

Development Azure

If a value was not in the azure app config before the function app started up, changes to that value will not be propogated to the app until it is restarted. This is still just a theory, we have not extensively tested it Make sure you put the values in the...

Three Things to look for in Phishing Emails - Phishing Training

Security Training and Best Practices

Phishing emails can be hard to spot. Here are three things you should check before you click on a link in your email: Check the sender email address. Look at the email address. It it does not make sense, has typos, or seems suspicious then ignore the email o...

Turn off old elastic search indexing

Atlantis Search

File Processing set the feature flag AtlantisFileProcessingOldElasticSearchIndexing to false Utopia  set the feature flag UtopiaOldFileIndexing to false

Account Management

Development Postman

Managing Access to Add-Ons You may need the Admin and / or Billing role assigned to your user in order to manage access to add-ons. You can manage user access to add-ons (like Collection Runner) by taking the following steps. Click the Team dropdown butto...

Build Pipelines

Development Azure Dev Ops

Allowing a build pipeline to read from a NuGet Feed in a different ADO Project Make sure the Build Authorization Scope is set to Project Collection Make sure that the right services have permission to the NuGet feed. See this Microsoft article for details....

Roles

Product Team BookStack

We've created roles (which are basically just groupings of users) to match the different teams within our department. The only real purpose of roles is so we can restrict permissions of certain shelves, books, chapters, or pages to specific groups of users. Th...

Aggregations

Atlantis Search Elastic Search

Official ElasticSearch Documentation can be found here   Example: Average Length of File Content We had a case where we wanted to see what the average length of the fileContent property was. We were able to use aggregations to get statistics about the pro...