Commit graph

514 commits

Author SHA1 Message Date
divyam234 655103daf6 improve path detection 2023-11-01 19:09:54 +05:30
divyam234 2172a5af7b fix type 2023-10-31 23:33:16 +05:30
divyam234 b4366686f7 mod tidy 2023-10-31 23:21:47 +05:30
divyam234 9d4a94b9a8 Merge branch 'main' of https://github.com/divyam234/teldrive 2023-10-31 23:17:52 +05:30
divyam234 7c3e478161 upload changes 2023-10-31 23:16:52 +05:30
dependabot[bot] e25bfed16f Bump github.com/go-co-op/gocron from 1.35.2 to 1.35.3
Bumps [github.com/go-co-op/gocron](https://github.com/go-co-op/gocron) from 1.35.2 to 1.35.3.
- [Release notes](https://github.com/go-co-op/gocron/releases)
- [Commits](https://github.com/go-co-op/gocron/compare/v1.35.2...v1.35.3)

---
updated-dependencies:
- dependency-name: github.com/go-co-op/gocron
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-31 19:04:50 +05:30
dependabot[bot] 40ce0ccb54 Bump go.etcd.io/bbolt from 1.3.7 to 1.3.8
Bumps [go.etcd.io/bbolt](https://github.com/etcd-io/bbolt) from 1.3.7 to 1.3.8.
- [Release notes](https://github.com/etcd-io/bbolt/releases)
- [Commits](https://github.com/etcd-io/bbolt/compare/v1.3.7...v1.3.8)

---
updated-dependencies:
- dependency-name: go.etcd.io/bbolt
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-31 11:47:58 +05:30
dependabot[bot] 11b9b3b070 Bump gorm.io/driver/postgres from 1.5.2 to 1.5.4
Bumps [gorm.io/driver/postgres](https://github.com/go-gorm/postgres) from 1.5.2 to 1.5.4.
- [Commits](https://github.com/go-gorm/postgres/compare/v1.5.2...v1.5.4)

---
updated-dependencies:
- dependency-name: gorm.io/driver/postgres
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-27 00:44:12 +05:30
divyam234 b2e8f5e63e allow file size greater than 0 2023-10-16 17:38:15 +05:30
dependabot[bot] ca1c9390d7 Bump github.com/go-co-op/gocron from 1.35.0 to 1.35.2
Bumps [github.com/go-co-op/gocron](https://github.com/go-co-op/gocron) from 1.35.0 to 1.35.2.
- [Release notes](https://github.com/go-co-op/gocron/releases)
- [Commits](https://github.com/go-co-op/gocron/compare/v1.35.0...v1.35.2)

---
updated-dependencies:
- dependency-name: github.com/go-co-op/gocron
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-14 20:04:47 +05:30
dependabot[bot] 8f8a8bfc9b Bump github.com/pressly/goose/v3 from 3.15.0 to 3.15.1
Bumps [github.com/pressly/goose/v3](https://github.com/pressly/goose) from 3.15.0 to 3.15.1.
- [Release notes](https://github.com/pressly/goose/releases)
- [Changelog](https://github.com/pressly/goose/blob/master/CHANGELOG.md)
- [Commits](https://github.com/pressly/goose/compare/v3.15.0...v3.15.1)

---
updated-dependencies:
- dependency-name: github.com/pressly/goose/v3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-14 20:04:37 +05:30
dependabot[bot] a7677fb868 Bump gorm.io/gorm from 1.25.4 to 1.25.5
Bumps [gorm.io/gorm](https://github.com/go-gorm/gorm) from 1.25.4 to 1.25.5.
- [Release notes](https://github.com/go-gorm/gorm/releases)
- [Commits](https://github.com/go-gorm/gorm/compare/v1.25.4...v1.25.5)

---
updated-dependencies:
- dependency-name: gorm.io/gorm
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-14 20:04:21 +05:30
divyam234 78ce207bbd
Update README.md 2023-10-14 19:56:51 +05:30
divyam234 6ebef0692b
Update README.md 2023-10-14 19:55:21 +05:30
dependabot[bot] 563ae601c6 Bump github.com/go-co-op/gocron from 1.34.2 to 1.35.0
Bumps [github.com/go-co-op/gocron](https://github.com/go-co-op/gocron) from 1.34.2 to 1.35.0.
- [Release notes](https://github.com/go-co-op/gocron/releases)
- [Commits](https://github.com/go-co-op/gocron/compare/v1.34.2...v1.35.0)

---
updated-dependencies:
- dependency-name: github.com/go-co-op/gocron
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-02 20:03:16 +05:30
divyam234 d4bc51d730 fix channelType 2023-10-02 13:09:54 +05:30
divyam234 e237f1422d set channel from query params in upload 2023-10-02 12:47:20 +05:30
divyam234 b60a672561 release dev build on dispatch 2023-09-27 17:15:52 +05:30
divyam234 0a900e3f1f improved session creation for bots and other changes 2023-09-27 17:08:33 +05:30
dependabot[bot] 7e4476fed5 Bump github.com/go-co-op/gocron from 1.34.0 to 1.34.2
Bumps [github.com/go-co-op/gocron](https://github.com/go-co-op/gocron) from 1.34.0 to 1.34.2.
- [Release notes](https://github.com/go-co-op/gocron/releases)
- [Commits](https://github.com/go-co-op/gocron/compare/v1.34.0...v1.34.2)

---
updated-dependencies:
- dependency-name: github.com/go-co-op/gocron
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-27 15:11:48 +05:30
dependabot[bot] a00ef90ecb Bump github.com/gotd/td from 0.87.0 to 0.88.0
Bumps [github.com/gotd/td](https://github.com/gotd/td) from 0.87.0 to 0.88.0.
- [Release notes](https://github.com/gotd/td/releases)
- [Commits](https://github.com/gotd/td/compare/v0.87.0...v0.88.0)

---
updated-dependencies:
- dependency-name: github.com/gotd/td
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-27 15:11:36 +05:30
divyam234 f6f7038988 remove adding bots by chaging channel 2023-09-27 15:06:12 +05:30
divyam234 83cbc8d6f7 added release action for dev branch 2023-09-24 13:01:20 +05:30
divyam234 3683c17c3c start bots in background 2023-09-24 01:56:04 +05:30
divyam234 7b3220732e added bbolt file download 2023-09-23 22:42:12 +05:30
divyam234 859e35c1a4 sync ui 2023-09-23 21:48:15 +05:30
divyam234 6008f98ea1 sync ui 2023-09-23 17:41:11 +05:30
divyam234 9ba9ed4dfc sync ui 2023-09-23 09:58:33 +05:30
divyam234 9bf7e4d524 enable head and add auth header 2023-09-23 01:56:42 +05:30
divyam234 cfba127f68
Update README.md 2023-09-21 19:03:02 +05:30
divyam234 b75f9bb22c major changes related to bots 2023-09-21 18:28:32 +05:30
divyam234 fd29819b0d cupdate 2023-09-15 02:43:41 +05:30
divyam234 b3b4354e0a
Update README.md 2023-09-15 01:33:02 +05:30
divyam234 d5818a9c8d
Update README.md 2023-09-14 16:12:16 +05:30
divyam234 8dc74f7728 set default mimtype 2023-09-14 12:47:55 +05:30
divyam234 8ba3d0f18a add etag modified headers 2023-09-14 12:40:14 +05:30
divyam234 463ab6b6f3 update 2023-09-13 12:35:57 +00:00
divyam234 84f472b37c update ref 2023-09-13 11:34:16 +05:30
divyam234 30d5cb5fa9 update ui ref 2023-09-13 11:30:19 +05:30
divyam234 9f53b19543 Update README.md 2023-09-12 23:16:40 +05:30
divyam234 b769c250d0 better query check 2023-09-12 17:14:14 +05:30
divyam234 5f3552c8fe changes related to upload check 2023-09-11 13:44:13 +05:30
divyam234 fb9985d6f0 modify constraint 2023-09-11 11:40:03 +05:30
divyam234 173f06b030 update 2023-09-10 18:38:28 +05:30
divyam234 9af09dc811 fix mime type 2023-09-10 17:47:08 +05:30
divyam234 1f2b4da9c6 latest ui ref 2023-09-10 16:32:00 +05:30
divyam234 e7bb874672 update 2023-09-10 02:57:34 +05:30
divyam234 906e2f477e do index redirect on client 2023-09-10 02:48:10 +05:30
divyam234 65a3155131 update subtree 2023-09-09 22:22:30 +05:30
divyam234 7943468596
Update docker-compose.yml 2023-09-09 18:11:39 +05:30