Morris Jobke
|
2794d62f60
|
Merge pull request #9641 from nextcloud/techdep/noid/caching_explicit_in_response
Move caching logic to response
|
2018-06-04 15:25:17 +02:00 |
Roeland Jago Douma
|
e5cc8be9d5
|
Fix usage
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
|
2018-06-04 08:48:54 +02:00 |
Nextcloud bot
|
a00cb2c5d7
|
[tx-robot] updated from transifex
|
2018-06-04 00:12:26 +00:00 |
Nextcloud bot
|
36d74047f7
|
[tx-robot] updated from transifex
|
2018-06-03 00:12:47 +00:00 |
Nextcloud bot
|
d9238b810a
|
[tx-robot] updated from transifex
|
2018-06-02 00:12:30 +00:00 |
Robin Appelman
|
c52326f084
|
Add tests for handling anonymous auth
Signed-off-by: Robin Appelman <robin@icewind.nl>
|
2018-06-01 17:22:21 +02:00 |
Robin Appelman
|
ea4f4b8417
|
Add sabre plugin to allow anonymous options requests to the dav root
Signed-off-by: Robin Appelman <robin@icewind.nl>
|
2018-06-01 17:20:42 +02:00 |
Roeland Jago Douma
|
3ca15255f7
|
Fix the master unit tests
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
|
2018-06-01 13:24:04 +02:00 |
Morris Jobke
|
f5e16dfaa7
|
Merge pull request #9609 from nextcloud/bugfix/3830/invitations_for_shared_calendars
send invitations for shared calendars
|
2018-06-01 12:40:53 +02:00 |
Morris Jobke
|
c3fc789b2c
|
Merge pull request #9550 from nextcloud/bugfix/noid/override_freebusy_sharing_rules
allow admins to disable FreeBusy without modifying ShareAPI capabilities
|
2018-06-01 12:00:56 +02:00 |
Nextcloud bot
|
d3fceb9b83
|
[tx-robot] updated from transifex
|
2018-06-01 00:12:28 +00:00 |
Nextcloud bot
|
9ac36dc30b
|
[tx-robot] updated from transifex
|
2018-05-31 00:12:36 +00:00 |
dependabot[bot]
|
f39ed3d449
|
Bump css-loader from 0.28.9 to 0.28.11 in /apps/updatenotification
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>
|
2018-05-30 08:23:38 +00:00 |
Nextcloud bot
|
7df563ee39
|
[tx-robot] updated from transifex
|
2018-05-30 00:12:08 +00:00 |
blizzz
|
c0ed6f91a8
|
Merge pull request #9640 from nextcloud/fix/9502/missedstatecheck
check user state when fetching to avoid dealing with offline objects, fixes #9502
|
2018-05-29 16:55:14 +02:00 |
Morris Jobke
|
7f301be188
|
Merge pull request #9583 from nextcloud/files-home-userfolder
use getUserFolder instead of getFileInfo when constructing FilesHome
|
2018-05-29 16:50:01 +02:00 |
Roeland Jago Douma
|
3556e78c25
|
The OAuth endpoint needs to support Basic Auth
* Add test
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
|
2018-05-29 15:17:54 +02:00 |
Nextcloud bot
|
645eaaa434
|
[tx-robot] updated from transifex
|
2018-05-29 00:12:21 +00:00 |
Arthur Schiwon
|
73cacb8896
|
check user state when fetching to avoid dealing with offline objects
fixes #9502
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
|
2018-05-29 01:10:03 +02:00 |
Morris Jobke
|
0947ddb33e
|
Merge pull request #9268 from nextcloud/bugfix/6711
Do not load calendar/addressbook plugins if not needed
|
2018-05-28 13:52:12 +02:00 |
Roeland Jago Douma
|
26c1e33d11
|
Move repairstep to a custom command
People that have issues can run it manually
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
|
2018-05-28 13:26:55 +02:00 |
Nextcloud bot
|
2b2bbe359e
|
[tx-robot] updated from transifex
|
2018-05-28 00:12:45 +00:00 |
Roeland Jago Douma
|
f9a64d3e1b
|
Fix tests
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
|
2018-05-27 20:51:36 +02:00 |
Roeland Jago Douma
|
8bf8e92092
|
Adding repair step which cleans shares of invalid principals
edacf22fbc
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
|
2018-05-27 20:51:36 +02:00 |
Roeland Jago Douma
|
69e650d0e8
|
CalDAV and CardDAV plugins need to be registered for the principals collection as well
9f2e6431b8
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
|
2018-05-27 20:51:36 +02:00 |
Roeland Jago Douma
|
240006bdf5
|
When sharing calendars and addressbooks the principal has to be verified to be valid
d3fb8fcdd3
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
|
2018-05-27 20:51:36 +02:00 |
Roeland Jago Douma
|
c5d5c7dc12
|
Do not load calendar/addressbook plugins if not needed
Fixes #6711
Based on f0fb21cf35
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
|
2018-05-27 20:51:32 +02:00 |
Nextcloud bot
|
9e00b51c87
|
[tx-robot] updated from transifex
|
2018-05-27 00:13:07 +00:00 |
Nextcloud bot
|
f0fdac8078
|
[tx-robot] updated from transifex
|
2018-05-26 00:13:01 +00:00 |
Georg Ehrke
|
a9c313ce45
|
send invitations for shared calendars
Signed-off-by: Georg Ehrke <developer@georgehrke.com>
|
2018-05-25 20:41:50 +02:00 |
blizzz
|
760b28ba4c
|
Merge pull request #9488 from nextcloud/disabled-users-fix
Added disabled count per groups & fixed disabled users query
|
2018-05-25 15:54:47 +02:00 |
Morris Jobke
|
d4a0af7e5e
|
Merge pull request #9593 from nextcloud/fwdport/9586/master
add privacy link to theming and fix scrollbars
|
2018-05-25 09:49:36 +02:00 |
Nextcloud bot
|
60734cd79d
|
[tx-robot] updated from transifex
|
2018-05-25 00:14:54 +00:00 |
Arthur Schiwon
|
0847c98aaf
|
addjust footer height when legal links are present. fixes #9572
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
|
2018-05-24 23:39:50 +02:00 |
Arthur Schiwon
|
16c061818e
|
also add a privacy link
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
|
2018-05-24 23:32:07 +02:00 |
John Molakvoæ (skjnldsv)
|
ddd1c8bc86
|
Disabled fix since new users list
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
|
2018-05-24 17:52:15 +02:00 |
John Molakvoæ (skjnldsv)
|
97af7566e4
|
Fixed tests
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
|
2018-05-24 17:52:15 +02:00 |
John Molakvoæ (skjnldsv)
|
10c135ca34
|
Added disabled count per groups
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
|
2018-05-24 17:52:15 +02:00 |
Robin Appelman
|
51724a35a4
|
use getUserFolder instead of getFileInfo when constructing FilesHome
Signed-off-by: Robin Appelman <robin@icewind.nl>
|
2018-05-24 14:17:53 +02:00 |
Nextcloud bot
|
caa3953245
|
[tx-robot] updated from transifex
|
2018-05-24 00:13:48 +00:00 |
Roeland Jago Douma
|
33b639d23c
|
Fix ExpiresSharesJobTest
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
|
2018-05-23 19:12:02 +02:00 |
Roeland Jago Douma
|
c5042f1545
|
Use node api
* delete old test that can't happen anymore since we check for a valid
node
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
|
2018-05-23 19:10:11 +02:00 |
Nextcloud bot
|
4bbad8f88a
|
[tx-robot] updated from transifex
|
2018-05-23 00:15:44 +00:00 |
Georg Ehrke
|
367ca563b4
|
allow admins to override FreeBusy capabilities without modifying ShareAPI capabilities
Signed-off-by: Georg Ehrke <developer@georgehrke.com>
|
2018-05-22 19:16:26 +02:00 |
Morris Jobke
|
b40bae816a
|
Merge pull request #9545 from nextcloud/bugfix/noid/ellipsis-below-public-textfiles
Remove ellipsis below public text file shares
|
2018-05-22 16:33:29 +02:00 |
Morris Jobke
|
8c043dd00d
|
Remove ellipsis below public text file shares
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
|
2018-05-22 15:14:23 +02:00 |
Roeland Jago Douma
|
461998dd15
|
Add tests
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
|
2018-05-22 09:24:17 +02:00 |
Roeland Jago Douma
|
5a97148863
|
Don't use special chars to avoid confusion
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
|
2018-05-22 09:24:17 +02:00 |
Roeland Jago Douma
|
f7ecec855b
|
Rotate token
On a refresh token request:
* rorate
* reset expire
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
|
2018-05-22 09:24:17 +02:00 |
Roeland Jago Douma
|
c28b25c4f0
|
Authenticate the clients on requesting a token
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
|
2018-05-22 09:24:17 +02:00 |