Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Mock logger | Roeland Jago Douma | 2016-07-11 | 1 | -3/+3 |
| | |||||
* | Fix phpunit-5.4 wargning | Roeland Jago Douma | 2016-07-11 | 13 | -116/+185 |
| | | | | | * getMock is deprecated. * \PDOStatement mocking fails hard on phpunit 4.8 | ||||
* | Correction is no longer required in php7 | Roeland Jago Douma | 2016-07-08 | 1 | -1/+1 |
| | |||||
* | Fix phpunit Trait warning | Roeland Jago Douma | 2016-07-08 | 1 | -1/+1 |
| | |||||
* | Disallow certain malformed domain names even if they match the trusted ↵ | Johannes Ernst | 2016-07-06 | 1 | -0/+4 |
| | | | | | | domain expression Stricter checking for valid domain names | ||||
* | Trusted domain wildcard checking made shorter, supporting multiple * | Johannes Ernst | 2016-07-06 | 1 | -1/+26 |
| | | | | Added test cases | ||||
* | Changed name of default logfile from owncloud.log to nextcloud.log. | Thomas Pulzer | 2016-07-04 | 1 | -1/+1 |
| | |||||
* | Merge remote-tracking branch 'upstream/master' into master-sync-upstream | Lukas Reschke | 2016-07-01 | 8 | -4/+1603 |
|\ | |||||
| * | Various database migration fixes (#25209) | Thomas Müller | 2016-06-29 | 7 | -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 Wurst | 2016-06-27 | 1 | -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 #206 from nextcloud/ci-mysql | Morris Jobke | 2016-06-30 | 1 | -0/+8 |
|\ \ | | | | | | | Add mysql job to CI | ||||
| * | | mysql only works with 3 byte UTF-8 | Morris Jobke | 2016-06-29 | 1 | -0/+8 |
| | | | |||||
* | | | Merge remote-tracking branch 'upstream/master' into master-sync-upstream | Lukas Reschke | 2016-06-27 | 3 | -18/+117 |
|\ \ \ | | |/ | |/| | |||||
| * | | Merge pull request #25250 from owncloud/linkshare-includedeletewithuploadperms | Vincent Petry | 2016-06-27 | 2 | -18/+87 |
| |\ \ | | | | | | | | | Add explicit delete permission to link shares | ||||
| | * | | Repair step to adjust link share delete permissions | Vincent Petry | 2016-06-24 | 1 | -0/+87 |
| | | | | |||||
| | * | | Add explicit delete permission to link shares | Vincent Petry | 2016-06-24 | 1 | -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 token | Christoph Wurst | 2016-06-24 | 1 | -0/+30 |
| |/ / | |||||
* | | | verify user password on change | Bjoern Schiessle | 2016-06-27 | 1 | -1/+46 |
| | | | |||||
* | | | remove old hook, no longer needed | Bjoern Schiessle | 2016-06-27 | 1 | -19/+16 |
| | | | |||||
* | | | check password for link shares | Bjoern Schiessle | 2016-06-27 | 1 | -6/+14 |
| | | | |||||
* | | | Merge remote-tracking branch 'upstream/master' into master-upstream-sync | Lukas Reschke | 2016-06-26 | 3 | -107/+195 |
|\| | | |/ |/| | |||||
| * | Merge pull request #25172 from owncloud/token-login-validation | Vincent Petry | 2016-06-22 | 3 | -107/+97 |
| |\ | | | | | | | Token login validation | ||||
| | * | fix unit test warning/errors | Christoph Wurst | 2016-06-20 | 1 | -15/+16 |
| | | | |||||
| | * | fix DefaultTokenMapperTest | Christoph Wurst | 2016-06-20 | 1 | -0/+4 |
| | | | |||||
| | * | fix default token provider tests | Christoph Wurst | 2016-06-20 | 1 | -26/+0 |
| | | | |||||
| | * | fix user session tests | Christoph Wurst | 2016-06-20 | 1 | -73/+73 |
| | | | |||||
| | * | use token last_activity instead of session value | Christoph Wurst | 2016-06-17 | 1 | -1/+12 |
| | | | |||||
| * | | update session token password on user password change | Christoph Wurst | 2016-06-21 | 2 | -0/+98 |
| | | | |||||
* | | | Merge remote-tracking branch 'upstream/master' into master-sync-upstream | Lukas Reschke | 2016-06-21 | 6 | -7/+313 |
|\| | | |||||
| * | | add PasswordLoginForbiddenException | Christoph Wurst | 2016-06-17 | 2 | -2/+33 |
| |/ | |||||
| * | assert app is loaded in unit tests | Christoph Wurst | 2016-06-16 | 1 | -0/+7 |
| | | |||||
| * | load 2FA provider apps before querying classes | Christoph Wurst | 2016-06-16 | 1 | -1/+4 |
| | | |||||
| * | Merge pull request #24415 from owncloud/optimize_sharingdisabled_for_user | Vincent Petry | 2016-06-16 | 1 | -0/+7 |
| |\ | | | | | | | Optimize isSharingDisabledForUser | ||||
| | * | Fix unit tests | Roeland Jago Douma | 2016-06-14 | 1 | -0/+7 |
| | | | |||||
| * | | Merge pull request #25075 from owncloud/fix_23265 | Vincent Petry | 2016-06-16 | 1 | -0/+194 |
| |\ \ | | | | | | | | | Remove shares of the root folder | ||||
| | * | | Remove shares of the root folder | Roeland Jago Douma | 2016-06-13 | 1 | -0/+194 |
| | | | | | | | | | | | | | | | | | | | | | | | | Fixes #23265 (A possibly costly) repair job to remove cyclic shares. | ||||
| * | | | Merge pull request #25093 from ↵ | Vincent Petry | 2016-06-15 | 1 | -3/+25 |
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | owncloud/issue-12816-clean-tags-from-deleted-users Clean up tags of deleted users | ||||
| | * | | | Clean up tags of deleted users | Joas Schilling | 2016-06-14 | 1 | -3/+25 |
| | | |/ | | |/| | |||||
| * / | | create session token only for clients that support cookies | Christoph Wurst | 2016-06-13 | 1 | -3/+45 |
| |/ / | |||||
* | | | fix unit tests | Morris Jobke | 2016-06-20 | 1 | -3/+3 |
| | | | |||||
* | | | Merge branch 'master' of https://github.com/owncloud/core into downstream-160614 | Arthur Schiwon | 2016-06-14 | 1 | -3/+24 |
|\| | | |||||
| * | | fail hard if 2fa provider can not be loaded (#25061) | Christoph Wurst | 2016-06-13 | 1 | -3/+24 |
| |/ | |||||
* | | Merge branch 'master' of https://github.com/owncloud/core into downstream-160611 | Arthur Schiwon | 2016-06-11 | 3 | -0/+474 |
|\| | |||||
| * | Merge pull request #24863 from owncloud/propagator-batching | Vincent Petry | 2016-06-10 | 1 | -0/+125 |
| |\ | | | | | | | Propagator batching for the file scanner | ||||
| | * | add tests for propagator batching | Robin Appelman | 2016-06-02 | 1 | -0/+125 |
| | | | |||||
| * | | Add not-null columns for oracle | Joas Schilling | 2016-06-10 | 1 | -0/+9 |
| | | | |||||
| * | | Repair job to fix permissions for avatars | Roeland Jago Douma | 2016-06-10 | 1 | -0/+180 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #22978 On some older installations the permissions for the userRoot and the avatars are not correct. This breaks since we now use the Node API in the avatar code. This repair job makes sure that the permissions are set correctly. * Unit tests added | ||||
| * | | Add repair step to clean old calendar/contact shares | Roeland Jago Douma | 2016-06-09 | 1 | -0/+160 |
| | | | | | | | | | | | | fixes #21889 | ||||
* | | | Merge pull request #19 from nextcloud/files-drop | Lukas Reschke | 2016-06-10 | 1 | -1/+0 |
|\ \ \ | | | | | | | | | add "hide file list" option | ||||
| * | | | add hide file list option | Bjoern Schiessle | 2016-06-09 | 1 | -1/+0 |
| | | | |