Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | Don't use special chars to avoid confusion | Roeland Jago Douma | 2018-05-22 | 2 | -1/+8 | |
| * | | | | | Rotate token | Roeland Jago Douma | 2018-05-22 | 1 | -11/+43 | |
| * | | | | | Authenticate the clients on requesting a token | Roeland Jago Douma | 2018-05-22 | 1 | -2/+45 | |
| * | | | | | Fail if the response type is not properly set | Roeland Jago Douma | 2018-05-22 | 1 | -1/+10 | |
| * | | | | | Set OAuth token expiration | Roeland Jago Douma | 2018-05-22 | 5 | -2/+89 | |
* | | | | | | Merge pull request #9520 from nextcloud/3rdparty/noid/bump_phpseclib | Roeland Jago Douma | 2018-05-22 | 1 | -0/+0 | |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | ||||||
| * | | | | | [3rdparty] Bump phpseclib to 2.0.11 | Roeland Jago Douma | 2018-05-18 | 1 | -0/+0 | |
* | | | | | | Merge pull request #9513 from nextcloud/3rdparty/noid/bump_autosize | Roeland Jago Douma | 2018-05-22 | 4 | -36/+11 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Bump autosize to 4.0.2 | Roeland Jago Douma | 2018-05-17 | 4 | -36/+11 | |
| | |/ / / / | |/| | | | | ||||||
* | | | | | | Merge pull request #9515 from nextcloud/bugfix/noid/reset_session_when_auth_a... | Roeland Jago Douma | 2018-05-22 | 1 | -0/+1 | |
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | | ||||||
| * | | | | | Regenerate session id after public share auth | Roeland Jago Douma | 2018-05-17 | 1 | -0/+1 | |
* | | | | | | [tx-robot] updated from transifex | Nextcloud bot | 2018-05-22 | 34 | -38/+166 | |
* | | | | | | [tx-robot] updated from transifex | Nextcloud bot | 2018-05-21 | 2 | -0/+4 | |
| |_|_|/ / |/| | | | | ||||||
* | | | | | [tx-robot] updated from transifex | Nextcloud bot | 2018-05-20 | 10 | -2/+28 | |
* | | | | | [tx-robot] updated from transifex | Nextcloud bot | 2018-05-19 | 14 | -0/+72 | |
* | | | | | Merge pull request #9521 from nextcloud/add-firefox-profile-with-support-for-... | John Molakvoæ | 2018-05-19 | 2 | -0/+6 | |
|\ \ \ \ \ | ||||||
| * | | | | | Add Firefox profile with support for CSS grid to acceptance tests | Daniel Calviño Sánchez | 2018-05-18 | 2 | -0/+6 | |
* | | | | | | Merge pull request #9490 from marco44/faster_large_filehelper_32bits | Roeland Jago Douma | 2018-05-18 | 1 | -6/+14 | |
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | | ||||||
| * | | | | | Make LargeFileHelper.php faster by avoiding execs as much as possible | marco44 | 2018-05-17 | 1 | -6/+14 | |
* | | | | | | Merge pull request #9508 from nextcloud/3rdparty/noid/bump_symfony | Roeland Jago Douma | 2018-05-18 | 1 | -0/+0 | |
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | | ||||||
| * | | | | | [3rdparty] Bump symfony components | Roeland Jago Douma | 2018-05-17 | 1 | -0/+0 | |
* | | | | | | [tx-robot] updated from transifex | Nextcloud bot | 2018-05-18 | 330 | -458/+458 | |
| |_|/ / / |/| | | | | ||||||
* | | | | | Merge pull request #9437 from nextcloud/feature/noid/imprint | Roeland Jago Douma | 2018-05-17 | 10 | -20/+144 | |
|\ \ \ \ \ | ||||||
| * | | | | | Use link not address in labels for URLs | Arthur Schiwon | 2018-05-16 | 1 | -2/+2 | |
| * | | | | | fix undo for url-typed inputs | Arthur Schiwon | 2018-05-11 | 4 | -5/+9 | |
| * | | | | | fix tests | Arthur Schiwon | 2018-05-11 | 2 | -0/+12 | |
| * | | | | | allow to specify a link to a legal notice | Arthur Schiwon | 2018-05-09 | 8 | -16/+124 | |
* | | | | | | Merge pull request #9491 from nextcloud/feature/noid/tokens_can_expire | Roeland Jago Douma | 2018-05-17 | 11 | -6/+220 | |
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | | ||||||
| * | | | | | Certain tokens can expire | Roeland Jago Douma | 2018-05-17 | 11 | -6/+220 | |
|/ / / / / | ||||||
* | | | | | Merge pull request #9507 from nextcloud/dep/noid/update_dompurify_1_0_4 | Morris Jobke | 2018-05-17 | 3 | -8/+7 | |
|\ \ \ \ \ | ||||||
| * | | | | | Bump DOMPurity to 1.0.4 | Roeland Jago Douma | 2018-05-17 | 3 | -8/+7 | |
* | | | | | | Merge pull request #9503 from nextcloud/bugfix/noid/theming-mime-check | Morris Jobke | 2018-05-17 | 2 | -8/+13 | |
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | | ||||||
| * | | | | | Add Content-Disposition header | Julius Härtl | 2018-05-17 | 2 | -1/+4 | |
| * | | | | | Properly check mime type of the uploaded file | Julius Härtl | 2018-05-17 | 2 | -8/+10 | |
* | | | | | | [tx-robot] updated from transifex | Nextcloud bot | 2018-05-17 | 232 | -524/+524 | |
| |/ / / / |/| | | | | ||||||
* | | | | | Merge pull request #9484 from nextcloud/feature/noid/support_rotating_tokens | Roeland Jago Douma | 2018-05-16 | 5 | -2/+105 | |
|\ \ \ \ \ | |_|_|/ / |/| | | | | ||||||
| * | | | | Allow the rotation of tokens | Roeland Jago Douma | 2018-05-16 | 5 | -2/+105 | |
|/ / / / | ||||||
* | | | | Merge pull request #9475 from nextcloud/bug/9469/delete_preview_on_version_re... | Morris Jobke | 2018-05-16 | 3 | -0/+20 | |
|\ \ \ \ | |_|_|/ |/| | | | ||||||
| * | | | Delete the previews when a version is restored | Roeland Jago Douma | 2018-05-14 | 3 | -0/+20 | |
| |/ / | ||||||
* | | | Merge pull request #9481 from nextcloud/techdep/noid/make_token_code_strict | Roeland Jago Douma | 2018-05-15 | 8 | -104/+121 | |
|\ \ \ | ||||||
| * | | | Refix scope | Roeland Jago Douma | 2018-05-15 | 2 | -3/+5 | |
| * | | | Fix session tests | Roeland Jago Douma | 2018-05-15 | 1 | -2/+11 | |
| * | | | Fix tests | Roeland Jago Douma | 2018-05-15 | 6 | -30/+32 | |
| * | | | Make the Token Auth code strict | Roeland Jago Douma | 2018-05-15 | 5 | -90/+94 | |
|/ / / | ||||||
* | | | Merge pull request #9444 from nextcloud/techdep/noid/appframework_mapper_to_qb | Roeland Jago Douma | 2018-05-14 | 5 | -2/+290 | |
|\ \ \ | ||||||
| * | | | The column is not user input so suppress the phan warning | Roeland Jago Douma | 2018-05-14 | 1 | -0/+2 | |
| * | | | Move over TokenMapper | Roeland Jago Douma | 2018-05-10 | 1 | -1/+2 | |
| * | | | Bump autoloader | Roeland Jago Douma | 2018-05-10 | 2 | -0/+2 | |
| * | | | Add a QueryBuilder Mapper | Roeland Jago Douma | 2018-05-10 | 2 | -1/+284 | |
* | | | | Merge pull request #9442 from nextcloud/feature/noid/use_composer_apcu | Roeland Jago Douma | 2018-05-14 | 2 | -29/+31 | |
|\ \ \ \ | |_|/ / |/| | | |