Commit Graph

109 Commits

Author SHA1 Message Date
Omar Hussein
9499d84be4 Merge branch 'master' into vue3 2024-03-25 10:44:47 -04:00
dependabot[bot]
bf36cc00f1
build(deps-dev): bump vite from 4.4.12 to 4.5.2 in /frontend (#2951)
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 4.4.12 to 4.5.2.
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v4.5.2/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v4.5.2/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-01-30 10:22:48 +01:00
dependabot[bot]
fc2ee37353
build(deps-dev): bump vite from 4.4.9 to 4.4.12 in /frontend (#2862)
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 4.4.9 to 4.4.12.
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v4.4.12/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v4.4.12/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-12-06 11:09:33 +01:00
Kloon ImKloon
6034de7bd4
Rework prompts to use vue-final-modal for better accessibility 2023-11-03 18:33:40 +01:00
Kloon ImKloon
bc5c9b92f3
Update dependencies and specify min required npm/node 2023-11-03 10:39:24 +01:00
dependabot[bot]
21d361ad30
build(deps-dev): bump postcss from 8.4.27 to 8.4.31 in /frontend (#2749)
Bumps [postcss](https://github.com/postcss/postcss) from 8.4.27 to 8.4.31.
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/postcss/postcss/compare/8.4.27...8.4.31)

---
updated-dependencies:
- dependency-name: postcss
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-11-02 09:09:01 +01:00
Kloon ImKloon
35cca12944
Update dependencies 2023-10-18 11:04:20 +02:00
Kloon ImKloon
aa09de6ad2
Use custom input for numbers (dark mode friendly) 2023-10-10 17:27:32 +02:00
Kloon ImKloon
3e2c92cee5
Update dependencies 2023-10-07 16:56:03 +02:00
Kloon ImKloon
b2e7e26fc6
Update dependencies 2023-10-01 15:14:11 +02:00
Kloon ImKloon
d2a965cfa3
Add video.js for consistent video playback 2023-09-30 21:22:43 +02:00
Kloon ImKloon
795479beab
Add playwright and basic auth test 2023-09-30 15:32:20 +02:00
Kloon ImKloon
242226e7fc
Improve chunking and added typecheck to lint 2023-09-12 11:45:32 +02:00
Kloon ImKloon
7daf16fd04
Bundle i18n into a separate chunk 2023-09-12 10:27:44 +02:00
Joep
f120377b56
Fixed some eslint / ts errors and fixed the UserForm using defaults 2023-09-11 23:44:14 +02:00
Joep
101aba86fc
Resolve various issues:
- Remove import types
- Mismatch in interface / types
- remove some weird git conflicts
2023-09-11 22:25:29 +02:00
Joep
bf99823977
Merge remote-tracking branch 'kloon15/vue3' into vue3 2023-09-11 21:52:59 +02:00
Kloon ImKloon
443ceb53d1
Remove moment, use dayjs instead 2023-09-11 18:30:17 +02:00
Kloon ImKloon
050d0d73f0
Update dependencies 2023-09-11 12:39:34 +02:00
Kloon ImKloon
f0f9f74fa4
Convert i18n to ts 2023-09-11 12:35:16 +02:00
Joep
bb6470edb7 Converted settings/User.vue & UserForm.vue to Composition api 2023-09-10 17:09:33 +02:00
Kloon ImKloon
db6b627b69
Fix type errors reported by eslint 2023-09-10 14:24:19 +02:00
Joep
194668c391 Fixed ESlint issue working with typescript (no-undef) 2023-09-09 21:40:04 +02:00
Joep
01b1373130 Run lint 2023-09-09 14:12:45 +02:00
Kloon ImKloon
34c6cbe1bd
Add legacy browser support and drop @vue/compat 2023-09-08 11:36:21 +02:00
Kloon ImKloon
b257589405
Replace noty with vue-toastification 2023-09-07 21:38:02 +02:00
Kloon ImKloon
8ec78fb134
Merge commit '374bbd3' into vue3 2023-09-02 16:06:10 +02:00
Kloon ImKloon
05d011f586
Migration to vue3 continued
Replace moment with dayjs
Fix some routing issues
Fix some vuex store leftovers
2023-08-30 17:47:22 +02:00
kloon15
aa00c1c89c
chore: fixes for vite dev server (#2678) 2023-08-29 20:14:45 +02:00
Kloon ImKloon
7c91ba03b7
Migration to vue3 continued
Replace vuex with pinia
Fix some routing issues
Fix most vue3 breaking changes
2023-08-28 17:48:55 +02:00
kloon15
8838a09cf5
refactor: migrate frontend tooling to vite 4 (#2645)
---------

Co-authored-by: Oleg Lobanov <oleg@lobanov.me>
2023-08-26 13:55:51 +02:00
Kloon ImKloon
b9574d9e62
Migration to Vue3 (Initial commit) 2023-08-15 12:03:52 +02:00
Kloon ImKloon
8072a944a9
Migration to VIte 4 (working) 2023-08-12 11:28:03 +02:00
Kloon ImKloon
17d80aa9ca
Migration to Vite 4 (initial commit) 2023-08-12 10:16:11 +02:00
Tobias Goerke
7b35815754
feat: integrate tus.io for resumable and chunked uploads (#2145) 2023-07-28 18:15:44 +02:00
dependabot[bot]
cb43770025
build(deps): bump moment from 2.29.2 to 2.29.4 in /frontend (#2036)
Bumps [moment](https://github.com/moment/moment) from 2.29.2 to 2.29.4.
- [Release notes](https://github.com/moment/moment/releases)
- [Changelog](https://github.com/moment/moment/blob/develop/CHANGELOG.md)
- [Commits](https://github.com/moment/moment/compare/2.29.2...2.29.4)

---
updated-dependencies:
- dependency-name: moment
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-07-12 12:09:06 +02:00
Oleg Lobanov
d1d8e3e340
feat: add disk usage information to the sidebar 2022-06-02 13:16:37 +02:00
dependabot[bot]
040584c865
build(deps): bump moment from 2.29.1 to 2.29.2 in /frontend (#1900)
Bumps [moment](https://github.com/moment/moment) from 2.29.1 to 2.29.2.
- [Release notes](https://github.com/moment/moment/releases)
- [Changelog](https://github.com/moment/moment/blob/develop/CHANGELOG.md)
- [Commits](https://github.com/moment/moment/compare/2.29.1...2.29.2)

---
updated-dependencies:
- dependency-name: moment
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-04-09 20:36:45 +02:00
Adrian
ecd0b2ee0d chore: update Material Icons 2022-01-17 23:21:45 +01:00
Oleg Lobanov
2bebb5f0f8
ci: fix frontend formatting 2021-12-20 22:29:41 +01:00
Ramires Viana
aa172b8bb5 feat: gzip encoding for static js files 2021-04-22 12:48:45 +00:00
Ramires Viana
7ec24d9d77 feat: support for IE11 browser 2021-04-15 12:28:19 +00:00
Oleg Lobanov
dacd511d24
chore: run npm update 2021-03-21 13:05:22 +01:00
Oleg Lobanov
c44b37c50c
chore: add prettier frontent linter 2021-03-21 12:51:58 +01:00
Oleg Lobanov
9c79105c02
chore: prevent deleting .gitignore from dist folder 2021-03-14 19:59:55 +01:00
WeidiDeng
e8c9d1c539
feat: added tiff files preview support (#1222) 2021-03-02 12:14:32 +01:00
Oleg Lobanov
bc00165094
feat: add lazy load of image thumbnails 2020-07-27 19:26:44 +02:00
Ramires Viana
cd454bae51
feat: upload progress based on total size (#993) 2020-06-19 09:46:33 +02:00
dependabot-preview[bot]
cd03faf0fc chore(deps): bump vue-i18n from 8.15.1 to 8.15.3 in /frontend
Bumps [vue-i18n](https://github.com/kazupon/vue-i18n) from 8.15.1 to 8.15.3.
- [Release notes](https://github.com/kazupon/vue-i18n/releases)
- [Changelog](https://github.com/kazupon/vue-i18n/blob/dev/CHANGELOG.md)
- [Commits](https://github.com/kazupon/vue-i18n/compare/v8.15.1...v8.15.3)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-01-09 17:27:09 +00:00
dependabot-preview[bot]
87ba03b224 chore(deps-dev): bump @vue/cli-service from 4.0.5 to 4.1.2 in /frontend
Bumps [@vue/cli-service](https://github.com/vuejs/vue-cli/tree/HEAD/packages/@vue/cli-service) from 4.0.5 to 4.1.2.
- [Release notes](https://github.com/vuejs/vue-cli/releases)
- [Changelog](https://github.com/vuejs/vue-cli/blob/dev/CHANGELOG.md)
- [Commits](https://github.com/vuejs/vue-cli/commits/v4.1.2/packages/@vue/cli-service)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-01-09 17:26:58 +00:00