Skip to content

Commit

Permalink
Merge pull request #598 from nextcloud/enh/dashboardWidget
Browse files Browse the repository at this point in the history
Dashboard widget: Activity by others
  • Loading branch information
szaimen authored Jul 6, 2021
2 parents ed5ebfc + 0c61b99 commit e6a40ce
Show file tree
Hide file tree
Showing 13 changed files with 806 additions and 220 deletions.
9 changes: 5 additions & 4 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
js/dist/activity-sidebar.js binary
js/dist/*.LICENCE.map binary
js/dist/*.js.map binary
js/activity-dashboard.js binary
js/activity-sidebar.js binary
js/*.LICENCE.map binary
js/*.js.map binary
package-lock.json binary
src/test/__snapshots__/*.snap
src/test/__snapshots__/*.snap
3 changes: 1 addition & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,7 @@ ifeq (, $(composer))
php $(build_tools_directory)/composer.phar install --prefer-dist
php $(build_tools_directory)/composer.phar update --prefer-dist
else
composer install --prefer-dist
composer update --prefer-dist
composer install
endif

npm-init:
Expand Down
Loading

0 comments on commit e6a40ce

Please sign in to comment.