Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | Fix getMock user_ldap | Roeland Jago Douma | 2016-09-06 | 9 | -84/+128 |
| | |||||
* | Fix getMock files_versions | Roeland Jago Douma | 2016-09-06 | 1 | -1/+2 |
| | |||||
* | Fix getMock files_trashbin | Roeland Jago Douma | 2016-09-06 | 2 | -3/+5 |
| | |||||
* | Fix getMock files | Roeland Jago Douma | 2016-09-06 | 3 | -7/+12 |
| | |||||
* | Fix getMock files_sharing | Roeland Jago Douma | 2016-09-06 | 1 | -5/+7 |
| | |||||
* | Fix getMock files_external | Roeland Jago Douma | 2016-09-06 | 10 | -34/+59 |
| | |||||
* | Fix getMock encryption | Roeland Jago Douma | 2016-09-06 | 12 | -24/+54 |
| | |||||
* | Use PHPUnit 5.5.4 | Roeland Jago Douma | 2016-09-06 | 1 | -7/+7 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2016-09-06 | 24 | -40/+104 |
| | |||||
* | Merge pull request #1121 from nextcloud/avatar_304 | Lukas Reschke | 2016-09-05 | 5 | -8/+184 |
|\ | | | | | Proper 304 response | ||||
| * | Update autoloader | Roeland Jago Douma | 2016-09-05 | 2 | -0/+2 |
| | | |||||
| * | Move AvatarController over to FileDisplayResponse | Roeland Jago Douma | 2016-09-05 | 1 | -8/+3 |
| | | |||||
| * | Add FileDisplayResponse | Roeland Jago Douma | 2016-09-05 | 2 | -0/+179 |
|/ | | | | | 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 | 12 | -36/+133 |
|\ | | | | | Cache avatars | ||||
| * | Fix tests | Roeland Jago Douma | 2016-08-30 | 2 | -14/+35 |
| | | |||||
| * | Cache avatars properly | Roeland Jago Douma | 2016-08-30 | 10 | -22/+98 |
| | | | | | | | | | | * Set proper caching headers for avatars (15 minutes) * For our own avatar use some extra logic to invalidate when we update | ||||
* | | Merge pull request #1271 from nextcloud/fix-docs-for-notifications | Joas Schilling | 2016-09-05 | 3 | -7/+0 |
|\ \ | | | | | | | Null !== void, those methods are void | ||||
| * | | Null !== void, those methods are void | Joas Schilling | 2016-09-05 | 3 | -7/+0 |
| | | | |||||
* | | | Merge pull request #1270 from ↵ | Morris Jobke | 2016-09-05 | 1 | -4/+1 |
|\ \ \ | | | | | | | | | | | | | | | | | nextcloud/issue-1265-always-use-js-console-when-available Always use the js console when available | ||||
| * | | | Always use the js console when available | Joas Schilling | 2016-09-05 | 1 | -4/+1 |
| |/ / | |||||
* | | | Merge pull request #1259 from nextcloud/language_order | Joas Schilling | 2016-09-05 | 5 | -33/+162 |
|\ \ \ | | | | | | | | | ACCEPT_LANGUAGE goes before default_langauge | ||||
| * | | | Autoloader update | Roeland Jago Douma | 2016-09-04 | 2 | -0/+2 |
| | | | | |||||
| * | | | ACCEPT_LANGUAGE goes before default_langauge | Roeland Jago Douma | 2016-09-04 | 3 | -33/+160 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | ||||
* | | | | Merge pull request #1171 from nextcloud/2fa-backup-codes | Marius Blüm | 2016-09-05 | 33 | -22/+1510 |
|\ \ \ \ | | | | | | | | | | | add 2fa backup codes app | ||||
| * | | | | Fix AppTest and intergration test | Roeland Jago Douma | 2016-09-05 | 2 | -2/+8 |
| | | | | | |||||
| * | | | | increase core version number to trigger db ugprade and fix app manager tests | Christoph Wurst | 2016-09-05 | 2 | -3/+15 |
| | | | | | |||||
| * | | | | add 2fa backup codes app | Christoph Wurst | 2016-09-05 | 29 | -17/+1487 |
| | |/ / | |/| | | | | | | | | | | | | | | * add backup codes app unit tests * add integration tests for the backup codes app | ||||
* | | | | Merge pull request #1269 from nextcloud/deprecate_ocs_response | Lukas Reschke | 2016-09-05 | 1 | -2/+3 |
|\ \ \ \ | | | | | | | | | | | Deprecate OCSRespone | ||||
| * | | | | Deprecate OCSRespone | Roeland Jago Douma | 2016-09-05 | 1 | -2/+3 |
| |/ / / | | | | | | | | | | | | | | | | | The OCSResponse should not be used by apps. They should extend the OCSController and use normal DataResponses instead. | ||||
* | | | | Merge pull request #1268 from nextcloud/fix_1260 | Morris Jobke | 2016-09-05 | 1 | -1/+1 |
|\ \ \ \ | |/ / / |/| | | | Use proper ALTER ROLE syntax | ||||
| * | | | Use proper ALTER ROLE syntax | Roeland Jago Douma | 2016-09-05 | 1 | -1/+1 |
|/ / / | | | | | | | | | | | | | | | | Fixes #1260 See https://www.postgresql.org/docs/9.0/static/sql-alterrole.html | ||||
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2016-09-05 | 46 | -22/+202 |
| | | | |||||
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2016-09-04 | 44 | -156/+430 |
|/ / | |||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2016-09-03 | 30 | -104/+304 |
| | | |||||
* | | Merge pull request #1225 from nextcloud/allow-to-validate-password-policy | Roeland Jago Douma | 2016-09-02 | 1 | -3/+9 |
|\ \ | | | | | | | Allow to validate the password_policy app | ||||
| * | | Allow to validate the password_policy app | Joas Schilling | 2016-09-01 | 1 | -3/+9 |
| | | | |||||
* | | | Merge pull request #1246 from nextcloud/federation_dead_code | Lukas Reschke | 2016-09-02 | 1 | -34/+0 |
|\ \ \ | | | | | | | | | Remove dead OCS register code | ||||
| * | | | Remove dead OCS register code | Roeland Jago Douma | 2016-09-02 | 1 | -34/+0 |
|/ / / | |||||
* | | | Merge pull request #1239 from nextcloud/cache_info_parsing | Morris Jobke | 2016-09-02 | 1 | -2/+11 |
|\ \ \ | | | | | | | | | Cache parsing of info.xml | ||||
| * | | | Cache parsing of info.xml | Roeland Jago Douma | 2016-09-02 | 1 | -2/+11 |
|/ / / | |||||
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2016-09-02 | 42 | -0/+108 |
| | | | |||||
* | | | Merge pull request #1221 from nextcloud/proper_204_304_response | Morris Jobke | 2016-09-01 | 2 | -6/+42 |
|\ \ \ | | | | | | | | | 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 | 2 | -6/+42 |
| | | | | | | | | | | | | | | | | See: https://tools.ietf.org/html/rfc7230#section-3.3 | ||||
* | | | | Merge pull request #1194 from nextcloud/card-caldav-check-exists | Joas Schilling | 2016-09-01 | 6 | -16/+49 |
|\ \ \ \ | | | | | | | | | | | more efficient check if addressbook and calendar exists for user | ||||
| * | | | | more efficient check if addressbook and calendar exists for user | Robin Appelman | 2016-08-31 | 6 | -16/+49 |
| | | | | | |||||
* | | | | | Merge pull request #1219 from coderkun/issue-1110-tabindex | Roeland Jago Douma | 2016-09-01 | 1 | -5/+5 |
|\ \ \ \ \ | | | | | | | | | | | | | Add attribute “tabindex” to login form (fixes #1110) |