summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Load auth tokens with the initial state APIChristoph Wurst2019-03-0110-145/+324
* Merge pull request #11871 from nextcloud/feature/11015/collaboration-resourcesRoeland Jago Douma2019-03-0174-1295/+3952
|\
| * Remove unneeded filesJulius Härtl2019-03-012-6281/+0
| * Add bundled filesJulius Härtl2019-03-0110-25/+445
| * Fix files_external testsJoas Schilling2019-03-011-1/+1
| * Fetch node and filename also if access cache was usedJulius Härtl2019-03-011-0/+9
| * Fix testsJulius Härtl2019-03-015-3/+32
| * Properly handle null as ownerId if file system access is denied by access tokenJulius Härtl2019-03-011-2/+6
| * Fix testsJulius Härtl2019-03-014-9/+14
| * Listen to IUser::postDeleteJulius Härtl2019-03-011-1/+1
| * Use nextcloud-vue-collection 0.1.2Julius Härtl2019-03-014-11/+24
| * Update autoloaderJoas Schilling2019-03-014-2/+6
| * Access for a collection can only become trueJoas Schilling2019-03-011-0/+1
| * Register providers via class namesJoas Schilling2019-03-013-8/+30
| * Add a listener for the eventsJoas Schilling2019-03-012-0/+71
| * Add dispatcher events to User and Group objectsJoas Schilling2019-03-0121-256/+332
| * Invalidate the cache when a share is updatedJoas Schilling2019-03-012-0/+46
| * Also cache the resource type because it is part of the identifierJoas Schilling2019-03-013-3/+44
| * Fix unused variable $accessJoas Schilling2019-03-011-2/+1
| * Fix doc blockJoas Schilling2019-03-013-6/+3
| * Add invalidation methods to the interfaceJoas Schilling2019-03-011-0/+19
| * Don't throw on UniqueConstraintViolationException since a written value is ok...Joas Schilling2019-03-011-2/+8
| * Cache the access manually tooJoas Schilling2019-03-011-0/+51
| * Also check the access to collections on preparingJoas Schilling2019-03-011-0/+4
| * Add default value, because null does not trigger unique-keyJoas Schilling2019-03-011-0/+2
| * Use nextcloud-vue-collections libraryJulius Härtl2019-03-0111-1603/+807
| * Merge webpack into main oneJulius Härtl2019-03-018-100/+50
| * Fix SQL statement and provider method callJulius Härtl2019-03-011-13/+13
| * Use icon-close to remove resourcesJulius Härtl2019-03-011-1/+6
| * Make sure the results are always sorted the sameJoas Schilling2019-03-011-0/+1
| * Improve searchCollections()Joas Schilling2019-03-011-6/+20
| * Further work on the access cacheJoas Schilling2019-03-019-98/+305
| * Start implementing access cacheJoas Schilling2019-03-014-9/+127
| * Fix doc blocksJoas Schilling2019-03-0110-54/+64
| * Add icon for resource type and icons for folder/fileJulius Härtl2019-03-014-3/+19
| * Add eslint settings and reorganize filesJulius Härtl2019-03-018-130/+6424
| * Implement search and rename in backendJulius Härtl2019-03-014-1/+98
| * Implement frontend for search/renameJulius Härtl2019-03-0111-262/+438
| * Add link to resource providerJulius Härtl2019-03-015-1/+64
| * Only call resource provider if type matchesJulius Härtl2019-03-013-14/+50
| * Allow apps to register resource providersJulius Härtl2019-03-013-4/+24
| * Add iconClass to resourcesJulius Härtl2019-03-017-3/+62
| * Make sure we query the node before fetching the nameJulius Härtl2019-03-011-0/+4
| * Adjust OCP.CollaborationJulius Härtl2019-03-012-131/+28
| * Use proper public javascript methodsJulius Härtl2019-03-014-65/+47
| * Add javascript API for collaboration resourcesJulius Härtl2019-03-013-1/+167
| * Adjust parameter names on createCollectionOnResourceJulius Härtl2019-03-011-2/+2
| * Add vue app for collaboration resourcesJulius Härtl2019-03-015-0/+521
| * Move files_sharing to webpackJulius Härtl2019-03-018-2/+133
| * Insert new collection into databaseJulius Härtl2019-03-011-1/+4