Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #20170 from nextcloud/techdebt/remove-unused-imports | Christoph Wurst | 2020-03-27 | 32 | -57/+0 |
|\ | | | | | Remove unused imports | ||||
| * | Remove unused imports | Christoph Wurst | 2020-03-25 | 32 | -57/+0 |
| | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | | Use the short array syntax, everywhere | Christoph Wurst | 2020-03-26 | 33 | -254/+254 |
| | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | | Merge pull request #20172 from nextcloud/techdebt/phpunit-short-return | Christoph Wurst | 2020-03-26 | 58 | -854/+854 |
|\ \ | | | | | | | Use the shorter phpunit syntax for mocked return values | ||||
| * | | Use the shorter phpunit syntax for mocked return values | Christoph Wurst | 2020-03-25 | 58 | -854/+854 |
| |/ | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* / | Use lowercase true, false and null constants | Christoph Wurst | 2020-03-25 | 2 | -2/+2 |
|/ | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Register an address book with recent contacts | Christoph Wurst | 2020-03-25 | 1 | -5/+10 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Merge pull request #20145 from ↵ | blizzz | 2020-03-25 | 1 | -2/+2 |
|\ | | | | | | | | | nextcloud/bugfix/noid/generated-avatars-and-nophoto-cache Fix generated avatars and nophoto cache files | ||||
| * | Fix generated avatars and nophoto cache files | Joas Schilling | 2020-03-24 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | Since nextcloud/server#19493 newFile() by default does not write the file anymore. Setting an empty string as content will make it write the file immediate, without having to call putContent() afterwards. Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | Merge pull request #19986 from nextcloud/bugfix/19980/fix_uid_as_uri | Roeland Jago Douma | 2020-03-25 | 2 | -6/+20 |
|\ \ | | | | | | | RefreshWebcalService: randomly generate calendar-object uri | ||||
| * | | RefreshWebcalService: randomly generate calendar-object uri | Georg Ehrke | 2020-03-16 | 2 | -6/+20 |
| | | | | | | | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com> | ||||
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2020-03-25 | 2 | -0/+14 |
| |/ |/| | |||||
* | | Merge pull request #18788 from nextcloud/fix/18782/translate-busy-in-caldav | Christoph Wurst | 2020-03-24 | 4 | -10/+47 |
|\ \ | | | | | | | Translate 'Busy' in CalDAV | ||||
| * | | Translate 'Busy' in CalDAV | Gary Kim | 2020-02-23 | 4 | -10/+47 |
| | | | | | | | | | | | | Signed-off-by: Gary Kim <gary@garykim.dev> | ||||
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2020-03-23 | 114 | -400/+400 |
| | | | |||||
* | | | Add check that DateTime parameters are of correct type | Thomas Citharel | 2020-03-22 | 1 | -3/+4 |
| | | | | | | | | | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr> | ||||
* | | | Add extra test case to exclude by timerange | Thomas Citharel | 2020-03-22 | 1 | -5/+4 |
| | | | | | | | | | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr> | ||||
* | | | Added test testSearch | dartcafe | 2020-03-22 | 1 | -1/+3 |
| | | | | | | | | | | | | Signed-off-by: dartcafe <github@dartcafe.de> | ||||
* | | | fix OCA\DAV\CalDAV\CalDavBackend search $options | dartcafe | 2020-03-22 | 1 | -2/+2 |
| | | | | | | | | | | | | Signed-off-by: dartcafe <github@dartcafe.de> | ||||
* | | | Merge pull request #20042 from nextcloud/fix/noid/styled-dav-browser-error | Roeland Jago Douma | 2020-03-22 | 2 | -36/+12 |
|\ \ \ | | | | | | | | | fix dav browser error page not styled | ||||
| * | | | use core templates for displaying dav errors in the browser | Arthur Schiwon | 2020-03-20 | 2 | -36/+9 |
| | | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
| * | | | fix dav browser error page not styled | Arthur Schiwon | 2020-03-19 | 2 | -3/+6 |
| | | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | | | | Fix tests due to config adjustments | Julius Härtl | 2020-03-20 | 1 | -16/+12 |
| | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | | | | Return empty system addressbook since we cannot easily limit it to groups | Julius Härtl | 2020-03-20 | 1 | -1/+3 |
| | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | | | | Limit enumeration in principal search | Julius Härtl | 2020-03-20 | 2 | -1/+150 |
|/ / / | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | | | Update autoloaders for composer v1.10.1 | Christoph Wurst | 2020-03-19 | 1 | -0/+3 |
| | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2020-03-19 | 2 | -0/+4 |
| | | | |||||
* | | | rebuild autoloader | Robin Appelman | 2020-03-18 | 2 | -2/+0 |
| | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | | fix tests | Robin Appelman | 2020-03-18 | 1 | -57/+2 |
| | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | | remove the detour trough node and work with path directly | Robin Appelman | 2020-03-18 | 2 | -73/+8 |
| | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | | use INode instead of Node for custom properties | Robin Appelman | 2020-03-18 | 2 | -6/+20 |
| | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | | handle long property paths to hasing paths >250 chars | Robin Appelman | 2020-03-18 | 2 | -32/+77 |
| | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | | remove unused code | Robin Appelman | 2020-03-18 | 1 | -53/+0 |
| | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | | test custom properties backend against real database | Robin Appelman | 2020-03-18 | 1 | -52/+87 |
| | | | | | | | | | | | | | | | | | | test behaviour not implementation Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | | merge the two almost identical custom property backends | Robin Appelman | 2020-03-18 | 5 | -376/+135 |
| | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2020-03-18 | 2 | -0/+2 |
| | | | |||||
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2020-03-17 | 4 | -4/+52 |
| |/ |/| | |||||
* | | Merge pull request #19704 from Nils160988/master | Roeland Jago Douma | 2020-03-09 | 2 | -5/+4 |
|\ \ | | | | | | | Fix hostname in Apple configuration profile | ||||
| * | | Fix test | Nils Wittenbrink | 2020-02-29 | 1 | -4/+3 |
| | | | | | | | | | | | | Signed-off-by: Nils Wittenbrink <nilswittenbrink@web.de> | ||||
| * | | Fix hostname given in Apple config file | Nils Wittenbrink | 2020-02-28 | 1 | -1/+1 |
| | | | | | | | | | | | | Signed-off-by: Nils Wittenbrink <nilswittenbrink@web.de> | ||||
* | | | Merge pull request #19746 from nextcloud/locked-exception-forward-existing | Roeland Jago Douma | 2020-03-09 | 1 | -1/+1 |
|\ \ \ | | | | | | | | | pass the existing locks info when making locked exception with absolu… | ||||
| * | | | pass the existing locks info when making locked exception with absolute paths | Robin Appelman | 2020-03-02 | 1 | -1/+1 |
| |/ / | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | | Prevent creation of reserved address book name | Christoph Wurst | 2020-03-09 | 1 | -0/+11 |
| | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | | | Add address book plugins | Christoph Wurst | 2020-03-09 | 9 | -20/+292 |
| | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2020-03-06 | 2 | -2/+40 |
| | | | |||||
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2020-03-05 | 2 | -2/+2 |
| | | | |||||
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2020-03-04 | 2 | -2/+2 |
|/ / | |||||
* | | Merge pull request #19655 from ↵ | Roeland Jago Douma | 2020-02-28 | 1 | -3/+2 |
|\ \ | | | | | | | | | | | | | nextcloud/bugfix/noid/upload-cleanup-user-not-found Catch NotFoundException when getting the user folder | ||||
| * | | Catch NotFoundException when getting the user folder | Julius Härtl | 2020-02-26 | 1 | -3/+2 |
| | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2020-02-28 | 2 | -26/+26 |
| | | |