Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-03-09 | 2 | -2/+6 |
| | |||||
* | emit pre-hooks earlier when not using part files | Robin Appelman | 2018-03-08 | 1 | -5/+3 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-03-02 | 2 | -0/+2 |
| | |||||
* | Loglevel is an int | Roeland Jago Douma | 2018-02-27 | 1 | -1/+1 |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Make ILogger strict | Roeland Jago Douma | 2018-02-27 | 1 | -1/+1 |
| | | | | | | | * Make implementations strict * Add scalar typehints Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-02-27 | 2 | -0/+2 |
| | |||||
* | Fix dav server test | Roeland Jago Douma | 2018-02-22 | 1 | -0/+2 |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-02-21 | 2 | -2/+6 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-02-20 | 2 | -0/+2 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-02-19 | 2 | -0/+2 |
| | |||||
* | Fix info.xml files of shipped apps | Joas Schilling | 2018-02-16 | 1 | -15/+22 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Merge pull request #8335 from nextcloud/remove-unused-import | Morris Jobke | 2018-02-14 | 17 | -23/+0 |
|\ | | | | | Remove unused import statements | ||||
| * | Remove unused import statements | Morris Jobke | 2018-02-14 | 17 | -23/+0 |
| | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | | Simplify return statement | Morris Jobke | 2018-02-13 | 3 | -7/+3 |
|/ | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-02-13 | 8 | -6/+174 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-02-12 | 24 | -0/+30 |
| | |||||
* | Merge pull request #8023 from nextcloud/webdavsearch_limit_order_fixing | Morris Jobke | 2018-02-08 | 2 | -55/+138 |
|\ | | | | | Respect limit and order in webdav search | ||||
| * | adjust tests | Robin Appelman | 2018-02-07 | 1 | -17/+21 |
| | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
| * | CacheJail should apply limit and offset after searching | Roeland Jago Douma | 2018-02-07 | 1 | -1/+1 |
| | | | | | | | | | | | | Else the results might not be correct. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
| * | Adjust to updated searchdav library | Robin Appelman | 2018-02-07 | 1 | -67/+51 |
| | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
| * | Respect limit and order in webdav search | Roeland Jago Douma | 2018-02-07 | 1 | -3/+98 |
| | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | | keep previous exception when transforming to dav exception | Robin Appelman | 2018-02-07 | 2 | -5/+6 |
|/ | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-02-07 | 2 | -0/+4 |
| | |||||
* | Add all parameters to returnValueMap | Julius Härtl | 2018-01-31 | 1 | -2/+2 |
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | Merge pull request #8111 from nextcloud/only_encrypted_prop_on_folders | Roeland Jago Douma | 2018-01-30 | 1 | -4/+4 |
|\ | | | | | Only handle encrypted property on folders | ||||
| * | Only handle encrypted property on folders | Roeland Jago Douma | 2018-01-30 | 1 | -4/+4 |
| | | | | | | | | | | | | | | | | | | | | Exposing the encrypted property is required for E2E. However, there is no need to expose this on files as then it is server side encryption (which the clients don't care about). Better to not confuse the output. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2018-01-30 | 2 | -2/+6 |
|/ | |||||
* | Use ::class statement instead of string | Morris Jobke | 2018-01-29 | 5 | -6/+9 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-01-29 | 2 | -0/+6 |
| | |||||
* | Remove unneeded semicolon and parentheses | Morris Jobke | 2018-01-26 | 2 | -2/+2 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Merge pull request #8071 from nextcloud/remove-silly-code | Morris Jobke | 2018-01-26 | 1 | -2/+1 |
|\ | | | | | Cleanup unused code | ||||
| * | Cleanup unused code | Morris Jobke | 2018-01-26 | 1 | -2/+1 |
| | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | | Merge pull request #7707 from ↵ | Morris Jobke | 2018-01-26 | 2 | -4/+5 |
|\ \ | |/ |/| | | | | | nextcloud/bugfix/noid/birthdaycalendar-different-uids generate different UIDs for Birthday, Anniversary and Death event | ||||
| * | generate different UIDs for Birthday, Anniversary and Death event | Georg Ehrke | 2018-01-04 | 2 | -4/+5 |
| | | | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com> | ||||
* | | Use type casting instead of *val() method | Morris Jobke | 2018-01-26 | 5 | -7/+7 |
| | | | | | | | | | | | | It should be up to 6x faster Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | | Merge pull request #8063 from nextcloud/inline-value | Joas Schilling | 2018-01-26 | 2 | -4/+2 |
|\ \ | | | | | | | Return value immediately instead of assigning to a one-time variable | ||||
| * | | Return value immediately instead of assigning to a one-time variable | Morris Jobke | 2018-01-26 | 2 | -4/+2 |
| | | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | | | Merge pull request #8052 from nextcloud/fix-array-methods | Roeland Jago Douma | 2018-01-26 | 1 | -1/+1 |
|\ \ \ | | | | | | | | | Fix array method usages with a proper call | ||||
| * | | | Fix array method usages with a proper call | Morris Jobke | 2018-01-25 | 1 | -1/+1 |
| |/ / | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | | | Merge pull request #8058 from nextcloud/useless-return | Roeland Jago Douma | 2018-01-26 | 1 | -2/+0 |
|\ \ \ | | | | | | | | | Remove useless return statements | ||||
| * | | | Remove useless return statements | Morris Jobke | 2018-01-25 | 1 | -2/+0 |
| |/ / | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* / / | [tx-robot] updated from transifex | Nextcloud bot | 2018-01-26 | 2 | -2/+18 |
|/ / | |||||
* | | Fix risky tests without assertions | Joas Schilling | 2018-01-25 | 6 | -6/+8 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | Fix "Undefined method setExpectedException()" | Joas Schilling | 2018-01-24 | 4 | -6/+8 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | Require PHPUnit 6.5 or higher | Joas Schilling | 2018-01-24 | 2 | -5/+2 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | Merge pull request #7354 from nextcloud/refacor-update-page-print | blizzz | 2018-01-22 | 1 | -1/+2 |
|\ \ | | | | | | | Refactor method to check if update is needed | ||||
| * | | Refactor method to check if update is needed | Morris Jobke | 2017-11-30 | 1 | -1/+2 |
| | | | | | | | | | | | | | | | | | | There was only one call, that actually needed the parameter to be set to true. So this change moved the print of the page to that location and replaces all other occurences with a direct call to the underlying OCP API. Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | | | Merge pull request #7909 from nextcloud/fix-migration-type-hints | Morris Jobke | 2018-01-17 | 4 | -15/+12 |
|\ \ \ | | | | | | | | | Fix the type hints of migrations and correctly inject the wrapped sch… | ||||
| * | | | Fix the type hints of migrations and correctly inject the wrapped schema ↵ | Joas Schilling | 2018-01-17 | 4 | -15/+12 |
| | | | | | | | | | | | | | | | | | | | | | | | | into migrations Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | | | Merge pull request #7847 from nextcloud/avatarmanager_strict | Roeland Jago Douma | 2018-01-17 | 2 | -11/+8 |
|\ \ \ \ | |/ / / |/| | | | Fixes for avatarmanager |