summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #12185 from nextcloud/cleanup/dicontainerMorris Jobke2018-11-052-17/+7
|\
| * Fix testsRoeland Jago Douma2018-11-022-17/+7
* | Merge pull request #12071 from nextcloud/addressbook-uid-check-migrationRoeland Jago Douma2018-11-021-0/+121
|\ \
| * \ Merge branch 'addressbook-uid-check-migration' of https://github.com/nextclou...John Molakvoæ (skjnldsv)2018-11-0112-41/+369
| |\ \
| | * | TestsJohn Molakvoæ (skjnldsv)2018-11-011-0/+121
| * | | Fix phpunitJohn Molakvoæ (skjnldsv)2018-11-011-20/+20
| * | | TestsJohn Molakvoæ (skjnldsv)2018-10-301-0/+121
* | | | Merge pull request #12215 from nextcloud/wait-for-the-link-share-menu-to-open...Roeland Jago Douma2018-11-021-0/+8
|\ \ \ \ | |_|_|/ |/| | |
| * | | Wait for the link share menu to open in acceptance testsDaniel Calviño Sánchez2018-11-021-0/+8
* | | | Merge pull request #11404 from flokli/sendmail-pathRoeland Jago Douma2018-11-021-1/+7
|\ \ \ \
| * | | | Fallback to default path is sendmail can't be foundRoeland Jago Douma2018-11-021-1/+7
* | | | | Merge pull request #11875 from nextcloud/add-support-for-sending-the-password...Roeland Jago Douma2018-11-023-2/+156
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Add acceptance test steps to be used from Talk acceptance testsDaniel Calviño Sánchez2018-11-021-0/+49
| * | | | Test that "Password protect by Talk" is not shown if Talk is not enabledDaniel Calviño Sánchez2018-11-022-0/+48
| * | | | Store "sendPasswordByTalk" property of link shares in the databaseDaniel Calviño Sánchez2018-11-021-0/+9
| * | | | Fix update share testsDaniel Calviño Sánchez2018-11-021-2/+50
* | | | | Merge pull request #12200 from nextcloud/tech-debt/noid/cleanup-legacy-sharingMorris Jobke2018-11-021-1/+6
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Cleanup some unused sharing methods from the old sharing codeMorris Jobke2018-11-021-1/+6
* | | | | Merge pull request #12177 from nextcloud/fix/apptoken_login_flow_proper_hostMorris Jobke2018-11-021-2/+8
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Use the proper server for the apptoken flow loginRoeland Jago Douma2018-11-011-2/+8
| | |_|/ | |/| |
* | | | Merge pull request #11844 from nextcloud/multiple-link-sharesMorris Jobke2018-11-011-21/+18
|\ \ \ \ | |_|/ / |/| | |
| * | | Adjust acceptance tests to changes in link sharesDaniel Calviño Sánchez2018-11-011-21/+18
* | | | Revert "Wait for cron to finish before running upgrade command"Morris Jobke2018-11-011-8/+1
| |/ / |/| |
* | | fix writeStream for jail wrapperRobin Appelman2018-10-311-0/+17
* | | extend storage api to allow directly writing a stream to storageRobin Appelman2018-10-311-0/+49
* | | Only generate previews in powers of 4 and set minRoeland Jago Douma2018-10-311-8/+14
* | | Merge pull request #12089 from Rayn0r/masterDennis19932018-10-311-6/+14
|\ \ \ | |/ / |/| |
| * | adapted automated test for autocomplete changesRayn0r2018-10-301-6/+14
* | | Move ExpiredTokenException to the correct namespaceRoeland Jago Douma2018-10-302-5/+2
* | | Merge pull request #11899 from nextcloud/enhancement/noid/sharing-consolidationRoeland Jago Douma2018-10-302-21/+145
|\ \ \
| * | | Fix injection to get the user idJulius Härtl2018-10-301-1/+11
| * | | Add uuid/name entry to Remote/MailPlugin testsJulius Härtl2018-10-302-20/+104
| * | | Make enhancing entries with type property optionalJulius Härtl2018-10-301-6/+30
| * | | Filter out local users from address book remote searchesJulius Härtl2018-10-301-1/+7
* | | | Add acceptance tests for hiding download in link sharesDaniel Calviño Sánchez2018-10-303-0/+127
| |_|/ |/| |
* | | Merge pull request #12036 from olivermg/masterMorris Jobke2018-10-301-0/+115
|\ \ \ | |/ / |/| |
| * | Adding handling of CIDR notation to trusted_proxies for IPv4Oliver Wegner2018-10-301-0/+115
* | | Merge pull request #12052 from nextcloud/bugfix/11594/fix-setup-check-trusted...Morris Jobke2018-10-291-24/+28
|\ \ \
| * | | Update logic for forwardedForHeadersWorkingDaniel Kesselberg2018-10-251-24/+28
| | |/ | |/|
* | | Merge pull request #12019 from nextcloud/icons-svg-api-fixesJohn Molakvoæ2018-10-291-2/+2
|\ \ \
| * | | Fix testsJulius Härtl2018-10-291-2/+2
* | | | Move acceptance tests that crash the PHP built-in server to ApacheDaniel Calviño Sánchez2018-10-293-0/+30
* | | | Link the default Apache directory to the Nextcloud server in all runnersDaniel Calviño Sánchez2018-10-292-4/+4
* | | | Extract acceptance tests for tags to their own feature fileDaniel Calviño Sánchez2018-10-292-88/+89
|/ / /
* / / Move the browser window of an actor to the foreground when acting as himDaniel Calviño Sánchez2018-10-262-0/+17
|/ /
* / Keep list of icons in a separate file for use in the accessibility appJulius Härtl2018-10-252-8/+10
|/
* skip already decrypted files on decrypt all commandBjoern Schiessle2018-10-241-10/+31
* Merge pull request #11396 from nextcloud/wellknown-webfingerMorris Jobke2018-10-241-0/+1
|\
| * adding .well-known/webfingerMaxence Lange2018-10-101-0/+1
* | Merge pull request #11847 from iPaat/Fix/DeleteCookiesThroughClearSiteDataMorris Jobke2018-10-231-2/+2
|\ \