Joas Schilling
a13ec4d488
Make sure we only use numbers as length
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2016-10-19 11:43:53 +02:00
Joas Schilling
86a673a05a
Fix tests
2016-09-08 09:47:49 +02:00
Joas Schilling
4bb1e42687
Add a unit test for all the magic
2016-08-31 12:19:34 +02:00
Joas Schilling
ca6a7d9e6a
Run the license script
2016-07-22 09:48:05 +02:00
Björn Schießle
756b0c05b6
Merge pull request #282 from nextcloud/fix-tests
...
Fix unit test compatibility issues with phpunit 5.2+
2016-07-01 17:11:19 +02:00
Joas Schilling
3399d66c8e
Fix Comments tests with phpunit 5.2+
2016-07-01 16:41:29 +02:00
Björn Schießle
7e4366ec86
Merge pull request #244 from nextcloud/theming-app-stable9
...
[stable9] theming app
2016-07-01 16:22:01 +02:00
Joas Schilling
28b3a0a37e
Fix DAV tests with phpunit 5.2+
2016-07-01 16:16:40 +02:00
Joas Schilling
497c3fbfd7
Also fix the dav test
2016-07-01 15:45:58 +02:00
Morris Jobke
23cc465b0d
Merge pull request #254 from nextcloud/fix-229-stable9
...
[stable9] get only vcard which match both the address book id and the vcard uri
2016-06-30 17:43:46 +02:00
Lukas Reschke
da0666e4f0
Name method properly
2016-06-30 15:37:33 +02:00
Bjoern Schiessle
3491400261
add some additonal permission checks to the webdav backend
2016-06-30 15:05:13 +02:00
Bjoern Schiessle
6a61cc0e35
get only vcard which match both the address book id and the vcard uri
2016-06-30 10:46:21 +02:00
Vincent Petry
81761b87e4
DAV now returns file name with Content-Disposition header
2016-06-13 10:50:10 +02:00
Thomas Müller
711641e4a9
Personal calendar should be generated even if the birthday calendar already exists - fixes #24082
2016-04-22 13:03:31 +02:00
Thomas Müller
4e50dd87d5
Birthday calendar should never have write acl - fixes #24154
2016-04-21 16:44:06 +02:00
Thomas Müller
dca6869a89
Merge pull request #23574 from owncloud/sabre-plugin-browser-error-page-stable9
...
[stable9] Sabre plugin browser error page
2016-04-06 15:32:12 +02:00
Thomas Müller
b6fb3148c2
Revert "Explicitly add the current principal to the acl in case of group sharing"
...
This reverts commit 52f4acf23d .
2016-03-31 11:22:47 +02:00
Thomas Müller
f28817aed5
Fix acls for calendar objects and cards - fixes #23273
2016-03-31 09:07:36 +02:00
Thomas Müller
52f4acf23d
Explicitly add the current principal to the acl in case of group sharing
2016-03-29 19:09:31 +02:00
Thomas Müller
7a6d4a3287
In case of exception we return an html page in case the client is a browser
2016-03-24 19:03:21 +01:00
Vincent Petry
1f4738c372
Return remote shares in oc:share-types Webdav property
...
Fixes web UI to properly display the share status icon when an outgoing
remote share exists
2016-03-24 17:22:09 +01:00
Lukas Reschke
2139130ec8
Check if request is sent from official ownCloud client
...
There are authentication backends such as Shibboleth that do send no Basic Auth credentials for DAV requests. This means that the ownCloud DAV backend would consider these requests coming from an untrusted source and require higher levels of security checks. (e.g. a CSRF check)
While an elegant solution would rely on authenticating via token (so that one can properly ensure that the request came indeed from a trusted client) this is a okay'ish workaround for this problem until we have something more reliable in the authentication code.
2016-03-24 09:00:35 +01:00
Arthur Schiwon
90a2be58f8
adjust PrincipalUri as returned from Sabre to effective username
...
backport of #23404
2016-03-22 15:24:01 +01:00
Roeland Jago Douma
df056e1299
Remove duplicated copyright
2016-03-18 11:38:02 +01:00
Vincent Petry
fb705fa305
Add webdav property for share info in PROPFIND response
2016-03-18 11:36:39 +01:00
Thomas Müller
3380a3af74
Merge pull request #22949 from owncloud/stable9-fix-group-share-migration-for-calendars-and-contacts
...
Fix group sharing and sharing permissions - fixes #22932
2016-03-14 16:31:08 +01:00
Thomas Müller
2609bf3500
Merge pull request #23114 from owncloud/no-fatal-error-if-DSTART-is-not-set-stable9
...
No fatal error if dstart is not set stable9
2016-03-14 16:14:03 +01:00
Thomas Müller
884a3b9bb4
Merge pull request #23105 from owncloud/readonly-birthday-cal-stable9
...
The birthday_calendar is read-only
2016-03-14 16:07:42 +01:00
Thomas Müller
e89f27e191
getOwner is not available on FileHome - fixes #23116
2016-03-10 22:51:02 +01:00
Thomas Müller
62a36ee884
The birthday_calendar is read-only
2016-03-10 21:36:11 +01:00
Thomas Müller
a58e374956
Merge pull request #22909 from owncloud/backport-22244-prevent-calendar-proppatch
...
[9.0] Prevent calendar proppatch for share recipients
2016-03-10 21:32:38 +01:00
Thomas Müller
36b543c490
fixes #23004
2016-03-10 17:59:02 +01:00
Thomas Müller
d4d4b8d51a
Merge pull request #22841 from owncloud/stable9_22830
...
[Stable 9] Rename and move permissions are set when a file is updatable
2016-03-09 12:27:03 +01:00
Thomas Müller
8d6a6667e5
Fix group sharing and sharing permissions - fixes #22932
2016-03-08 14:45:36 +01:00
Thomas Müller
79811b5806
Handle addressbook migration issue by writing the faulty event to the log and continue
2016-03-07 15:24:13 +01:00
Thomas Müller
6413fffdcb
Handle calendar migration issue by writing the faulty event to the log and continue
2016-03-07 15:24:03 +01:00
Joas Schilling
27f3dcc682
Allow to hide a shared calendar
2016-03-07 13:58:32 +01:00
Thomas Müller
b1a1a46193
For 9.0 we don't have the possibility to store calendar and addressbook properties on a per-user basis and therefore we simple don't allow this for now
2016-03-07 13:58:24 +01:00
Roeland Jago Douma
3673cfae3c
Rename and move permissions are set when a file is updatable
...
* Fix unit tests
2016-03-04 09:37:52 +01:00
C. Montero Luque
4d69e562a0
Merge pull request #22757 from owncloud/apply-license
...
Update copyright information and author file
2016-03-01 15:36:37 -05:00
Lukas Reschke
c353d51810
Remove Scrutinizer Auto Fixer
2016-03-01 17:48:23 +01:00
Lukas Reschke
c430f5ba53
Map Maci
2016-03-01 17:45:05 +01:00
Lukas Reschke
933f60e314
Update author information
...
Probably nice for the people that contributed to 9.0 to see themselves in the AUTHORS file :)
2016-03-01 17:25:15 +01:00
Robin Appelman
37f1206818
allow putting the part file in the view root
2016-03-01 15:21:24 +01:00
Thomas Müller
a83af96dd3
Merge pull request #22686 from owncloud/cleanup_remote_address_books
...
remove remote address book if access was revoked
2016-03-01 14:46:51 +01:00
Thomas Müller
fd4742d430
Merge pull request #22613 from owncloud/quota-changedavreturnvaluewhennoquotaset
...
Don't return quota when none set
2016-03-01 08:30:58 +01:00
Bjoern Schiessle
87e47afed8
remove synced remote address book if the remote server revoked access to his system address book
2016-02-29 16:50:34 +01:00
Vincent Petry
11215f4e27
Return -3 for unlimited quota
...
Returns -3 for unlimited quota in Webdav response.
Also adjusted personal page to show unlimited quota when set.
2016-02-29 14:36:20 +01:00
Joas Schilling
2a0cda74d4
Use IQueryBuilder::PARAM_* instead of \PDO::PARAM_*
2016-02-29 09:44:40 +01:00