summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #14499 from nextcloud/fix/svg-api/dark-modeMorris Jobke2019-03-041-1/+9
|\ | | | | Do not cut full color on accessibility svg color invert
| * Do not cut full color on accessibility svg color invertJohn Molakvoæ (skjnldsv)2019-03-041-1/+9
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | update icewind/smb to 3.1.1Robin Appelman2019-03-046-44/+18
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | Merge pull request #13401 from nextcloud/improve-lookup-server-behaviourRoeland Jago Douma2019-03-042-5/+44
|\ \ | | | | | | improve lookup server behaviour
| * | increase timespan between each retryBjoern Schiessle2019-02-201-3/+5
| | | | | | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
| * | improve lookup server behaviourBjoern Schiessle2019-01-072-2/+39
| | | | | | | | | | | | | | | | | | | | | Don't try to connect to the lookup server if the lookup server was disabled by the admin or an empty lookup server URL was given Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* | | Merge pull request #14430 from nextcloud/bugfix/13990/remove-upload-settingMorris Jobke2019-03-049-325/+0
|\ \ \ | | | | | | | | Remove the upload and memory setting
| * | | Remove the upload and memory settingJoas Schilling2019-03-049-325/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Remove unneeded private method phpFileSize() * Bump autoloader * Remove setUploadLimit tests * Remove integrity check hacks for upload limit Signed-off-by: Joas Schilling <coding@schilljs.com> Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | | Merge pull request #12978 from tobiasKaminsky/noteOnDavMorris Jobke2019-03-042-0/+39
|\ \ \ \ | |/ / / |/| | | Add note to dav endpoint
| * | | Update apps/dav/lib/Connector/Sabre/Node.phpChristoph Wurst2019-03-041-1/+1
| | | | | | | | | | | | Co-Authored-By: tobiasKaminsky <tobias@nextcloud.com>
| * | | Add note to dav endpointtobiasKaminsky2019-02-272-0/+39
| | | | | | | | | | | | | | | | Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
* | | | Merge pull request #14467 from ↵John Molakvoæ2019-03-0410-24/+24
|\ \ \ \ | |_|_|/ |/| | | | | | | | | | | nextcloud/dependabot/npm_and_yarn/vue-and-vue-template-compiler-2.6.8 Bump vue and vue-template-compiler
| * | | BuildJohn Molakvoæ (skjnldsv)2019-03-0410-24/+24
| | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | | | Fix dav has-photo plugin extendJohn Molakvoæ (skjnldsv)2019-03-031-2/+2
|/ / / | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | | Merge pull request #14448 from mzamot/masterRoeland Jago Douma2019-03-011-1/+1
|\ \ \ | | | | | | | | Convert value of timestamp metadata key in swift files_external
| * | | Convert timestamp key value of metadata in Swift files_externalMichael Zamot2019-03-011-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | modified: apps/files_external/lib/Lib/Storage/Swift.php Signed-off-by: Michael Zamot <michael@zamot.io> Convert value of timestamp metadata key in swift files_external to string
* | | | Merge pull request #11871 from nextcloud/feature/11015/collaboration-resourcesRoeland Jago Douma2019-03-0126-18/+831
|\ \ \ \ | | | | | | | | | | Collaboration resources
| * | | | Remove unneeded filesJulius Härtl2019-03-012-6281/+0
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | | | Add bundled filesJulius Härtl2019-03-018-0/+420
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | | | Fix files_external testsJoas Schilling2019-03-011-1/+1
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | | Fetch node and filename also if access cache was usedJulius Härtl2019-03-011-0/+9
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | | | Fix testsJulius Härtl2019-03-011-1/+1
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | | | Fix testsJulius Härtl2019-03-011-4/+6
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | | | Use nextcloud-vue-collection 0.1.2Julius Härtl2019-03-013-10/+23
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | | | Update autoloaderJoas Schilling2019-03-012-0/+2
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | | 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>
* | | | | Fix a bug with smb notify having leading slash when it should notAri Selseng2019-03-011-1/+1
|/ / / / | | | | | | | | | | | | Signed-off-by: Ari Selseng <ari@selseng.net>
* | | | 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>