Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix dav has-photo plugin extend | John Molakvoæ (skjnldsv) | 2019-03-03 | 1 | -2/+2 |
* | Merge pull request #14457 from nextcloud/refactor/auth-tokens-initial-state | Roeland Jago Douma | 2019-03-01 | 10 | -145/+324 |
|\ | |||||
| * | Load auth tokens with the initial state API | Christoph Wurst | 2019-03-01 | 10 | -145/+324 |
* | | Merge pull request #14448 from mzamot/master | Roeland Jago Douma | 2019-03-01 | 1 | -1/+1 |
|\ \ | |/ |/| | |||||
| * | Convert timestamp key value of metadata in Swift files_external | Michael Zamot | 2019-03-01 | 1 | -1/+1 |
* | | Merge pull request #11871 from nextcloud/feature/11015/collaboration-resources | Roeland Jago Douma | 2019-03-01 | 74 | -1295/+3952 |
|\ \ | |||||
| * | | Remove unneeded files | Julius Härtl | 2019-03-01 | 2 | -6281/+0 |
| * | | Add bundled files | Julius Härtl | 2019-03-01 | 10 | -25/+445 |
| * | | Fix files_external tests | Joas Schilling | 2019-03-01 | 1 | -1/+1 |
| * | | Fetch node and filename also if access cache was used | Julius Härtl | 2019-03-01 | 1 | -0/+9 |
| * | | Fix tests | Julius Härtl | 2019-03-01 | 5 | -3/+32 |
| * | | Properly handle null as ownerId if file system access is denied by access token | Julius Härtl | 2019-03-01 | 1 | -2/+6 |
| * | | Fix tests | Julius Härtl | 2019-03-01 | 4 | -9/+14 |
| * | | Listen to IUser::postDelete | Julius Härtl | 2019-03-01 | 1 | -1/+1 |
| * | | Use nextcloud-vue-collection 0.1.2 | Julius Härtl | 2019-03-01 | 4 | -11/+24 |
| * | | Update autoloader | Joas Schilling | 2019-03-01 | 4 | -2/+6 |
| * | | Access for a collection can only become true | Joas Schilling | 2019-03-01 | 1 | -0/+1 |
| * | | Register providers via class names | Joas Schilling | 2019-03-01 | 3 | -8/+30 |
| * | | Add a listener for the events | Joas Schilling | 2019-03-01 | 2 | -0/+71 |
| * | | Add dispatcher events to User and Group objects | Joas Schilling | 2019-03-01 | 21 | -256/+332 |
| * | | Invalidate the cache when a share is updated | Joas Schilling | 2019-03-01 | 2 | -0/+46 |
| * | | Also cache the resource type because it is part of the identifier | Joas Schilling | 2019-03-01 | 3 | -3/+44 |
| * | | Fix unused variable $access | Joas Schilling | 2019-03-01 | 1 | -2/+1 |
| * | | Fix doc block | Joas Schilling | 2019-03-01 | 3 | -6/+3 |
| * | | Add invalidation methods to the interface | Joas Schilling | 2019-03-01 | 1 | -0/+19 |
| * | | Don't throw on UniqueConstraintViolationException since a written value is ok... | Joas Schilling | 2019-03-01 | 1 | -2/+8 |
| * | | Cache the access manually too | Joas Schilling | 2019-03-01 | 1 | -0/+51 |
| * | | Also check the access to collections on preparing | Joas Schilling | 2019-03-01 | 1 | -0/+4 |
| * | | Add default value, because null does not trigger unique-key | Joas Schilling | 2019-03-01 | 1 | -0/+2 |
| * | | Use nextcloud-vue-collections library | Julius Härtl | 2019-03-01 | 11 | -1603/+807 |
| * | | Merge webpack into main one | Julius Härtl | 2019-03-01 | 8 | -100/+50 |
| * | | Fix SQL statement and provider method call | Julius Härtl | 2019-03-01 | 1 | -13/+13 |
| * | | Use icon-close to remove resources | Julius Härtl | 2019-03-01 | 1 | -1/+6 |
| * | | Make sure the results are always sorted the same | Joas Schilling | 2019-03-01 | 1 | -0/+1 |
| * | | Improve searchCollections() | Joas Schilling | 2019-03-01 | 1 | -6/+20 |
| * | | Further work on the access cache | Joas Schilling | 2019-03-01 | 9 | -98/+305 |
| * | | Start implementing access cache | Joas Schilling | 2019-03-01 | 4 | -9/+127 |
| * | | Fix doc blocks | Joas Schilling | 2019-03-01 | 10 | -54/+64 |
| * | | Add icon for resource type and icons for folder/file | Julius Härtl | 2019-03-01 | 4 | -3/+19 |
| * | | Add eslint settings and reorganize files | Julius Härtl | 2019-03-01 | 8 | -130/+6424 |
| * | | Implement search and rename in backend | Julius Härtl | 2019-03-01 | 4 | -1/+98 |
| * | | Implement frontend for search/rename | Julius Härtl | 2019-03-01 | 11 | -262/+438 |
| * | | Add link to resource provider | Julius Härtl | 2019-03-01 | 5 | -1/+64 |
| * | | Only call resource provider if type matches | Julius Härtl | 2019-03-01 | 3 | -14/+50 |
| * | | Allow apps to register resource providers | Julius Härtl | 2019-03-01 | 3 | -4/+24 |
| * | | Add iconClass to resources | Julius Härtl | 2019-03-01 | 7 | -3/+62 |
| * | | Make sure we query the node before fetching the name | Julius Härtl | 2019-03-01 | 1 | -0/+4 |
| * | | Adjust OCP.Collaboration | Julius Härtl | 2019-03-01 | 2 | -131/+28 |
| * | | Use proper public javascript methods | Julius Härtl | 2019-03-01 | 4 | -65/+47 |
| * | | Add javascript API for collaboration resources | Julius Härtl | 2019-03-01 | 3 | -1/+167 |