Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [stable9.1] Adding certificate revocation list and validate if the app ↵ | Vincent Petry | 2016-07-13 | 1 | -8/+64 |
| | | | | | | | | certificate is revoked (#25468) * Adding certificate revocation list and validate if the app certificate is revoked * Check integrity of a signed app in any case on installation | ||||
* | 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 |
| | | |||||
* | | 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 | ||||
* | | Add repair step to clean old calendar/contact shares | Roeland Jago Douma | 2016-06-09 | 1 | -0/+160 |
| | | | | | | | | fixes #21889 | ||||
* | | 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 #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 #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 |
| |/ / | |||||
* / / | allow deleting "ghost files" trough the View and Node api | Robin Appelman | 2016-06-03 | 1 | -1/+50 |
|/ / | |||||
* | | Fix TestCase::invokePrivate to work with static classes | Vincent Petry | 2016-06-01 | 1 | -1/+6 |
| | | |||||
* | | Add keepUnicode value in the cache key of normalizedPathCache | Vincent Petry | 2016-06-01 | 1 | -0/+27 |
|/ | |||||
* | Create session tokens for apache auth users | Christoph Wurst | 2016-05-31 | 2 | -0/+49 |
| | |||||
* | Merge pull request #24628 from owncloud/decryptall-checkifneedsprocessing | Vincent Petry | 2016-05-31 | 1 | -3/+4 |
|\ | | | | | [decrypt_all] Check if file needs to decrypted or not for speed up large oc setups. | ||||
| * | fix unit tests | Björn Schießle | 2016-05-30 | 1 | -3/+4 |
| | | |||||
* | | Fix for #23066 (#24689) | Torben Dannhauer | 2016-05-31 | 1 | -1/+5 |
|/ | |||||
* | One more PSR-4 fix (#24852) | Joas Schilling | 2016-05-26 | 1 | -6/+6 |
| | |||||
* | Move Test\Files\Storage\Wrapper\EncodingTest to PSR-4 | Joas Schilling | 2016-05-25 | 1 | -1/+1 |
| |