summaryrefslogtreecommitdiffstats
path: root/apps/dav
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexNextcloud bot2018-03-092-2/+6
|
* emit pre-hooks earlier when not using part filesRobin Appelman2018-03-081-5/+3
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* [tx-robot] updated from transifexNextcloud bot2018-03-022-0/+2
|
* Loglevel is an intRoeland Jago Douma2018-02-271-1/+1
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Make ILogger strictRoeland Jago Douma2018-02-271-1/+1
| | | | | | | * Make implementations strict * Add scalar typehints Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* [tx-robot] updated from transifexNextcloud bot2018-02-272-0/+2
|
* Fix dav server testRoeland Jago Douma2018-02-221-0/+2
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* [tx-robot] updated from transifexNextcloud bot2018-02-212-2/+6
|
* [tx-robot] updated from transifexNextcloud bot2018-02-202-0/+2
|
* [tx-robot] updated from transifexNextcloud bot2018-02-192-0/+2
|
* Fix info.xml files of shipped appsJoas Schilling2018-02-161-15/+22
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Merge pull request #8335 from nextcloud/remove-unused-importMorris Jobke2018-02-1417-23/+0
|\ | | | | Remove unused import statements
| * Remove unused import statementsMorris Jobke2018-02-1417-23/+0
| | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | Simplify return statementMorris Jobke2018-02-133-7/+3
|/ | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* [tx-robot] updated from transifexNextcloud bot2018-02-138-6/+174
|
* [tx-robot] updated from transifexNextcloud bot2018-02-1224-0/+30
|
* Merge pull request #8023 from nextcloud/webdavsearch_limit_order_fixingMorris Jobke2018-02-082-55/+138
|\ | | | | Respect limit and order in webdav search
| * adjust testsRobin Appelman2018-02-071-17/+21
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * CacheJail should apply limit and offset after searchingRoeland Jago Douma2018-02-071-1/+1
| | | | | | | | | | | | Else the results might not be correct. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * Adjust to updated searchdav libraryRobin Appelman2018-02-071-67/+51
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * Respect limit and order in webdav searchRoeland Jago Douma2018-02-071-3/+98
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | keep previous exception when transforming to dav exceptionRobin Appelman2018-02-072-5/+6
|/ | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* [tx-robot] updated from transifexNextcloud bot2018-02-072-0/+4
|
* Add all parameters to returnValueMapJulius Härtl2018-01-311-2/+2
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Merge pull request #8111 from nextcloud/only_encrypted_prop_on_foldersRoeland Jago Douma2018-01-301-4/+4
|\ | | | | Only handle encrypted property on folders
| * Only handle encrypted property on foldersRoeland Jago Douma2018-01-301-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 transifexNextcloud bot2018-01-302-2/+6
|/
* Use ::class statement instead of stringMorris Jobke2018-01-295-6/+9
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* [tx-robot] updated from transifexNextcloud bot2018-01-292-0/+6
|
* Remove unneeded semicolon and parenthesesMorris Jobke2018-01-262-2/+2
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Merge pull request #8071 from nextcloud/remove-silly-codeMorris Jobke2018-01-261-2/+1
|\ | | | | Cleanup unused code
| * Cleanup unused codeMorris Jobke2018-01-261-2/+1
| | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | Merge pull request #7707 from ↵Morris Jobke2018-01-262-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 eventGeorg Ehrke2018-01-042-4/+5
| | | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
* | Use type casting instead of *val() methodMorris Jobke2018-01-265-7/+7
| | | | | | | | | | | | It should be up to 6x faster Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | Merge pull request #8063 from nextcloud/inline-valueJoas Schilling2018-01-262-4/+2
|\ \ | | | | | | Return value immediately instead of assigning to a one-time variable
| * | Return value immediately instead of assigning to a one-time variableMorris Jobke2018-01-262-4/+2
| | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | Merge pull request #8052 from nextcloud/fix-array-methodsRoeland Jago Douma2018-01-261-1/+1
|\ \ \ | | | | | | | | Fix array method usages with a proper call
| * | | Fix array method usages with a proper callMorris Jobke2018-01-251-1/+1
| |/ / | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | Merge pull request #8058 from nextcloud/useless-returnRoeland Jago Douma2018-01-261-2/+0
|\ \ \ | | | | | | | | Remove useless return statements
| * | | Remove useless return statementsMorris Jobke2018-01-251-2/+0
| |/ / | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* / / [tx-robot] updated from transifexNextcloud bot2018-01-262-2/+18
|/ /
* | Fix risky tests without assertionsJoas Schilling2018-01-256-6/+8
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Fix "Undefined method setExpectedException()"Joas Schilling2018-01-244-6/+8
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Require PHPUnit 6.5 or higherJoas Schilling2018-01-242-5/+2
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Merge pull request #7354 from nextcloud/refacor-update-page-printblizzz2018-01-221-1/+2
|\ \ | | | | | | Refactor method to check if update is needed
| * | Refactor method to check if update is neededMorris Jobke2017-11-301-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-hintsMorris Jobke2018-01-174-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 Schilling2018-01-174-15/+12
| | | | | | | | | | | | | | | | | | | | | | | | into migrations Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | Merge pull request #7847 from nextcloud/avatarmanager_strictRoeland Jago Douma2018-01-172-11/+8
|\ \ \ \ | |/ / / |/| | | Fixes for avatarmanager