Commit Graph

400 Commits

Author SHA1 Message Date
weryques 9eea456f74 Fixes permission 2018-01-31 11:20:48 -02:00
weryques 0a6448dd76 Fix create filter permissions check 2018-01-31 11:17:31 -02:00
weryques b0cc5c10c1 Merge branch 'develop' of https://github.com/tainacan/tainacan into develop 2018-01-31 11:07:11 -02:00
weryques 73d86d59bf Refactoring capabilities 2018-01-31 11:06:46 -02:00
mateuswetah 7d1b1baea8 Adds ItemPage, changes routes and actions to receive new page. Begins adaptation for ItemCreationPage being same page as for Item Edition. 2018-01-30 16:34:32 -02:00
mateuswetah fcc97960d5 Updates Actions to reflect API endpoint changes. Edits heavily Text.vue logic to provide and example of multiple values inside custom component (this needs more discussion). 2018-01-30 16:07:41 -02:00
weryques 60bd3753c4 Refactoring some controllers 2018-01-30 15:33:06 -02:00
Leo Germani bd0b34cd2c Merge branch 'master' into develop 2018-01-30 12:01:24 -02:00
weryques f9e3677434 Merge branch 'feature/user-admin-interface' into develop 2018-01-30 11:35:21 -02:00
Jacson Passold 6aecb0af57 using isset to check if cap is set 2018-01-29 18:36:40 -02:00
Jacson Passold bf4f254df7 better debug 2018-01-29 18:36:15 -02:00
Jacson Passold 0e01a2bff7 Merge branch 'Item_moderation' of github.com:tainacan/tainacan into Item_moderation 2018-01-29 18:22:56 -02:00
Jacson Passold a9bcd0292a better handler response errors 2018-01-29 18:18:40 -02:00
Jacson Passold 8f439e7557 using read and not read_post, check if cap has been initialized 2018-01-29 18:18:08 -02:00
Jacson Passold 31360eef22 do not register post, throw exp and better post_type item check 2018-01-29 18:16:49 -02:00
Jacson Passold efe9cdc6b2 doc function return 2018-01-29 18:15:16 -02:00
Leo Germani 1bd548c138 fetch returns empty array if invalid ID is passed 2018-01-29 17:34:34 -02:00
Leo Germani 7d616c5cca fixing terms api permission checks 2018-01-29 17:30:01 -02:00
Leo Germani 0b10630a2d Starting to fix can_edit() and related repository methods 2018-01-29 17:29:41 -02:00
Leo Germani 764ec9b681 removing endpoint tha needs refactoring 2018-01-29 17:08:34 -02:00
Leo Germani 671779c5e9 fixing Items API permission check 2018-01-29 17:07:44 -02:00
mateuswetah 4abdfae26f Merge branch 'feature/user-admin-interface' of https://github.com/tainacan/tainacan into feature/user-admin-interface 2018-01-29 16:43:17 -02:00
mateuswetah 008cf52f28 Adds temporary method extractFieldType to allow dinamic rendering of field_types while string passed has classes. 2018-01-29 16:43:11 -02:00
Eduardo humberto 27825696df begin error message web component 2018-01-29 16:30:49 -02:00
weryques 6a7d540a2c Added hook to change the titles of the pages 2018-01-29 16:29:28 -02:00
Jacson Passold 3cd563c529 remove already implemented get 2018-01-29 16:22:32 -02:00
Jacson Passold bec1a17372 miss spell namespace 2018-01-29 16:21:49 -02:00
Jacson Passold c251618100 entity id, not the object 2018-01-29 16:21:15 -02:00
Eduardo humberto 9813723077 adapt web component for admin 2018-01-29 16:08:59 -02:00
mateuswetah 63dc623dcc Merge branch 'feature/user-admin-interface' of https://github.com/tainacan/tainacan into feature/user-admin-interface 2018-01-29 16:06:58 -02:00
mateuswetah 0afaa61b0b Fixes wrong item list loading from Actions. 2018-01-29 16:06:51 -02:00
weryques 57dcc7cb2d Update build.sh 2018-01-29 15:33:52 -02:00
mateuswetah 928175b0be Merge branch 'feature/user-admin-interface' of https://github.com/tainacan/tainacan into feature/user-admin-interface 2018-01-29 15:28:58 -02:00
mateuswetah cf400ccf37 Adds proper fetchItems to actions. Begins usage of ItemsList component on Collection page. 2018-01-29 15:28:32 -02:00
weryques a3cc7dddd7 Build.sh more inteligent 2018-01-29 15:24:51 -02:00
weryques 33d3f06651 Fixes thumnail exhibition, Implements UpdateMetadata 2018-01-29 14:42:59 -02:00
mateuswetah badfb6e655 Aumatically creates draft Item on ItemCreationPage. Loads Metadata with custom fields dynamically. Adds spinning loader to async actions in ItemCreationPage. 2018-01-29 11:48:30 -02:00
weryques cf5cb62d21 Allow insert draft Items 2018-01-29 11:09:44 -02:00
Leo Germani 1b54969c4d Improves capabilities tests and fixes set_items_capabilities 2018-01-28 23:34:12 -02:00
Leo Germani 979c80eb92 fix permissions for moderators. still have to fix can_* methods in repoitory 2018-01-27 00:23:25 -02:00
Jacson Passold 35ba99d882 test item moderation 2018-01-26 16:44:45 -02:00
Jacson Passold 11cf82fb9b item does not have a fixed post_type 2018-01-26 16:42:03 -02:00
Jacson Passold 1cd21a3080 support metadata data moderator 2018-01-26 16:41:04 -02:00
Jacson Passold e71a1a5079 get metadata collection 2018-01-26 16:40:24 -02:00
weryques f8d7393e2f Merge branch 'master' into feature/user-admin-interface 2018-01-26 14:23:32 -02:00
weryques 7c76b23ff9 Fixes Element Form Validation 2018-01-26 12:17:30 -02:00
mateuswetah c04000f59d Adds Taincan custom components in Admin and exemplifies their use on Item creation page. 2018-01-26 11:28:50 -02:00
mateuswetah 81e54a9dcf Adds item creation via api to Item Creation Page. 2018-01-26 10:25:14 -02:00
weryques b43f281e9e Merge branch 'master' of https://github.com/tainacan/tainacan 2018-01-25 13:10:10 -02:00
Weryques 123419ef13
Update tainacan-api.md 2018-01-25 13:08:50 -02:00