loks0n
e53acfd9b4
feat: new design
2024-11-07 16:16:53 +01:00
loks0n
ac98784908
feat: team sensitive attributes
2024-11-06 18:42:37 +01:00
Torsten Dittmann
794d5b9dc5
fix: unwanted check for billing limits
2024-11-04 13:12:19 +01:00
loks0n
90d2c6f8b1
fix: assistant endpoint
2024-10-15 13:38:03 +01:00
Torsten Dittmann
1aec76497f
fix: remove backups usage from projects
2024-10-10 16:53:13 +02:00
Jake Barnby
29ddad9f1c
Update SDK
2024-10-10 23:21:22 +13:00
Jake Barnby
7b2e3f8e10
Fix project model ref
2024-10-10 17:42:19 +13:00
Jake Barnby
3d20d64742
Update SDK
2024-10-10 17:26:29 +13:00
Matej Bačo
94fee2796d
Update sdk dependency
2024-10-09 14:44:08 +02:00
Matej Bačo
6f4a307cd7
Update dependencies
2024-10-08 21:40:41 +02:00
Matej Bačo
3098214fcb
Upgrade runtimes, add Deno badge
2024-10-08 18:19:43 +02:00
Torsten Dittmann
e8f627a8d8
chore: update packages
2024-10-08 12:27:47 +02:00
Torsten Dittmann
567d1b47da
fix: insecure dependencies
2024-09-24 16:20:47 +02:00
ernstmul
fbb740657a
Update package.json
2024-09-16 17:26:26 +02:00
Jake Barnby
562b717db2
Update SDK
2024-09-09 19:16:48 +12:00
Jake Barnby
30fee15206
Merge remote-tracking branch 'origin/feat-rename-attributes' into 1.6.1
...
# Conflicts:
# package-lock.json
# package.json
# pnpm-lock.yaml
# src/routes/(console)/project-[project]/databases/database-[database]/collection-[collection]/attributes/string.svelte
2024-09-05 15:56:00 +12:00
Bradley Schofield
0b5dded8bf
Make string attribute size editable
2024-08-30 21:19:36 +09:00
Torsten Dittmann
73031ba136
feat: sentry
2024-08-27 13:25:43 +02:00
Torsten Dittmann
52c619722b
chore: bump console sdk
2024-08-26 17:18:13 +02:00
Torsten Dittmann
7aaf29f7df
Merge branch 'main' of https://github.com/appwrite/console into feat-react-native-platform
2024-08-23 21:57:27 +02:00
Matej Bačo
4d5b635b38
fix-upgrade-go-version
2024-08-22 17:39:02 +02:00
Bradley Schofield
d9d65a5b3e
Merge branch '1.6.x' into feat-rename-attributes
...
# Conflicts:
# package-lock.json
# package.json
# src/routes/(console)/project-[project]/databases/database-[database]/string.svelte
2024-08-22 17:25:38 +09:00
Torsten Dittmann
52b85db3f3
feat: react native platform
2024-08-20 14:13:08 +02:00
Matej Bačo
9001a63b39
Add size separation
2024-08-20 13:07:12 +02:00
Bradley Schofield
1c76b6d19c
Continue trying to implement renaming attributes
2024-08-20 12:44:35 +09:00
Matej Bačo
6eff20b894
Fix recent tempaltes changes
2024-08-15 12:22:34 +00:00
Torsten Dittmann
105a01d628
chore: update packages
2024-08-14 12:01:00 +02:00
Torsten Dittmann
cfd7f5a0b5
chore: bump pnpm version
2024-08-14 11:33:52 +02:00
Steven Nguyen
39c9579fde
Revert "Feat implement runtime controls"
2024-08-10 21:02:53 -07:00
Arman
1886c98d42
chore: bump SDK version
2024-08-08 11:39:56 +02:00
Arman
ed47dd938c
chore: bump SDK version
2024-08-08 11:35:43 +02:00
Bradley Schofield
96e7785656
Upgrade console SDK
2024-08-08 18:21:48 +09:00
Bradley Schofield
b08c6f98f7
Use new console SDK
2024-08-08 17:40:41 +09:00
Arman
70f3f6f1ec
chore: upgrade sdk
2024-08-02 14:39:50 +02:00
Torsten Dittmann
8bc196b468
fix: replace dotenv
2024-07-18 14:46:48 +02:00
Torsten Dittmann
8640522666
fix: tests
2024-07-17 15:42:03 +02:00
Torsten Dittmann
e830e031fe
chore: update packages
2024-07-17 12:07:35 +02:00
Torsten Dittmann
a4e2bebc89
fix: packages
2024-07-16 15:49:59 +02:00
Torsten Dittmann
6da5eadbaa
fix: stuff
2024-07-16 03:59:03 +02:00
Torsten Dittmann
2170d600ad
Merge branch 'main' of https://github.com/appwrite/console into 1.6.x
2024-07-15 13:39:22 +02:00
Arman
343b9f987f
feat: download button
2024-07-08 10:22:34 +02:00
Arman
df6513c2ab
feat: gradients
2024-07-04 15:46:39 +02:00
Arman
3e496c2ae8
chore: bump sdk, fix types
2024-07-03 13:37:29 +02:00
Arman
0123f18e90
chore: bump sdk, fix mock numbers
2024-07-03 13:32:47 +02:00
Arman
94b02f15a5
feat: 1.6 new SDK methods
2024-07-03 12:39:03 +02:00
Arman
07e0f8d60b
Merge branch '1.6.x' of github.com:appwrite/console into feat-execution-filter
2024-07-02 12:29:07 +02:00
Arman
b5648d6c72
feat: add elements to array
2024-06-24 16:05:45 +02:00
Steven Nguyen
e531fe1e82
fix(functions): convert cron expression to timestamp
...
In a previous version of Appwrite, there was a next attribute with the
timestamp of when the function would be executed next. That was removed,
but the Console has not been updated to show the correct timestamp.
This PR installs cron-parser package and uses it to conver the schedule
to a human readable timestamp.
2024-06-22 00:05:14 +00:00
Matej Bačo
317bf78d54
Upgrade Pink
2024-05-24 13:59:12 +02:00
Matej Bačo
2dbb2579aa
Add DB integration templates
2024-05-24 13:37:12 +02:00