230 Commits
Author SHA1 Message Date
Gabriel Massadas 412db5ccda Update README.md 2025-01-20 22:16:59 +00:00
Gabriel Massadas fca008d0ee Update README.md 2025-01-20 22:13:45 +00:00
Gabriel Massadas f978ffe8c4 Bump version 2025-01-04 13:10:44 +00:00
Gabriel Massadas 85e28ee01b Bump version 2025-01-04 13:04:36 +00:00
Gabriel Massadas a74fde5af6 Improve error messages (#77) 2025-01-04 12:59:00 +00:00
Gabriel Massadas 1639e4368f Upgrade quasar 2025-01-01 12:31:43 +00:00
Gabriel Massadas a31e881ee2 Bump @hono/cloudflare-access version 2024-12-24 12:24:06 +00:00
Gabriel Massadas 62fd43204e Update docs 2024-12-20 18:24:43 +00:00
Gabriel Massadas fb5915d6ac Update docs (#76) 2024-12-20 18:19:24 +00:00
Gabriel Massadas 1015923d62 Add docs and update README.md (#75) 2024-12-20 16:56:11 +00:00
Gabriel Massadas c6d44a621c Fix initial loading screen taking too long to show up 2024-12-20 11:07:09 +00:00
Gabriel Massadas 58cd30cf45 Update publish github action 2024-12-19 18:16:30 +00:00
Gabriel Massadas c046b9197f Add metadata edit (#66)
* Add http and custom metadata edit

* Add pre SPA loading screen
2024-12-19 18:00:16 +00:00
Gabriel Massadas 78044e1fc4 Update publish.yml 2024-12-19 15:03:22 +00:00
Gabriel Massadas 15942f2227 Update package.json 2024-12-15 19:26:48 +00:00
Gabriel Massadas 992f27acfa Prepare changes for next release :D (#74) 2024-12-15 19:24:51 +00:00
Gabriel Massadas b031e7b223 Fix spa worker proxy 2024-12-15 17:06:29 +00:00
Gabriel Massadas 15553eb822 Bundle dashboard with worker assets (#73)
* Bundle dashboard with worker assets

* Show server configs in info side menu
2024-12-15 00:05:06 +00:00
Gabriel Massadas 5d12c1037a Update pnpm-lock.yaml 2024-12-08 18:15:23 +00:00
Gabriel Massadas 0569e88217 Fix dependabot.yml 2024-12-08 18:13:24 +00:00
Gabriel Massadas 797f026180 Fix dependabot.yml 2024-12-08 18:02:46 +00:00
dependabot[bot]anddependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 4a596512f5 Bump actions/setup-node from 1 to 4 (#69)
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 1 to 4.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](https://github.com/actions/setup-node/compare/v1...v4)

---
updated-dependencies:
- dependency-name: actions/setup-node
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-12-08 17:53:22 +00:00
dependabot[bot]anddependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 009ef5e673 Bump actions/checkout from 2 to 4 (#70)
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v2...v4)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-12-08 17:53:05 +00:00
Gabriel Massadas 98ee972325 Fix builds (#68) 2024-12-08 17:50:43 +00:00
Gabriel Massadas 40615ca5c2 Improve code quality (#67)
* Migrate to biomejs

* Cleanup and add workers-ci method

* Started refactoring worker into hono + chanfana

* Finish api worker refactor

* Lint project

* Lint project
2024-12-05 23:11:01 +00:00
Gabriel Massadas 1e7c97e367 Remove create-r2-explorer in favor of using cloudflare c3 2024-12-01 21:46:49 +00:00
Gabriel Massadas 66f509566e Add cloudflare create configurations 2024-12-01 20:33:08 +00:00
Gabriel Massadas 4c55905164 Merge pull request #62 from lawzava/feat/avif-preview-support
add support for avif image preview
2024-06-06 18:37:27 +01:00
Law 23457d471b add support for avif image preview 2024-06-06 16:52:11 +00:00
Gabriel Massadas 27c7e5ad3a Fix json file editing 2024-05-28 08:13:00 +01:00
Gabriel Massadas 6f0572fe29 Allow to edit unsupported files types 2024-05-17 16:20:10 +01:00
Gabriel Massadas d4a5bc51c4 Add menu to create a new file 2024-05-17 16:08:09 +01:00
Gabriel Massadas 39ba4a029d Add simple file editing 2024-05-17 15:41:08 +01:00
Gabriel Massadas 999209667c Fix multipart upload and uploading progress loading 2024-03-19 21:26:24 +00:00
Gabriel Massadas 5196ef4f3c Fix drag and drop upload 2024-03-18 21:19:16 +00:00
Gabriel Massadas ace41fcf80 Fix some email issues and start working on sending emails via mailchannels 2024-03-16 22:09:01 +00:00
Gabriel Massadas 8a7fac2b6e Update new dashboard popup message 2024-03-09 23:49:14 +00:00
Gabriel Massadas b9ab34b6a5 Improve eslint config 2024-03-09 23:37:46 +00:00
Gabriel Massadas e714425e30 Migrate to pnpm workspaces 2024-03-09 22:31:51 +00:00
Gabriel Massadas 365475922d Fix email attachments and mobile ui 2024-03-09 18:45:21 +00:00
Gabriel Massadas a30907c1f4 Upgrade quasar 2024-03-09 11:46:13 +00:00
Gabriel Massadas ef6916e4c6 Add redirects for old paths 2024-02-26 22:29:58 +00:00
Gabriel Massadas 8e8ee29cf6 Fix basic auth not working 2024-02-26 22:19:35 +00:00
Gabriel Massadas ec43577873 Fix emails not loading on readonly 2024-02-25 22:17:21 +00:00
Gabriel Massadas 94dafcd075 Change default dashboard to v2.0 2024-02-25 22:12:22 +00:00
Gabriel Massadas 01e0a8e6d1 More general improvements 2024-02-24 22:06:22 +00:00
Gabriel Massadas b5d6fe0917 Add infinite scroll to emails list 2024-02-24 16:03:40 +00:00
Gabriel Massadas d5bb8c6d08 Add file rename 2024-02-24 11:34:37 +00:00
Gabriel Massadas 637402a11c Add auto preview when opening a file url 2024-02-19 19:52:02 +00:00
Gabriel Massadas f9648ddfc6 Improve context menu 2024-02-06 20:46:47 +00:00