Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #20139 from ↵ | Roeland Jago Douma | 2020-04-04 | 1 | -1/+1 |
|\ | | | | | | | | | nextcloud/unify-default-value-for-restricting-user-enumeration-with-settings Unify default value for restricting user enumeration with settings | ||||
| * | Unify default value for restricting user enumeration with settings | Daniel Calviño Sánchez | 2020-03-24 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | If the value was never enabled or disabled, the settings show "Restrict username enumeration to groups" as disabled. However, in some components it was enabled by default, which caused an inconsistency in the behaviour with respect to the settings, for example in the contacts menu. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com> | ||||
* | | Catch NoUserException when running the upload cleanup as cronjob | Julius Härtl | 2020-04-03 | 1 | -1/+2 |
| | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2020-04-03 | 4 | -16/+22 |
| | | |||||
* | | Query Application class on publicwebdav | Julius Härtl | 2020-04-02 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | | Merge pull request #19890 from nextcloud/enh/comments-reference-id | Joas Schilling | 2020-04-02 | 1 | -8/+13 |
|\ \ | | | | | | | Add optional comments reference_id | ||||
| * | | Fix unit tests | Joas Schilling | 2020-04-02 | 1 | -8/+13 |
| | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | | Update the license headers for Nextcloud 19 | Christoph Wurst | 2020-03-31 | 140 | -57/+201 |
|/ / | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | | Merge pull request #19325 from nextcloud/dependachristoph/composer/sabre-4.0 | Roeland Jago Douma | 2020-03-30 | 21 | -40/+44 |
|\ \ | | | | | | | Update Sabre (and friends) to 4.0 | ||||
| * | | RequestTestCase: Default type for headers needs to be array | Georg Ehrke | 2020-03-27 | 1 | -1/+1 |
| | | | | | | | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com> | ||||
| * | | Adjust FakeLockerPluginTest to new Sabre version | Georg Ehrke | 2020-03-27 | 1 | -1/+1 |
| | | | | | | | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com> | ||||
| * | | Set custom ProdId in Birthday service, do not depend on Sabre Versio number ↵ | Georg Ehrke | 2020-03-27 | 2 | -8/+16 |
| | | | | | | | | | | | | | | | | | | for unit tests Signed-off-by: Georg Ehrke <developer@georgehrke.com> | ||||
| * | | Fix usage of Sabre\HTTP\Request in unit tests | Georg Ehrke | 2020-03-27 | 5 | -18/+14 |
| | | | | | | | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com> | ||||
| * | | Sabre/DAV 4.0: beforeMethod is now beforeMethod:* | Georg Ehrke | 2020-03-27 | 12 | -12/+12 |
| | | | | | | | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com> | ||||
* | | | 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 |
| | | |