| Commit message (Expand) | Author | Age | Files | Lines |
* | Use full percentages in quota bar percentages | Morris Jobke | 2017-09-28 | 1 | -1/+1 |
* | [tx-robot] updated from transifex | Nextcloud bot | 2017-09-28 | 4 | -2/+4 |
* | Merge pull request #6599 from nextcloud/fix_2523 | Morris Jobke | 2017-09-27 | 1 | -0/+6 |
|\ |
|
| * | Allow requesting the max preview | Roeland Jago Douma | 2017-09-25 | 1 | -0/+6 |
* | | Merge pull request #6586 from nextcloud/fix/app-install-extract-check | Roeland Jago Douma | 2017-09-27 | 1 | -1/+8 |
|\ \ |
|
| * | | Check whether an app archive can be extracted | Christoph Wurst | 2017-09-20 | 1 | -1/+8 |
* | | | Merge pull request #6645 from nextcloud/fix-6642-only-colons-for-ipv6 | Morris Jobke | 2017-09-27 | 1 | -48/+63 |
|\ \ \ |
|
| * | | | Code clean up | Joas Schilling | 2017-09-26 | 1 | -48/+47 |
| * | | | Only allow colons in db host for IPv6 addresses | Joas Schilling | 2017-09-26 | 1 | -0/+16 |
* | | | | Merge pull request #6660 from nextcloud/remove_saml_hack | Morris Jobke | 2017-09-27 | 1 | -16/+1 |
|\ \ \ \ |
|
| * | | | | Remove SAML hack from base.php | Roeland Jago Douma | 2017-09-27 | 1 | -16/+1 |
* | | | | | [tx-robot] updated from transifex | Nextcloud bot | 2017-09-27 | 2 | -2/+2 |
|/ / / / |
|
* | | | | Merge pull request #6647 from nextcloud/scss-no-take-only-throw | John Molakvoæ | 2017-09-26 | 1 | -0/+2 |
|\ \ \ \ |
|
| * | | | | Do not stop on scss compilation failure | John Molakvoæ (skjnldsv) | 2017-09-26 | 1 | -0/+2 |
* | | | | | Improve exception handling | Morris Jobke | 2017-09-26 | 1 | -0/+3 |
| |/ / /
|/| | | |
|
* | | | | Merge pull request #6544 from nextcloud/fix/duplicate-session-token | Morris Jobke | 2017-09-25 | 1 | -0/+1 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | Fix duplicate session token after remembered login | Christoph Wurst | 2017-09-20 | 1 | -0/+1 |
* | | | | Merge pull request #6632 from nextcloud/do_not_show_hyphen | Roeland Jago Douma | 2017-09-25 | 1 | -1/+1 |
|\ \ \ \
| |_|_|/
|/| | | |
|
| * | | | do not show hyphen after instance name in emails if slogan does not exist | Stephan Müller | 2017-09-25 | 1 | -1/+1 |
* | | | | Handle SameSiteCookie check for index.php in AppFramework Middleware | Roeland Jago Douma | 2017-09-24 | 7 | -16/+168 |
|/ / / |
|
* | | | Fixed webroot detection | John Molakvoæ (skjnldsv) | 2017-09-22 | 1 | -1/+1 |
* | | | Merge pull request #6605 from nextcloud/oc_ocs_response_is_dep | Morris Jobke | 2017-09-21 | 3 | -36/+8 |
|\ \ \ |
|
| * | | | Remove private legacy OC_OCS_Response | Roeland Jago Douma | 2017-09-21 | 1 | -28/+0 |
| * | | | OC_OCS_Response is deprecated | Roeland Jago Douma | 2017-09-21 | 2 | -8/+8 |
| |/ / |
|
* / / | Avoid error undefined index classes in log | John Molakvoæ (skjnldsv) | 2017-09-21 | 1 | -0/+3 |
|/ / |
|
* | | Merge pull request #6573 from nextcloud/nonfound-webroot-empty-string | Roeland Jago Douma | 2017-09-20 | 2 | -4/+4 |
|\ \ |
|
| * | | Fix "webroot not found" when installed to the root of the webserver | Robin Appelman | 2017-09-20 | 2 | -4/+4 |
* | | | Merge pull request #6571 from nextcloud/cachefactory-local-locking | Morris Jobke | 2017-09-20 | 1 | -1/+29 |
|\ \ \
| |_|/
|/| | |
|
| * | | expose local and locking memcaches trough public interfaces | Robin Appelman | 2017-09-20 | 1 | -1/+29 |
| |/ |
|
* | | Merge pull request #6564 from nextcloud/fix-missing-unsigned | Roeland Jago Douma | 2017-09-19 | 2 | -0/+2 |
|\ \ |
|
| * | | Fix autoloading | Joas Schilling | 2017-09-19 | 2 | -0/+2 |
* | | | Read appinfo from a local cache | Roeland Jago Douma | 2017-09-19 | 1 | -1/+1 |
|/ / |
|
* / | [tx-robot] updated from transifex | Nextcloud bot | 2017-09-19 | 4 | -12/+18 |
|/ |
|
* | update autoloader | Robin Appelman | 2017-09-18 | 2 | -0/+2 |
* | fix path style | Robin Appelman | 2017-09-18 | 1 | -3/+1 |
* | reuse object read/write/delete logic in s3 implementations | Robin Appelman | 2017-09-18 | 2 | -49/+83 |
* | update aws sdk and move it to 3rdparty | Robin Appelman | 2017-09-18 | 2 | -41/+21 |
* | Merge pull request #6490 from nextcloud/share_pagination_query | Roeland Jago Douma | 2017-09-18 | 1 | -0/+5 |
|\ |
|
| * | Improve sharing pagination | Roeland Jago Douma | 2017-09-15 | 1 | -0/+5 |
* | | Merge pull request #6549 from nextcloud/fix-6534 | Morris Jobke | 2017-09-18 | 1 | -1/+2 |
|\ \ |
|
| * | | don't pass User object when uid string is expected | Arthur Schiwon | 2017-09-18 | 1 | -1/+2 |
* | | | Merge pull request #5462 from nextcloud/add-frameancestor-support | Lukas Reschke | 2017-09-18 | 3 | -0/+48 |
|\ \ \ |
|
| * | | | fix typo and set @since properly | Thomas Citharel | 2017-09-15 | 2 | -6/+6 |
| * | | | Add CSP frame-ancestors support | Thomas Citharel | 2017-09-15 | 3 | -0/+48 |
| | |/
| |/| |
|
* | | | Merge pull request #5585 from nextcloud/contacts_menu_privacy | Morris Jobke | 2017-09-18 | 1 | -7/+123 |
|\ \ \
| |_|/
|/| | |
|
| * | | Add filter for `shareapi_allow_share_dialog_user_enumeration` | Lukas Reschke | 2017-09-15 | 1 | -14/+48 |
| * | | Fix issue when disabling the shareapi_only_share_with_group_members option + ... | Tobia De Koninck | 2017-09-15 | 1 | -2/+12 |
| * | | Improve code style | Tobia De Koninck | 2017-09-15 | 1 | -5/+7 |
| * | | Some code improvements | Tobia De Koninck | 2017-09-15 | 1 | -4/+5 |
| * | | Add tests | Tobia De Koninck | 2017-09-15 | 1 | -1/+1 |