summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexNextcloud bot2019-05-232-2/+2
|
* Merge pull request #15676 from nextcloud/revert/9609Morris Jobke2019-05-221-67/+0
|\ | | | | Revert "send invitations for shared calendars"
| * Revert "send invitations for shared calendars"Georg Ehrke2019-05-221-67/+0
| | | | | | | | This reverts commit a9c313ce451c701a2e065e34022659cf17523963.
* | Merge pull request #15506 from ↵Morris Jobke2019-05-2213-3101/+1318
|\ \ | | | | | | | | | | | | nextcloud/dependabot/npm_and_yarn/nextcloud-vue-0.11.1 Bump nextcloud-vue from 0.8.0 to 0.11.1
| * | Bump files_sharing bundlesJulius Härtl2019-05-2210-2337/+642
| | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | Bump nextcloud-vue-collectionsJulius Härtl2019-05-221-1/+2
| | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | Bump settingsJohn Molakvoæ (skjnldsv)2019-05-2214-3040/+2951
| |/ | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | Merge pull request #15604 from ↵blizzz2019-05-224-6/+6
|\ \ | |/ |/| | | | | nextcloud/fix/12682/fix-possible-override-of-uniquemember fixes possible override of uniqueMember by autodetection
| * fixes possible override of uniqueMember by autodetectionArthur Schiwon2019-05-174-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | * uniqueMember was the default so we did not know whether this setting is desired or the initial value * autodetection of the user-group association attribute runs only when it was not set (as far as we knew) * the default is now empty * thus LDAPProvider might return this value as well (in exceptional cases) * if a group base is given (edge case), use this instead of general base * resolves #12682 Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | [tx-robot] updated from transifexNextcloud bot2019-05-2212-50/+66
| |
* | Merge pull request #15651 from nextcloud/fix/quota/hover-feedbackMorris Jobke2019-05-211-0/+8
|\ \ | | | | | | Remove quota feedback if no link set
| * | Remove quota feedback if no link setJohn Molakvoæ (skjnldsv)2019-05-211-0/+8
| | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | | Merge pull request #15659 from nextcloud/version-backend-useMorris Jobke2019-05-214-12/+129
|\ \ \ | |/ / |/| | add way for version backends to programmatically specify if they should be used
| * | add way for version backends to programmatically specify if they should be usedRobin Appelman2019-05-214-12/+129
| |/ | | | | | | | | | | this allows for backends that should only be used if specific conditions are met Signed-off-by: Robin Appelman <robin@icewind.nl>
* | Merge pull request #15638 from nextcloud/bugfix/7965/sharing-hide-if-emptyMorris Jobke2019-05-211-0/+3
|\ \ | | | | | | Only show sharing section if it has content
| * | Only show sharing section if it has contentJulius Härtl2019-05-201-0/+3
| | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | Merge pull request #15104 from nextcloud/enh/remote_wipeRoeland Jago Douma2019-05-213-3398/+4165
|\ \ \ | | | | | | | | Remote wipe support
| * | | Remote wipe supportRoeland Jago Douma2019-05-203-3398/+4165
| |/ / | | | | | | | | | | | | | | | | | | | | | This allows a user to mark a token for remote wipe. Clients that support this can then wipe the device properly. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* / / [tx-robot] updated from transifexNextcloud bot2019-05-214-2/+14
|/ /
* | [tx-robot] updated from transifexNextcloud bot2019-05-202-6/+6
| |
* | [tx-robot] updated from transifexNextcloud bot2019-05-192-2/+2
| |
* | [tx-robot] updated from transifexNextcloud bot2019-05-186-14/+14
|/
* [tx-robot] updated from transifexNextcloud bot2019-05-172-2/+2
|
* fixes misunderstanding of the error messageArthur Schiwon2019-05-162-2/+2
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* Merge pull request #15526 from nextcloud/fix/noid/building-wfe-handlebarsRoeland Jago Douma2019-05-156-21/+22
|\ | | | | fix building WFE Handlebars
| * fix building WFE HandlebarsArthur Schiwon2019-05-156-21/+22
| | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | Move OC.theme to the bundle and deprecate oc_defaultsChristoph Wurst2019-05-145-8/+7
|/ | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Deprecate OC.fileIsBlacklisted and move it to the bundleChristoph Wurst2019-05-141-1/+1
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* [tx-robot] updated from transifexNextcloud bot2019-05-144-4/+4
|
* Merge pull request #15461 from nextcloud/askForPasswordCapabilityMorris Jobke2019-05-131-0/+6
|\ | | | | add "askForPassword" on capabilities for sharing
| * add "askForPassword" on capabilities for sharingtobiasKaminsky2019-05-131-0/+6
| | | | | | | | Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
* | Bump vuex from 3.1.0 to 3.1.1dependabot[bot]2019-05-134-15/+16
| | | | | | | | | | | | | | | | | | Bumps [vuex](https://github.com/vuejs/vuex) from 3.1.0 to 3.1.1. - [Release notes](https://github.com/vuejs/vuex/releases) - [Commits](https://github.com/vuejs/vuex/compare/v3.1.0...v3.1.1) Signed-off-by: dependabot[bot] <support@dependabot.com> Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | [tx-robot] updated from transifexNextcloud bot2019-05-132-0/+34
| |
* | [tx-robot] updated from transifexNextcloud bot2019-05-12118-1128/+1130
| |
* | Merge pull request #15488 from nextcloud/feature/noid/workflowengine-webpackRoeland Jago Douma2019-05-1119-124/+63
|\ \ | | | | | | webpackify workflowengine
| * | use webpack to compile handlebarsArthur Schiwon2019-05-106-134/+11
| | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | webpackify workflowengineArthur Schiwon2019-05-0919-13/+75
| | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | [tx-robot] updated from transifexNextcloud bot2019-05-114-6/+76
| |/ |/|
* | [tx-robot] updated from transifexNextcloud bot2019-05-108-4/+34
| |
* | Merge pull request #15477 from nextcloud/fix/files/floating-headerMorris Jobke2019-05-091-1/+2
|\ \ | | | | | | Fix floating header over breadcrumbs
| * | Fix floating header over breadcrumbsJohn Molakvoæ (skjnldsv)2019-05-091-1/+2
| |/ | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* / Update file-upload.jsValdnet2019-05-091-1/+1
|/ | | Change the location of the translation file.
* [tx-robot] updated from transifexNextcloud bot2019-05-092-2/+2
|
* Merge pull request #15427 from ↵Morris Jobke2019-05-084-5/+5
|\ | | | | | | | | nextcloud/refactor/oc-current-user-deprecate-bundle Deprecate oc_current_user, fix usage and move currentUser to the bundle
| * Deprecate oc_current_user, fix usage and move currentUser to the bundleChristoph Wurst2019-05-084-5/+5
| | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | Merge pull request #15432 from nextcloud/fix/14986/fix-public-uploadMorris Jobke2019-05-082-0/+5
|\ \ | |/ |/| Fix public upload by also load the semaphore method
| * Fix public upload by also load the semaphore methodMorris Jobke2019-05-072-0/+5
| | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | [tx-robot] updated from transifexNextcloud bot2019-05-082-0/+34
| |
* | Merge pull request #15302 from nextcloud/enhancement/files/table-head-stickyMorris Jobke2019-05-072-2/+17
|\ \ | |/ |/| Floating files header
| * Add support for SafariMorris Jobke2019-05-071-0/+1
| | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>