Go to file
Jérémie Pardou a0333fffcc Merge branch '2526-fix-cookie-for-ab-auth' into 'develop'
Change sameSite policy of userSourceCookie to work in more situations

Closes #2526

See merge request baserow/baserow!2295
2024-04-25 12:38:33 +00:00
.gitlab Ignore multipleselect field values that are missing in select options 2023-10-02 11:37:21 +00:00
backend Merge branch '2264-email-verification' into 'develop' 2024-04-25 08:34:01 +00:00
changelog Change sameSite policy of userSourceCookie to work in more situations 2024-04-25 12:38:33 +00:00
config Resolve "Allow to define external service integration" 2023-06-22 14:23:00 +00:00
deploy Remove confusing logging message for PostgreSQL upgrade 2024-04-16 04:52:32 +00:00
docs Email verification 2024-04-25 08:34:01 +00:00
e2e-tests Resolve "Fix web-frontend not loading for IE and Safari versions less than 16.4" 2023-07-20 15:55:53 +00:00
enterprise Merge branch 'stylelint-v14' into 'develop' 2024-04-25 10:30:21 +00:00
formula Add && and || operators to the formula language 2024-04-10 07:51:40 +00:00
integrations/zapier Minor rename to pass Zapier validation 2022-10-11 19:39:47 +00:00
plugin-boilerplate Prepare for 1.24.2 release 2024-04-12 09:24:23 +02:00
premium Merge branch 'stylelint-v14' into 'develop' 2024-04-25 10:30:21 +00:00
tests Smal fixes: Fix error when deleting an element without selected one, Fix empty formula not being empty. 2024-01-26 13:39:41 +00:00
web-frontend Change sameSite policy of userSourceCookie to work in more situations 2024-04-25 12:38:33 +00:00
.dockerignore Make tests more reliable in parallel + add hooks in dev.sh to allow for custom... 2023-06-27 09:08:07 +00:00
.editorconfig Use runtime config 2023-08-07 11:29:29 +00:00
.env.dev.example Resolve "Rename group to workspace in the backend" 2023-03-14 14:43:35 +00:00
.env.example Resolve "Environment variable to change share URL" 2024-01-26 04:41:58 +00:00
.git-blame-ignore-revs Update lint and ci to automatically check that black has been run + update docs + add config file to hide the formatting commit. 2021-04-12 10:46:40 +02:00
.gitattributes Rename various error messages to make them non enterprise license specific. 2022-09-28 09:29:38 +01:00
.gitignore Storybook 2023-11-10 13:20:57 +00:00
.gitlab-ci.yml Fix PG11 build 2024-04-10 13:33:42 +02:00
.nvmrc Minor Ab fixes before public 2024-03-05 07:59:38 +00:00
CONTRIBUTING.md Changed repository URL to baserow/baserow [1/2] 2023-04-25 11:19:43 +00:00
Caddyfile Caddyfile fix for Heroku 2024-03-13 11:18:45 +02:00
Caddyfile.dev Switch dev mode to how it worked before, fix celery beat throwing errors on... 2022-03-03 14:12:20 +00:00
FUNDING.yml added githubs funding yaml 2020-08-28 14:11:20 +02:00
LICENSE Add enterprise plugin 2022-09-22 10:00:59 +02:00
README.md Prepare for 1.24.2 release 2024-04-12 09:24:23 +02:00
SECURITY.md Heroku fixes, updated docs, fix build. 2022-03-01 15:22:47 +00:00
app.json Changed repository URL to baserow/baserow [1/2] 2023-04-25 11:19:43 +00:00
changelog.md Prepare for 1.24.2 release 2024-04-12 09:24:23 +02:00
dev.sh Upgrade to PostgreSQL 15 2024-04-03 08:04:17 +00:00
docker-compose.all-in-one.yml Prepare for 1.24.2 release 2024-04-12 09:24:23 +02:00
docker-compose.dev.yml Upgrade to PostgreSQL 15 2024-04-03 08:04:17 +00:00
docker-compose.local-build.yml Added missing Baserow public URL env var 2024-04-10 20:03:23 +00:00
docker-compose.no-caddy.yml Prepare for 1.24.2 release 2024-04-12 09:24:23 +02:00
docker-compose.yml Prepare for 1.24.2 release 2024-04-12 09:24:23 +02:00
heroku.Dockerfile Prepare for 1.24.2 release 2024-04-12 09:24:23 +02:00
heroku.yml Various docker ci fixes 2022-03-01 21:49:49 +00:00
render.yaml Fixes to resolve render issues 2024-01-17 14:50:00 +00:00

README.md

Baserow is an open source no-code database tool and Airtable alternative.

Create your own online database without technical experience. Our user-friendly no-code tool gives you the powers of a developer without leaving your browser.

  • A spreadsheet database hybrid combining ease of use and powerful data organization.
  • Easily self-hosted with no storage restrictions or sign-up on https://baserow.io to get started immediately.
  • Alternative to Airtable.
  • Open-core with all non-premium and non-enterprise features under the MIT License allowing commercial and private use.
  • Headless and API first.
  • Uses popular frameworks and tools like Django, Vue.js and PostgreSQL.

Deploy to Heroku

docker run -v baserow_data:/baserow/data -p 80:80 -p 443:443 baserow/baserow:1.24.2

Baserow screenshot

Get Involved

We're hiring remotely! More information at https://baserow.io/jobs.

Join our forum on https://community.baserow.io/. See CONTRIBUTING.md on how to become a contributor.

Installation

Official documentation

The official documentation can be found on the website at https://baserow.io/docs/index or here inside the repository. The API docs can be found here at https://api.baserow.io/api/redoc/ or if you are looking for the OpenAPI schema here https://api.baserow.io/api/schema.json.

Become a sponsor

If you would like to get new features faster, then you might want to consider becoming a sponsor. By becoming a sponsor we can spend more time on Baserow which means faster development.

Become a GitHub Sponsor

Development environment

If you want to contribute to Baserow you can setup a development environment like so:

$ git clone https://gitlab.com/baserow/baserow.git
$ cd baserow
$ ./dev.sh --build

The Baserow development environment is now running. Visit http://localhost:3000 in your browser to see a working version in development mode with hot code reloading and other dev features enabled.

More detailed instructions and more information about the development environment can be found at https://baserow.io/docs/development/development-environment .

Plugin development

Because of the modular architecture of Baserow it is possible to create plugins. Make your own fields, views, applications, pages or endpoints. We also have a plugin boilerplate to get you started right away. More information can be found in the plugin introduction and in the plugin boilerplate docs.

Meta

Created by Baserow B.V. - bram@baserow.io.

Distributes under the MIT license. See LICENSE for more information.

Version: 1.24.2

The official repository can be found at https://gitlab.com/baserow/baserow.

The changelog can be found here.

Become a GitHub Sponsor here.