summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* 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>
| * | | Added disabled count per groupsJohn Molakvoæ (skjnldsv)2018-05-241-1/+6
| |/ / | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | | Merge pull request #9593 from nextcloud/fwdport/9586/masterMorris Jobke2018-05-259-23/+166
|\ \ \ | | | | | | | | add privacy link to theming and fix scrollbars
| * | | addjust footer height when legal links are present. fixes #9572Arthur Schiwon2018-05-243-3/+16
| | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | | also add a privacy linkArthur Schiwon2018-05-248-21/+151
| |/ / | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* / / [tx-robot] updated from transifexNextcloud bot2018-05-25104-6/+136
|/ /
* | [tx-robot] updated from transifexNextcloud bot2018-05-24114-108/+132
| |
* | Fix ExpiresSharesJobTestRoeland Jago Douma2018-05-231-16/+21
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Use node apiRoeland Jago Douma2018-05-231-27/+13
| | | | | | | | | | | | | | * delete old test that can't happen anymore since we check for a valid node Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | [tx-robot] updated from transifexNextcloud bot2018-05-23152-70/+888
| |
* | Merge pull request #9545 from ↵Morris Jobke2018-05-221-0/+4
|\ \ | |/ |/| | | | | nextcloud/bugfix/noid/ellipsis-below-public-textfiles Remove ellipsis below public text file shares
| * Remove ellipsis below public text file sharesMorris Jobke2018-05-221-0/+4
| | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | Add testsRoeland Jago Douma2018-05-222-40/+324
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Don't use special chars to avoid confusionRoeland Jago Douma2018-05-221-0/+7
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Rotate tokenRoeland Jago Douma2018-05-221-11/+43
| | | | | | | | | | | | | | | | On a refresh token request: * rorate * reset expire Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Authenticate the clients on requesting a tokenRoeland Jago Douma2018-05-221-2/+45
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Fail if the response type is not properly setRoeland Jago Douma2018-05-221-1/+10
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Set OAuth token expirationRoeland Jago Douma2018-05-225-2/+89
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Merge pull request #9515 from ↵Roeland Jago Douma2018-05-221-0/+1
|\ \ | | | | | | | | | | | | nextcloud/bugfix/noid/reset_session_when_auth_against_protected_share Regenerate session id after public share auth
| * | Regenerate session id after public share authRoeland Jago Douma2018-05-171-0/+1
| | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | [tx-robot] updated from transifexNextcloud bot2018-05-2224-22/+124
| | |
* | | [tx-robot] updated from transifexNextcloud bot2018-05-208-2/+26
| | |
* | | [tx-robot] updated from transifexNextcloud bot2018-05-1914-0/+72
| | |
* | | [tx-robot] updated from transifexNextcloud bot2018-05-18284-412/+412
|/ /
* | Merge pull request #9437 from nextcloud/feature/noid/imprintRoeland Jago Douma2018-05-179-20/+140
|\ \ | |/ |/| allow to specify a link to a legal notice
| * Use link not address in labels for URLsArthur Schiwon2018-05-161-2/+2
| | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>