aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* Add proper EOLMorris Jobke2017-09-041-1/+1
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* allow configuring the command busRobin Appelman2017-08-241-30/+41
|
* split async test bus for easier subclassingRobin Appelman2017-08-243-48/+86
|
* [tx-robot] updated from transifexNextcloud bot2017-08-222-4/+6
|
* Merge pull request #6169 from nextcloud/check-encoding-logLukas Reschke2017-08-211-1/+12
|\ | | | | Ensure log message is UTF-8 encoded
| * Ensure log message is UTF-8 encodedLukas Reschke2017-08-171-1/+12
| | | | | | | | | | | | | | | | | | | | | | PHP's json_encode only accept proper UTF-8 strings, loop over all elements to ensure that they are properly UTF-8 compliant or convert them manually. Without this somebody passing an invalid User Agent may make json_encode return false which will get logged as empty newline. Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* | [tx-robot] updated from transifexNextcloud bot2017-08-214-2/+4
| |
* | [tx-robot] updated from transifexNextcloud bot2017-08-202-2/+10
| |
* | [tx-robot] updated from transifexNextcloud bot2017-08-192-2/+44
| |
* | [tx-robot] updated from transifexNextcloud bot2017-08-186-2/+60
|/
* Merge pull request #6158 from nextcloud/always-log-cron-executionLukas Reschke2017-08-171-1/+0
|\ | | | | Always log cron execution
| * Always log cron executionMorris Jobke2017-08-171-1/+0
| | | | | | | | | | | | | | | | | | | | | | There was a setting to disable the last execution of cron. There is no known problem with this write access and it was also questioned when this feature was build in https://github.com/owncloud/core/pull/7689#issuecomment-38264707 Recently there was also a bug report about a non-visible last cron execution (#6088) - let's better remove this. Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | [tx-robot] updated from transifexNextcloud bot2017-08-172-4/+4
|/
* Merge pull request #6130 from nextcloud/cleanup-unused-methodsMorris Jobke2017-08-161-57/+0
|\ | | | | Cleanup unused methods
| * Cleanup unused methodsMorris Jobke2017-08-151-57/+0
| | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | [tx-robot] updated from transifexNextcloud bot2017-08-1656-166/+166
| |
* | Merge pull request #6099 from nextcloud/issue-3457-no-exception-on-sharee-errorLukas Reschke2017-08-151-0/+1
|\ \ | |/ |/| Catch exceptions on error of cloud id resolution
| * Document that it throwsJoas Schilling2017-08-141-0/+1
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Merge pull request #6123 from nextcloud/cleanup-shareItemMorris Jobke2017-08-152-21/+3
|\ \ | | | | | | Cleanup usage of shareItem in internal code base
| * | Cleanup usage of shareItem in internal code baseMorris Jobke2017-08-152-21/+3
| | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | Merge pull request #6121 from nextcloud/cleanup-registerBackendMorris Jobke2017-08-151-13/+0
|\ \ \ | | | | | | | | Use proper methods for registerBackend
| * | | Use proper methods for registerBackendMorris Jobke2017-08-151-13/+0
| |/ / | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* / / Use proper methods for checkPasswordProtectedShareMorris Jobke2017-08-152-12/+1
|/ / | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | Merge pull request #6116 from nextcloud/cleanup-unused-methodsMorris Jobke2017-08-153-838/+3
|\ \ | | | | | | Cleanup unused methods
| * | Cleanup unused methodsMorris Jobke2017-08-153-838/+3
| |/ | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* / [tx-robot] updated from transifexNextcloud bot2017-08-152-0/+2
|/
* Merge pull request #6097 from nextcloud/issue-6078-accounts-table-missingMorris Jobke2017-08-142-0/+2
|\ | | | | Make sure the accounts table exists
| * Update autoloaderMorris Jobke2017-08-142-0/+2
| | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | [tx-robot] updated from transifexNextcloud bot2017-08-122-0/+14
| |
* | Merge pull request #6004 from ↵Roeland Jago Douma2017-08-105-3/+65
|\ \ | | | | | | | | | | | | nextcloud/forward-5902-repair-drop-account-terms-on-oc-migration [13] Repair step: drop account terms on oc migration
| * | Use the existing array of OC versionsJoas Schilling2017-08-071-3/+1
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | Add a repair step to drop the account_terms table on oc migrationJoas Schilling2017-08-074-0/+64
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | Merge pull request #6052 from nextcloud/fix_jail_copyMorris Jobke2017-08-101-0/+6
|\ \ \ | |_|/ |/| | Fix copy from jailed storage
| * | Fix copy from jailed storageRoeland Jago Douma2017-08-091-0/+6
| |/ | | | | | | | | | | | | If we have a jailed storage we must also fix the internal path on copy. Else we pass in the wrong path. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Fix require once for actionIncludeMorris Jobke2017-08-091-1/+1
| | | | | | | | | | | | * regression from #5791 Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | If there is no content don't errorRoeland Jago Douma2017-08-091-1/+1
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | User proper anonymous functionRoeland Jago Douma2017-08-091-5/+6
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Use non-deprecated INTL_IDNA_VARIANT_UTS46Lukas Reschke2017-08-092-3/+3
| | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* | Make definition compatibleLukas Reschke2017-08-091-1/+1
| | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* | Make declaration compatibleLukas Reschke2017-08-091-1/+1
| | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* | Merge pull request #6047 from nextcloud/fix-6017-select-indexed-columnsMorris Jobke2017-08-091-2/+2
|\ \ | | | | | | Use indexed column path_hash to find the parent
| * | Use indexed column path_hash to find the parentJoas Schilling2017-08-091-2/+2
| |/ | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Merge pull request #6009 from nextcloud/symfony_translationsMorris Jobke2017-08-092-10/+6
|\ \ | | | | | | Use symfony/translation for L10N plurals
| * | Use symfony/translation for L10N pluralsRoeland Jago Douma2017-08-072-10/+6
| |/ | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* / [tx-robot] updated from transifexNextcloud bot2017-08-092-0/+8
|/
* [tx-robot] updated from transifexNextcloud bot2017-08-062-0/+6
|
* [tx-robot] updated from transifexNextcloud bot2017-08-054-0/+12
|
* Move pre_shared and post_shared events to EventDispatcherRoeland Jago Douma2017-08-032-38/+65
| | | | | | | | * Now listeners for those events get proper share objects. * Legacy hooks still fired * Updated tests Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Merge pull request #5959 from nextcloud/drop-logo-claimMorris Jobke2017-08-033-9/+5
|\ | | | | Logo claim is not used anymore
| * Logo claim is not used anymoreMorris Jobke2017-08-023-9/+5
| | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>