aboutsummaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* Register providers via class namesJoas Schilling2019-03-011-1/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Add dispatcher events to User and Group objectsJoas Schilling2019-03-012-3/+3
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Invalidate the cache when a share is updatedJoas Schilling2019-03-012-0/+46
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Fix doc blockJoas Schilling2019-03-011-2/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Use nextcloud-vue-collections libraryJulius Härtl2019-03-019-613/+13
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Merge webpack into main oneJulius Härtl2019-03-018-100/+50
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Use icon-close to remove resourcesJulius Härtl2019-03-011-1/+6
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Further work on the access cacheJoas Schilling2019-03-011-1/+1
| | | | | | Searching for all is still a problem Signed-off-by: Joas Schilling <coding@schilljs.com>
* Add icon for resource type and icons for folder/fileJulius Härtl2019-03-012-2/+14
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Add eslint settings and reorganize filesJulius Härtl2019-03-018-130/+6424
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> Add files_sharing package-lock Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Implement frontend for search/renameJulius Härtl2019-03-019-260/+436
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> Move to vuex Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Add link to resource providerJulius Härtl2019-03-011-1/+17
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Only call resource provider if type matchesJulius Härtl2019-03-011-4/+14
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Allow apps to register resource providersJulius Härtl2019-03-011-0/+9
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Add iconClass to resourcesJulius Härtl2019-03-012-1/+13
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Use proper public javascript methodsJulius Härtl2019-03-014-65/+47
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Add vue app for collaboration resourcesJulius Härtl2019-03-015-0/+521
| | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> Add js api for resources Signed-off-by: Julius Härtl <jus@bitgrid.net> More frontend work Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Move files_sharing to webpackJulius Härtl2019-03-018-2/+133
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Make names mandatoryJoas Schilling2019-03-013-0/+85
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Only fetch size of this storage without mount points - ref #14412Morris Jobke2019-03-011-1/+1
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Revert "Fix for issue 10862: calculation of free space ignores external ↵Morris Jobke2019-03-011-4/+5
| | | | | | | | storage (doesn't count towards quota)" This reverts commit e806aa658c16fadad465504fab4aeef314832bdb. Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* [tx-robot] updated from transifexNextcloud bot2019-03-0136-174/+246
|
* Merge pull request #14412 from nextcloud/fileinfo-raw-sizeMorris Jobke2019-02-281-3/+3
|\ | | | | add option to get raw size (without submounts) from fileinfo
| * add option to get raw size (without submounts) from fileinfoRobin Appelman2019-02-271-3/+3
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | Update assetsRoeland Jago Douma2019-02-288-14/+14
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Merge pull request #14410 from ↵Roeland Jago Douma2019-02-282-45/+105
|\ \ | | | | | | | | | | | | nextcloud/dependabot/npm_and_yarn/nextcloud-vue-0.8.0 Bump nextcloud-vue from 0.6.3 to 0.8.0
| * | Bump nextcloud-vue from 0.6.3 to 0.8.0dependabot[bot]2019-02-272-45/+105
| | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [nextcloud-vue](https://github.com/nextcloud/nextcloud-vue) from 0.6.3 to 0.8.0. - [Release notes](https://github.com/nextcloud/nextcloud-vue/releases) - [Commits](https://github.com/nextcloud/nextcloud-vue/compare/v0.6.3...v0.8.0) Signed-off-by: dependabot[bot] <support@dependabot.com> Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | [tx-robot] updated from transifexNextcloud bot2019-02-2810-104/+124
| | |
* | | Merge pull request #13844 from ↵Morris Jobke2019-02-271-5/+4
|\ \ \ | |/ / |/| | | | | | | | felixn/bugfix/10862-trash-bin-ignores-trashbin_retention_obligation Bugfix for issue 10862: Trash-bin ignores trashbin_retention_obligation
| * | Fix for issue 10862: calculation of free space ignores external storage ↵Felix Nieuwenhuizen2019-01-261-5/+4
| | | | | | | | | | | | | | | | | | (doesn't count towards quota) Signed-off-by: Felix Nieuwenhuizen <felix@tdlrali.com>
* | | Merge pull request #14399 from ↵blizzz2019-02-273-3/+6
|\ \ \ | | | | | | | | | | | | | | | | nextcloud/feature/noid/fix-top-margin-special-updater-url Fix top margin for info text when non-default updater server URL is used
| * | | Fix top margin for info text when non-default updater server URL is usedMorris Jobke2019-02-273-3/+6
| | | | | | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | | Do not register unexisting sectionJoas Schilling2019-02-271-1/+0
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | Merge pull request #14389 from nextcloud/dav-photo-propJohn Molakvoæ2019-02-274-0/+104
|\ \ \ \ | | | | | | | | | | Add HasPhoto DAV plugin
| * | | | Add HasPhoto DAV pluginJohn Molakvoæ (skjnldsv)2019-02-274-0/+104
| | | | | | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | | | | [tx-robot] updated from transifexNextcloud bot2019-02-27140-1490/+1492
| | | | |
* | | | | Search sharees on lookup server when explicitly requested by userChristoph Wurst2019-02-265-4/+12
|/ / / / | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | | Merge pull request #14342 from ↵Morris Jobke2019-02-262-8/+6
|\ \ \ \ | |_|_|/ |/| | | | | | | | | | | nextcloud/bugfix/13911-occ-files-scan-elapsedtime-not-good-after-1day Fix occ files:scan elapsed time
| * | | Fix occ files:scan-app-data elapsed timeJoel S2019-02-222-5/+4
| | | | | | | | | | | | | | | | Signed-off-by: Joel S <joel.devbox@protonmail.com>
| * | | Fix-13911-occ-files-scan-elapsed-timeJoel S2019-02-221-4/+3
| | | | | | | | | | | | | | | | Signed-off-by: Joel S <joel.devbox@protonmail.com>
* | | | Merge pull request #14251 from tomasz-grobelny/upload_reliability_improvementsRoeland Jago Douma2019-02-263-68/+120
|\ \ \ \ | | | | | | | | | | Limit number of simultaneous MKCOL requests to server to increase upload reliability
| * | | | Fix unit testsTomasz Grobelny2019-02-201-49/+95
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Tomasz Grobelny <tomasz@grobelny.net>
| * | | | Limit number of simultaneous MKCOL requests to server to increase upload ↵Tomasz Grobelny2019-02-162-19/+25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | reliability Signed-off-by: Tomasz Grobelny <tomasz@grobelny.net>
* | | | | Move comments to webpackRoeland Jago Douma2019-02-2626-18/+64
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | | [tx-robot] updated from transifexNextcloud bot2019-02-2616-0/+16
| | | | |
* | | | | Merge pull request #13514 from nextcloud/fix-public-grid-toggleMorris Jobke2019-02-252-7/+11
|\ \ \ \ \ | |_|_|/ / |/| | | | Fix grid toggle button on public page
| * | | | Fix grid toggle button on public pageJohn Molakvoæ (skjnldsv)2019-02-212-7/+11
| | | | | | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | | | | Build assetsRoeland Jago Douma2019-02-256-561/+71
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | | Show sharing recommendationsChristoph Wurst2019-02-259-72/+734
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | | | [tx-robot] updated from transifexNextcloud bot2019-02-2530-30/+26
| | | | |