summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
| * | Parse multiple navigation itemsDaniel Kesselberg2019-02-226-13/+353
* | | Search sharees on lookup server when explicitly requested by userChristoph Wurst2019-02-261-5/+5
* | | Merge pull request #14385 from nextcloud/feature/noid/add-event-to-allow-to-f...Joas Schilling2019-02-261-3/+9
|\ \ \
| * | | Add an event to the Autocomplete Controller to allow to filter the resultsJoas Schilling2019-02-261-3/+9
* | | | Move comments to webpackRoeland Jago Douma2019-02-261-11/+1
|/ / /
* | | Merge pull request #14198 from nextcloud/bugfix/8647-exclude-file-name-patternsMorris Jobke2019-02-261-0/+94
|\ \ \
| * | | Use more precise regexDaniel Kesselberg2019-02-141-2/+2
| * | | Apply code style fixes from owncloud, revert regexDaniel Kesselberg2019-02-141-25/+27
| * | | Fix test caseRomain Rivière2019-02-141-2/+2
| * | | Exclude file name patterns; ignore gentoo webapp filesRomain Rivière2019-02-141-0/+92
* | | | allow group backends to mark that a group should now be shown in search dialogsRobin Appelman2019-02-251-1/+18
* | | | Login flow V2Roeland Jago Douma2019-02-251-0/+321
| |/ / |/| |
* | | Merge pull request #14066 from nextcloud/feature/noid/casted-system-valuesJoas Schilling2019-02-222-2/+2
|\ \ \
| * | | Fix unit testsJoas Schilling2019-02-222-2/+2
* | | | Use contacts instead of logreaderDaniel Kesselberg2019-02-191-3/+3
* | | | Add install logic for enable commandDaniel Kesselberg2019-02-191-3/+3
* | | | Strict Types, Return TypesDaniel Kesselberg2019-02-192-4/+9
* | | | Disable multiple apps at onceDaniel Kesselberg2019-02-191-0/+84
* | | | Enable multiple apps at onceDaniel Kesselberg2019-02-191-0/+89
|/ / /
* | | Merge pull request #14263 from nextcloud/publish-activity-app-tokenRoeland Jago Douma2019-02-192-2/+32
|\ \ \
| * | | Emit event if app password createdDaniel Kesselberg2019-02-182-50/+23
| * | | Publish activity for app token created by client login flowDaniel Kesselberg2019-02-171-1/+35
| * | | Publish activity for app token created by ocs apiDaniel Kesselberg2019-02-171-1/+24
* | | | Merge pull request #14261 from nextcloud/show-warning-if-x-forwarded-set-with...Morris Jobke2019-02-191-8/+33
|\ \ \ \
| * | | | Warning if x-forwarded-host present but trusted_proxies emptyDaniel Kesselberg2019-02-171-8/+33
* | | | | Merge pull request #14194 from nextcloud/bugfix/noid/correctly-determinate-ow...Morris Jobke2019-02-191-16/+30
|\ \ \ \ \
| * | | | | Correctly determinate the owner in case of shared external storagesJoas Schilling2019-02-181-16/+30
| | |/ / / | |/| | |
* | | | | Merge pull request #14218 from nextcloud/enh/files_sharing_to_webpackRoeland Jago Douma2019-02-191-3/+1
|\ \ \ \ \
| * | | | | Move files_sharing additionalscripts over to webpackRoeland Jago Douma2019-02-151-3/+1
| |/ / / /
* / / / / Use CountWrapper instead of almost identical CountReadStreamRoeland Jago Douma2019-02-151-49/+0
|/ / / /
* | | | Merge pull request #14167 from nextcloud/techdebt/noid/update-php-parser-for-...Roeland Jago Douma2019-02-141-2/+2
|\ \ \ \
| * | | | Fix AsyncBusTestsRoeland Jago Douma2019-02-141-2/+2
* | | | | Merge pull request #14186 from nextcloud/enh/systemtags_to_webpackRoeland Jago Douma2019-02-141-12/+1
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Update testsRoeland Jago Douma2019-02-141-12/+1
* | | | | Merge pull request #13995 from nextcloud/feature/dont-call-get-repair-stepsRoeland Jago Douma2019-02-141-9/+15
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Fix unit testDaniel Kesselberg2019-02-131-9/+15
| | |/ / | |/| |
* | | | Merge pull request #14160 from nextcloud/update-crlMorris Jobke2019-02-141-40/+40
|\ \ \ \ | |_|/ / |/| | |
| * | | Update CRL to contain revoked files_external_dropbox, passman & paybackMorris Jobke2019-02-141-40/+40
* | | | Merge pull request #14170 from nextcloud/feature/update-app-password-activityRoeland Jago Douma2019-02-131-4/+94
|\ \ \ \
| * | | | Add test cases for rename / grant / revokeDaniel Kesselberg2019-02-131-4/+94
| | |/ / | |/| |
* / | | Move of files_versions to webpackRoeland Jago Douma2019-02-131-13/+2
|/ / /
* / / Fix the thorrtler whitelist bitmaskRoeland Jago Douma2019-02-111-0/+29
|/ /
* | Merge pull request #13097 from nextcloud/feature/11319/where-is-your-dataMorris Jobke2019-02-112-3/+103
|\ \
| * | Move server info to theming sectionMichael Weimann2019-01-142-4/+10
| * | Implement storing and loading the server infoMichael Weimann2019-01-141-0/+94
* | | Merge pull request #13702 from nextcloud/feature/6717/rename-app-passwordsRoeland Jago Douma2019-02-081-7/+8
|\ \ \
| * | | Don't update token if current session tokenDaniel Kesselberg2019-02-021-3/+2
| * | | Add canRename & name to testsDaniel Kesselberg2019-02-021-5/+7
* | | | Merge pull request #13748 from nextcloud/cache-insert-eventMorris Jobke2019-02-071-10/+20
|\ \ \ \
| * | | | adjust testsRobin Appelman2019-02-071-10/+20
| |/ / /