Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #18892 from nextcloud/fix/17828/smaller_text_previews | Roeland Jago Douma | 2020-01-15 | 1 | -1/+1 |
|\ | | | | | Proper text previews | ||||
| * | Proper text previews | Roeland Jago Douma | 2020-01-14 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | Fixes #17828 * Modified the preview provider to provider smaller fonts for the previes (so it is not so screaming) * Modified the sidebar to show plain text and markdown files full size. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com> | ||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2020-01-15 | 2 | -0/+10 |
| | | |||||
* | | use `nodeExists` instead of catching exceptions | Robin Appelman | 2020-01-14 | 1 | -3/+2 |
|/ | | | | | | makes the intent of the code more clear imo Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | Merge pull request #18862 from ↵ | Roeland Jago Douma | 2020-01-14 | 1 | -3/+5 |
|\ | | | | | | | | | nextcloud/bugfix/talk-2663/register-with-potentially-updated-namespace Register with potentially updated namespace | ||||
| * | Allow to force register the namespace | Joas Schilling | 2020-01-13 | 1 | -3/+4 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
| * | Register the namespace after reading the new file | Joas Schilling | 2020-01-13 | 1 | -1/+2 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | Merge pull request #18805 from nextcloud/bugfix/direct-edit-create | Roeland Jago Douma | 2020-01-14 | 1 | -7/+13 |
|\ \ | | | | | | | Check if file already exists during file creation | ||||
| * | | CHeck if file already exists during file creation | Julius Härtl | 2020-01-13 | 1 | -7/+13 |
| | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2020-01-14 | 2 | -0/+4 |
| | | | |||||
* | | | Merge pull request #18860 from nextcloud/fix/license-headers | Roeland Jago Douma | 2020-01-13 | 11 | -11/+23 |
|\ \ \ | |_|/ |/| | | Fix license headers | ||||
| * | | Fix license headers | Christoph Wurst | 2020-01-13 | 11 | -11/+23 |
| |/ | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | | Merge pull request #18786 from ↵ | Roeland Jago Douma | 2020-01-12 | 3 | -1/+5 |
|\ \ | | | | | | | | | | | | | nextcloud/bugfix/noid/fix_fileName_apiEndPointName_issue AppFetcher: Distinguish between fileName and endpointName | ||||
| * | | AppFetcher: Distinguish between fileName and endpointName | Georg Ehrke | 2020-01-09 | 3 | -1/+5 |
| |/ | | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com> | ||||
* / | [tx-robot] updated from transifex | Nextcloud bot | 2020-01-11 | 2 | -0/+4 |
|/ | |||||
* | Clean up 2FA provider registry when a user is deleted | Christoph Wurst | 2020-01-08 | 5 | -0/+68 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Merge pull request #17861 from ↵ | Roeland Jago Douma | 2020-01-07 | 1 | -8/+9 |
|\ | | | | | | | | | nextcloud/fix-tab-navigation-of-menu-in-public-share-pages Fix tab navigation of menu in public share pages | ||||
| * | Split the menu entry for external shares in two | Daniel Calviño Sánchez | 2019-12-30 | 1 | -5/+6 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The external shares entry showed a "button" that, when pressed, replaced the button with the input to set the remote share address. The "button" was actually a label for the input, so when the label was focused it transferred the focus to the input and thus pressing enter or space did not show the input. Moreover, inputs inside links are not valid HTML, and once shown there was no way to hide the input again. Due to all this, and for consistency with the direct link input, the external share input was moved to a different menu item that is shown and hidden when the button, which nows is also a real button, is clicked. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com> | ||||
| * | Format HTML elements | Daniel Calviño Sánchez | 2019-12-30 | 1 | -8/+8 |
| | | | | | | | | Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com> | ||||
* | | Merge pull request #18535 from nextcloud/enh/flow/newDispatcher | blizzz | 2020-01-07 | 6 | -6/+177 |
|\ \ | | | | | | | Use the new Events in Flow | ||||
| * | | Use the new Events in Flow | Roeland Jago Douma | 2020-01-02 | 6 | -6/+177 |
| | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2020-01-07 | 2 | -2/+12 |
| | | | |||||
* | | | Accept shares when you open mail | Roeland Jago Douma | 2020-01-06 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #18380 When you open a direct share to yourself. We should autoaccept the share. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2020-01-06 | 4 | -14/+14 |
| | | | |||||
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2020-01-05 | 6 | -0/+12 |
| | | | |||||
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2020-01-04 | 2 | -4/+4 |
|/ / | |||||
* | | Merge pull request #18583 from ↵ | Roeland Jago Douma | 2020-01-02 | 1 | -1/+1 |
|\ \ | | | | | | | | | | | | | nextcloud/enh/18579/chrome-regex-brave-vivaldi-opera Modify regex to match some other chromium browsers | ||||
| * | | Modify regex to match some other chromium browsers | Daniel Kesselberg | 2019-12-27 | 1 | -1/+1 |
| | | | | | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de> | ||||
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2019-12-31 | 2 | -0/+16 |
| |/ |/| | |||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2019-12-29 | 2 | -0/+6 |
|/ | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2019-12-27 | 2 | -0/+2 |
| | |||||
* | Fix broken upgrade caused by undefined method call | Julius Härtl | 2019-12-23 | 1 | -1/+0 |
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | Merge pull request #18536 from nextcloud/enhancement/preview-center-vertically | Roeland Jago Douma | 2019-12-23 | 1 | -1/+1 |
|\ | | | | | Also center vertically when cropping previews | ||||
| * | Also center vertically when cropping previews | John Molakvoæ (skjnldsv) | 2019-12-22 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2019-12-23 | 2 | -20/+20 |
| | | |||||
* | | Merge pull request #18442 from nextcloud/bugfix/noid/broken_appstoreurl_config | Roeland Jago Douma | 2019-12-22 | 3 | -9/+5 |
|\ \ | | | | | | | Restore old behavior allowing to set custom appstore | ||||
| * | | Restore old behavior allowing to set custom appstore | Georg Ehrke | 2019-12-22 | 3 | -9/+5 |
| | | | | | | | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com> | ||||
* | | | Merge pull request #18511 from Al2Klimov/bugfix/movie-getthumbnail | Roeland Jago Douma | 2019-12-22 | 1 | -2/+2 |
|\ \ \ | |/ / |/| | | Movie#getThumbnail(): compare Movie#generateThumbNail() to null, not false | ||||
| * | | Movie#getThumbnail(): compare Movie#generateThumbNail() to null, not false | Alexander A. Klimov | 2019-12-21 | 1 | -2/+2 |
| | | | | | | | | | | | | Signed-off-by: Alexander A. Klimov <grandmaster@al2klimov.de> | ||||
* | | | Merge pull request #18478 from nextcloud/fix/direct-editing-invalid-editor-id | Roeland Jago Douma | 2019-12-22 | 1 | -0/+5 |
|\ \ \ | | | | | | | | | Do not generate tokens for editor IDs that do not exist | ||||
| * | | | Do not generate tokens for editor IDs that do not exist | Christoph Wurst | 2019-12-19 | 1 | -0/+5 |
| | | | | | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | | | | Merge pull request #18505 from ↵ | Roeland Jago Douma | 2019-12-22 | 5 | -1/+69 |
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | nextcloud/bugfix/18481/avatars-always-return-201-status-code Always set the generated flag to false when an avatar is being set | ||||
| * | | | | Always set the generated flag to false when an avatar is being set | Joas Schilling | 2019-12-20 | 5 | -1/+69 |
| | |_|/ | |/| | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | | | [tx-robot] updated from transifex | Nextcloud bot | 2019-12-22 | 146 | -46/+2696 |
| | | | | |||||
* | | | | [tx-robot] updated from transifex | Nextcloud bot | 2019-12-21 | 6 | -2/+6 |
| | | | | |||||
* | | | | Merge pull request #18483 from nextcloud/fix/license-headers-18 | Christoph Wurst | 2019-12-20 | 54 | -63/+128 |
|\ \ \ \ | | | | | | | | | | | Update license headers for 18 | ||||
| * | | | | Update license headers for 18 | Christoph Wurst | 2019-12-20 | 54 | -63/+128 |
| |/ / / | | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | | | | Merge pull request #18080 from nextcloud/enhancement/noid/add-timeout | blizzz | 2019-12-20 | 3 | -0/+93 |
|\ \ \ \ | |/ / / |/| | | | adding timeout param | ||||
| * | | | nullable params | Maxence Lange | 2019-12-13 | 1 | -1/+1 |
| | | | | | | | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com> | ||||
| * | | | +ManuallyLockedException | Maxence Lange | 2019-12-12 | 3 | -0/+93 |
| | | | | | | | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com> |