summaryrefslogtreecommitdiffstats
path: root/tests/lib
Commit message (Collapse)AuthorAgeFilesLines
* allow enforcing apps to ignore the max versionRoeland Jago Douma2019-03-201-10/+6
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Merge pull request #14425 from cowai/fix-multiple-incomplete-foldersMorris Jobke2019-03-081-0/+38
|\ | | | | Do not calculate folder size for parent that also needs proper scan, fixes #3524
| * Avoid calculating folder size for parent that needs scan.Ari Selseng2019-03-061-0/+38
| | | | | | | | Signed-off-by: Ari Selseng <ari@selseng.net>
* | Remove "socialsharing_googleplus" from Social Sharing BundleMarius Blüm2019-03-071-1/+0
| | | | | | Signed-off-by: Marius Blüm <marius@lineone.io>
* | Merge pull request #13327 from ↵Morris Jobke2019-03-061-0/+4
|\ \ | |/ |/| | | | | nextcloud/allow-bracket-notation-for-remove-ipv6-address Allow bracket IPv6 address format inside IPAdress Normalizer
| * Allow bracket IPv6 address format inside IPAdress NormalizerThomas Citharel2019-01-031-0/+4
| | | | | | | | | | | | When run with php's build-in server (for instance on localhost:8080), IP provided through $this->server['REMOTE_ADDR'] is [::1], which is not an acceptable format for \inet_pton. This removes the brackets if there's any. Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* | Remove the upload and memory settingJoas Schilling2019-03-043-167/+6
| | | | | | | | | | | | | | | | | | | | * Remove unneeded private method phpFileSize() * Bump autoloader * Remove setUploadLimit tests * Remove integrity check hacks for upload limit Signed-off-by: Joas Schilling <coding@schilljs.com> Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | Remove unused php5 config from .htaccessMorris Jobke2019-03-041-4/+4
| | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | Load auth tokens with the initial state APIChristoph Wurst2019-03-011-0/+167
| | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | Fix testsJulius Härtl2019-03-013-5/+8
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | Add dispatcher events to User and Group objectsJoas Schilling2019-03-0113-166/+216
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Do not load 2fa admin settings asyncRoeland Jago Douma2019-02-281-1/+12
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Merge pull request #14343 from nextcloud/bugfix/14052-multiple-navigation-itemsMorris Jobke2019-02-272-13/+23
|\ \ | | | | | | Parse multiple navigation items
| * | two item => two itemsDaniel Kesselberg2019-02-251-1/+1
| | | | | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
| * | Parse multiple navigation itemsDaniel Kesselberg2019-02-222-13/+23
| | | | | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | | Search sharees on lookup server when explicitly requested by userChristoph Wurst2019-02-261-5/+5
| | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | Merge pull request #14198 from nextcloud/bugfix/8647-exclude-file-name-patternsMorris Jobke2019-02-261-0/+94
|\ \ \ | | | | | | | | Exclude file name patterns; ignore gentoo webapp files
| * | | Use more precise regexDaniel Kesselberg2019-02-141-2/+2
| | | | | | | | | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
| * | | Apply code style fixes from owncloud, revert regexDaniel Kesselberg2019-02-141-25/+27
| | | | | | | | | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
| * | | Fix test caseRomain Rivière2019-02-141-2/+2
| | | | | | | | | | | | | | | | Signed-off-by: Romain Rivière <lecoyote@lecoyote.org>
| * | | Exclude file name patterns; ignore gentoo webapp filesRomain Rivière2019-02-141-0/+92
| | | | | | | | | | | | | | | | Signed-off-by: Romain Rivière <lecoyote@lecoyote.org>
* | | | allow group backends to mark that a group should now be shown in search dialogsRobin Appelman2019-02-251-1/+18
| |/ / |/| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | Merge pull request #14194 from ↵Morris Jobke2019-02-191-16/+30
|\ \ \ | | | | | | | | | | | | | | | | nextcloud/bugfix/noid/correctly-determinate-owner-in-case-of-shared-external-storages Correctly determinate the owner in case of shared external storages
| * | | Correctly determinate the owner in case of shared external storagesJoas Schilling2019-02-181-16/+30
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | Use CountWrapper instead of almost identical CountReadStreamRoeland Jago Douma2019-02-151-49/+0
|/ / / | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | Fix AsyncBusTestsRoeland Jago Douma2019-02-141-2/+2
| | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | Merge pull request #13995 from nextcloud/feature/dont-call-get-repair-stepsRoeland Jago Douma2019-02-141-9/+15
|\ \ \ | | | | | | | | Do not run getRepairSteps in register_commands
| * | | Fix unit testDaniel Kesselberg2019-02-131-9/+15
| |/ / | | | | | | | | | | | | | | | Null is not longer possible as value for $dispatcher. Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | | Merge pull request #14160 from nextcloud/update-crlMorris Jobke2019-02-141-40/+40
|\ \ \ | |/ / |/| | Update CRL to contain revoked files_external_dropbox, passman & payback
| * | Update CRL to contain revoked files_external_dropbox, passman & paybackMorris Jobke2019-02-141-40/+40
| | | | | | | | | | | | | | | | | | | | | * see https://github.com/nextcloud/app-certificate-requests/pull/221 * see https://github.com/nextcloud/app-certificate-requests/pull/219#issuecomment-463577509 Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | Fix the thorrtler whitelist bitmaskRoeland Jago Douma2019-02-111-0/+29
|/ / | | | | | | | | | | Before we actually didn't check each bit of the bitmask. Now we do. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Merge pull request #13097 from nextcloud/feature/11319/where-is-your-dataMorris Jobke2019-02-111-3/+9
|\ \ | | | | | | Where is your data?
| * | Move server info to theming sectionMichael Weimann2019-01-141-3/+9
| | | | | | | | | | | | Signed-off-by: Michael Weimann <mail@michael-weimann.eu>
* | | Merge pull request #13748 from nextcloud/cache-insert-eventMorris Jobke2019-02-071-10/+20
|\ \ \ | | | | | | | | add event for inserting cache entries
| * | | adjust testsRobin Appelman2019-02-071-10/+20
| | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | Merge pull request #13969 from ↵Morris Jobke2019-02-071-0/+27
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | nextcloud/enh/additional_scripts_no_on_public_pages No need to emit additonalscript event on public pages
| * | | | Add StandaloneTemplateResponseRoeland Jago Douma2019-02-061-0/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This can be used by pages that do not have the full Nextcloud UI. So notifications etc do not load there. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | | | No need to emit additonalscript event on public pagesRoeland Jago Douma2019-02-051-0/+10
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | There already is a separate event for this. This will make it possible to only inject code with the logged in one on default rendered pages. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | Switch guest avatars to PNGMichael Weimann2019-02-071-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Michael Weimann <mail@michael-weimann.eu>
* | | | Implement guest avatar endpointMichael Weimann2019-02-076-13/+236
|/ / / | | | | | | | | | Signed-off-by: Michael Weimann <mail@michael-weimann.eu>
* | | Merge pull request #13846 from nextcloud/feature/check-if-app-exist-for-groupMorris Jobke2019-02-011-3/+31
|\ \ \ | | | | | | | | Check app path for enableAppForGroups
| * | | Check app path for enableAppForGroupsDaniel Kesselberg2019-01-261-3/+31
| | | | | | | | | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | | | Emit to load additionalscriptsRoeland Jago Douma2019-01-311-0/+108
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #13662 This will fire of an event after a Template Response has been returned. There is an event for the generic loading and one when logged in. So apps can chose to load only on loged in pages. This is a more generic approach than the files app event. As some things we might want to load on other pages as well besides the files app. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | Add a key parameter to the new initial state APIChristoph Wurst2019-01-301-0/+98
| | | | | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | | Expose subadmin to OCPRoeland Jago Douma2019-01-291-27/+30
| | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | Merge pull request #13866 from nextcloud/s3-multipart-uploaderRoeland Jago Douma2019-01-291-3/+28
|\ \ \ \ | | | | | | | | | | always use multipart uploader for s3 uploads
| * | | | always use multipart uploader for s3 uploadsRobin Appelman2019-01-281-3/+28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the multipart uploader handles non seekable streams while `upload` does not Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | | Remove legacy activity stuffJoas Schilling2019-01-241-237/+22
| |/ / / |/| | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | Urlencode the requesttokenRoeland Jago Douma2019-01-231-1/+1
|/ / / | | | | | | | | | | | | | | | Followup of #13757 Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | Request plain logout urlRoeland Jago Douma2019-01-231-10/+5
| | | | | | | | | | | | | | | | | | | | | By requesting the plain logout url we allow it to be properly cached by the caching router. We just add the requesttoken manually. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>