1
0
Fork 0
mirror of synced 2024-07-03 21:50:34 +12:00
Commit graph

13135 commits

Author SHA1 Message Date
Torsten Dittmann 35fc397ecc fix: remove unnecessary try/catch 2022-09-12 16:08:29 +02:00
Torsten Dittmann e0267da7ac fix: migrate variables 2022-09-12 16:06:05 +02:00
Torsten Dittmann a7ef1367b8 chore: fix linter 2022-09-12 15:54:12 +02:00
Torsten Dittmann 75e80a210c fix: stats migration 2022-09-12 15:53:00 +02:00
Torsten Dittmann 704fd8693c fix: migrate executions and write permissions 2022-09-12 11:55:54 +02:00
Torsten Dittmann 184b1f2ddb Merge branch '0.16.x' of https://github.com/appwrite/appwrite into feat-migration-1.0.0 2022-09-12 11:46:44 +02:00
Matej Bačo ec5a0b8cde Remove queries from listVariables; add enabled to createFunction 2022-09-12 09:02:14 +00:00
Jake Barnby eb2f949175
Update deps 2022-09-12 16:24:49 +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
Jake Barnby d6fa54bd1e
Add/remove correctly 2022-09-12 14:02:23 +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
Christy Jacob 4eedd443a5
feat: update add button behaviour
(cherry picked from commit 07f43206fe)
2022-09-12 12:10:57 +12:00
Jake Barnby 20ca55f51e
Merge remote-tracking branch 'origin/fix-enter-submit-collection-settings' into refactor-permissions-ui 2022-09-12 12:09:15 +12:00
Matej Bačo 85b714857f Fix delete button redirect 2022-09-11 18:43:42 +00:00
Matej Bačo a315f43039 Fix functon scheduling loop logic, and double-loop prevention 2022-09-11 12:20:26 +00:00
Eldad A. Fux 07d65a3232
Merge pull request #3782 from appwrite/fix-rc-certificates
Fix certificate worker and retries
2022-09-11 15:11:34 +03:00
Eldad A. Fux 40781d45a0
Merge pull request #3785 from appwrite/fix-collection-settings-margin
feat: fix margin on collection settings
2022-09-11 15:04:51 +03:00
Eldad A. Fux 31241f5d12
Merge pull request #3790 from appwrite/feat-add-route-doc
add-route example
2022-09-11 15:03:59 +03:00
Eldad A. Fux ce73b44ccf
Merge pull request #3797 from appwrite/fix-usage-always-taking-fulltime
fix the latest time memory store
2022-09-11 15:01:30 +03:00
Eldad A. Fux 364da9d2f0
Merge pull request #3799 from appwrite/flutte-changelog
feat: update dart and flutter changelog
2022-09-11 14:59:26 +03:00
Eldad A. Fux 0124d2c121
Merge pull request #3800 from appwrite/update-avatars-api
feat: update default avatars color
2022-09-11 14:58:21 +03:00
Eldad A. Fux 3abd8bc565
Merge pull request #3801 from appwrite/update-execution-model
feat: rename time attribute to duration
2022-09-11 14:57:31 +03:00
Matej Bačo 34dda74176 Update tests, fix bug 2022-09-11 08:31:40 +00:00
Matej Bačo 6d235e7531 Fix after new db library version 2022-09-11 08:13:28 +00:00
Matej Bačo 8b864324de Merge remote-tracking branch 'origin/0.16.x' into fix-datetime-attr-ui 2022-09-11 07:34:44 +00:00
Matej Bačo 319e5ac034 PR review changes 2022-09-11 07:31:18 +00:00
Eldad A. Fux a9a1e849d3
Merge pull request #3804 from appwrite/fix-datetime-future
Fix timeSince filter
2022-09-10 09:31:12 +03:00
Steven Nguyen 71206a9886 Update V15 response filter and add tests 2022-09-10 01:00:20 +00:00
Christy Jacob 0ce6deedbe fix failing test 2022-09-09 21:47:24 +00:00
Christy Jacob 526705d440 feat: update failing tests 2022-09-10 00:19:09 +04:00
Steven Nguyen c8ac990436 Fix timeSince filter 2022-09-09 18:57:58 +00:00
Steven Nguyen 668ebe4f41 Update V15 request filters for storage, teams, and users 2022-09-09 17:56:13 +00:00
Torsten Dittmann 21d40f4849 fix: qa 2022-09-09 19:50:05 +02:00
Steven Nguyen 0d016dea64 Make usage tests only retry the usage fetch part
Before this, usage tests retried creating usage AND fetching
the usage which caused some expected counts to be incorrect.
2022-09-09 17:19:25 +00:00
shimon 48b3d82518 Tidy up 2022-09-09 17:30:37 +03:00
shimon dc36f05ee7 Tidy up 2022-09-09 17:29:11 +03:00
shimon b757951f9c Tidy up 2022-09-09 17:01:45 +03:00
shimon b6495ff006 Merge remote-tracking branch 'origin/feat-add-route-doc' into feat-add-route-doc 2022-09-09 17:00:52 +03:00
shimon 963ce8198e Tidy up 2022-09-09 17:00:08 +03:00
Shimon Newman 3f568f732e
Update docs/tutorials/add-route.md
Co-authored-by: Eldad A. Fux <eldad.fux@gmail.com>
2022-09-09 16:43:17 +03:00
shimon ef7f919fa1 Tidy up 2022-09-09 16:40:34 +03:00
shimon 947e4190d5 Tidy up 2022-09-09 16:21:26 +03:00
shimon edb4ca6a63 Tidy up 2022-09-09 16:15:38 +03:00
shimon e0a58a5c98 Merge branch '0.16.x' of github.com:appwrite/appwrite into feat-add-route-doc 2022-09-09 16:15:23 +03:00