Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Deprecate getEditionString() | Joas Schilling | 2016-09-06 | 3 | -16/+4 |
| | |||||
* | Merge pull request #1275 from nextcloud/OCS_forward_headers_cleanup | Morris Jobke | 2016-09-06 | 2 | -28/+85 |
|\ | | | | | Internal OCS Controller cleanup | ||||
| * | Split OCS version handling | Roeland Jago Douma | 2016-09-06 | 2 | -28/+85 |
| | | | | | | | | | | | | This cleans up a bit the OCSController/Middleware. Since the 2 versions of OCS differ a bit. Moved a lot of stuff internal since it is of no concern to the outside. | ||||
* | | Fix getMock share | Roeland Jago Douma | 2016-09-06 | 2 | -206/+219 |
| | | |||||
* | | Fix getMock Avatar | Roeland Jago Douma | 2016-09-06 | 1 | -13/+17 |
| | | |||||
* | | Fix getMock Authentication | Roeland Jago Douma | 2016-09-06 | 3 | -16/+22 |
| | | |||||
* | | Fix getMock TwoFactorMiddlewareTest | Roeland Jago Douma | 2016-09-06 | 1 | -8/+14 |
|/ | |||||
* | Add FileDisplayResponse | Roeland Jago Douma | 2016-09-05 | 1 | -0/+109 |
| | | | | | A lazy implementation of the DisplayResponse that only hits the filesystem if the etag and mtime do not match. | ||||
* | Merge pull request #1158 from nextcloud/cache_avatars | Lukas Reschke | 2016-09-05 | 2 | -14/+35 |
|\ | | | | | Cache avatars | ||||
| * | Fix tests | Roeland Jago Douma | 2016-08-30 | 2 | -14/+35 |
| | | |||||
* | | Merge pull request #1259 from nextcloud/language_order | Joas Schilling | 2016-09-05 | 1 | -13/+97 |
|\ \ | | | | | | | ACCEPT_LANGUAGE goes before default_langauge | ||||
| * | | ACCEPT_LANGUAGE goes before default_langauge | Roeland Jago Douma | 2016-09-04 | 1 | -13/+97 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | See https://github.com/nextcloud/server/issues/970 Before we had 1. Users settings in personal settings 2. Admins default language settings 3. Accept-Language settings of the browser However this is not in line with https://www.w3.org/International/questions/qa-lang-priorities So this changes the order to 1. Users settings in personal settings 3. Accept-Language settings of the browser 2. Admins default language settings | ||||
* | | | Fix AppTest and intergration test | Roeland Jago Douma | 2016-09-05 | 1 | -2/+7 |
| | | | |||||
* | | | increase core version number to trigger db ugprade and fix app manager tests | Christoph Wurst | 2016-09-05 | 1 | -2/+14 |
| | | | |||||
* | | | add 2fa backup codes app | Christoph Wurst | 2016-09-05 | 2 | -12/+91 |
|/ / | | | | | | | | | * add backup codes app unit tests * add integration tests for the backup codes app | ||||
* | | Merge pull request #1221 from nextcloud/proper_204_304_response | Morris Jobke | 2016-09-01 | 1 | -1/+28 |
|\ \ | | | | | | | No body or content-length for 204 and 304 responses | ||||
| * | | No body or content-length for 204 and 304 responses | Roeland Jago Douma | 2016-08-31 | 1 | -1/+28 |
| | | | | | | | | | | | | See: https://tools.ietf.org/html/rfc7230#section-3.3 | ||||
* | | | Merge pull request #1227 from nextcloud/improve-tests | Joas Schilling | 2016-09-01 | 1 | -15/+0 |
|\ \ \ | | | | | | | | | Improve tests | ||||
| * | | | Remove unneeded Windows logic | Morris Jobke | 2016-09-01 | 1 | -15/+0 |
| |/ / | |||||
* / / | Fix depreccated getMock in Core/Command tests | Roeland Jago Douma | 2016-09-01 | 22 | -90/+167 |
|/ / | |||||
* | | Merge pull request #1188 from nextcloud/2fa-redirect-default-app | Lukas Reschke | 2016-08-31 | 1 | -15/+11 |
|\ \ | | | | | | | redirect to default app after solving the 2FA challenge | ||||
| * | | check same URL in unit tests | Christoph Wurst | 2016-08-30 | 1 | -11/+12 |
| | | | |||||
| * | | redirect to default app after solving the 2FA challenge | Christoph Wurst | 2016-08-30 | 1 | -6/+1 |
| |/ | |||||
* | | Merge pull request #797 from nextcloud/only-match-for-auth-cookie | Joas Schilling | 2016-08-31 | 1 | -1/+77 |
|\ \ | | | | | | | Match only for actual session cookie | ||||
| * | | Match only for actual session cookie | Lukas Reschke | 2016-08-09 | 1 | -1/+77 |
| | | | | | | | | | | | | OVH has implemented load balancing in a very questionable way where the reverse proxy actually internally adds some cookies which would trigger a security exception. To work around this, this change only checks for the session cookie. | ||||
* | | | Merge pull request #608 from nextcloud/small-encryption-improvement | Joas Schilling | 2016-08-31 | 1 | -3/+14 |
|\ \ \ | | | | | | | | | skip shared files, if files get decrypted only for a specific user we… | ||||
| * | | | skip shared files, if files get decrypted only for a specific user we ↵ | Bjoern Schiessle | 2016-07-27 | 1 | -3/+14 |
| | | | | | | | | | | | | | | | | shouldn't touch files owned by a different user. | ||||
* | | | | Merge pull request #1087 from nextcloud/get-delay-twice | Lukas Reschke | 2016-08-30 | 1 | -6/+6 |
|\ \ \ \ | |_|_|/ |/| | | | dont get bruteforce delay twice | ||||
| * | | | dont get bruteforce delay twice | Robin Appelman | 2016-08-29 | 1 | -6/+6 |
| | | | | |||||
* | | | | Merge pull request #1172 from nextcloud/core_cleanup | Morris Jobke | 2016-08-30 | 2 | -10/+12 |
|\ \ \ \ | | | | | | | | | | | Core controller cleanup | ||||
| * | | | | AvatarController use proper JSONResponse | Roeland Jago Douma | 2016-08-29 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | * Do not rely on DataResponse magic. We want JSON so use JSON * Fix tests | ||||
| * | | | | Minor cleanup in core Controllers | Roeland Jago Douma | 2016-08-29 | 1 | -7/+9 |
| | | | | | |||||
* | | | | | Merge pull request #891 from nextcloud/us_25810 | Morris Jobke | 2016-08-30 | 1 | -43/+168 |
|\ \ \ \ \ | | | | | | | | | | | | | [OC] Fix unmerged shares repair targetdecision | ||||
| * | | | | | Improve regexp to detect duplicate folders when repairing unmerged shares | Vincent Petry | 2016-08-17 | 1 | -34/+68 |
| | | | | | | |||||
| * | | | | | Fix unmerged shares repair with mixed group and direct shares | Vincent Petry | 2016-08-17 | 1 | -1/+44 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Whenever a group share is created after a direct share, the stime order needs to be properly considered in the repair routine, considering that the direct user share is appended to the $subShares array and breaking its order. | ||||
| * | | | | | Improve file_target finding logic when repairing unmerged shares | Vincent Petry | 2016-08-17 | 1 | -9/+57 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Pick the most recent subshare that has no parenthesis from duplication which should match whichever name the user picked last. If all subshares have duplicate parenthesis names, use the least recent group share's target instead. | ||||
* | | | | | | redirect to 2fa provider if there's only one active for the user | Christoph Wurst | 2016-08-29 | 1 | -1/+75 |
| |/ / / / |/| | | | | |||||
* | | | | | always return numeric storage id as int, also check type equality in test ↵ | Jörn Friedrich Dreyer | 2016-08-29 | 1 | -29/+15 |
| |/ / / |/| | | | | | | | | | | | asserts | ||||
* | | | | Merge pull request #1054 from nextcloud/less-cache-hits | Lukas Reschke | 2016-08-27 | 1 | -0/+1 |
|\ \ \ \ | | | | | | | | | | | Reduce the number of cache operations for dav operations | ||||
| * | | | | cache user folders | Robin Appelman | 2016-08-25 | 1 | -0/+1 |
| | | | | | |||||
* | | | | | Merge pull request #1058 from nextcloud/avatarController_cleanup | Lukas Reschke | 2016-08-27 | 1 | -62/+83 |
|\ \ \ \ \ | | | | | | | | | | | | | Avatar controller cleanup | ||||
| * | | | | | AvatarController cleanup | Roeland Jago Douma | 2016-08-25 | 1 | -62/+83 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Use all DI components * Let the AppFramework resolve the AvatarController * Update unit tests * Unit tests no longer require DB | ||||
* | | | | | | Merge pull request #1031 from nextcloud/2fa-infinite-redirect-loop | Joas Schilling | 2016-08-26 | 2 | -4/+43 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | prevent infinite redirect loops if the there is no 2fa provider to pass | ||||
| * | | | | | | prevent infinite redirect loops if the there is no 2fa provider to pass | Christoph Wurst | 2016-08-24 | 2 | -4/+43 |
| | |/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This fixes infinite loops that are caused whenever a user is about to solve a 2FA challenge, but the provider app is disabled at the same time. Since the session value usually indicates that the challenge needs to be solved before we grant access we have to remove that value instead in this special case. | ||||
* | | | | | | Merge pull request #1069 from nextcloud/l10ntest_nodb | Joas Schilling | 2016-08-25 | 2 | -8/+16 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | L10N tests do not require DB | ||||
| * | | | | | | L10N tests do not require DB | Roeland Jago Douma | 2016-08-25 | 2 | -8/+16 |
| | |/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | * Makes CI a bit more efficient * Cleanup getMock warning | ||||
* / | | | | | CappedMemoryCacheTest does not require DB | Roeland Jago Douma | 2016-08-25 | 1 | -2/+0 |
|/ / / / / | | | | | | | | | | | | | | | | Makes CI a bit more efficient | ||||
* | | | | | Merge pull request #1024 from ↵ | Lukas Reschke | 2016-08-24 | 2 | -18/+38 |
|\ \ \ \ \ | |/ / / / |/| | | | | | | | | | | | | | | nextcloud/remove-password-reset-link-after-successful-login Remove "password reset token" after successful login | ||||
| * | | | | Move the reset token to core app | Joas Schilling | 2016-08-23 | 2 | -21/+21 |
| | | | | | |||||
| * | | | | Remove "password reset token" after successful login | Joas Schilling | 2016-08-23 | 1 | -0/+20 |
| | | | | |