1
0
Fork 0
mirror of synced 2024-07-01 12:40:34 +12:00
Commit graph

884 commits

Author SHA1 Message Date
Damodar Lohani c36734b90a prevent page refresh if incomplete upload 2022-02-15 09:08:13 +00:00
Damodar Lohani 6e781b05b8 remove extra spacing 2022-02-15 06:28:48 +00:00
Damodar Lohani 63cebd1394 pending pill 2022-02-15 01:48:03 +00:00
Damodar Lohani 95cfe9f648 use performance.now() for random id 2022-02-15 01:33:54 +00:00
Torsten Dittmann dbc42c28a1 ui: remove unnecessary styles attribute 2022-02-14 19:27:48 +01:00
Torsten Dittmann d84f876aae ui: replace upload box with new UI 2022-02-14 19:18:01 +01:00
Elad Shechter eb5c16daa2 add pill component 2022-02-14 16:21:03 +00:00
Elad Shechter 42b46c4962 -- upload-box implement from UI project
- missing thin close/delete button and thin v- icon
- add utility class section
2022-02-14 14:57:34 +00:00
Elad Shechter ee1dccfae0 -- Create preview-box.less styles
- Being used inside /views/console/storage/index.phtml
2022-02-11 09:11:13 +00:00
Damodar Lohani 9a7608c3a6 progress and remove button 2022-02-11 05:17:57 +00:00
Damodar Lohani 7865644168 more fixes and update 2022-02-11 03:19:30 +00:00
Damodar Lohani d16457a104 progress 2022-02-11 02:39:40 +00:00
Damodar Lohani 65db932232 more progress on upload ui 2022-02-11 02:04:58 +00:00
Damodar Lohani af46d0224b work in progress upload ui 2022-02-11 05:56:09 +05:45
Damodar Lohani 8fa6289aeb Merge branch 'feat-storage-buckets' into feat-storage-ui-updates 2022-02-10 01:21:37 +00:00
Damodar Lohani d73d3015eb Merge branch 'master' into feat-storage-buckets 2022-02-10 01:20:16 +00:00
Damodar Lohani 40589e6bcf code update 2022-02-09 13:38:15 +05:45
Damodar Lohani 9da29f7e34 remove comments 2022-02-09 13:36:26 +05:45
Damodar Lohani 17728c274e fix update model 2022-02-09 13:35:52 +05:45
Elad Shechter 3b5d3d9b87 Add design box for no-sessions and no-logs under user info 2022-02-08 15:46:33 +00:00
Damodar Lohani 2c245ab38b cleanup 2022-02-08 20:01:41 +05:45
Damodar Lohani 475d475066 some ui update 2022-02-08 19:54:42 +05:45
Elad Shechter a221ec191a - moved close-button styles from modal.less to forms.less, to be common close-button. Will act as design for close & delete button.
- Update function.phtml - delete variables buttons, got the common CSS class name as the close-button styles.
2022-02-08 09:46:44 +00:00
Elad Shechter 74aa1808b1 Fix incorrect closing HTML element. Was </small> instead of </span> 2022-02-07 17:48:04 +00:00
Elad Shechter 464a687062 Remove Enable/Disable - duplication and inconsistent 2022-02-07 17:44:26 +00:00
Eldad Fux 0764fae1f0 Minor UI updates 2022-02-04 16:38:58 +02:00
Torsten Dittmann 059cb90f2a
Merge pull request #2700 from appwrite/fix-enum-ui
Fix: enum AppwriteConsole UI
2022-01-31 11:21:27 +01:00
Torsten Dittmann cac87c27e0
Merge pull request #2679 from appwrite/fix-ui-boolean-attribute
fix: ui boolean default values
2022-01-31 11:11:43 +01:00
Damodar Lohani 21dc234a94 Merge branch '0.13.x' into feat-storage-buckets 2022-01-31 15:37:08 +05:45
Damodar Lohani 9018972f7f fix ui 2022-01-31 12:56:24 +05:45
Damodar Lohani 5ef23e32c2 switch default permission to bucket level 2022-01-31 12:35:15 +05:45
Eldad Fux 3bb5e6d239 Added titles to users and teams attributes 2022-01-31 00:51:58 +02:00
Eldad A. Fux 4544483539
Merge pull request #2624 from BobcatProgrammer/feat-926-oauth2-microsoft-tenant-config
feat: Make OAuth2 Microsoft Provider configureable
2022-01-30 21:55:26 +02:00
Matej Baco f6568b3cf5 Imroved UI of required and optional enum 2022-01-26 16:04:50 +01:00
Damodar Lohani 5090a2a440 update param 2022-01-26 18:32:57 +05:45
Damodar Lohani cfc20b4983 fix bucket id param 2022-01-26 18:30:41 +05:45
Damodar Lohani c12a302fc8 fix pagination 2022-01-26 18:26:42 +05:45
Damodar Lohani 0d51236f98 Merge branch 'master' into fix-cache 2022-01-26 13:53:18 +05:45
Christy Jacob 1b42033cda feat: fix response model, generate console SDK 2022-01-25 04:54:44 +04:00
Christy Jacob f6271a82bc feat: update html files 2022-01-25 04:36:35 +04:00
Bradley Schofield f68723a518 Various Improvements
+ Updated build list
+ Added search attribute to builds
+ Renamed automaticDeploy to deploy
+ Added tests for build list
2022-01-24 15:54:07 +00:00
Torsten Dittmann d49ef8355d fix: ui boolean default values 2022-01-24 11:27:46 +01:00
Damodar Lohani 25fe4420ab update 2022-01-24 15:54:21 +05:45
Simon Trockel 45635cdbcc Rework Apple Custom Oauth Form 2022-01-22 23:13:16 +01:00
Simon Trockel 9f2d225f29 Merge branch 'feat-926-oauth2-microsoft-tenant-config' of https://github.com/BobcatProgrammer/appwrite into feat-926-oauth2-microsoft-tenant-config 2022-01-22 19:31:47 +01:00
Simon Trockel 8233881c44 feat: Generic custom Oauth provider form 2022-01-22 19:31:40 +01:00
Simon Trockel 05ff84d1f6
Merge branch 'appwrite:master' into feat-926-oauth2-microsoft-tenant-config 2022-01-22 19:27:02 +01:00
kodumbeats ad78e22a9d Default to collection-level permissions from console 2022-01-21 15:35:52 -05:00
Torsten Dittmann bae6353bcf Merge branch 'master' of https://github.com/appwrite/appwrite into feat-functions-refactor 2022-01-21 19:58:24 +01:00
Torsten Dittmann f5fedf05d5 fix: ui reset form after creating attribute 2022-01-20 10:55:33 +01:00
Christy Jacob ffb3d81b1f fix: use CLI user agent in account screen 2022-01-19 13:03:53 +04:00
Bradley Schofield e79578570e Merge branch 'master' into the-executor-poc 2022-01-18 15:24:33 +00:00
Eldad Fux 61131434cb Updated to use minlength and fixed alt attribute 2022-01-18 16:25:14 +02:00
Eldad Fux d8a9003714 Updated password length min requirment in the console 2022-01-18 07:21:03 +02:00
Simon Trockel ec97e845a2
Update app/views/console/users/index.phtml
Co-authored-by: Eldad A. Fux <eldad.fux@gmail.com>
2022-01-17 14:03:08 +01:00
Torsten Dittmann 96828f739e fix: ui for int/float default values 2022-01-17 11:47:22 +01:00
Simon Trockel 7f52116a17
Merge branch 'appwrite:master' into feat-926-oauth2-microsoft-tenant-config 2022-01-17 00:47:46 +01:00
Simon Trockel 9922a6d6cf feat: Makes Microsoft OAuth Provider configureable 2022-01-17 00:46:12 +01:00
Eldad A. Fux 6b360149fd
Merge pull request #2615 from appwrite/fix-deny-abondoned-project
Fix for console memberships
2022-01-16 18:39:47 +02:00
Damodar Lohani 24c803e7d9 Merge branch 'feat-storage-buckets' into feat-s3-integration 2022-01-16 18:09:09 +05:45
Damodar Lohani 4a37d402df Merge branch 'master' into feat-storage-buckets 2022-01-16 17:18:43 +05:45
Damodar Lohani 1e3514b7b2 update antiVirus to antivirus for consistency 2022-01-16 13:40:55 +05:45
Eldad Fux 8dc7d24d5a Fixed missing validation 2022-01-16 01:25:00 +02:00
Eldad Fux e691e75712 Changed button name 2022-01-15 20:34:01 +02:00
Eldad Fux ebcdfaabfb Deny last user from leaving a project, redirect to home if current user leaves 2022-01-15 16:50:49 +02:00
Bradley Schofield 58e68088fa Remove 'pending' build state, update version numbers 2022-01-10 14:00:11 +00:00
Matej Baco 468b84d01c Added sum to request, added format to realtime 2022-01-07 11:15:20 +01:00
Damodar Lohani d20062f63a Merge branch 'feat-storage-buckets' into feat-large-file 2022-01-06 15:01:21 +05:45
Damodar Lohani ba82839128 Merge branch 'master' into feat-storage-buckets 2022-01-06 13:11:23 +05:45
Torsten Dittmann ade1d93198 fix: ui for functions variables 2022-01-05 15:20:36 +01:00
Bradley Schofield e2c4272ebd Merge branch 'master' into the-executor-poc 2022-01-05 13:38:51 +00:00
Torsten Dittmann fb0b0bf258 fix: remove activity badge 2022-01-05 10:30:14 +01:00
Matej Baco e68bbcfe88 Added aggregation note 2022-01-05 10:00:35 +01:00
Torsten Dittmann 3e91012d9d fix: ui indexes show stuck index 2022-01-04 11:52:59 +01:00
Torsten Dittmann ce3a647557 fix: add missing collection prefix to cache purging 2022-01-03 13:30:03 +01:00
Torsten Dittmann a50b7fcbf4
Merge pull request #2538 from appwrite/feat-database-ui-attribute-details
feat: add ui for attribute details
2022-01-03 10:29:18 +01:00
Torsten Dittmann afe9a17405
Update collection.phtml 2022-01-02 17:50:19 +01:00
Torsten Dittmann ed02d6f803 fix: ui attribute validation 2022-01-01 15:54:39 +01:00
Torsten Dittmann 2133d4a5e1 fix: cleanup attributes table 2021-12-31 17:54:55 +01:00
Torsten Dittmann c65a853be1 fix: de-clutter ui part for attributes 2021-12-31 14:29:00 +01:00
Torsten Dittmann 084d0550db feat: add ui for attribute details 2021-12-31 14:02:19 +01:00
Damodar Lohani 3452541b6d modify console ui for incomplete uploads and handle proper deletion of incomplete uploads 2021-12-30 17:08:46 +05:45
Torsten Dittmann 14752d528b fix: uid validator in ui 2021-12-29 18:12:58 +01:00
Torsten Dittmann b344b51af7 fix: uid validator text 2021-12-29 18:09:21 +01:00
Torsten Dittmann 721363a240 Merge branch 'master' of https://github.com/appwrite/appwrite into feat-database-indexing 2021-12-21 12:08:02 +01:00
Bradley Schofield b38a9ec594 Fix Functions Usage Chart Typo 2021-12-20 15:54:22 +00:00
Bradley Schofield 5d66f56ca2 Fix Typo in Functions Usage Charts 2021-12-20 15:52:24 +00:00
Damodar Lohani 99fd943f3c Merge branch 'feat-database-indexing' into feat-storage-buckets 2021-12-19 12:26:16 +05:45
Torsten Dittmann 7f1fd96657 fix: rebuild js and specs 2021-12-17 12:16:53 +01:00
Torsten Dittmann 2690cab771 Merge branch 'feat-database-indexing' of https://github.com/appwrite/appwrite into feat-database-disable-collections 2021-12-17 11:53:57 +01:00
Torsten Dittmann 555505fc79 fix: remove activity badge from collections 2021-12-16 11:25:17 +01:00
Torsten Dittmann 90eec40dac fix: document level description 2021-12-16 11:23:04 +01:00
Damodar Lohani 3f9ba67853 Merge branch 'feat-database-indexing' into feat-storage-buckets 2021-12-16 11:47:51 +05:45
Torsten Dittmann 1de17ed132
Merge pull request #2484 from appwrite/feat-add-user-agent
Feat: add user agent
2021-12-15 15:16:32 +01:00
Torsten Dittmann a29d66d8ac fix: ui for array/required attributes creation 2021-12-15 14:57:29 +01:00
Torsten Dittmann ca9456f3bf fix: ui to resend invites multiple times 2021-12-15 13:52:23 +01:00
Torsten Dittmann 282cb75afd fix: input validation of url attributes 2021-12-15 12:35:41 +01:00
Damodar Lohani f3e6dfb71d
Merge branch 'feat-database-indexing' into feat-storage-buckets 2021-12-15 15:43:14 +05:45
Torsten Dittmann 8bb580ea1a Merge branch 'feat-database-indexing' of https://github.com/appwrite/appwrite into feat-database-disable-collections 2021-12-14 11:47:50 +01:00
Torsten Dittmann b42a79411a fix: database permission model 2021-12-14 11:14:39 +01:00