Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix swift primary object store test (#25281) | Thomas Müller | 2016-07-05 | 2 | -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-token | Vincent Petry | 2016-07-01 | 1 | -5/+36 |
|\ | | | | | prevent users from deleting their own session token | ||||
| * | prevent users from deleting their own session token | Christoph Wurst | 2016-06-28 | 1 | -5/+36 |
| | | |||||
* | | 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 #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 |
|/ | |||||
* | 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 |
| | | |||||
* | | occ web executor (#24957) | VicDeo | 2016-06-22 | 1 | -0/+143 |
| | | | | | | | | | | | | | | | | | | | | | | | | * Initial web executor * Fix PHPDoc Fix broken integration test OccControllerTests do not require database access - moch them all! Kill unused sprintf | ||||
* | | update session token password on user password change | Christoph Wurst | 2016-06-21 | 2 | -0/+98 |
| | | |||||
* | | 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 |
|/ / | |||||
* / | fail hard if 2fa provider can not be loaded (#25061) | Christoph Wurst | 2016-06-13 | 1 | -3/+24 |
|/ | |||||
* | 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 | ||||
* | | Merge pull request #25025 from owncloud/clear_old_calendar_shares | Vincent Petry | 2016-06-10 | 1 | -0/+160 |
|\ \ | | | | | | | Add repair step to clean old calendar shares | ||||
| * | | Add repair step to clean old calendar/contact shares | Roeland Jago Douma | 2016-06-09 | 1 | -0/+160 |
| | | | | | | | | | | | | fixes #21889 | ||||
* | | | Do not leak the login name - fixes #25047 | Thomas Müller | 2016-06-09 | 1 | -8/+40 |
|/ / | |||||
* | | Merge pull request #24973 from owncloud/token-password-session-token | Vincent Petry | 2016-06-09 | 1 | -24/+135 |
|\ \ | | | | | | | When creating a session token, make sure it's the login password and … | ||||
| * | | When creating a session token, make sure it's the login password and not a ↵ | Christoph Wurst | 2016-06-08 | 1 | -24/+135 |
| | | | | | | | | | | | | device token | ||||
* | | | Merge pull request #24826 from owncloud/cors-client-login | Vincent Petry | 2016-06-09 | 1 | -5/+6 |
|\ \ \ | | | | | | | | | use client login method on CORS routes | ||||
| * | | | use client login method on CORS routes | Christoph Wurst | 2016-06-08 | 1 | -5/+6 |
| |/ / | |||||
* / / | Do not log token or challenge with exception stacktrace (#25026) | Joas Schilling | 2016-06-08 | 1 | -3/+3 |
|/ / | | | | | | | | | | | * Make the filtering better readable * Add some more methods to the sensitive list | ||||
* | | Merge pull request #25011 from owncloud/issue-24745-allow-to-cancel-2fa | Vincent Petry | 2016-06-08 | 1 | -4/+17 |
|\ \ | | | | | | | Allow to cancel 2FA after login | ||||
| * | | Allow to cancel 2FA after login | Joas Schilling | 2016-06-07 | 1 | -4/+17 |
| | | | |||||
* | | | Merge pull request #24899 from owncloud/local-storage-symlinks | Vincent Petry | 2016-06-08 | 1 | -0/+31 |
|\ \ \ | | | | | | | | | dissalow symlinks in local storages that point outside the datadir | ||||
| * | | | dissalow symlinks in local storages that point outside the datadir | Robin Appelman | 2016-06-07 | 1 | -0/+31 |
| |/ / | |||||
* | | | Merge pull request #24983 from ↵ | Vincent Petry | 2016-06-08 | 1 | -0/+19 |
|\ \ \ | | | | | | | | | | | | | | | | | owncloud/issue-23776-do-not-allow-boolean-user-config Do not allow to store boolean configs, they behave unexpected on postgres | ||||
| * | | | Do not allow to store boolean configs, they behave unexpected on postgres | Joas Schilling | 2016-06-06 | 1 | -0/+19 |
| | | | | |||||
* | | | | Merge pull request #24991 from owncloud/2fa-do-not-generate-token | Vincent Petry | 2016-06-08 | 1 | -7/+33 |
|\ \ \ \ | | | | | | | | | | | do not generate device token if 2FA is enable for user | ||||
| * | | | | do not generate device token if 2FA is enable for user | Christoph Wurst | 2016-06-07 | 1 | -7/+33 |
| |/ / / | |||||
* | | | | Merge pull request #24998 from owncloud/issue-24994-allow-decrypting-user-0-only | Vincent Petry | 2016-06-08 | 1 | -12/+23 |
|\ \ \ \ | |_|/ / |/| | | | Allow to decrypt user '0' files only | ||||
| * | | | Allow to decrypt user '0' files only | Joas Schilling | 2016-06-07 | 1 | -12/+23 |
| |/ / |