summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #18892 from nextcloud/fix/17828/smaller_text_previewsRoeland Jago Douma2020-01-151-1/+1
|\ | | | | Proper text previews
| * Proper text previewsRoeland Jago Douma2020-01-141-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 transifexNextcloud bot2020-01-152-0/+10
| |
* | use `nodeExists` instead of catching exceptionsRobin Appelman2020-01-141-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 Douma2020-01-141-3/+5
|\ | | | | | | | | nextcloud/bugfix/talk-2663/register-with-potentially-updated-namespace Register with potentially updated namespace
| * Allow to force register the namespaceJoas Schilling2020-01-131-3/+4
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * Register the namespace after reading the new fileJoas Schilling2020-01-131-1/+2
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Merge pull request #18805 from nextcloud/bugfix/direct-edit-createRoeland Jago Douma2020-01-141-7/+13
|\ \ | | | | | | Check if file already exists during file creation
| * | CHeck if file already exists during file creationJulius Härtl2020-01-131-7/+13
| | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | [tx-robot] updated from transifexNextcloud bot2020-01-142-0/+4
| | |
* | | Merge pull request #18860 from nextcloud/fix/license-headersRoeland Jago Douma2020-01-1311-11/+23
|\ \ \ | |_|/ |/| | Fix license headers
| * | Fix license headersChristoph Wurst2020-01-1311-11/+23
| |/ | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | Merge pull request #18786 from ↵Roeland Jago Douma2020-01-123-1/+5
|\ \ | | | | | | | | | | | | nextcloud/bugfix/noid/fix_fileName_apiEndPointName_issue AppFetcher: Distinguish between fileName and endpointName
| * | AppFetcher: Distinguish between fileName and endpointNameGeorg Ehrke2020-01-093-1/+5
| |/ | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
* / [tx-robot] updated from transifexNextcloud bot2020-01-112-0/+4
|/
* Clean up 2FA provider registry when a user is deletedChristoph Wurst2020-01-085-0/+68
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Merge pull request #17861 from ↵Roeland Jago Douma2020-01-071-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 twoDaniel Calviño Sánchez2019-12-301-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 elementsDaniel Calviño Sánchez2019-12-301-8/+8
| | | | | | | | Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* | Merge pull request #18535 from nextcloud/enh/flow/newDispatcherblizzz2020-01-076-6/+177
|\ \ | | | | | | Use the new Events in Flow
| * | Use the new Events in FlowRoeland Jago Douma2020-01-026-6/+177
| | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | [tx-robot] updated from transifexNextcloud bot2020-01-072-2/+12
| | |
* | | Accept shares when you open mailRoeland Jago Douma2020-01-061-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 transifexNextcloud bot2020-01-064-14/+14
| | |
* | | [tx-robot] updated from transifexNextcloud bot2020-01-056-0/+12
| | |
* | | [tx-robot] updated from transifexNextcloud bot2020-01-042-4/+4
|/ /
* | Merge pull request #18583 from ↵Roeland Jago Douma2020-01-021-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 browsersDaniel Kesselberg2019-12-271-1/+1
| | | | | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | | [tx-robot] updated from transifexNextcloud bot2019-12-312-0/+16
| |/ |/|
* | [tx-robot] updated from transifexNextcloud bot2019-12-292-0/+6
|/
* [tx-robot] updated from transifexNextcloud bot2019-12-272-0/+2
|
* Fix broken upgrade caused by undefined method callJulius Härtl2019-12-231-1/+0
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Merge pull request #18536 from nextcloud/enhancement/preview-center-verticallyRoeland Jago Douma2019-12-231-1/+1
|\ | | | | Also center vertically when cropping previews
| * Also center vertically when cropping previewsJohn Molakvoæ (skjnldsv)2019-12-221-1/+1
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | [tx-robot] updated from transifexNextcloud bot2019-12-232-20/+20
| |
* | Merge pull request #18442 from nextcloud/bugfix/noid/broken_appstoreurl_configRoeland Jago Douma2019-12-223-9/+5
|\ \ | | | | | | Restore old behavior allowing to set custom appstore
| * | Restore old behavior allowing to set custom appstoreGeorg Ehrke2019-12-223-9/+5
| | | | | | | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
* | | Merge pull request #18511 from Al2Klimov/bugfix/movie-getthumbnailRoeland Jago Douma2019-12-221-2/+2
|\ \ \ | |/ / |/| | Movie#getThumbnail(): compare Movie#generateThumbNail() to null, not false
| * | Movie#getThumbnail(): compare Movie#generateThumbNail() to null, not falseAlexander A. Klimov2019-12-211-2/+2
| | | | | | | | | | | | Signed-off-by: Alexander A. Klimov <grandmaster@al2klimov.de>
* | | Merge pull request #18478 from nextcloud/fix/direct-editing-invalid-editor-idRoeland Jago Douma2019-12-221-0/+5
|\ \ \ | | | | | | | | Do not generate tokens for editor IDs that do not exist
| * | | Do not generate tokens for editor IDs that do not existChristoph Wurst2019-12-191-0/+5
| | | | | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | | Merge pull request #18505 from ↵Roeland Jago Douma2019-12-225-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 setJoas Schilling2019-12-205-1/+69
| | |_|/ | |/| | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | [tx-robot] updated from transifexNextcloud bot2019-12-22146-46/+2696
| | | |
* | | | [tx-robot] updated from transifexNextcloud bot2019-12-216-2/+6
| | | |
* | | | Merge pull request #18483 from nextcloud/fix/license-headers-18Christoph Wurst2019-12-2054-63/+128
|\ \ \ \ | | | | | | | | | | Update license headers for 18
| * | | | Update license headers for 18Christoph Wurst2019-12-2054-63/+128
| |/ / / | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | | Merge pull request #18080 from nextcloud/enhancement/noid/add-timeoutblizzz2019-12-203-0/+93
|\ \ \ \ | |/ / / |/| | | adding timeout param
| * | | nullable paramsMaxence Lange2019-12-131-1/+1
| | | | | | | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
| * | | +ManuallyLockedExceptionMaxence Lange2019-12-123-0/+93
| | | | | | | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>