Merge pull request #12360 from owncloud/files-tags
Add favorites to files app
Showing
- apps/files/appinfo/application.php 38 additions, 2 deletionsapps/files/appinfo/application.php
- apps/files/appinfo/routes.php 25 additions, 4 deletionsapps/files/appinfo/routes.php
- apps/files/controller/apicontroller.php 55 additions, 1 deletionapps/files/controller/apicontroller.php
- apps/files/css/files.css 25 additions, 1 deletionapps/files/css/files.css
- apps/files/index.php 19 additions, 0 deletionsapps/files/index.php
- apps/files/js/app.js 2 additions, 0 deletionsapps/files/js/app.js
- apps/files/js/favoritesfilelist.js 99 additions, 0 deletionsapps/files/js/favoritesfilelist.js
- apps/files/js/favoritesplugin.js 116 additions, 0 deletionsapps/files/js/favoritesplugin.js
- apps/files/js/tagsplugin.js 172 additions, 0 deletionsapps/files/js/tagsplugin.js
- apps/files/lib/helper.php 25 additions, 0 deletionsapps/files/lib/helper.php
- apps/files/service/tagservice.php 94 additions, 0 deletionsapps/files/service/tagservice.php
- apps/files/simplelist.php 29 additions, 0 deletionsapps/files/simplelist.php
- apps/files/templates/simplelist.php 36 additions, 0 deletionsapps/files/templates/simplelist.php
- apps/files/tests/js/favoritesfilelistspec.js 109 additions, 0 deletionsapps/files/tests/js/favoritesfilelistspec.js
- apps/files/tests/js/favoritespluginspec.js 130 additions, 0 deletionsapps/files/tests/js/favoritespluginspec.js
- apps/files/tests/js/tagspluginspec.js 87 additions, 0 deletionsapps/files/tests/js/tagspluginspec.js
- apps/files/tests/service/tagservice.php 121 additions, 0 deletionsapps/files/tests/service/tagservice.php
- core/js/core.json 2 additions, 1 deletioncore/js/core.json
- core/js/js.js 19 additions, 0 deletionscore/js/js.js
- lib/private/files/node/node.php 6 additions, 1 deletionlib/private/files/node/node.php
Loading
Please register or sign in to comment