summaryrefslogtreecommitdiffstats
path: root/tests/lib
Commit message (Collapse)AuthorAgeFilesLines
* Parse multiple navigation itemsDaniel Kesselberg2019-02-222-13/+23
| | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* 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>
* | Merge pull request #13739 from nextcloud/cache-cleanup-changeMorris Jobke2019-01-221-0/+31
|\ \ | | | | | | cleanup shared lock if changing to exclusive lock failed
| * | cleanup shared lock if changing to exclusive lock failedRobin Appelman2019-01-221-0/+31
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | Allow resources via OCS as wellJoas Schilling2019-01-221-0/+85
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | Merge pull request #13032 from nextcloud/objectstore-write-existsMorris Jobke2019-01-144-1/+122
|\ \ \ | |_|/ |/| | upload new files in objectstore to a .part path first
| * | upload new files in objectstore to a .part path firstRobin Appelman2018-12-123-1/+107
| | | | | | | | | | | | | | | | | | | | | | | | This prevent the object store and cache from getting out of sync when an objectstore silently fails or the php process get's killed during the upload without giving us the chance to cleanup Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | Add objectExists to objectstore interfaceRobin Appelman2018-12-121-0/+15
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | Set default frame-ancestors to 'self'Roeland Jago Douma2019-01-085-62/+62
| |/ |/| | | | | | | | | For #13042 Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | CSP: Allow fonts to be provided in dataRoeland Jago Douma2019-01-075-63/+63
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Merge pull request #12621 from nextcloud/td/12224/cleanup_middleware_registeringRoeland Jago Douma2019-01-071-9/+10
|\ \ | | | | | | Cleanup middleware registering
| * | Cleanup middleware registeringRoeland Jago Douma2019-01-031-9/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #12224 Since we only use the middleware at 1 location it makes no sense to register them in each and every container. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | Merge pull request #10555 from nextcloud/bugfix/10518/only-check-added-itemsblizzz2019-01-031-15/+95
|\ \ \ | |/ / |/| | Only enforce schema limits for supported apps
| * | Update the tests to the comparison logicJoas Schilling2018-12-171-15/+95
| |/ | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Use a case insensitive search for emailRoeland Jago Douma2018-12-201-2/+3
| | | | | | | | | | | | | | | | Fixes #7084 Now entering wrongly cased email (roeland@ instead of Roeland@) for password reset etc. Will also work. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Merge pull request #13116 from ↵Roeland Jago Douma2018-12-191-53/+90
|\ \ | | | | | | | | | | | | nextcloud/fix/only_trust_xforwardedhost_for_trusted_proxies Only trust the X-FORWARDED-HOST header for trusted proxies
| * | Only trust the X-FORWARDED-HOST header for trusted proxiesRoeland Jago Douma2018-12-171-53/+90
| | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | Merge pull request #12766 from stalker314314/streaming-optionsJohn Molakvoæ2018-12-181-0/+22
|\ \ \ | |/ / |/| | Expose Swift Mailer streaming options in config, fixes #12702
| * | Addressing comments, array() to []Branko Kokanovic2018-12-171-2/+2
| | | | | | | | | | | | Signed-off-by: Branko Kokanovic <branko@kokanovic.org>
| * | Expose Swift Mailer streaming options in config, fixes #12702Branko Kokanovic2018-11-301-0/+22
| | | | | | | | | | | | Signed-off-by: Branko Kokanovic <branko@kokanovic.org>
* | | Merge pull request #12883 from nextcloud/appdata-performanceJoas Schilling2018-12-172-18/+12
|\ \ \ | |_|/ |/| | try to grab the appdata folder directly without going trough the whole tree
| * | use a fresh appdata factory in background job testRobin Appelman2018-12-061-1/+5
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | try to grab the appdata folder directly without going trough the whole treeRobin Appelman2018-12-061-17/+7
| |/ | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>