summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexNextcloud bot2020-04-0918-6/+78
|
* Merge pull request #16035 from nextcloud/share-search-hide-on-matchblizzz2020-04-093-70/+105
|\ | | | | dont show remote and email options if we have an exact match for local user email
| * dont show remote and email options if we have an exact match for local user ↵Robin Appelman2020-04-083-70/+105
| | | | | | | | | | | | email Signed-off-by: Robin Appelman <robin@icewind.nl>
* | Merge pull request #20370 from nextcloud/techdebt/fix-multiline-commentsblizzz2020-04-0969-750/+741
|\ \ | | | | | | Fix multiline comments
| * | Fix multiline commentsChristoph Wurst2020-04-0869-750/+741
|/ / | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | Merge pull request #20321 from ↵Joas Schilling2020-04-082-0/+65
|\ \ | | | | | | | | | | | | nextcloud/enh/noid/check-translation-for-triple-dot Check for triple dots in translations in CI
| * | Check for triple dots in translations in CIGary Kim2020-04-072-0/+65
| | | | | | | | | | | | Signed-off-by: Gary Kim <gary@garykim.dev>
* | | Merge pull request #20360 from ↵Roeland Jago Douma2020-04-083-26/+55
|\ \ \ | | | | | | | | | | | | | | | | nextcloud/bugfix/20182/try-to-use-the-displayname-for-file-transfers Try to use the display name of file transfers
| * | | Show the displayname instead of the user idJoas Schilling2020-04-081-19/+34
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | Try to use the display name of file transfersJoas Schilling2020-04-082-7/+21
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | Merge pull request #20319 from nextcloud/enh/noid/embedded-previewsRoeland Jago Douma2020-04-087-12/+138
|\ \ \ \ | | | | | | | | | | Use embedded previews of ZIP-like files
| * | | | remove Windows config since it is not supported anywaysJulius Härtl2020-04-081-8/+0
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | | | Bump autoloadersJulius Härtl2020-04-082-0/+4
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | | | Add preview provider for Krita filesJulius Härtl2020-04-084-7/+62
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | | | Extract preview from opendocument filesJulius Härtl2020-04-082-1/+18
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | | | Add abstract class to extract previews from files that are zip archivesJulius Härtl2020-04-081-0/+58
| |/ / / | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | | Merge pull request #20343 from nextcloud/bugfix/noid/themed-error-behaviourRoeland Jago Douma2020-04-082-2/+1
|\ \ \ \ | |/ / / |/| | | Default to dark background in dark mode and better themed navbar
| * | | Default to dark background in dark mode and better themed navbarJoas Schilling2020-04-072-2/+1
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | Merge pull request #20315 from ↵Roeland Jago Douma2020-04-0810-150/+20
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | nextcloud/dependabot/npm_and_yarn/handlebars-4.7.6 Bump handlebars from 4.7.4 to 4.7.6
| * | | | Bump handlebars from 4.7.4 to 4.7.6dependabot-preview[bot]2020-04-0810-150/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.7.4 to 4.7.6. - [Release notes](https://github.com/wycats/handlebars.js/releases) - [Changelog](https://github.com/wycats/handlebars.js/blob/master/release-notes.md) - [Commits](https://github.com/wycats/handlebars.js/compare/v4.7.4...v4.7.6) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* | | | | Merge pull request #20299 from ↵Roeland Jago Douma2020-04-081-1/+1
|\ \ \ \ \ | |_|_|_|/ |/| | | | | | | | | | | | | | nextcloud/fix/noid/member-on-null-app-cancel-login fixes the throttler not checking the user state on postLogin
| * | | | fixes the throttler not checking the user state on postLoginArthur Schiwon2020-04-031-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | a listener to the post login events can still reject a login, so that a user is not necessarily available at the time. Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | | | Merge pull request #18200 from nextcloud/enhancement/psr-loggerChristoph Wurst2020-04-084-0/+172
|\ \ \ \ \ | | | | | | | | | | | | Add a PSR-3 logger adapter and make it injectable
| * | | | | Add a PSR-3 logger adapter and make it injectableChristoph Wurst2020-03-264-0/+172
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | | | | Merge pull request #20347 from azul/test/fix-failing-acceptanceJohn Molakvoæ2020-04-081-1/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | tests: fix failing header acceptance test
| * | | | | | tests: fix failing header acceptance testAzul2020-04-071-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The username is listed in a div with class `fullname` now. Signed-off-by: Azul <azul@riseup.net>
* | | | | | | [tx-robot] updated from transifexNextcloud bot2020-04-0816-6/+78
|/ / / / / /
* | | | | | Merge pull request #20188 from ↵Roeland Jago Douma2020-04-072-6/+53
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | | | | | | | | | | | | | nextcloud/bug/19662/add-default-title-for-event-in-invitatios Add default titles for titleless events in invitations
| * | | | | Add default titles for titleless events in invitationsThomas Citharel2020-04-032-6/+53
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Closes #19662 Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* | | | | | Merge pull request #20265 from nextcloud/techdebt/legacy-classes-psr4Roeland Jago Douma2020-04-0722-41/+38
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | Move legacy classes from PSR0 to PSR4
| * | | | | Move legacy classes from PSR0 to PSR4Christoph Wurst2020-04-0722-41/+38
|/ / / / / | | | | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | | | [tx-robot] updated from transifexNextcloud bot2020-04-0742-10/+104
| | | | |
* | | | | Merge pull request #20033 from nextcloud/s3-seekable-streamRoeland Jago Douma2020-04-066-25/+228
|\ \ \ \ \ | | | | | | | | | | | | Enable fseek for files in S3 storage
| * | | | | update autoloaderRobin Appelman2020-04-033-9/+9
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | | | | add basic tests for s3 seeking and add some error handling if reopen return ↵Robin Appelman2020-04-013-12/+38
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the wrong range Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | | | | make seekable s3 stream genericRobin Appelman2020-04-012-57/+106
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | | | | Enable fseek for files in S3 storageLukas Stabe2020-04-012-19/+147
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Lukas Stabe <lukas@stabe.de>
* | | | | | Merge pull request #19346 from nextcloud/refactor/external-toast-deprecateRoeland Jago Douma2020-04-0626-253/+282
|\ \ \ \ \ \ | | | | | | | | | | | | | | Use toasts from @nextcloud/dialogs, deprecate OCP.Toast and fix usages
| * | | | | | Remove toastify-jsChristoph Wurst2020-04-061-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
| * | | | | | Inline usages of OCP.Toast in bundled filesChristoph Wurst2020-04-0620-167/+188
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
| * | | | | | Use external Toast implementation and deprecate the OCP APIChristoph Wurst2020-04-0619-150/+159
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | | | | | Merge pull request #20331 from nextcloud/irc-to-talkChristoph Wurst2020-04-061-2/+0
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | Remove freenode badges
| * | | | | | Remove freenode badges, Add link to TalkDaniel Kesselberg2020-04-061-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | | | | | | Merge pull request #20276 from nextcloud/files-external-param-tooltopRoeland Jago Douma2020-04-063-5/+34
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | allow setting tooltips for external storage config options
| * | | | | | | allow setting tooltips for external storage config optionsRobin Appelman2020-04-033-5/+34
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | allows explaining non-obvious config options a bit more Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | | | | | Merge pull request #20310 from ↵Roeland Jago Douma2020-04-062-9/+24
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/dependabot/npm_and_yarn/build/handlebars-4.7.6 Bump handlebars from 4.7.3 to 4.7.6 in /build
| * | | | | | | | Bump handlebars from 4.7.3 to 4.7.6 in /builddependabot-preview[bot]2020-04-052-9/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.7.3 to 4.7.6. - [Release notes](https://github.com/wycats/handlebars.js/releases) - [Changelog](https://github.com/wycats/handlebars.js/blob/master/release-notes.md) - [Commits](https://github.com/wycats/handlebars.js/compare/v4.7.3...v4.7.6) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* | | | | | | | | Merge pull request #20330 from ↵Roeland Jago Douma2020-04-0625-101/+94
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/dependabot/npm_and_yarn/nextcloud/l10n-1.2.2 Bump @nextcloud/l10n from 1.1.1 to 1.2.2
| * | | | | | | | | Bump @nextcloud/l10n from 1.1.1 to 1.2.2dependabot-preview[bot]2020-04-0625-101/+94
|/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [@nextcloud/l10n](https://github.com/nextcloud/nextcloud-l10n) from 1.1.1 to 1.2.2. - [Release notes](https://github.com/nextcloud/nextcloud-l10n/releases) - [Changelog](https://github.com/nextcloud/nextcloud-l10n/blob/master/CHANGELOG.md) - [Commits](https://github.com/nextcloud/nextcloud-l10n/compare/v1.1.1...v1.2.2) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* | | | | | | | | Merge pull request #19761 from ↵Roeland Jago Douma2020-04-063-3/+8
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/bugfix/19658/add_missing_index_to_original_migration Add missing index to original migration