8000 Tags · bewcloud/bewcloud · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: bewcloud/bewcloud

Tags

v1.7.0

Toggle v1.7.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Implement a more robust Config (#60)

* Implement a more robust Config

This moves the configuration variables from the `.env` file to a new `bewcloud.config.ts` file. Note that DB connection and secrets are still in the `.env` file.

This will allow for more reliable and easier personalized configurations, and was a requirement to start working on adding SSO (#13).

For now, `.env`-based config will still be allowed and respected (overriden by `bewcloud.config.ts`), but in the future I'll probably remove it (some major upgrade).

* Update deploy script to also copy the new config file

v1.6.1

Toggle v1.6.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #59 from bewcloud/feature/refactor-misc-fixes

Refactor data handlers + misc fixes

v1.6.0

Toggle v1.6.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #58 from bewcloud/feature/upload-directories-web

Upload Directories via Web

v1.5.6

Toggle v1.5.6's commit message

Verified

This commit was signed with the committer’s verified signature.
BrunoBernardino Bruno Bernardino
Improve UX of expenses

Enter on expense description will submit, and auto-complete suggestions will start from closer to longer matches.

v1.5.5

Toggle v1.5.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Custom Title, Description and Help Email (#54)

* Add configuration of Help email, Title, Description

* Format configuration changes

* Use fragments for help sections

* Revert cleanup in misc.ts

v1.5.4

Toggle v1.5.4's commit message

Verified

This commit was signed with the committer’s verified signature.
BrunoBernardino Bruno Bernardino
Brings Makefile back into the container

Necessary for the current README instructions, and it's easier.

Fixes #51

v1.5.3

Toggle v1.5.3's commit message

Verified

This commit was signed with the committer’s verified signature.
BrunoBernardino Bruno Bernardino
Fix budget selection for expenses

Also open the new expense modal by default on load for mobile viewport sizes.

v1.5.2

Toggle v1.5.2's commit message

Verified

This commit was signed with the committer’s verified signature.
BrunoBernardino Bruno Bernardino
UX improvements for mobile expense input

v1.5.1

Toggle v1.5.1's commit message

Verified

This commit was signed with the committer’s verified signature.
BrunoBernardino Bruno Bernardino
Optionally skip domain in cookie (#43)

If you're using a reverse proxy like Cloudflare Tunnels, you can now set `CONFIG_SKIP_COOKIE_DOMAIN_SECURITY="true"` to avoid login issues.

Also makes some UX tweaks to Expenses, and fixes a style issue for Chrome in Windows (#44).

Fixes #43
Fixes #44

v1.5.0

Toggle v1.5.0's commit message

Verified

This commit was signed with the committer’s verified signature.
BrunoBernardino Bruno Bernardino
Change favicon to dark.

0