1
0
Fork 0
mirror of synced 2024-07-06 15:11:21 +12:00
Commit graph

164 commits

Author SHA1 Message Date
Jake Barnby 85ce646e0c
Add back prevent enter 2022-09-20 22:04:15 +12:00
Jake Barnby ef4ffcf3a2
Clear existing permissions for a role on keydown 2022-09-20 22:03:13 +12:00
Jake Barnby c1c9ebd381
Increase permissions margin for ls ui open 2022-09-15 00:00:35 +12:00
Jake Barnby 9cea1270c3
Remove redundant data model 2022-09-13 16:12:47 +12:00
Jake Barnby ecf5ba26ca
Don't repeat datalist 2022-09-12 16:20:37 +12:00
Jake Barnby 953d338966
Validate input on add new row 2022-09-12 15:55:58 +12:00
Jake Barnby 7aeedb90bf
Bind ID 2022-09-12 15:54:55 +12:00
Jake Barnby ca6ee798d6
Add member option 2022-09-12 15:47:15 +12:00
Jake Barnby 4bdad25a12
Remove redundant events 2022-09-12 14:05:32 +12:00
Jake Barnby f10914156f
Only add row on button click 2022-09-12 14:04:50 +12:00
Jake Barnby 1a1f33ef57
Hide header when if no permissions present 2022-09-12 14:04:05 +12:00
Steven Nguyen a1194d91f3
Improve UX of adding roles
(cherry picked from commit 0940d40f27badc13b04c718ad879c04129753098)

# Conflicts:
#	app/views/console/comps/permissions-matrix.phtml
#	public/dist/scripts/app-all.js
#	public/dist/scripts/app.js
2022-09-12 12:12:21 +12:00
Jake Barnby 0892669566
Disable autocomplete 2022-09-08 15:51:34 +12:00
Jake Barnby a9124e45b2
Prevent enter event propagation from permissions role input 2022-09-08 15:02:34 +12:00
Elad Shechter 78daf314bd Permission Table - Fix trim bug on <th> elements on Chrome/Firefox beoswers 2022-09-02 17:05:04 +07:00
Matej Bačo dccb9b7291 Merge remote-tracking branch 'origin/0.16.x' into fix-ui-with-queries-v2 2022-08-31 12:38:40 +00:00
Matej Bačo d5997d92c3 Updated all UI components for new queries V2. introduced queries to listProjects 2022-08-31 12:30:16 +00:00
Jake Barnby f54b6b2ebc
Allowed permissions console params opt in instead of out 2022-08-29 22:25:00 +12:00
Jake Barnby 6db0e3ac3c
More space for role input 2022-08-29 18:42:43 +12:00
Jake Barnby 90dae04fb7
Disallow multiple entries for the same role 2022-08-29 15:20:33 +12:00
Jake Barnby 33152c7bb1
Use secondary button for add row 2022-08-29 15:18:18 +12:00
Jake Barnby 98cdb38c49
Ensure add row events are local component only 2022-08-29 15:17:34 +12:00
Jake Barnby 9a1ece5f13
Fix resetting permissions after file create 2022-08-29 15:12:20 +12:00
Jake Barnby a320e220c3 Console fixes 2022-08-26 15:34:26 +12:00
Jake Barnby c6c5ce0619 Fix create file permissions not resetting after create 2022-08-13 23:51:26 +12:00
Jake Barnby 0cd1b232ed Fix hidden forms 2022-08-13 21:01:33 +12:00
Jake Barnby 62200eda9e Pull secondary form into matrix component to allow multiple in the same page 2022-08-13 19:47:04 +12:00
Jake Barnby c66a1991d8 Make permissions matrix reusable 2022-08-13 18:33:11 +12:00
Bradley Schofield 072755ce7d Rename users page to Authentication 2022-08-12 02:41:31 +01:00
Damodar Lohani 8f14f5aa21
Database layer (#3338)
* database response model

* database collection config

* new database scopes

* database service update

* database execption codes

* remove read write permission from database model

* updating tests and fixing some bugs

* server side tests are now passing

* databases api

* tests for database endpoint

* composer update

* fix error

* formatting

* formatting fixes

* get database test

* more updates to events and usage

* more usage updates

* fix delete type

* fix test

* delete database

* more fixes

* databaseId in attributes and indexes

* more fixes

* fix issues

* fix index subquery

* fix console scope and index query

* updating tests as required

* fix phpcs errors and warnings

* updates to review suggestions

* UI progress

* ui updates and cleaning up

* fix type

* rework database events

* update tests

* update types

* event generation fixed

* events config updated

* updating context to support multiple

* realtime updates

* fix ids

* update context

* validator updates

* fix naming conflict

* fix tests

* fix lint errors

* fix wprler and realtime tests

* fix webhooks test

* fix event validator and other tests

* formatting fixes

* removing leftover var_dumps

* remove leftover comment

* update usage params

* usage metrics updates

* update database usage

* fix usage

* specs update

* updates to usage

* fix UI and usage

* fix lints

* internal id fixes

* fixes for internal Id

* renaming services and related files

* rename tests

* rename doc link

* rename readme

* fix test name

* tests: fixes for 0.15.x sync

Co-authored-by: Torsten Dittmann <torsten.dittmann@googlemail.com>
2022-06-22 12:51:49 +02:00
Torsten Dittmann a043db6f08
Merge pull request #2982 from appwrite/fix-attribute-id
Fix:  Validation regex for custom ID
2022-03-23 10:40:20 +01:00
Matej Bačo a3bb9f2318 Fix regex 2022-03-22 12:31:52 +00:00
Matej Bačo 5b73ab3635 Updated GH issue url 2022-03-22 08:53:56 +00:00
Matej Bačo 1c7ea3c529 Fixed validation regex for custom ID 2022-03-21 14:30:51 +00:00
Matej Bačo 59b3928a66
Fix GH issue url 2022-03-21 08:30:56 +01:00
Matej Bačo 4c85223183 More UI changes 2022-02-28 09:26:55 +00:00
Matej Bačo 70efbf1fb9 Updated UI 2022-02-28 09:25:38 +00:00
Damodar Lohani 6099abc9f1 failed tooltip with error message 2022-02-22 07:37:12 +00:00
Damodar Lohani 1b08eec2e2 Merge branch 'feat-storage-ui-updates' into feat-console-resumable-upload 2022-02-22 06:55:09 +00:00
Damodar Lohani 5afb7e0702 hiding cancelled files from ui 2022-02-21 17:12:13 +00:00
Damodar Lohani 0c413ea79a cancel all behavior 2022-02-21 16:41:41 +00:00
Damodar Lohani 9f60627040 failed message 2022-02-21 11:12:59 +00:00
Torsten Dittmann 111e9faf69 fix: icons 2022-02-21 10:53:44 +01:00
Damodar Lohani c884135659 more fixes 2022-02-21 07:26:40 +00:00
Damodar Lohani 575c40e24b update failed pill and 2022-02-18 14:37:15 +00:00
Elad Shechter 10028582e1 - update to new icons (class names) in HTML
- add empty alt for images
2022-02-18 10:04:02 +00:00
Damodar Lohani 61c091811d refactored script to separate component 2022-02-16 06:41:13 +00:00
Damodar Lohani 048402871d comment 2022-02-15 09:10:47 +00:00
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