summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* allow setting notify credentials in environmentRobin Appelman2018-06-071-0/+8
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* Merge pull request #9616 from nextcloud/zero-quota-fixJohn Molakvoæ2018-06-072-5/+6
|\ | | | | Allow 0 quota by provisioning api
| * Allow 0 quota by provisioning apiJohn Molakvoæ (skjnldsv)2018-06-072-5/+6
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | Mock the timefactory in the theming testsRoeland Jago Douma2018-06-072-10/+7
|/ | | | | | | Now that the cache logic is moved to the theming controller we must properly overwrite this service. Else it could do :boom: in tests. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Fix updatenotifications vars and groups requestJohn Molakvoæ (skjnldsv)2018-06-075-49/+53
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Makefile updatenotification fixJohn Molakvoæ (skjnldsv)2018-06-071-1/+1
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Bump updatenotificationJohn Molakvoæ (skjnldsv)2018-06-0712-2321/+3335
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Merge pull request #9676 from ↵Roeland Jago Douma2018-06-072-4/+4
|\ | | | | | | | | nextcloud/dependabot/npm_and_yarn/apps/updatenotification/vue-template-compiler-2.5.16 Bump vue-template-compiler from 2.5.13 to 2.5.16 in /apps/updatenotification
| * Bump vue-template-compiler from 2.5.13 to 2.5.16 in /apps/updatenotificationdependabot[bot]2018-05-302-4/+4
| | | | | | | | | | | | | | Bumps [vue-template-compiler](https://github.com/vuejs/vue) from 2.5.13 to 2.5.16. - [Release notes](https://github.com/vuejs/vue/releases) - [Commits](https://github.com/vuejs/vue/compare/v2.5.13...v2.5.16) Signed-off-by: dependabot[bot] <support@dependabot.com>
* | [tx-robot] updated from transifexNextcloud bot2018-06-074-2/+8
| |
* | Merge pull request #9678 from ↵Roeland Jago Douma2018-06-062-4/+4
|\ \ | | | | | | | | | | | | nextcloud/dependabot/npm_and_yarn/apps/updatenotification/vue-2.5.16 Bump vue from 2.5.13 to 2.5.16 in /apps/updatenotification
| * | Bump vue from 2.5.13 to 2.5.16 in /apps/updatenotificationdependabot[bot]2018-05-302-4/+4
| |/ | | | | | | | | | | | | Bumps [vue](https://github.com/vuejs/vue) from 2.5.13 to 2.5.16. - [Release notes](https://github.com/vuejs/vue/releases) - [Commits](https://github.com/vuejs/vue/compare/v2.5.13...v2.5.16) Signed-off-by: dependabot[bot] <support@dependabot.com>
* | Merge pull request #9744 from ↵John Molakvoæ2018-06-062-8/+8
|\ \ | | | | | | | | | | | | nextcloud/dependabot/npm_and_yarn/apps/updatenotification/cross-env-5.1.6 Bump cross-env from 5.1.3 to 5.1.6 in /apps/updatenotification
| * | Bump cross-env from 5.1.3 to 5.1.6 in /apps/updatenotificationdependabot[bot]2018-06-042-8/+8
| | | | | | | | | | | | | | | | | | | | | | | | Bumps [cross-env](https://github.com/kentcdodds/cross-env) from 5.1.3 to 5.1.6. - [Release notes](https://github.com/kentcdodds/cross-env/releases) - [Changelog](https://github.com/kentcdodds/cross-env/blob/master/CHANGELOG.md) - [Commits](https://github.com/kentcdodds/cross-env/compare/v5.1.3...v5.1.6) Signed-off-by: dependabot[bot] <support@dependabot.com>
* | | [tx-robot] updated from transifexNextcloud bot2018-06-0614-2/+18
|/ /
* | Merge pull request #9641 from ↵Morris Jobke2018-06-044-80/+0
|\ \ | | | | | | | | | | | | nextcloud/techdep/noid/caching_explicit_in_response Move caching logic to response
| * | Fix usageRoeland Jago Douma2018-06-044-80/+0
| | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | [tx-robot] updated from transifexNextcloud bot2018-06-0410-28/+30
|/ /
* | [tx-robot] updated from transifexNextcloud bot2018-06-036-4/+6
| |
* | [tx-robot] updated from transifexNextcloud bot2018-06-026-146/+156
| |
* | Add tests for handling anonymous authRobin Appelman2018-06-011-0/+71
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | Add sabre plugin to allow anonymous options requests to the dav rootRobin Appelman2018-06-015-0/+68
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | Fix the master unit testsRoeland Jago Douma2018-06-012-0/+4
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Merge pull request #9609 from ↵Morris Jobke2018-06-011-0/+67
|\ \ | | | | | | | | | | | | nextcloud/bugfix/3830/invitations_for_shared_calendars send invitations for shared calendars
| * | send invitations for shared calendarsGeorg Ehrke2018-05-251-0/+67
| | | | | | | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
* | | Merge pull request #9550 from ↵Morris Jobke2018-06-018-89/+172
|\ \ \ | | | | | | | | | | | | | | | | nextcloud/bugfix/noid/override_freebusy_sharing_rules allow admins to disable FreeBusy without modifying ShareAPI capabilities
| * | | allow admins to override FreeBusy capabilities without modifying ShareAPI ↵Georg Ehrke2018-05-228-89/+172
| | | | | | | | | | | | | | | | | | | | | | | | capabilities Signed-off-by: Georg Ehrke <developer@georgehrke.com>
* | | | [tx-robot] updated from transifexNextcloud bot2018-06-0126-8/+138
| | | |
* | | | [tx-robot] updated from transifexNextcloud bot2018-05-3122-116/+68
| | | |
* | | | Bump css-loader from 0.28.9 to 0.28.11 in /apps/updatenotificationdependabot[bot]2018-05-302-78/+62
| |_|/ |/| | | | | | | | | | | | | | | | | | | | Bumps [css-loader](https://github.com/webpack-contrib/css-loader) from 0.28.9 to 0.28.11. - [Release notes](https://github.com/webpack-contrib/css-loader/releases) - [Changelog](https://github.com/webpack-contrib/css-loader/blob/master/CHANGELOG.md) - [Commits](https://github.com/webpack-contrib/css-loader/compare/v0.28.9...v0.28.11) Signed-off-by: dependabot[bot] <support@dependabot.com>
* | | [tx-robot] updated from transifexNextcloud bot2018-05-3056-12/+98
| | |
* | | Merge pull request #9640 from nextcloud/fix/9502/missedstatecheckblizzz2018-05-292-8/+56
|\ \ \ | | | | | | | | check user state when fetching to avoid dealing with offline objects, fixes #9502
| * | | check user state when fetching to avoid dealing with offline objectsArthur Schiwon2018-05-292-8/+56
| | | | | | | | | | | | | | | | | | | | | | | | fixes #9502 Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | | Merge pull request #9583 from nextcloud/files-home-userfolderMorris Jobke2018-05-292-7/+9
|\ \ \ \ | | | | | | | | | | use getUserFolder instead of getFileInfo when constructing FilesHome
| * | | | use getUserFolder instead of getFileInfo when constructing FilesHomeRobin Appelman2018-05-242-7/+9
| | |_|/ | |/| | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | The OAuth endpoint needs to support Basic AuthRoeland Jago Douma2018-05-292-0/+89
| | | | | | | | | | | | | | | | | | | | | | | | * Add test Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | [tx-robot] updated from transifexNextcloud bot2018-05-2926-8/+38
| |/ / |/| |
* | | Merge pull request #9268 from nextcloud/bugfix/6711Morris Jobke2018-05-2813-30/+239
|\ \ \ | | | | | | | | Do not load calendar/addressbook plugins if not needed
| * | | Move repairstep to a custom commandRoeland Jago Douma2018-05-285-38/+21
| | | | | | | | | | | | | | | | | | | | | | | | People that have issues can run it manually Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | | Fix testsRoeland Jago Douma2018-05-272-2/+16
| | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | | Adding repair step which cleans shares of invalid principalsRoeland Jago Douma2018-05-275-1/+174
| | | | | | | | | | | | | | | | | | | | | | | | https://github.com/owncloud/core/pull/30149/commits/edacf22fbce4deefc181c53dd84c5fb278a9a28d Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | | CalDAV and CardDAV plugins need to be registered for the principals ↵Roeland Jago Douma2018-05-272-15/+29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | collection as well https://github.com/owncloud/core/pull/30149/commits/9f2e6431b88a9635b291b0e824abf74ba766616d Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | | When sharing calendars and addressbooks the principal has to be verified to ↵Roeland Jago Douma2018-05-274-5/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | be valid https://github.com/owncloud/core/pull/30149/commits/d3fb8fcdd3a6b00bde0c3c9eb4039876e7fc1967 Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | | Do not load calendar/addressbook plugins if not neededRoeland Jago Douma2018-05-271-16/+28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #6711 Based on https://github.com/owncloud/core/pull/30149/commits/f0fb21cf3563088284c56be4eac48c7d9725cb21 Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | [tx-robot] updated from transifexNextcloud bot2018-05-2818-0/+30
|/ / /
* | | [tx-robot] updated from transifexNextcloud bot2018-05-2714-0/+24
| | |
* | | [tx-robot] updated from transifexNextcloud bot2018-05-2662-82/+162
| | |
* | | Merge pull request #9488 from nextcloud/disabled-users-fixblizzz2018-05-254-5/+34
|\ \ \ | | | | | | | | Added disabled count per groups & fixed disabled users query
| * | | Disabled fix since new users listJohn Molakvoæ (skjnldsv)2018-05-243-2/+10
| | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * | | Fixed testsJohn Molakvoæ (skjnldsv)2018-05-241-2/+18
| | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>