aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* Mock loggerRoeland Jago Douma2016-07-111-3/+3
|
* Fix phpunit-5.4 wargningRoeland Jago Douma2016-07-1113-116/+185
| | | | | * getMock is deprecated. * \PDOStatement mocking fails hard on phpunit 4.8
* Correction is no longer required in php7Roeland Jago Douma2016-07-081-1/+1
|
* Fix phpunit Trait warningRoeland Jago Douma2016-07-081-1/+1
|
* Merge pull request #314 from jernst/masterLukas Reschke2016-07-071-1/+30
|\ | | | | Allow wildcard * to be used in trusted domains
| * Disallow certain malformed domain names even if they match the trusted ↵Johannes Ernst2016-07-061-0/+4
| | | | | | | | | | | | domain expression Stricter checking for valid domain names
| * Trusted domain wildcard checking made shorter, supporting multiple *Johannes Ernst2016-07-061-1/+26
| | | | | | | | Added test cases
* | Revert "occ web executor (#24957)"Morris Jobke2016-07-071-143/+0
| | | | | | | | This reverts commit 854352d9a064a1e469ede207493bce44fd41d96c.
* | Merge branch 'master' into sync-masterMorris Jobke2016-07-0711-37/+100
|\|
| * Changed name of default logfile from owncloud.log to nextcloud.log.Thomas Pulzer2016-07-043-6/+6
| |
| * Merge remote-tracking branch 'upstream/master' into master-sync-upstreamLukas Reschke2016-07-018-4/+1603
| |\
| * | Set content-type to "application/octet-stream"Lukas Reschke2016-06-301-1/+5
| | | | | | | | | | | | Some browsers such as Firefox on Microsoft Windows otherwise do offer to open the file directly which is kinda silly.
| * | Merge pull request #206 from nextcloud/ci-mysqlMorris Jobke2016-06-301-0/+8
| |\ \ | | | | | | | | Add mysql job to CI
| | * | mysql only works with 3 byte UTF-8Morris Jobke2016-06-291-0/+8
| | | |
| * | | Merge remote-tracking branch 'upstream/master' into master-sync-upstreamLukas Reschke2016-06-273-18/+117
| |\ \ \
| * | | | verify user password on changeBjoern Schiessle2016-06-271-1/+46
| | | | |
| * | | | remove old hook, no longer neededBjoern Schiessle2016-06-271-19/+16
| | | | |
| * | | | check password for link sharesBjoern Schiessle2016-06-271-6/+14
| | | | |
| * | | | Merge remote-tracking branch 'upstream/master' into master-upstream-syncLukas Reschke2016-06-264-107/+338
| |\ \ \ \ | | |_|/ / | |/| | |
| * | | | Merge remote-tracking branch 'upstream/master' into master-sync-upstreamLukas Reschke2016-06-216-7/+313
| |\ \ \ \
| * | | | | fix unit testsMorris Jobke2016-06-201-3/+3
| | | | | |
| * | | | | Merge branch 'master' of https://github.com/owncloud/core into downstream-160614Arthur Schiwon2016-06-141-3/+24
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'master' of https://github.com/owncloud/core into downstream-160611Arthur Schiwon2016-06-114-8/+514
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge pull request #19 from nextcloud/files-dropLukas Reschke2016-06-101-1/+0
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | add "hide file list" option
| | * | | | | | | add hide file list optionBjoern Schiessle2016-06-091-1/+0
| | | | | | | | |
| * | | | | | | | Downstream 2016-06-09Arthur Schiwon2016-06-099-56/+317
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'master' of https://github.com/owncloud/core into downstream-160609
| * | | | | | | | | Revert "Downstream 2016-06-08"blizzz2016-06-096-173/+24
| | |/ / / / / / / | |/| | | | | | |
| * | | | | | | | Allow to cancel 2FA after loginJoas Schilling2016-06-091-4/+17
| | | | | | | | |
| * | | | | | | | dissalow symlinks in local storages that point outside the datadirRobin Appelman2016-06-091-0/+31
| | | | | | | | |
| * | | | | | | | Allow to decrypt user '0' files onlyJoas Schilling2016-06-091-12/+23
| | | | | | | | |
| * | | | | | | | do not generate device token if 2FA is enable for userChristoph Wurst2016-06-091-7/+33
| | | | | | | | |
| * | | | | | | | Do not allow to store boolean configs, they behave unexpected on postgresJoas Schilling2016-06-091-0/+19
| | | | | | | | |
| * | | | | | | | allow deleting "ghost files" trough the View and Node apiRobin Appelman2016-06-091-1/+50
| | | | | | | | |
| * | | | | | | | skip failing testsMorris Jobke2016-06-073-0/+5
| | | | | | | | |
* | | | | | | | | Set content type when downloading log file to force download in some ↵Vincent Petry2016-07-061-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | browsers (#25382)
* | | | | | | | | fix swift primary object store test (#25281)Thomas Müller2016-07-052-1/+55
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Wait for socket to be open * Fix call on null * Allow DB access for MountProviderTest Makes unit tests pass when using object store, since their FS access is actually oc_filecache DB access. It is currently not possible to mock or bypass the logic from "SharedMount::verifyMountPoint()" triggered by this test.
* | | | | | | | | Merge pull request #25276 from owncloud/delete-own-session-tokenVincent Petry2016-07-011-5/+36
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ |/| | | | | | | | prevent users from deleting their own session token
| * | | | | | | | prevent users from deleting their own session tokenChristoph Wurst2016-06-281-5/+36
| | | | | | | | |
* | | | | | | | | Various database migration fixes (#25209)Thomas Müller2016-06-297-3/+1599
|/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * String columns with a length higher then 4000 are converted into a CLOB columns automagically - we have to respect this when migrating * Adding schema migration tests to prevent unnecessary and non-sense migration steps Fix Oracle autoincrement and unsigned handling * Fix sqlite integer type for autoincrement * Use lower case table names - fixes pg * Fix postgres with default -1 - this only affect pg 9.4 servers - 9.5 seems to work fine
* | | | | | | / Login hooks (#25260)Christoph Wurst2016-06-271-1/+4
| |_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * fix login hooks * adjust user session tests * fix login return value of successful token logins * trigger preLogin hook earlier; extract method 'loginWithPassword' * call postLogin hook earlier; add PHPDoc
* | | | | | | Merge pull request #25250 from owncloud/linkshare-includedeletewithuploadpermsVincent Petry2016-06-272-18/+87
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Add explicit delete permission to link shares
| * | | | | | | Repair step to adjust link share delete permissionsVincent Petry2016-06-241-0/+87
| | | | | | | |
| * | | | | | | Add explicit delete permission to link sharesVincent Petry2016-06-241-18/+0
| | |_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Link shares always allowed deletion, however internally the permissions were stored as 7 which lacked delete permissions. This created an inconsistency in the Webdav permissions. This fix makes sure we include delete permissions in the share permissions, which now become 15. In case a client is still passing 7 for legacy reasons, it gets converted automatically to 15.
* / | | | | | check login name when authenticating with client tokenChristoph Wurst2016-06-241-0/+30
|/ / / / / /
* | | | | | Merge pull request #25172 from owncloud/token-login-validationVincent Petry2016-06-223-107/+97
|\ \ \ \ \ \ | | | | | | | | | | | | | | Token login validation
| * | | | | | fix unit test warning/errorsChristoph Wurst2016-06-201-15/+16
| | | | | | |
| * | | | | | fix DefaultTokenMapperTestChristoph Wurst2016-06-201-0/+4
| | | | | | |
| * | | | | | fix default token provider testsChristoph Wurst2016-06-201-26/+0
| | | | | | |
| * | | | | | fix user session testsChristoph Wurst2016-06-201-73/+73
| | | | | | |
| * | | | | | use token last_activity instead of session valueChristoph Wurst2016-06-171-1/+12
| | | | | | |