Commit Graph

  • fad579c4d3 Wrote first unit test for BoardApiController Ryan Fletcher 2018-07-14 19:53:04 -04:00
  • e8c53d71aa fixed more unit tests. Ryan Fletcher 2018-07-14 16:08:47 -04:00
  • e0049cf07b Resolved unit tests errors, down from 36 to 9. Ryan Fletcher 2018-07-14 15:11:21 -04:00
  • 881b05aeb1 fixed BoardControllerTest from errors Ryan Fletcher 2018-07-14 14:56:25 -04:00
  • cfd9ab98c6 Implemented StackApiController Get Function. Ryan Fletcher 2018-07-13 19:29:39 -04:00
  • dd1d4246fe Finished Error handling across the API Ryan Fletcher 2018-07-13 19:07:08 -04:00
  • 2668f6b80c committing WIP (improving error validation across the api's) Ryan Fletcher 2018-07-13 15:44:48 -04:00
  • a388d199dc Refactored error handling in StackApiController and moved it into ApiHelper.php, this will allow me to use the same checks in all controllers. Ryan Fletcher 2018-07-13 14:55:46 -04:00
  • d9f3d492dc Better variable name for stackService in StackApiController Ryan Fletcher 2018-07-13 13:56:24 -04:00
  • a14ca3d1f5 Better error handling in StackApiController Ryan Fletcher 2018-07-13 13:26:47 -04:00
  • 7d9fc83dc9 Code style fixings. Ryan Fletcher 2018-07-13 12:39:19 -04:00
  • f97c7c3f7b Added in Create + Delete functions to the LabelApiController Ryan Fletcher 2018-07-13 12:29:23 -04:00
  • 6002067b64 Created LabelApiController and it's get / update methods. Ryan Fletcher 2018-07-13 11:43:44 -04:00
  • 7e4d24236a Updated the CardApiController->update method to allow updating of archive state and assigned user,. Ryan Fletcher 2018-07-13 10:52:14 -04:00
  • b82591a0bc Added delete operation to CardApiController Ryan Fletcher 2018-07-13 10:04:22 -04:00
  • e5f7f89ed9 Wrote update method for CardApiController Ryan Fletcher 2018-07-13 08:37:51 -04:00
  • a68e888654 Started CardApiController Ryan Fletcher 2018-07-13 01:44:46 -04:00
  • 0c0910ee81 Co authored for my changes. Ryan Fletcher 2018-07-12 23:11:52 -04:00
  • ced87edfa5 Put in validation responses in BoardApiController Ryan Fletcher 2018-07-12 23:01:38 -04:00
  • 5415ec21dc Validation Checking against StackApiController Ryan Fletcher 2018-07-12 22:10:43 -04:00
  • 3cb496daa2 Cleaned up StackApiController to use proper route parameters, removed route parameters from request payloads as per rest standards. Ryan Fletcher 2018-07-12 21:45:43 -04:00
  • 03e0559afe StackApiController->delete($boardId, $id) added in error handling Ryan Fletcher 2018-07-12 21:17:04 -04:00
  • be91ff641c StackApiController added the update put route. Ryan Fletcher 2018-07-12 21:11:40 -04:00
  • cec06493c0 Error handling for StackApiController->Index() Ryan Fletcher 2018-07-12 20:54:54 -04:00
  • 0da84a3e8c Corrected comment in BoardApiController from copy / paste. Ryan Fletcher 2018-07-12 20:33:12 -04:00
  • 6822d7d099 Error handling in undelete function and created the update function in BoardApiController Ryan Fletcher 2018-07-12 18:08:53 -04:00
  • d82746be97 Error handling for undoDelete and created an update method in BoardApiController Ryan Fletcher 2018-07-12 17:31:59 -04:00
  • 3b49c7f262 Added exception handling to BoardApiController -> Delete Ryan Fletcher 2018-07-12 17:14:35 -04:00
  • 9bc9569a0d Added checks to see if the entity is not found in BoardApiController -> get($id) Ryan Fletcher 2018-07-12 16:11:30 -04:00
  • 8771e35f11 Added exception handling to StackApiController->create() Ryan Fletcher 2018-07-12 15:31:52 -04:00
  • 656e8efa43 quick test in StackApiController Ryan Fletcher 2018-07-12 10:43:46 -04:00
  • 9fc01eb51f Move DI of IUserManager, IGroupManager, userId to the BoardService Julius Härtl 2018-07-12 15:24:53 +02:00
  • e32adb17f2 Don't need to pass around the userInfo with it encapsulated in BoardService. Steven R. Baker 2018-02-12 16:28:37 +01:00
  • 1ffa3211ba Extract getBoardPererequisites() so it can be re-used. Steven R. Baker 2018-02-12 12:11:39 +01:00
  • 41cf623bb8 This should be 200 on deletion, so we can tell whether a deletion succeeds or not. Steven R. Baker 2018-02-12 11:56:40 +01:00
  • 8ec97032b1 Re-format code according to the coding style. Steven R. Baker 2018-02-12 11:55:02 +01:00
  • 40f34eb3bc Fix the routing and the stacks API endpoint. Steven R. Baker 2017-07-30 00:13:12 +02:00
  • a4b348488b Add Stack support to API. Steven R. Baker 2017-07-29 23:14:01 +02:00
  • 8316a0b25f Board creation via API. Steven R. Baker 2017-07-29 23:02:05 +02:00
  • 86dde2d6b8 These parens are not needed. Steven R. Baker 2017-07-29 16:50:18 +02:00
  • 84a8db7b75 Change the API version to 1.0, and fix the preflighted_cors version. Steven R. Baker 2017-07-29 16:55:31 +02:00
  • 975b6f3572 Update the documentation. Steven R. Baker 2017-07-29 16:54:30 +02:00
  • b4224dadfb Undo deletion of boards via API. Steven R. Baker 2017-07-29 02:10:02 +02:00
  • 7dcd49c485 Delete boards via the API. Steven R. Baker 2017-07-29 02:06:26 +02:00
  • 0c266d4a1f List boards, and fetch a specific board. Steven R. Baker 2017-07-29 01:41:39 +02:00
  • a3a70f67b4 Merge pull request #557 from nextcloud/feature/undo-delete-cards-and-stacks Julius Härtl 2018-08-15 20:52:01 +02:00
  • 43e76ecca3 Bump development version Julius Härtl 2018-08-15 20:46:58 +02:00
  • 241a654f28 codacy fix Manuel Arno Korfmann 2018-08-05 22:36:25 +02:00
  • 94e1b86eaf fixed bugs where labels would dissappear Manuel Arno Korfmann 2018-08-05 22:33:42 +02:00
  • 4d5353b8d4 renaming and more codacy Manuel Arno Korfmann 2018-08-05 10:21:42 +02:00
  • 5ddfb66633 Card,Stack undo delete: CardServiceTest fix Manuel Arno Korfmann 2018-07-28 04:12:50 +02:00
  • 41d30d4fd4 stack, card undo delete: refactoring Manuel Arno Korfmann 2018-07-19 00:16:31 +02:00
  • 95548fba54 Conditional restoration of deleted stacks on card undo delete Manuel Arno Korfmann 2018-07-18 23:19:29 +02:00
  • ef4ce31c47 refactoring and stack undo delete early wip Manuel Arno Korfmann 2018-07-16 00:09:43 +02:00
  • f2795f120b show deleted cards in sidebar tab (styling still wip) Manuel Arno Korfmann 2018-07-11 22:13:31 +02:00
  • 2ef4b55af4 cards soft delete wip Manuel Arno Korfmann 2018-07-09 23:49:42 +02:00
  • 3e4dedf397 Merge pull request #581 from nextcloud/dependabot/npm_and_yarn/js/angular-1.7.3 Julius Härtl 2018-08-14 21:38:47 +02:00
  • ebcb86ff3e Bump angular from 1.7.2 to 1.7.3 in /js dependabot[bot] 2018-08-14 19:32:43 +00:00
  • c0defcab9b Merge pull request #578 from nextcloud/dependabot/npm_and_yarn/js/angular-animate-1.7.3 Julius Härtl 2018-08-14 21:30:02 +02:00
  • 25f6f16718 Merge pull request #580 from nextcloud/dependabot/npm_and_yarn/js/angular-sanitize-1.7.3 Julius Härtl 2018-08-14 21:29:50 +02:00
  • 34767cdd13 Merge pull request #572 from nextcloud/dependabot/npm_and_yarn/js/webpack-merge-4.1.4 Julius Härtl 2018-08-14 21:29:38 +02:00
  • 9975d2b483 Merge pull request #583 from nextcloud/dependabot/npm_and_yarn/js/node-sass-4.9.3 Julius Härtl 2018-08-14 21:29:28 +02:00
  • 3f77c99544 Bump angular-animate from 1.7.2 to 1.7.3 in /js dependabot[bot] 2018-08-14 19:24:12 +00:00
  • 9eab136f53 Bump webpack-merge from 4.1.3 to 4.1.4 in /js dependabot[bot] 2018-08-14 19:23:39 +00:00
  • 998d993102 Bump node-sass from 4.9.2 to 4.9.3 in /js dependabot[bot] 2018-08-14 19:23:18 +00:00
  • f27d399dfc Bump angular-sanitize from 1.7.2 to 1.7.3 in /js dependabot[bot] 2018-08-14 19:23:13 +00:00
  • a117cc8e0c Merge pull request #579 from nextcloud/dependabot/npm_and_yarn/js/@uirouter/angularjs-1.0.20 Julius Härtl 2018-08-14 21:21:26 +02:00
  • 2c59a4148d Bump @uirouter/angularjs from 1.0.19 to 1.0.20 in /js dependabot[bot] 2018-08-14 18:44:36 +00:00
  • dc20ff52d8 Merge pull request #582 from nextcloud/dependabot/npm_and_yarn/js/karma-3.0.0 Julius Härtl 2018-08-14 20:41:53 +02:00
  • 1764e6e0fe Bump karma from 2.0.5 to 3.0.0 in /js dependabot[bot] 2018-08-13 11:09:23 +00:00
  • e65d2f2a85 Merge pull request #584 from nextcloud/dependabot/npm_and_yarn/js/webpack-4.16.5 Julius Härtl 2018-08-13 12:39:59 +02:00
  • 2d26b24b10 Bump webpack from 4.16.4 to 4.16.5 in /js dependabot[bot] 2018-08-13 01:21:41 +00:00
  • 990a70e958 [tx-robot] updated from transifex Nextcloud bot 2018-08-13 00:18:56 +00:00
  • 2868391cf6 [tx-robot] updated from transifex Nextcloud bot 2018-08-12 00:18:53 +00:00
  • 4050cddd12 Merge pull request #571 from nextcloud/dependabot/npm_and_yarn/js/webpack-4.16.4 Julius Härtl 2018-08-09 17:13:45 +02:00
  • 92cee7b441 Bump webpack from 4.16.3 to 4.16.4 in /js dependabot[bot] 2018-08-06 01:16:08 +00:00
  • 8e0f6c6e83 [tx-robot] updated from transifex Nextcloud bot 2018-08-05 00:19:19 +00:00
  • e7eb1dfbf0 [tx-robot] updated from transifex Nextcloud bot 2018-08-01 00:18:12 +00:00
  • f8a0b6c0c6 Update pull_request_template.md Julius Härtl 2018-07-31 09:58:59 +02:00
  • 9f7bef9447 Merge pull request #561 from nextcloud/551_show_tag_title_on_cards_overview Julius Härtl 2018-07-31 09:57:03 +02:00
  • 508674f404 little more bottom margin after review Philippe Le Van 2018-07-31 06:59:06 +02:00
  • 25fa1a0e69 First proposition of label styling Philippe Le Van 2018-07-30 13:56:52 +02:00
  • 2453f27284 [tx-robot] updated from transifex Nextcloud bot 2018-07-31 00:18:57 +00:00
  • 05598d1445 Merge pull request #559 from nextcloud/dependabot/npm_and_yarn/js/webpack-4.16.3 Julius Härtl 2018-07-30 23:28:13 +02:00
  • c82d99a656 Merge pull request #558 from nextcloud/dependabot/npm_and_yarn/js/karma-2.0.5 Julius Härtl 2018-07-30 23:26:51 +02:00
  • 619acbed15 Bump webpack from 4.16.1 to 4.16.3 in /js dependabot[bot] 2018-07-30 01:14:09 +00:00
  • fef5bb6342 Bump karma from 2.0.4 to 2.0.5 in /js dependabot[bot] 2018-07-30 01:13:49 +00:00
  • 4e91e06c64 [tx-robot] updated from transifex Nextcloud bot 2018-07-30 00:18:37 +00:00
  • 0057c2be84 Update README.md Julius Härtl 2018-07-28 14:36:41 +02:00
  • aa41f383cc Merge pull request #556 from nextcloud/release/v0.4.1 stable-0.4 Julius Härtl 2018-07-28 13:40:08 +02:00
  • 81ea719329 Prepare changelog for 0.4.1 Julius Härtl 2018-07-28 13:14:30 +02:00
  • 498d062657 Fix more 14 layout issues Julius Härtl 2018-07-28 13:06:40 +02:00
  • 480d01fe9d Fix eslint Julius Härtl 2018-07-27 00:06:26 +02:00
  • 38ec3ec0ca Cleanup css Julius Härtl 2018-07-25 20:56:13 +02:00
  • 0dd70fb461 Move app sidebar handling to angular/css Julius Härtl 2018-07-25 20:51:41 +02:00
  • 123e5998a9 Add CSS rules for 13 to be backward compatible Julius Härtl 2018-07-25 17:51:01 +02:00
  • 9e21c8597f Move app sidebar out of app content Julius Härtl 2018-07-25 17:50:42 +02:00
  • aa4db7f789 Check when assigning users Julius Härtl 2018-07-25 18:39:08 +02:00
  • 9b63e4d745 Simly remove 4byte chars from the description if those are not supported Julius Härtl 2018-07-18 22:08:35 +02:00
  • dfe6e2f216 Cast uploadLimit to integer to catch possible INF result Julius Härtl 2018-07-12 16:06:17 +02:00