Commit Graph
930 Commits
Author SHA1 Message Date
shimon 3c69c211e9 added internalIds to collections 2023-05-07 11:31:27 +03:00
shimon a187aa4bc5 bug fixes 2023-04-23 19:57:12 +03:00
Shimon NewmanandGitHub 38c64996ac Update videos.php 2023-04-22 22:45:59 +03:00
shimon dbd58966db updates 2023-04-16 17:21:47 +03:00
shimon d6e1d0f6f6 updates 2023-04-16 11:43:35 +03:00
shimon 741a87f464 updates 2023-04-12 18:18:56 +03:00
shimon db4506b0fe updates 2023-04-10 16:41:23 +03:00
shimon 14575a7e40 updates 2023-04-10 10:59:51 +03:00
shimon 1830138455 updates 2023-04-10 09:45:15 +03:00
shimon 4cd273e976 updates 2023-04-09 12:58:21 +03:00
shimon fc991e89f1 transcoding -> videos 2023-04-04 20:20:40 +03:00
shimon c09f600e73 transcoding -> videos 2023-04-04 17:08:45 +03:00
shimon 2b60b18a3c timeline 2023-04-04 14:24:18 +03:00
shimon bccd1a96c0 timeline 2023-04-02 13:48:59 +03:00
shimon 22b4555cc0 subtitle lan code 2023-03-13 20:35:39 +02:00
shimon 8a8a2d37e4 subtitle lan code 2023-03-12 17:55:41 +02:00
shimon 9f94560a2c Updates 2023-03-08 16:29:40 +02:00
shimon 26251e94f6 Updates 2023-03-06 17:58:26 +02:00
shimon d6d6a7753a Updates 2023-03-05 19:21:51 +02:00
shimon 7a0255d011 Updates 2023-03-05 11:24:24 +02:00
shimon 81ca8a5fc9 metadata extraction ffmpeg -> mediainfo 2023-03-02 18:44:20 +02:00
shimon 8d496d66d1 metadata extraction ffmpeg -> mediainfo 2023-03-02 15:05:15 +02:00
shimon cfb53be8ac metadata extraction ffmpeg -> mediainfo 2023-03-02 10:56:04 +02:00
shimon 4b227c7428 video tests 2023-02-23 09:36:34 +02:00
shimon a1918d1512 video tests 2023-02-21 11:21:47 +02:00
shimon d1c0e0d9a2 realtime events 2023-02-19 16:36:11 +02:00
shimon 4ac062edfe Merge branch 'master' of github.com:appwrite/appwrite into __stream
 Conflicts:
	.gitmodules
	Dockerfile
	app/config/specs/open-api3-latest-client.json
	app/config/specs/open-api3-latest-console.json
	app/config/specs/open-api3-latest-server.json
	app/config/specs/swagger2-latest-client.json
	app/config/specs/swagger2-latest-console.json
	app/config/specs/swagger2-latest-server.json
	app/console
	composer.lock
2023-02-19 10:51:50 +02:00
shimon f71f18095f realtime events 2023-02-19 10:46:49 +02:00
Jake Barnby b3e29c6086 Fix audit 2023-02-15 17:39:15 +13:00
Jake Barnby f6fc9a8d8c Merge remote-tracking branch 'origin/master' into feat-technical-debt-2
# Conflicts:
#	composer.lock
2023-02-14 14:22:08 +13:00
shimon 1b6adce14f realtime events 2023-02-13 20:18:33 +02:00
shimon 3d1228ba13 sync with master
and renaming attr
2023-02-12 10:56:11 +02:00
shimon edaa93936f Merge branch 'master' of github.com:appwrite/appwrite into __stream
 Conflicts:
	composer.json
	composer.lock
2023-02-09 19:28:26 +02:00
Christy JacobandGitHub c393e130ac Merge pull request #4983 from appwrite/fix-collection-delete
Fix deletes worker not deleting database collections
2023-01-27 14:40:14 +05:30
Christy JacobandGitHub c56f8277c9 Merge pull request #4984 from appwrite/fix-project-delete
Fix deletes worker not deleting project database tables
2023-01-27 13:45:07 +05:30
Jake Barnby c9f4b7ca23 Delete project domains and certificates 2023-01-27 16:46:38 +13:00
Christy JacobandGitHub 7c2c68c5ec Merge pull request #4988 from appwrite/fix-storage-device-case
Convert _APP_STORAGE_DEVICE env var to lowercase
2023-01-26 15:24:26 +05:30
Jake Barnby 536d36be7d Fix delete recursion 2023-01-17 17:31:14 +13:00
fogelito c4ae047833 Merge branch 'master' of github.com:appwrite/appwrite into feat-technical-debt-2
 Conflicts:
	app/init.php
	composer.json
	composer.lock
2023-01-16 10:24:37 +02:00
Jake Barnby 004bb82688 Fix functions + builds not deleted 2023-01-12 22:42:07 +13:00
Jake Barnby d49de9c6cf Use getProjectDB instead of new function 2023-01-12 22:27:20 +13:00
Steven Nguyen 2b4dbfb4b9 Convert _APP_STORAGE_DEVICE env var to lowercase
This is done for backwards compatibility. Up to utopia-php/storage
version 0.12.X, the devices were not lowercase. Starting 0.13.X, they
are all converted to lowercase, but people would still have the old
case in their .env file. This change makes the value check insensitive
so that the value from older versions still works.
2023-01-11 11:41:26 -08:00
Jake Barnby 4b0ef4598b Fix deletes worker not deleting project database tables 2023-01-11 19:37:06 +13:00
Jake Barnby da8af68e1e Fix deletes worker not deleting database collections 2023-01-11 17:20:43 +13:00
Damodar Lohani 495da1bfd4 fix: template path 2022-12-16 06:11:12 +00:00
ea241ceaf5 Update app/workers/certificates.php
Co-authored-by: Eldad A. Fux <eldad.fux@gmail.com>
2022-12-16 11:33:16 +05:45
Damodar Lohani 5d195659bd refactor: mails refactor 2022-12-15 09:22:05 +00:00
fogelito 8ade726932 Changing Role + Permissions namespace 2022-12-14 18:04:06 +02:00
fogelito f96128e14f Changing Id 2022-12-14 17:42:25 +02:00
Damodar Lohani 42c855cb41 feat: make mails event and worker general 2022-12-14 06:23:14 +00:00